pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gpa
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Aug 22 12:41:59 UTC 2024
Modified Files:
pkgsrc/security/gpa: distinfo
Added Files:
pkgsrc/security/gpa/patches: patch-configure
Log Message:
security/gpa: Fix build with libassuan 3
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/gpa/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/gpa/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/gpa/distinfo
diff -u pkgsrc/security/gpa/distinfo:1.12 pkgsrc/security/gpa/distinfo:1.13
--- pkgsrc/security/gpa/distinfo:1.12 Tue Oct 26 11:17:07 2021
+++ pkgsrc/security/gpa/distinfo Thu Aug 22 12:41:59 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:17:07 nia Exp $
+$NetBSD: distinfo,v 1.13 2024/08/22 12:41:59 ryoon Exp $
BLAKE2s (gpa-0.10.0.tar.bz2) = 9e2143bfa742ccf130697212606df72ca4a16da6673515262e1a8d8e122af66f
SHA512 (gpa-0.10.0.tar.bz2) = 87004fb0806e76012bc194f95afe9ef6044aec890b26e845f45c314e1bd8864f056ba5e32f9ef2e15b24b50840235e6e548a5e3006b255b4f1c20e0fd7710a3b
Size (gpa-0.10.0.tar.bz2) = 782455 bytes
+SHA1 (patch-configure) = 930aea9049f7a2fb6d3465f73f79671f2fc3a331
Added files:
Index: pkgsrc/security/gpa/patches/patch-configure
diff -u /dev/null pkgsrc/security/gpa/patches/patch-configure:1.1
--- /dev/null Thu Aug 22 12:41:59 2024
+++ pkgsrc/security/gpa/patches/patch-configure Thu Aug 22 12:41:59 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2024/08/22 12:41:59 ryoon Exp $
+
+* Support newer security/libassuan2.
+
+--- configure.orig 2024-08-22 07:38:59.842998095 +0000
++++ configure
+@@ -8632,7 +8632,7 @@ $as_echo "no" >&6; }
+ if test "$tmp" -gt 0 ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBASSUAN API version" >&5
+ $as_echo_n "checking LIBASSUAN API version... " >&6; }
+- if test "$req_libassuan_api" -eq "$tmp" ; then
++ if test "$req_libassuan_api" -le "$tmp" ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: okay" >&5
+ $as_echo "okay" >&6; }
+ else
Home |
Main Index |
Thread Index |
Old Index