pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/duo-unix



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 12 09:25:24 UTC 2023

Modified Files:
        pkgsrc/security/duo-unix: distinfo
Added Files:
        pkgsrc/security/duo-unix/patches: patch-configure

Log Message:
duo-unix: Ensure openssl rpath flags are used.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/duo-unix/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/duo-unix/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/duo-unix/distinfo
diff -u pkgsrc/security/duo-unix/distinfo:1.5 pkgsrc/security/duo-unix/distinfo:1.6
--- pkgsrc/security/duo-unix/distinfo:1.5       Tue Oct 26 11:17:04 2021
+++ pkgsrc/security/duo-unix/distinfo   Fri May 12 09:25:24 2023
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:17:04 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/05/12 09:25:24 jperkin Exp $
 
 BLAKE2s (duo_unix-1.11.4.tar.gz) = d5d8852124146c4d836348870c845f2240972c45c55b270f21093ee73f4e0b91
 SHA512 (duo_unix-1.11.4.tar.gz) = 67aba0ad7c8c79142613486143c42f6525470533728fdc2e3b98528e128127b9cc547553fbf914bb5214432d18a3f26d68518d5eaf89010df62e71fc3c785fce
 Size (duo_unix-1.11.4.tar.gz) = 523980 bytes
 SHA1 (patch-Makefile.in) = a85b4465546e2b55a1325271c0f670975dcc4a31
+SHA1 (patch-configure) = f9bec5b3116d7a8d32cf09cf3561d33cb5154f85
 SHA1 (patch-login__duo_Makefile.in) = 8b9079d8ea6a9a1f2a23c5c9146a045789517378

Added files:

Index: pkgsrc/security/duo-unix/patches/patch-configure
diff -u /dev/null pkgsrc/security/duo-unix/patches/patch-configure:1.1
--- /dev/null   Fri May 12 09:25:24 2023
+++ pkgsrc/security/duo-unix/patches/patch-configure    Fri May 12 09:25:24 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2023/05/12 09:25:24 jperkin Exp $
+
+Ensure openssl rpath flags are used.
+
+--- configure.orig     2020-05-18 16:08:51.000000000 +0000
++++ configure
+@@ -13013,7 +13013,7 @@ fi
+ 
+ 
+             if test x"$PKG_CONFIG" != x""; then
+-                OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
++                OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L --libs-only-other 2>/dev/null`
+                 if test $? = 0; then
+                     OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
+                     OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`



Home | Main Index | Thread Index | Old Index