pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/openssl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jul 13 11:35:54 UTC 2020

Modified Files:
        pkgsrc/security/openssl: Makefile PLIST

Log Message:
openssl: Fix c_rehash manual page entry.

Previously after the openssl-* renames it ended up as a dangling symlink,
causing "pkg_admin check" failures.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.260 -r1.261 pkgsrc/security/openssl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/openssl/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/openssl/Makefile
diff -u pkgsrc/security/openssl/Makefile:1.260 pkgsrc/security/openssl/Makefile:1.261
--- pkgsrc/security/openssl/Makefile:1.260      Fri Jul 10 10:04:54 2020
+++ pkgsrc/security/openssl/Makefile    Mon Jul 13 11:35:54 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.260 2020/07/10 10:04:54 hauke Exp $
+# $NetBSD: Makefile,v 1.261 2020/07/13 11:35:54 jperkin Exp $
 
 DISTNAME=      openssl-1.1.1g
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  https://www.openssl.org/source/
 
@@ -87,7 +87,9 @@ post-install:
        for f in openssl-*; do                                          \
                ${RM} -f $${f};                                         \
                ${MV} `${ECHO} $${f} | ${SED} -e 's/openssl-//'` $${f}; \
-       done
+       done;                                                           \
+       ${RM} -f openssl-c_rehash.1;                                    \
+       ${LN} -s openssl-rehash.1 c_rehash.1
 
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/openssl/PLIST
diff -u pkgsrc/security/openssl/PLIST:1.5 pkgsrc/security/openssl/PLIST:1.6
--- pkgsrc/security/openssl/PLIST:1.5   Tue Apr 21 13:35:59 2020
+++ pkgsrc/security/openssl/PLIST       Mon Jul 13 11:35:54 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/04/21 13:35:59 sevan Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/07/13 11:35:54 jperkin Exp $
 bin/c_rehash
 bin/openssl
 include/openssl/aes.h
@@ -117,8 +117,8 @@ lib/pkgconfig/libcrypto.pc
 lib/pkgconfig/libssl.pc
 lib/pkgconfig/openssl.pc
 man/man1/CA.pl.1
+man/man1/c_rehash.1
 man/man1/openssl-asn1parse.1
-man/man1/openssl-c_rehash.1
 man/man1/openssl-ca.1
 man/man1/openssl-ciphers.1
 man/man1/openssl-cms.1



Home | Main Index | Thread Index | Old Index