pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/pgpdump
Module Name: pkgsrc
Committed By: adam
Date: Mon Feb 16 12:45:24 UTC 2026
Modified Files:
pkgsrc/security/pgpdump: Makefile PLIST distinfo
Removed Files:
pkgsrc/security/pgpdump/patches: patch-Makefile.in
Log Message:
pgpdump: updated to 0.37
0.37 2027/02/12
Fix incorrect TAG_NUM macro causing out-of-bounds access.
Fix C23 compatibility.
Use Automake to run tests, and other test improvements.
Use Automake, and other build improvements.
*.c and *.h is now in src/.
0.36 2024/01/29
Skipping file to process when first/CTB is zero
Inserting "memset" for ELLIP_CURVES
0.35 2022/02/28
Adding BrainPool-384/512 curve definitions.
0.34 2021/12/07
Uploading modifications to support GnuPG-2.3.3 ECC curves, additional hash and algorithm names.
Improved labels for Literal Data Packet fields.
Indicate unknown sigtype value is displayed in hex.
Fixing cross-building and avoiding infinite loop when invoking BZ2_bzDecompress.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/pgpdump/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/pgpdump/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/pgpdump/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/security/pgpdump/patches/patch-Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/pgpdump/Makefile
diff -u pkgsrc/security/pgpdump/Makefile:1.25 pkgsrc/security/pgpdump/Makefile:1.26
--- pkgsrc/security/pgpdump/Makefile:1.25 Sun Jan 26 17:32:06 2020
+++ pkgsrc/security/pgpdump/Makefile Mon Feb 16 12:45:23 2026
@@ -1,24 +1,16 @@
-# $NetBSD: Makefile,v 1.25 2020/01/26 17:32:06 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.26 2026/02/16 12:45:23 adam Exp $
-DISTNAME= pgpdump-0.31
+DISTNAME= pgpdump-0.37
CATEGORIES= security
MASTER_SITES= http://www.mew.org/~kazu/proj/pgpdump/
MAINTAINER= tech-pkg-ja%jp.NetBSD.org@localhost
HOMEPAGE= https://www.mew.org/~kazu/proj/pgpdump/en/
COMMENT= PGP packet visualizer
-
LICENSE= modified-bsd
-GNU_CONFIGURE= YES
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-post-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/pgpdump
- ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README.md \
- ${DESTDIR}${PREFIX}/share/doc/pgpdump
+GNU_CONFIGURE= yes
+TEST_TARGET= check
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Index: pkgsrc/security/pgpdump/PLIST
diff -u pkgsrc/security/pgpdump/PLIST:1.3 pkgsrc/security/pgpdump/PLIST:1.4
--- pkgsrc/security/pgpdump/PLIST:1.3 Mon Sep 7 20:09:11 2015
+++ pkgsrc/security/pgpdump/PLIST Mon Feb 16 12:45:23 2026
@@ -1,5 +1,3 @@
-@comment $NetBSD: PLIST,v 1.3 2015/09/07 20:09:11 gdt Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/02/16 12:45:23 adam Exp $
bin/pgpdump
man/man1/pgpdump.1
-share/doc/pgpdump/COPYRIGHT
-share/doc/pgpdump/README.md
Index: pkgsrc/security/pgpdump/distinfo
diff -u pkgsrc/security/pgpdump/distinfo:1.22 pkgsrc/security/pgpdump/distinfo:1.23
--- pkgsrc/security/pgpdump/distinfo:1.22 Tue Oct 26 11:17:36 2021
+++ pkgsrc/security/pgpdump/distinfo Mon Feb 16 12:45:23 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 11:17:36 nia Exp $
+$NetBSD: distinfo,v 1.23 2026/02/16 12:45:23 adam Exp $
-BLAKE2s (pgpdump-0.31.tar.gz) = 4b701a26070c2decaa565ea93ed85fd37ff2b8eb65296f5d85b9f45db6e61fa9
-SHA512 (pgpdump-0.31.tar.gz) = 10d138baf0e3c9a47f6c8549a94b14eaa8babf95a09265e3a5b91469598726d6ee94cc7c481688c2d2b63917d6daba1bb368923aaf75adac6b18694d9a2940c4
-Size (pgpdump-0.31.tar.gz) = 63808 bytes
-SHA1 (patch-Makefile.in) = 5e4a76444964c043a73c5f33178c12a76ee40b9a
+BLAKE2s (pgpdump-0.37.tar.gz) = cfb6283ccc936b5dcf9f6dfb11b2eae1519c568f7040e89001a8197f192dd8b9
+SHA512 (pgpdump-0.37.tar.gz) = 3a4137885d7926b1f4f6a2dd91bb108d78072ae8225e1dc8a48ae53edaf5dd3a1a69fcd0a99633033759b0f8ed87dde65dd4edd47beeb041d2d6f84a9ecf824e
+Size (pgpdump-0.37.tar.gz) = 143972 bytes
Home |
Main Index |
Thread Index |
Old Index