1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Sergey A. Osokin
90c2d3aac3 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>
2020-08-27 14:45:38 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Sergey A. Osokin
8b82b86765 Upgrade from 1.0.6 to 1.0.7. 2018-10-24 23:38:33 +00:00
Sergey A. Osokin
16ef5a7268 Upgrade from 1.0.5 to 1.0.6. 2018-09-20 21:17:46 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Sergey A. Osokin
bc6c809087 Upgrade from 1.0.4 to 1.0.5. 2018-07-03 23:35:32 +00:00
Sergey A. Osokin
1aae723a68 Remove the PORTDOCS duplicate.
Do not bump PORTREVISION.

PR:	227649
2018-04-21 04:58:18 +00:00
Sergey A. Osokin
08df9bba32 Upgrade from 1.0.2 to 1.0.4. 2018-04-12 00:30:20 +00:00
Bernard Spil
e6b0953e15 archivers/brotli: Update to 1.0.2
PR:		223966
Approved by:	osa (maintainer)
2017-12-12 08:11:25 +00:00
Sunpoet Po-Chuan Hsieh
80dd5e925f Add LICENSE_FILE
- Do not silence installation message

Approved by:	portmgr (blanket)
2017-12-03 20:38:37 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Bernard Spil
fd9ed99e00 archivers/brotli: Move and update to 0.6.0
- Move from devel/libbrotli to archivers/brotli
 - Remove meta-project for library build
 - Bump epoch for meta 1.0 to upstream 0.6 update
 - Add MOVED entry
 - Switch from autoconf to cmake

PR:		218813, 218851
Submitted by:	Markus Kohlmeyer <rootservice@gmail.com>
Approved by:	maintainer time-out
Differential Revision:	https://reviews.freebsd.org/D11290
2017-07-12 19:44:56 +00:00
Sunpoet Po-Chuan Hsieh
05432cf9dc - Move archivers/brotli to archivers/py-brotli
- Change MASTER_SITES to CHEESESHOP
- Bump PORTREVISION
2016-11-24 15:34:11 +00:00
Sunpoet Po-Chuan Hsieh
a06052eea0 - Update to 0.5.2
Changes:	https://github.com/google/brotli/releases
2016-11-20 23:54:17 +00:00
Sunpoet Po-Chuan Hsieh
8e9e8cb0f4 - Update to 0.4.0
Changes:	https://github.com/google/brotli/releases
2016-06-26 17:13:04 +00:00
Jan Beich
ba1bc35848 archivers/brotli, devel/libbrotli: fix buffer overflow
Obtained from:	upstream
Security:	1bcfd963-e483-41b8-ab8e-bad5c3ce49c9
MFH:		2016Q1
2016-03-08 21:15:16 +00:00
Sunpoet Po-Chuan Hsieh
5408c4270c - Update to 0.3.0
Changes:	https://github.com/google/brotli/releases
2016-01-12 21:37:09 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Sunpoet Po-Chuan Hsieh
b3d5de7d49 - Fix build on 9.x
- Remove unnecessary USE_CXXSTD
- Bump PORTREVISION for package change

Obtained from:	4a7024dcde
MFH:		2015Q4
2015-10-04 18:00:05 +00:00
Sunpoet Po-Chuan Hsieh
9f31e8ca82 - Add brotli 0.2.0
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 the
following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli

WWW: https://github.com/google/brotli
2015-10-01 15:55:06 +00:00