------------------------------------------------------------------- Sun Aug 11 05:04:49 UTC 2019 - Stephan Kulow - updated to 2.087 see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes 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 ------------------------------------------------------------------- Wed Apr 3 06:48:51 UTC 2019 - Stephan Kulow - updated to 2.086 see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes 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 ------------------------------------------------------------------- Mon Jan 7 06:03:48 UTC 2019 - Stephan Kulow - updated to 2.084 see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes 2.084 5 January 2019 * No Changes ------------------------------------------------------------------- Mon Dec 31 06:04:26 UTC 2018 - Stephan Kulow - updated to 2.083 see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes 2.083 30 December 2018 * No Changes ------------------------------------------------------------------- Tue Apr 10 05:25:51 UTC 2018 - coolo@suse.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 05:08:44 UTC 2018 - coolo@suse.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 06:10:21 UTC 2017 - coolo@suse.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 06:09:24 UTC 2017 - coolo@suse.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 06:13:17 UTC 2017 - coolo@suse.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 11:25:21 UTC 2017 - coolo@suse.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 @INC * 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 06:11:02 UTC 2016 - coolo@suse.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 11:30:21 UTC 2015 - coolo@suse.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 15:19:43 UTC 2014 - jnweiger@gmail.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 17:04:30 UTC 2013 - lars@linux-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 09:09:29 UTC 2012 - chris@computersalat.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 02:36:17 UTC 2012 - vcizek@suse.com - update to 2.050 * Build failure on Irix & Solaris. [RT #69985] ------------------------------------------------------------------- Mon Feb 20 02:36:59 UTC 2012 - vcizek@suse.com - update to 2.049 * Include zlib 1.2.6 source. ------------------------------------------------------------------- Tue Jan 31 10:28:11 UTC 2012 - vcizek@suse.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 02:35:10 UTC 2011 - vcizek@suse.com - update to 2.045 * Moved FAQ.pod into Zlib.pm ------------------------------------------------------------------- Wed Nov 30 15:10:04 UTC 2011 - cfarrell@suse.com - license update: Zlib and (GPL-1.0+ or Artistic-1.0) SPDX and use Zlib instead of BSD-3-Clause ------------------------------------------------------------------- Mon Nov 21 02:36:56 UTC 2011 - vcizek@suse.com - update to 2.043 - minor changes ------------------------------------------------------------------- Mon Oct 31 02:34:22 UTC 2011 - vcizek@suse.com - update to 2.040 * croak if attempt to freeze/thaw compression object [RT #69985] ------------------------------------------------------------------- Thu Jun 23 07:50:35 UTC 2011 - vcizek@novell.com - update to 2.037 * small test changes ------------------------------------------------------------------- Mon Jun 20 15:51:56 UTC 2011 - jw@novell.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 10:18:18 UTC 2011 - jw@novell.com - updated to 2.036, version needed by perl-IO-Compress * Added offset parameter to CRC32 ------------------------------------------------------------------- Wed May 11 08:40:44 UTC 2011 - vcizek@novell.com - update to 2.035 * Almost No Changes ------------------------------------------------------------------- Fri May 6 08:06:46 UTC 2011 - vcizek@novell.com - update to 2.034 - license correction ------------------------------------------------------------------- Mon Jan 17 08:07:25 UTC 2011 - vcizek@novell.com - update to 2.033 * Fixed typos & spelling errors. [perl# 81782] ------------------------------------------------------------------- Wed Jan 12 08:33:21 UTC 2011 - vcizek@novell.com - added Provides: to spec ------------------------------------------------------------------- Tue Jan 11 12:45:30 UTC 2011 - vcizek@novell.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:31:08 UTC 2010 - coolo@novell.com - switch to perl_requires macro ------------------------------------------------------------------- Fri Jun 25 21:02:22 UTC 2010 - jw@novell.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 * ... ------------------------------------------------------------------- Fri Jun 19 01:09:41 CEST 2009 - chris@computersalat.de - spec fix for perl-macros ------------------------------------------------------------------- Wed Jun 17 23:42:24 CEST 2009 - chris@computersalat.de - added perl-macros o autogen filelist with perl_gen_filelist ------------------------------------------------------------------- Sun Jun 14 23:39:16 CEST 2009 - chris@computersalat.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 09:33:35 CEST 2007 - anicka@suse.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 08:34:48 CEST 2007 - anicka@suse.cz - update to 2.005 * Only include ppport.h when not being built with perl. ------------------------------------------------------------------- Wed Mar 7 10:47:51 CET 2007 - anicka@suse.cz - update to 2.004 * Fixed lvalue substr issue * Remove redundant code from Zlib.xs ------------------------------------------------------------------- Mon Feb 26 13:23:39 CET 2007 - anicka@suse.cz - package created (initial version 2.003)