diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-01-18 21:48:19 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-01-18 21:48:19 +0000 |
commit | 8930f4c9f76a4da06832827313f3853309f92baf (patch) | |
tree | b6671be53112553f1e25eff8038b7dc0ee2de487 /security/mbedtls | |
parent | f25cc17ec50129558631c35feef93abaebaaf5db (diff) | |
download | pkgsrc-8930f4c9f76a4da06832827313f3853309f92baf.tar.gz |
*: Recursive revision bump for openssl 1.1.1.
Diffstat (limited to 'security/mbedtls')
-rw-r--r-- | security/mbedtls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile index fc60b6aa0e9..046813a9bc4 100644 --- a/security/mbedtls/Makefile +++ b/security/mbedtls/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2019/10/01 17:44:11 nia Exp $ +# $NetBSD: Makefile,v 1.10 2020/01/18 21:50:40 jperkin Exp $ DISTNAME= mbedtls-2.16.3-apache PKGNAME= ${DISTNAME:-apache=} +PKGREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://tls.mbed.org/download/ EXTRACT_SUFX= .tgz |