2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-01-01 04:09:21 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Compress-Raw-Zlib) Updated to 2.093
2.093 7 December 2019
* No Changes
2.092 4 December 2019
* No Changes
|
2019-11-27 13:18:23 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Compress-Raw-Zlib) Updated 2.087 to 2.091
2.091 23 November 2019
* Silence "macro expands to multiple statements" warning
Change sourced upstream from https://github.com/Perl/perl5/issues/17013
https://github.com/pmqs/Compress-Raw-Zlib/issues/2
da2bd1fc765b80d01ed10a79b6c4a035e5095ed8
2.090 9 November 2019
* No Changes
2.089 3 November 2019
* No Changes
2.088 31 October 2019
* Add SUPPORT section
d348ad76c2073a2973d094891fbd0c2e24bf397d
* 000prereq.t: dump Perl version
e1afe502818cb1ccf5bad917b14b029b408f47f1
|
2019-09-12 20:07:56 by Nia Alarie | Files touched by this commit (2) | |
Log message:
p5-Compress-Raw-Zlib: Update to 2.087
2.087 10 August 2019
* clang warning in ppport.h
update to latest ppport.h
https://github.com/pmqs/Compress-Raw-Zlib/issues/1
664a5fbacf778acdd4cfbcc571997f3df5ee43d3
2.086 31 March 2019
* Moved source to github https://github.com/pmqs/Compress-Raw-Zlib
* Add META_MERGE to Makefile.PL
* Added meta-json.t & meta-yaml.t
2.084 5 January 2019
* No Changes
2.083 30 December 2018
* No Changes
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-04-23 04:47:34 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.081
Upstream changes:
2.081 4 April 2018
* previous release used $^W instead of use warnings. Fixed.
2.080 2 April 2018
* No Changes
|
2017-11-24 14:42:15 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
p5-Compress-Raw-Zlib: update to 2.076.
2.076 21 Nov 2017
* Zlib.xs
Silence gcc compiler warnings when -Wsign-compare is enabled
#123688: Compilation warnings with clang
* zlib-src/inflate.c and zlib-src/infback.c
Silence gcc compiler warnings when -Wimplicit-fallthrough is enabled
#123358: Compilation warnings with gcc-7.*
* Makefile.PL
Windows uses -lzlib. Linux uses -lz
#123699: wrong external zlib name used on Windows
|
2017-11-15 11:41:27 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Compress-Raw-Zlib: update to 2.075.
2.075 14 Nov 2017
* Update zlib-src directory to use zlib 1.2.11
#123245: perl 5.26.1 is vulnerable to CVE-2016-9843, CVE-2016-9841, \
CVE-2016-9840, CVE-2016-9842
* Zlib.xs
Don't allow offset to be greater than length of buffer in crc32.
* Zlib.xs
Change my_zcalloc to use safecalloc.
The link, https://github.com/madler/zlib/issues/253, is the upstream \
report for the remaining
valgrind errors not already dealt with by 1.2.11. Using calloc in \
Zlib.xs for now as a workaround.
#121074: valgrind errors in the test suite
|