diff options
author | wiz <wiz@pkgsrc.org> | 2021-05-24 19:49:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-05-24 19:49:01 +0000 |
commit | baed0a2edb810dd7f45a65e897249f05eafbe0d3 (patch) | |
tree | 6d77b5f19601f9a87a089487aeff27c75dd899f9 /security/openssl | |
parent | 7e8a6b465124c09216f6e7d7dac9811aecd8a5e1 (diff) | |
download | pkgsrc-baed0a2edb810dd7f45a65e897249f05eafbe0d3.tar.gz |
*: recursive bump for perl 5.34
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 2ba813bdd11..71680e571bc 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.270 2021/04/22 09:59:37 nia Exp $ +# $NetBSD: Makefile,v 1.271 2021/05/24 19:53:55 wiz Exp $ # Remember to upload-distfiles when updating OpenSSL -- otherwise it # is not possible for users who have bootstrapped without OpenSSL # to install it and enable HTTPS fetching. DISTNAME= openssl-1.1.1k +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.openssl.org/source/ |