mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Fix broken header installed by gnutls: it would silently break ports
that makes use of gnutls_certificate_print_formats_t enum.
This commit is contained in:
parent
7ea49ce4bc
commit
43e8ecb7b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217838
@ -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/ \
|
||||
|
11
security/gnutls/files/patch-includes__gnutls__gnutls.h.in
Normal file
11
security/gnutls/files/patch-includes__gnutls__gnutls.h.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user