pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/php-gnupg
Module Name: pkgsrc
Committed By: taca
Date: Mon May 19 15:43:51 UTC 2025
Modified Files:
pkgsrc/security/php-gnupg: Makefile distinfo
pkgsrc/security/php-gnupg/patches: patch-config.m4
Log Message:
security/php-gnupg: update to 1.5.2
1.5.2 (2025-04-08)
* Fixed GH-37: gnupg_decrypt() returns false when decrypting an encrypted
empty string
* Fixed GH-46: gnupg_decrypt() segfaults when password callback user ID hint
is not supplied
* Fixed 1.5.0 regressition - the deletekey allow_secret made optional again
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/php-gnupg/Makefile \
pkgsrc/security/php-gnupg/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/php-gnupg/patches/patch-config.m4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/php-gnupg/Makefile
diff -u pkgsrc/security/php-gnupg/Makefile:1.5 pkgsrc/security/php-gnupg/Makefile:1.6
--- pkgsrc/security/php-gnupg/Makefile:1.5 Sat Feb 8 03:51:48 2025
+++ pkgsrc/security/php-gnupg/Makefile Mon May 19 15:43:51 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2025/02/08 03:51:48 taca Exp $
+# $NetBSD: Makefile,v 1.6 2025/05/19 15:43:51 taca Exp $
MODNAME= gnupg
-PECL_VERSION= 1.5.1
-PKGREVISION= 2
+PECL_VERSION= 1.5.2
CATEGORIES= security
MAINTAINER= tpaul%NetBSD.org@localhost
Index: pkgsrc/security/php-gnupg/distinfo
diff -u pkgsrc/security/php-gnupg/distinfo:1.5 pkgsrc/security/php-gnupg/distinfo:1.6
--- pkgsrc/security/php-gnupg/distinfo:1.5 Mon Jan 10 14:16:40 2022
+++ pkgsrc/security/php-gnupg/distinfo Mon May 19 15:43:51 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2022/01/10 14:16:40 taca Exp $
+$NetBSD: distinfo,v 1.6 2025/05/19 15:43:51 taca Exp $
-BLAKE2s (php-gnupg/gnupg-1.5.1.tgz) = 84aa2623403081befc01f2da6ceeec73b201cea821f57a34b41905ffe5ed7c90
-SHA512 (php-gnupg/gnupg-1.5.1.tgz) = 93aa267e3ebf0307a700560c6ea170e6763e0a94c22730a27d39956c2d4472187018efd6393c2c9bd6c0518b92fade1b60323e3b3c24ada480f1c4d22d9e2072
-Size (php-gnupg/gnupg-1.5.1.tgz) = 37316 bytes
-SHA1 (patch-config.m4) = 0010a801d4ac264bcf29ece8c4d7affa3549da16
+BLAKE2s (php-gnupg/gnupg-1.5.2.tgz) = 3a332b1f4a0083c0d3bef3ced9dbabbc20a690160acb3b5d1097a95942a8d873
+SHA512 (php-gnupg/gnupg-1.5.2.tgz) = 9b501214954ee4805073c5b71388f461758c0669085582185f9ed261bf3ba681f8e14f67316b2fcc93fb238651c5c255bc86e2d7a7f030aa762a2efa71edd050
+Size (php-gnupg/gnupg-1.5.2.tgz) = 42108 bytes
+SHA1 (patch-config.m4) = 2f4acaf9737d1b959b1514fcce4044125abdb3f5
Index: pkgsrc/security/php-gnupg/patches/patch-config.m4
diff -u pkgsrc/security/php-gnupg/patches/patch-config.m4:1.2 pkgsrc/security/php-gnupg/patches/patch-config.m4:1.3
--- pkgsrc/security/php-gnupg/patches/patch-config.m4:1.2 Sun Jun 6 07:20:05 2021
+++ pkgsrc/security/php-gnupg/patches/patch-config.m4 Mon May 19 15:43:51 2025
@@ -1,15 +1,15 @@
-$NetBSD: patch-config.m4,v 1.2 2021/06/06 07:20:05 taca Exp $
+$NetBSD: patch-config.m4,v 1.3 2025/05/19 15:43:51 taca Exp $
Recognize pkgsrc's ${PREFIX}.
---- config.m4.orig 2021-04-10 20:05:04.000000000 +0000
+--- config.m4.orig 2025-04-08 10:27:47.000000000 +0000
+++ config.m4
@@ -14,7 +14,7 @@ PHP_ARG_WITH(gnupg, for gnupg support,
[ --with-gnupg[=dir] Include gnupg support])
if test "$PHP_GNUPG" != "no"; then
-- SEARCH_PATH="/usr/local /usr /opt"
-+ SEARCH_PATH="${PREFIX} /usr/local /usr /opt"
+- SEARCH_PATH="/usr/local /usr /opt /opt/homebrew"
++ SEARCH_PATH="${PREFIX} /usr/local /usr /opt /opt/homebrew"
SEARCH_FOR="include/gpgme.h"
SEARCH_FOR_ALT="include/gpgme/gpgme.h"
if test -r $PHP_GNUPG/$SEARCH_FOR; then
Home |
Main Index |
Thread Index |
Old Index