pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/zziplib



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 19 16:00:38 UTC 2025

Modified Files:
        pkgsrc/archivers/zziplib: Makefile PLIST distinfo

Log Message:
zziplib: updated to 0.13.79

0.13.79
* fixed 174 175 176 on buffer-overflow in mmapped.c
* create afl testbuild to have clean debug environment
* validate 164 166 as being fixed in 0.13.78 alreaedy
* add same 0xFFFu overrun check for 175 into zip.c
* fix asan missing dir_close in zziptest.c
* bump cmake_minimum to 3.10 to make cmake 4 happy 173
* combine testbuilds.py and zziptest.py into make test_X
* seperate make zziptestdownloads to have option for those files
* and otherwise just skip tests that need a downloaded file
* not only check files to be the same am/cm but also ABI lib-symbols
* automake tests for every ubuntu version (including 32 and 64on32)
* testcases for largefile builds as well - and 32bit builds
* make tests that use automakes `*.pc` - with corrected cmake install
* make an error on largefile-mismatch in 3264 builds
* start a zzip32.h to get all the 3264 definitions declared
* need zzip_plugin_off_t() to detected largefile problems
* switch to BSD exitcodes when not using ZIP_xx exitcodes
* introduce ZZIP_PLUGIN_TYPE_32BIT for forced 32bit variants
* need -DLARGEFILE=ON to force 64bit builds
* `make missing32` shows the 32on64 symbols
* cut out CMakeScripts/TestLargefileSensitive.cmake


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/archivers/zziplib/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/zziplib/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/archivers/zziplib/distinfo

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

Modified files:

Index: pkgsrc/archivers/zziplib/Makefile
diff -u pkgsrc/archivers/zziplib/Makefile:1.42 pkgsrc/archivers/zziplib/Makefile:1.43
--- pkgsrc/archivers/zziplib/Makefile:1.42      Sun Aug 25 06:18:22 2024
+++ pkgsrc/archivers/zziplib/Makefile   Sat Apr 19 16:00:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2024/08/25 06:18:22 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2025/04/19 16:00:38 adam Exp $
 
-DISTNAME=      zziplib-0.13.78
+DISTNAME=      zziplib-0.13.79
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gdraheim/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/archivers/zziplib/PLIST
diff -u pkgsrc/archivers/zziplib/PLIST:1.17 pkgsrc/archivers/zziplib/PLIST:1.18
--- pkgsrc/archivers/zziplib/PLIST:1.17 Sun Aug 11 07:18:22 2024
+++ pkgsrc/archivers/zziplib/PLIST      Sat Apr 19 16:00:38 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2024/08/11 07:18:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2025/04/19 16:00:38 adam Exp $
 bin/unzip-mem
 bin/unzzip
 bin/unzzip-big
@@ -41,6 +41,7 @@ lib/libzzip-0.${SOEXT}.12
 lib/libzzip-0.so
 lib/libzzip-0.so.13
 lib/libzzip-0.so.13.0.78
+lib/libzzip-0.so.13.0.79
 lib/libzzip.so
 lib/libzzipfseeko-0.${SOEXT}.10
 lib/libzzipfseeko-0.${SOEXT}.11
@@ -48,6 +49,7 @@ lib/libzzipfseeko-0.${SOEXT}.12
 lib/libzzipfseeko-0.so
 lib/libzzipfseeko-0.so.13
 lib/libzzipfseeko-0.so.13.0.78
+lib/libzzipfseeko-0.so.13.0.79
 lib/libzzipfseeko.so
 lib/libzzipmmapped-0.${SOEXT}.10
 lib/libzzipmmapped-0.${SOEXT}.11
@@ -55,14 +57,13 @@ lib/libzzipmmapped-0.${SOEXT}.12
 lib/libzzipmmapped-0.so
 lib/libzzipmmapped-0.so.13
 lib/libzzipmmapped-0.so.13.0.78
+lib/libzzipmmapped-0.so.13.0.79
 lib/libzzipmmapped.so
 lib/libzzipwrap-0.so
 lib/libzzipwrap-0.so.13
 lib/libzzipwrap-0.so.13.0.78
+lib/libzzipwrap-0.so.13.0.79
 lib/libzzipwrap.so
-lib/pkgconfig/zzipfseeko.pc
-lib/pkgconfig/zziplib.pc
-lib/pkgconfig/zzipmmapped.pc
 lib/pkgconfig/zzipwrap.pc
 man/man3/__zzip_fetch_disk_trailer.3
 man/man3/__zzip_parse_root_directory.3
@@ -105,6 +106,7 @@ man/man3/zzip_file_read.3
 man/man3/zzip_file_real.3
 man/man3/zzip_file_stat.3
 man/man3/zzip_filesize.3
+man/man3/zzip_filesize32.3
 man/man3/zzip_fopen.3
 man/man3/zzip_fread.3
 man/man3/zzip_freopen.3
@@ -112,6 +114,7 @@ man/man3/zzip_fstat.3
 man/man3/zzip_get_default_io.3
 man/man3/zzip_inflate_init.3
 man/man3/zzip_init_io.3
+man/man3/zzip_io_size_off_t.3
 man/man3/zzip_open.3
 man/man3/zzip_open_ext_io.3
 man/man3/zzip_open_shared_io.3
@@ -135,3 +138,6 @@ man/man3/zzip_tell32.3
 man/man3/zzip_telldir.3
 man/man3/zzip_telldir32.3
 share/aclocal/zziplib.m4
+share/pkgconfig/zzipfseeko.pc
+share/pkgconfig/zziplib.pc
+share/pkgconfig/zzipmmapped.pc

Index: pkgsrc/archivers/zziplib/distinfo
diff -u pkgsrc/archivers/zziplib/distinfo:1.32 pkgsrc/archivers/zziplib/distinfo:1.33
--- pkgsrc/archivers/zziplib/distinfo:1.32      Sun Aug 11 07:18:22 2024
+++ pkgsrc/archivers/zziplib/distinfo   Sat Apr 19 16:00:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/08/11 07:18:22 adam Exp $
+$NetBSD: distinfo,v 1.33 2025/04/19 16:00:38 adam Exp $
 
-BLAKE2s (zziplib-0.13.78.tar.gz) = 5499849ebd81712e151a099e711ab0d31276556fc6eda63301cca597b2b3718f
-SHA512 (zziplib-0.13.78.tar.gz) = e96771c310a1a9eb227027e8c2a495409c01dd273b483b3a04119d6a273cce7c88ba77c192fcde5e85d0a37c847a0df8e521f460d00920e62153400f0743ea78
-Size (zziplib-0.13.78.tar.gz) = 1190713 bytes
+BLAKE2s (zziplib-0.13.79.tar.gz) = 7a98cc5c7055ee72e8e1beeacbf9f44948aca57748649b560b6da68f3b4a10f9
+SHA512 (zziplib-0.13.79.tar.gz) = bed63fa7d430bd197bb70084f28ae6edc4c4120655b882bc8367f968b32c03340bb6d9bf1b14a5fcc5a1160d91ccf00e7b1131a4123da5d52233a84840ba8b7e
+Size (zziplib-0.13.79.tar.gz) = 1197706 bytes



Home | Main Index | Thread Index | Old Index