SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Compress-Raw-Zlib-2.084-2.1.x86_64.rpm :
Mon Jan 7 13:00:00 2019 cooloAATTsuse.com
- updated to 2.084
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
2.084 5 January 2019

* No Changes

Mon Dec 31 13:00:00 2018 cooloAATTsuse.com
- updated to 2.083
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
2.083 30 December 2018

* No Changes

Tue Apr 10 14:00:00 2018 cooloAATTsuse.com
- updated to 2.081
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
2.081 4 April 2018

* previous release used $^W instead of use warnings. Fixed.

Wed Apr 4 14:00:00 2018 cooloAATTsuse.com
- updated to 2.080
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
2.080 2 April 2018

* No Changes

Thu Dec 7 13:00:00 2017 cooloAATTsuse.com
- updated to 2.076
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
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

Wed Nov 15 13:00:00 2017 cooloAATTsuse.com
- updated to 2.075
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
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

Mon Feb 20 13:00:00 2017 cooloAATTsuse.com
- updated to 2.074
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
2.074 19 Feb 2017

* Fix bad 2.073 release
2.073 18 Feb 2017

* Zlib.xs
Comment out unused variables & remove C++-ism
[#120272]: [PATCH] Unbreak compilation

Mon Feb 13 13:00:00 2017 cooloAATTsuse.com
- updated to 2.072
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
2.072 12 Feb 2017

* Makefile.PL
[#120084]: Need Fix for Makefile.PL depending on . in AATTINC

* zlib-src
[#120207]: inflateUndermine: subvert arg conditionally used/unused

* zlib-src
[#112829]: two gcc6-found problems

* fix deflateParams for zlib > 1.2.8
[#119762]: Tests broken with zlib-1.2.10
2.071 30 Dec 2016

* #119580 (inflate.c: One (last?) compilation warning)
Identical issue reeported in upstream zlib
https://github.com/madler/zlib/issues/111
Fix checked into zlib dev codeline via
https://github.com/madler/zlib/commit/2edb94a3025d288dc251bc6cbb2c02e60fbd7438

Fri Dec 30 13:00:00 2016 cooloAATTsuse.com
- updated to 2.070
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
2.070 28 Dec 2016

* #107642: compilation warning from inflate.c

* #119007: [PATCH] Wrong FLAG_APPEND logic analog to Bzip2

Tue Oct 6 14:00:00 2015 cooloAATTsuse.com
- updated to 2.069
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
2.069 26 Sept 2015

* reduce compiler warnings and stderr noise
[#101341]

* amigaos4: cpan/Compress-Raw-Zlib: also __amigaos4__
[#106799]

* const all global data
https://github.com/madler/zlib/commit/82e9dc60932bf2ce5422a5e76e66e5a05abd26e3
[#101298]

* Coverity finding: Unused value
https://github.com/madler/zlib/commit/9859a94c1002484ee5f824c05683a5b2484cbf49
[105414]

* Coverity findings
[102399]

* Coverity finding: Overlapping buffer in memory copy
[105413]

Wed Dec 24 13:00:00 2014 jnweigerAATTgmail.com
- update to 2.068 10 Dec 2014

* Silence more compiler warnings

* Disable running of 07bufsize.y by default.
COMPRESS_ZLIB_RUN_MOST needs set to run them. Makes life more
bearable on legacy platforms
- 2.067 8 Dec 2014

* Silence compiler warnings
- 2.066 21 Sept 2014

* Another COW violation [#98069]

* misleading nesting/indentation (found by Coverity) [#95405]
- 2.065 3 February 2014

* [PATCH] resolve c++ build failure in core [#92657]

* gcc -g3: final link failed: Memory exhausted [#88936]
- 2.064 1 February 2014

* [PATCH] Handle non-PVs better [#91558]

* Z_OK instead of Z_BUF_ERROR [#92521]
- 2.063 23 October 2013

* gcc -g3: final link failed: Memory exhausted [#88936]

* Compress::Raw::Zlib uses AutoLoader for no reason [#88260]

* Typo in Compress::Zlib _combine function documentation [#89305]

Mon Oct 14 14:00:00 2013 larsAATTlinux-schulserver.de
- update to 2.062:
+ typo fix [RT#86417]
+ Include zlib 1.2.8 source.
+ typo fix [RT#85431]
+ silence compiler warning by making 2nd parameter to
DispStream a const char
*
+ Mishandling of BUILD_ZLIB=0 option [RT#85492]
+ Mention SimpleZip in POD
+ Copy-on-write support [RT#81353]
+ Compress::Raw::Zlib needs to use PERL_NO_GET_CONTEXT [RT#80319]
+ Install to \'site\' instead of \'perl\' when perl version is 5.11+
[RT#79812]
+ update to ppport.h that includes SvPV_nomg_nolen [RT#78079]
+ Fix C++ build issue
+ Fix misuse of magic in API [RT#78079]

Mon Jun 25 14:00:00 2012 chrisAATTcomputersalat.de
- update to 2.054

* Build issue on Win32
[#77030]
- 2.053 6 May 2012

* Include zlib 1.2.7 source.
- 2.052 29 April 2012

* Fixed build issue when Perl is built with C++
- 2.051 20 February 2012

* Bug in Compress::Raw::Zlib on Windows
[#75222]

Wed Feb 22 13:00:00 2012 vcizekAATTsuse.com
- update to 2.050

* Build failure on Irix & Solaris.
[RT #69985]

Mon Feb 20 13:00:00 2012 vcizekAATTsuse.com
- update to 2.049

* Include zlib 1.2.6 source.

Tue Jan 31 13:00:00 2012 vcizekAATTsuse.com
- update to 2.048

* Set minimum zlib version to 1.2.0

* Allow flush to be called multiple times without any intermediate
call to deflate and still return Z_OK.
In the code below $status was Z_BUF_ERROR before this change.
$def->flush(...);
$status = $def->flush(...);

* Added support for zlibCompileFlags

* Set minimum Perl version to 5.6

Mon Dec 5 13:00:00 2011 vcizekAATTsuse.com
- update to 2.045

* Moved FAQ.pod into Zlib.pm

Wed Nov 30 13:00:00 2011 cfarrellAATTsuse.com
- license update: Zlib and (GPL-1.0+ or Artistic-1.0)
SPDX and use Zlib instead of BSD-3-Clause

Mon Nov 21 13:00:00 2011 vcizekAATTsuse.com
- update to 2.043
- minor changes

Mon Oct 31 13:00:00 2011 vcizekAATTsuse.com
- update to 2.040

* croak if attempt to freeze/thaw compression object
[RT #69985]

Thu Jun 23 14:00:00 2011 vcizekAATTnovell.com
- update to 2.037

* small test changes

Mon Jun 20 14:00:00 2011 jwAATTnovell.com
- changed from bz2 to gz, to make
/source/devel:languages:perl/_project/_service happy, which would
abort the build with: \"broken: service download_files failed:\"
otherwise.

Mon Jun 20 14:00:00 2011 jwAATTnovell.com
- updated to 2.036, version needed by perl-IO-Compress

* Added offset parameter to CRC32

Wed May 11 14:00:00 2011 vcizekAATTnovell.com
- update to 2.035

* Almost No Changes

Fri May 6 14:00:00 2011 vcizekAATTnovell.com
- update to 2.034
- license correction

Mon Jan 17 13:00:00 2011 vcizekAATTnovell.com
- update to 2.033

* Fixed typos & spelling errors.
[perl# 81782]

Wed Jan 12 13:00:00 2011 vcizekAATTnovell.com
- added Provides: to spec

Tue Jan 11 13:00:00 2011 vcizekAATTnovell.com
- update to 2.032

* Document inflateReset [RT #61082]

* Ran the zlib2ansi script against the files in zlib-src.

* Added \"-DNO_VIZ\" to DEFINE in Makefile.PL [RT #65293]

Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro

Fri Jun 25 14:00:00 2010 jwAATTnovell.com
- updated to 2.027

* Updated to include zlib 1.2.5

* Fixed definition of Z_TREES in Makefile.PL

* fixed instance where $[ should have been $] in t/02zlib.t

* ...

Thu Jun 18 14:00:00 2009 chrisAATTcomputersalat.de
- spec fix for perl-macros

Wed Jun 17 14:00:00 2009 chrisAATTcomputersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist

Sun Jun 14 14:00:00 2009 chrisAATTcomputersalat.de
- update to 2.015

* Makefile.PL
Backout changes made in 2.014
- 2.014

* Makefile.PL
Updated to check for indirect dependencies.
- 2.012

* Document the gzip flags that WindowBits can take.

* Allow a dictionary to be used with a raw inflate.
Needs zlib 1.2.2.1 or better.
[RT #36046]
- 2.011

* A C++-style comment sneaked in with the last update. Fixed.
[core patch #33828]
- 2.010

* No Changes
- 2.009

* No Changes
- 2.008

* Minor documentation changes in README
- spec mods
- autogen filelist

Mon Oct 8 14:00:00 2007 anickaAATTsuse.cz
- update to 2.006

* Makefile.PL: Added INSTALLDIRS directive to install as a core
module when built on a perl >= 5.9.

Tue Jul 3 14:00:00 2007 anickaAATTsuse.cz
- update to 2.005

* Only include ppport.h when not being built with perl.

Wed Mar 7 13:00:00 2007 anickaAATTsuse.cz
- update to 2.004

* Fixed lvalue substr issue

* Remove redundant code from Zlib.xs

Mon Feb 26 13:00:00 2007 anickaAATTsuse.cz
- package created (initial version 2.003)


 
ICM