summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-07-13 11:35:54 +0000
committerjperkin <jperkin@pkgsrc.org>2020-07-13 11:35:54 +0000
commitd6e3741573d4bc6124e5f030d1b10a08607ffe99 (patch)
tree4c491c55974f14cefa77dbfcc230e44cba20f5ad /security
parentc773abb6c14f135b1e1f7b4c7b656000144e07f2 (diff)
downloadpkgsrc-d6e3741573d4bc6124e5f030d1b10a08607ffe99.tar.gz
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.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile8
-rw-r--r--security/openssl/PLIST4
2 files changed, 7 insertions, 5 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 127183d69c9..312b6886fcc 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -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"
diff --git a/security/openssl/PLIST b/security/openssl/PLIST
index 7079229d8ea..9351ebf6957 100644
--- a/security/openssl/PLIST
+++ b/security/openssl/PLIST
@@ -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