pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/ancient



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  9 13:59:19 UTC 2024

Modified Files:
        pkgsrc/archivers/ancient: Makefile distinfo

Log Message:
ancient: update to 2.2.0.

    Fixed a potential security issue where a malicious file can lead to undefined behavior and double free (fuzzing, thanks Sagamusix)
    Fixed cases where malicious files could take a long time to fail (fuzzing)
    Added more sanity checking and operations through index-checked containers instead of raw pointers
    Added support for RNC2 old bitstream
    Added support for VIC2 and Vice formats (Amiga)
    Added support for clone-formats (changed ids)
    Formatting the code to be more modern-C++ like
    Refactored SHR3 and SHRI to be a single implementation
    More test files


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/ancient/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/ancient/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/ancient/Makefile
diff -u pkgsrc/archivers/ancient/Makefile:1.4 pkgsrc/archivers/ancient/Makefile:1.5
--- pkgsrc/archivers/ancient/Makefile:1.4       Sun Apr 28 09:45:12 2024
+++ pkgsrc/archivers/ancient/Makefile   Sun Jun  9 13:59:19 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/04/28 09:45:12 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/06/09 13:59:19 wiz Exp $
 
-DISTNAME=      ancient-2.1.1
+DISTNAME=      ancient-2.2.0
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=temisu/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/archivers/ancient/distinfo
diff -u pkgsrc/archivers/ancient/distinfo:1.2 pkgsrc/archivers/ancient/distinfo:1.3
--- pkgsrc/archivers/ancient/distinfo:1.2       Sun Apr 28 09:45:12 2024
+++ pkgsrc/archivers/ancient/distinfo   Sun Jun  9 13:59:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/04/28 09:45:12 wiz Exp $
+$NetBSD: distinfo,v 1.3 2024/06/09 13:59:19 wiz Exp $
 
-BLAKE2s (ancient-2.1.1.tar.gz) = 6de9ae4b81605803f512ea553c767b0ced6631f409e63780e6847785e912f632
-SHA512 (ancient-2.1.1.tar.gz) = 47cf5d6ec0e5055507895495f88122c109ea4d3dfcb7a1bfef52d6e04fc2ac148706ddf03d2779c603229ba962874c007fad0e7f6270759db4ba67d141f4a0bf
-Size (ancient-2.1.1.tar.gz) = 117915 bytes
+BLAKE2s (ancient-2.2.0.tar.gz) = ac41a93bb74248006cc558b4affd14e06a1e5afc25c3f01ee73bed2be8ab9750
+SHA512 (ancient-2.2.0.tar.gz) = 5e184799ba6d6d90f067336800c4d9719396ce5216af916e2498d87a55e1339844659bf2108fe5e65c6a49fb0ac7cc9f0ae7a670a3e5f06668e000257c1e713c
+Size (ancient-2.2.0.tar.gz) = 119589 bytes



Home | Main Index | Thread Index | Old Index