diff options
author | novel <novel@FreeBSD.org> | 2014-01-08 19:18:44 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2014-01-08 19:18:44 +0800 |
commit | b6433c06e1ef9de9d4685b5e422e698f89d1d27f (patch) | |
tree | b482611a58d363660000268d7cb49b3251c4f098 /security/gnutls/Makefile | |
parent | 710d46cae1dca1bea0ade6433127e3f243030aa1 (diff) | |
download | freebsd-ports-gnome-b6433c06e1ef9de9d4685b5e422e698f89d1d27f.tar.gz freebsd-ports-gnome-b6433c06e1ef9de9d4685b5e422e698f89d1d27f.tar.zst freebsd-ports-gnome-b6433c06e1ef9de9d4685b5e422e698f89d1d27f.zip |
- Fix possbile DoS in TLS record decoding [1]
- Fix installation without NLS [2]
- Require gmake and perl for build because in some
occasions it will rebuild the documentation that
works in a proper way with gmake only and needs perl
- Bump PORTREVISION
Security: CVE-2013-2116
Reported by: mat [2]
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 2bd0c44cd71e..9a837ba20347 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnutls PORTVERSION= 2.12.23 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net MASTER_SITES= \ ftp://ftp.gnutls.org/gcrypt/gnutls/v${PORTVERSION:C/.[0-9]+$//}/ @@ -19,7 +19,8 @@ LIB_DEPENDS= nettle:${PORTSDIR}/security/nettle \ CONFLICTS= gnutls-devel-[0-9]* -USES= pathfix pkgconfig iconv +USES= pathfix pkgconfig iconv gmake perl5 +USE_PERL5= build USE_BZIP2= yes USE_GNOME= ltverhack GNU_CONFIGURE= yes |