pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/gzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  8 06:24:00 UTC 2022

Modified Files:
        pkgsrc/archivers/gzip: Makefile distinfo
Removed Files:
        pkgsrc/archivers/gzip/patches: patch-aa patch-ab patch-lib_fflush.c

Log Message:
gzip: update to 1.12.

* Noteworthy changes in release 1.12 (2022-04-07) [stable]

** Changes in behavior

  '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'.

** Bug fixes

  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.
  [bug present since the beginning]

  Configure-time options like --program-prefix now work.

* Noteworthy changes in release 1.11 (2021-09-03) [stable]

** Performance improvements

  IBM Z platforms now support hardware-accelerated deflation.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/archivers/gzip/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/gzip/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/archivers/gzip/patches/patch-aa
cvs rdiff -u -r1.3 -r0 pkgsrc/archivers/gzip/patches/patch-ab \
    pkgsrc/archivers/gzip/patches/patch-lib_fflush.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/gzip/Makefile
diff -u pkgsrc/archivers/gzip/Makefile:1.37 pkgsrc/archivers/gzip/Makefile:1.38
--- pkgsrc/archivers/gzip/Makefile:1.37 Sat Jan 18 23:29:55 2020
+++ pkgsrc/archivers/gzip/Makefile      Fri Apr  8 06:24:00 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2020/01/18 23:29:55 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2022/04/08 06:24:00 wiz Exp $
 
-DISTNAME=      gzip-1.10
+DISTNAME=      gzip-1.12
 CATEGORIES=    archivers
 #MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
 #EXTRACT_SUFX= .tar.xz
@@ -19,7 +19,4 @@ MAKE_FLAGS+=  manlinks=so
 INFO_FILES=    yes
 CHECK_PERMS=   no      # can't depend on checkperms; its distfile is gzipped
 
-#bug 20453 in bug-gzip list, passed onto gnulib
-CONFIGURE_ENV.AIX+=    ac_cv_header_wctype_h=no
-
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/gzip/distinfo
diff -u pkgsrc/archivers/gzip/distinfo:1.12 pkgsrc/archivers/gzip/distinfo:1.13
--- pkgsrc/archivers/gzip/distinfo:1.12 Tue Oct 26 09:57:07 2021
+++ pkgsrc/archivers/gzip/distinfo      Fri Apr  8 06:24:00 2022
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 09:57:07 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/04/08 06:24:00 wiz Exp $
 
-BLAKE2s (gzip-1.10.tar) = 480593a6dea69feae9d6b8622fdc442a5149f03746aa7eaabf8099e8f7a506c7
-SHA512 (gzip-1.10.tar) = fc54f62e5b1db56bde178e0019fb831af6bfad73fc346742ae830de9623e5982dbc1e5463a34fbf0b88777b53901ffbbecfba724fb3ae7d9f758c5701bb54098
-Size (gzip-1.10.tar) = 5355520 bytes
-SHA1 (patch-aa) = a08b277aa95df808d055f4daf95fd1462c300290
-SHA1 (patch-ab) = 738d6e5f9300c2718694cc4134b36637b323ea8a
-SHA1 (patch-lib_fflush.c) = 4012b674c04f83f2b3bffdef6107a7836ce21d8e
+BLAKE2s (gzip-1.12.tar) = 1edddfdf2946083367ef0295fb2c8d191a6ddc5777f6a2c48629bd25ad8b6033
+SHA512 (gzip-1.12.tar) = 79a54c63c3442061f3e47de7bdd5bfee2d2d40d1f09b8eabbbabe96295f9eb8fc2e0dd580f6bad528fd0e7e336f6e759ddf52863c0f0da733d1a184e57fde90f
+Size (gzip-1.12.tar) = 6041600 bytes



Home | Main Index | Thread Index | Old Index