diff options
author | tijl <tijl@FreeBSD.org> | 2019-04-19 22:32:12 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2019-04-19 22:32:12 +0800 |
commit | a727cb36a047bc71a4af55663b8f95814c896856 (patch) | |
tree | 4cf33c71635444f0c9dee5c54e4fff93889c82e3 /security/gnutls/Makefile | |
parent | 3908a521b898acf6bd8a1524f43b03baab886d26 (diff) | |
download | freebsd-ports-gnome-a727cb36a047bc71a4af55663b8f95814c896856.tar.gz freebsd-ports-gnome-a727cb36a047bc71a4af55663b8f95814c896856.tar.zst freebsd-ports-gnome-a727cb36a047bc71a4af55663b8f95814c896856.zip |
Update to 3.6.7.
MFH: 2019Q2
Security: https://www.gnutls.org/security-new.html#GNUTLS-SA-2019-03-27
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 406613fbdd51..d39e673e313d 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.6.6 -PORTREVISION= 2 +PORTVERSION= 3.6.7 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} |