diff options
author | Xin LI <delphij@FreeBSD.org> | 2008-07-30 08:52:37 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2008-07-30 08:52:37 +0000 |
commit | 43e8ecb7b6a5f00683b4727831134088f7977e79 (patch) | |
tree | 21b26239bc961f307fecfd5d3ff1642eb12ea502 /security | |
parent | 7ea49ce4bcae167a75f15dd105c4e22bacc188ad (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 1 | ||||
-rw-r--r-- | security/gnutls/files/patch-includes__gnutls__gnutls.h.in | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 56efd3dbe261..bcde592a06b9 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ diff --git a/security/gnutls/files/patch-includes__gnutls__gnutls.h.in b/security/gnutls/files/patch-includes__gnutls__gnutls.h.in new file mode 100644 index 000000000000..7af3fcf9e17d --- /dev/null +++ b/security/gnutls/files/patch-includes__gnutls__gnutls.h.in @@ -0,0 +1,11 @@ +--- ./includes/gnutls/gnutls.h.in.orig 2008-06-30 13:45:51.000000000 -0700 ++++ ./includes/gnutls/gnutls.h.in 2008-07-30 01:39:55.348483886 -0700 +@@ -287,7 +287,7 @@ + { + GNUTLS_CRT_PRINT_FULL, + GNUTLS_CRT_PRINT_ONELINE, +- GNUTLS_CRT_PRINT_UNSIGNED_FULL, ++ GNUTLS_CRT_PRINT_UNSIGNED_FULL + } gnutls_certificate_print_formats_t; + + typedef enum |