notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2020Q3
brotli Generic-purpose lossless compression algorithm
1.0.9,1 archivers on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.9,1Version of this port present on the latest quarterly branch.
Maintainer: osa@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-09-19 01:22:41
Last Update: 2020-09-19 01:22:04
Commit Hash: 2bbee4f
People watching this port, also watch:: dspam
Also Listed In: devel
License: MIT
WWW:
https://github.com/google/brotli
Description:
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. The specification of the Brotli Compressed Data Format is defined in RFC 7932. WWW: https://github.com/google/brotli
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (28 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/brotli-1.0.9,1/catalog.mk
  3. /usr/local/share/licenses/brotli-1.0.9,1/LICENSE
  4. /usr/local/share/licenses/brotli-1.0.9,1/MIT
  5. bin/brotli
  6. include/brotli/decode.h
  7. include/brotli/encode.h
  8. include/brotli/port.h
  9. include/brotli/types.h
  10. lib/libbrotlicommon.a
  11. lib/libbrotlicommon.so
  12. lib/libbrotlicommon.so.1
  13. lib/libbrotlicommon.so.1.0.9
  14. lib/libbrotlidec.a
  15. lib/libbrotlidec.so
  16. lib/libbrotlidec.so.1
  17. lib/libbrotlidec.so.1.0.9
  18. lib/libbrotlienc.a
  19. lib/libbrotlienc.so
  20. lib/libbrotlienc.so.1
  21. lib/libbrotlienc.so.1.0.9
  22. libdata/pkgconfig/libbrotlicommon.pc
  23. libdata/pkgconfig/libbrotlidec.pc
  24. libdata/pkgconfig/libbrotlienc.pc
  25. share/doc/brotli/README
  26. @owner
  27. @group
  28. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • brotli>0:archivers/brotli
To install the port:
cd /usr/ports/archivers/brotli/ && make install clean
To add the package, run one of these commands:
  • pkg install archivers/brotli
  • pkg install brotli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: brotli
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1598538126 SHA256 (google-brotli-v1.0.9_GH0.tar.gz) = f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46 SIZE (google-brotli-v1.0.9_GH0.tar.gz) = 486984

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. autoconf>=2.69 : devel/autoconf
  4. automake>=1.16.1 : devel/automake
  5. libtoolize : devel/libtool
This port is required by:
for Build
  1. www/node
for Libraries
  1. www/node
  2. www/trafficserver

Configuration Options:
===> The following configuration options are available for brotli-1.0.9,1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
archivers_brotli
USES:
autoreconf:build compiler:c++0x gmake libtool pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/google/brotli/tar.gz/v1.0.9?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.9,1
19 Sep 2020 01:22:04
commit hash: 2bbee4fd08bc09be89a0a7e1ead5e6cdb6af74d6commit hash: 2bbee4fd08bc09be89a0a7e1ead5e6cdb6af74d6commit hash: 2bbee4fd08bc09be89a0a7e1ead5e6cdb6af74d6commit hash: 2bbee4fd08bc09be89a0a7e1ead5e6cdb6af74d6 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
MFH: r546350

Update from 1.0.7 to 1.0.9.

<Security note>

Please consider updating brotli to version 1.0.9 (latest).

Version 1.0.9 contains a fix to "integer overflow" problem.  This
happens when "one-shot" decoding API is used (or input chunk for
streaming API is not limited), input size (chunk size) is larger
than 2GiB, and input contains uncompressed blocks. After the
overflow happens, `memcpy` is invoked with a gigantic `num`
value, that will likely cause the crash.

</Security note>

Approved by:	ports-secteam (fluffy)
1.0.9,1
19 Sep 2020 01:22:04
Revision:548933Original commit files touched by this commit
dvl search for other commits by this committer
MFH: r546350

Update from 1.0.7 to 1.0.9.

<Security note>

Please consider updating brotli to version 1.0.9 (latest).

Version 1.0.9 contains a fix to "integer overflow" problem.  This
happens when "one-shot" decoding API is used (or input chunk for
streaming API is not limited), input size (chunk size) is larger
than 2GiB, and input contains uncompressed blocks. After the
overflow happens, `memcpy` is invoked with a gigantic `num`
value, that will likely cause the crash.

</Security note>

Approved by:	ports-secteam (fluffy)

Number of commits found: 2