From de162e658d0304ce4607f9ba49d6f0b78dd083d3 Mon Sep 17 00:00:00 2001 From: tijl Date: Sun, 27 Mar 2016 14:57:59 +0000 Subject: - Update security/gnutls to 3.4.10. - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) --- devel/anjuta/Makefile | 1 + devel/gsoap/Makefile | 1 + devel/gwenhywfar/Makefile | 2 +- devel/gwenhywfar/files/patch-src-sio-syncio_tls.c | 17 +++++++++++++++++ devel/hs-git-annex/Makefile | 1 + devel/librelp/Makefile | 1 + devel/libvirt/Makefile | 1 + 7 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 devel/gwenhywfar/files/patch-src-sio-syncio_tls.c (limited to 'devel') diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index f38231f..5dde987 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -3,6 +3,7 @@ PORTNAME= anjuta PORTVERSION= 3.18.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index a91627d..2ab0875 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -3,6 +3,7 @@ PORTNAME= gsoap PORTVERSION= 2.8.27 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile index a11807e..bb9d399 100644 --- a/devel/gwenhywfar/Makefile +++ b/devel/gwenhywfar/Makefile @@ -2,7 +2,7 @@ PORTNAME= gwenhywfar PORTVERSION= 4.14.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel net security MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=01&file=01&dummy=/ diff --git a/devel/gwenhywfar/files/patch-src-sio-syncio_tls.c b/devel/gwenhywfar/files/patch-src-sio-syncio_tls.c new file mode 100644 index 0000000..a1445e2 --- /dev/null +++ b/devel/gwenhywfar/files/patch-src-sio-syncio_tls.c @@ -0,0 +1,17 @@ +--- src/sio/syncio_tls.c.orig 2014-10-12 13:12:22 UTC ++++ src/sio/syncio_tls.c +@@ -361,12 +361,10 @@ int GWEN_SyncIo_Tls_Prepare(GWEN_SYNCIO + + /* possibly force protocol priority */ + if (lflags & GWEN_SYNCIO_TLS_FLAGS_FORCE_SSL_V3) { +- const int proto_prio[2] = { GNUTLS_SSL3, 0 }; +- + DBG_INFO(GWEN_LOGDOMAIN, "Forcing SSL v3"); +- rv=gnutls_protocol_set_priority(xio->session, proto_prio); ++ rv=gnutls_priority_set_direct(xio->session, "NORMAL:-VERS-TLS-ALL:+VERS-SSL3.0", NULL); + if (rv) { +- DBG_ERROR(GWEN_LOGDOMAIN, "gnutls_protocol_set_priority: %d (%s)", rv, gnutls_strerror(rv)); ++ DBG_ERROR(GWEN_LOGDOMAIN, "gnutls_priority_set_direct: %d (%s)", rv, gnutls_strerror(rv)); + gnutls_deinit(xio->session); + return GWEN_ERROR_GENERIC; + } diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile index 41bcba9..fe5f1a7 100644 --- a/devel/hs-git-annex/Makefile +++ b/devel/hs-git-annex/Makefile @@ -3,6 +3,7 @@ PORTNAME= git-annex PORTVERSION= 5.20150727 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/librelp/Makefile b/devel/librelp/Makefile index dc8a585..b4b32d8 100644 --- a/devel/librelp/Makefile +++ b/devel/librelp/Makefile @@ -3,6 +3,7 @@ PORTNAME= librelp PORTVERSION= 1.2.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/librelp/ diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 83867a9..e1782d0 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -3,6 +3,7 @@ PORTNAME= libvirt PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ -- cgit v1.1