SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gzip-1.13-lp155.140.5.i586.rpm :

* Tue Feb 27 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Tue Oct 24 2023 Sarah Kriesch - Fix s390x build with \'gcc -Dalignas=_Alignas\' bug#66709
* Wed Aug 30 2023 Danilo Spinella - Update to 1.13:
* zless now diagnoses gzip failures, if using less 623 or later.
* When SIGPIPE is ignored, gzip now exits with status 2 (warning) instead of status 1 (error) when writing to a broken pipe. This is more useful with programs like \'less\' that treat gzip exit status 2 as a non-failure.
* \'gzip -d\' no longer fails to report invalid compressed data that uses a dictionary distance outside the input window. [bug present since the beginning]
* Port to C23, which does not allow K&R-style function definitions with parameters, and which does not define __alignas_is_defined.- Refreshed manpage-no-date.patch
* Wed Aug 16 2023 Dominique Leuenberger - export CONFIG_SHELL=/bin/sh before running configure: results in the shell script (zcat/zgrep/…) to receive a /bin/sh shebang instead of requiring bash (the local shell used to build).- Use for i in $(seq 1 9) instead of bashism for in in {1..9}, and drop buildshell definition to require bash.
* Tue Dec 27 2022 Ludwig Nussel - Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Wed Apr 27 2022 Dominique Leuenberger - Rename xz_lzma.patch xz_lzma_zstd.patch and expand the patch to supprt zstd compression (boo#1198922).
* Sat Apr 09 2022 Dirk Müller - update to 1.12 (CVE-2022-1271,bsc#1198062):
* \'gzip -l\' no longer misreports file lengths 4 GiB and larger. Previously, \'gzip -l\' output the 32-bit value stored in the gzip header even though that is the uncompressed length modulo 2
*
*32. Now, \'gzip -l\' calculates the uncompressed length by decompressing the data and counting the resulting bytes. Although this can take much more time, nowadays the correctness pros seem to outweigh the performance cons.
* \'zless\' is no longer installed on platforms lacking \'less\'.
* zgrep applied to a crafted file name with two or more newlines can no longer overwrite an arbitrary, attacker-selected file. [bug introduced in gzip-1.3.10]
* zgrep now names input file on error instead of mislabeling it as \"(standard input)\", if grep supports the GNU -H and --label options.
* \'zdiff -C 5\' no longer misbehaves by treating \'5\' as a file name.
* Configure-time options like --program-prefix now work.- refresh zdiff.diff, zgrep.diff, zmore.diff
* Sun Jan 30 2022 Dirk Müller - add conflicts/provides for alternative(gzip)- modernize spec file
* Thu Sep 09 2021 Danilo Spinella - Update to 1.11:
* Performance improvements
* Added hardware acceleration for IBM Z- Refresh patches:
* manpage-no-date.patch
* xz_lzma.patch- Remove upstreamed patches:
* gzip-1.10-fix-DFLTCC-segfault.patch
* gzip-1.10-fix_count_of_lines_to_skip.patch
* gzip-1.10-ibm_dfltcc_support.patch
* Wed Jun 23 2021 Franck Bui - Avoid text relocation on i386 (bsc#1143125) Text relocation doesn\'t cope well with some security hardening which consists in prohibiting attempts to change memory mappings to become executable. Hence disable the use of assembler code and get rid of text relocations especially since the assembler code is slower than the code generated by gcc according to Fedora. According to Debian this also fixes gzip generating different results on ia64.
* Tue Apr 13 2021 pgajdosAATTsuse.com- fix DFLTCC segfault [bsc#1177047]- added patches fix https://git.savannah.gnu.org/cgit/gzip.git/commit/?id=be0a534ba2b6e77da289de8da79e70843b1028cc + gzip-1.10-fix-DFLTCC-segfault.patch
* Thu Mar 04 2021 Kristyna Streitova - gzip.spec: move %patch10 from the ifarch condition (mistake)
* Wed Jan 27 2021 Kristyna Streitova - add gzip-1.10-fix_count_of_lines_to_skip.patch to fix count of lines to skip [bsc#1180713]
* Fri Oct 16 2020 Ludwig Nussel - prepare usrmerge (boo#1029961)
* Wed Sep 02 2020 Kristyna Streitova - Enable DFLTCC compression for s390x for levels 1-6 (i. e. to make it used by default) by adding -DDFLTCC_LEVEL_MASK=0x7e to CLFAGS. [jsc#SLE-13775]
* Tue Aug 27 2019 Kristyna Streitova - refresh gzip-1.10-ibm_dfltcc_support.patch to fix three data corruption issues [bsc#1145276] [jsc#SLE-5818] [jsc#SLE-8914]
* Thu Jun 06 2019 Kristýna Streitová - add gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818] [jsc#SLE-8914]
* it adds support for DFLTCC (hardware-accelerated deflation) for s390x arch
* enable it via \"--enable-dfltcc\" option
* Sun Dec 30 2018 astiegerAATTsuse.com- gzip 1.10:
* Compressed gzip output no longer contains the current time as a timestamp when the input is not a regular file. Instead, the output contains a null (zero) timestamp. This makes gzip\'s behavior more reproducible when used as part of a pipeline.
* A use of uninitialized memory on some malformed inputs has been fixed.
* A few theoretical race conditions in signal handers have been fixed.- drop upstreamed patches:
* gnulib-libio.patch
* gzip-1.8-deprecate_netstat.patch
* Wed Aug 01 2018 schwabAATTsuse.de- gnulib-libio.patch: Update gnulib for libio.h removal
* Thu Feb 22 2018 fvogtAATTsuse.com- Use %license (boo#1082318)
* Fri Jan 12 2018 meissnerAATTsuse.com- license is GPL-3.0+
* Thu Jan 11 2018 kbabiochAATTsuse.com- Update to 1.9
* Fix suffix handling
* Fix bug when handling pack format while decompressing
* Fix time handling bug
* Improve exit code handling for shell scripts- remove gzip-1.8-fix_unpack_EOB_check.patch as it is included upstream now- refresh manpage-no-date.patch- spec file cleanups
* Tue Jan 02 2018 kstreitovaAATTsuse.com- add gzip-1.8-deprecate_netstat.patch to get rid of deprecated \'netstat -n\' command in tests/init.sh script
* Fri Dec 01 2017 kstreitovaAATTsuse.com- add gzip-1.8-fix_unpack_EOB_check.patch to fix mishandling of leading zeros in the end-of-block code [bsc#1067891]
* Wed May 31 2017 bwiedemannAATTsuse.com- Make build reproducible in spite of gcc profile based optimizations (boo#1040589)
* Tue May 30 2017 srcAATTposteo.de- changing the way how gcc profiling is generating to have a reproducible build
* Tue Apr 11 2017 kstreitovaAATTsuse.com- define %{_buildshell} to /bin/bash as we newly rely on bash features like {1..9}
* Thu Mar 23 2017 kstreitovaAATTsuse.com- cleanup with spec-cleaner- use loop with a range instead of a number list
* Wed Apr 27 2016 mpluskalAATTsuse.com- Update to 1.8
* gzip -l no longer falsely reports a write error when writing to a pipe.
* Port to Oracle Solaris Studio 12 on x86-64.
* When configuring gzip, ./configure DEFS=\'...-DNO_ASM...\' now suppresses assembler again.- Small spec file cleanup
* Tue Mar 29 2016 tchvatalAATTsuse.com- Version update to release 1.7:
* gzip now accepts the --synchronous option
* gzip now accepts the --rsyncable option
* The GZIP environment variable is now obsolescent
* Installed programs like \'zgrep\' now use the PATH environment variable as usual to find subsidiary programs like \'gzip\' and \'grep\'- Remove obsolete patch tempfile.diff- Remove upstreamed patch gzip-rsyncable.diff- Rebase manpage-no-date.patch to apply to 1.7 version
* Tue Mar 29 2016 tchvatalAATTsuse.com- Rename reproducible.patch to something actually explanatory:
* manpage-no-date.patch
* Sun Mar 20 2016 bwiedemannAATTsuse.com- Add reproducible.patch to fix build-compare
* Fri Dec 19 2014 meissnerAATTsuse.com- build with PIE
 
ICM