diff options
author | tijl <tijl@FreeBSD.org> | 2016-03-27 14:57:59 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-03-27 14:57:59 +0000 |
commit | de162e658d0304ce4607f9ba49d6f0b78dd083d3 (patch) | |
tree | 95ab4f85bf7bf8cb530a6cecc47ac36a30dcab4b /www | |
parent | b3f5018ce20b8299ceceda9be4bb181dc147a1b1 (diff) | |
download | FreeBSD-ports-de162e658d0304ce4607f9ba49d6f0b78dd083d3.zip FreeBSD-ports-de162e658d0304ce4607f9ba49d6f0b78dd083d3.tar.gz |
- 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)
Diffstat (limited to 'www')
-rw-r--r-- | www/aws/Makefile | 2 | ||||
-rw-r--r-- | www/gurlchecker/Makefile | 2 | ||||
-rw-r--r-- | www/hydra/Makefile | 4 | ||||
-rw-r--r-- | www/libepc/Makefile | 2 | ||||
-rw-r--r-- | www/libmicrohttpd/Makefile | 2 | ||||
-rw-r--r-- | www/ocaml-net/Makefile | 1 | ||||
-rw-r--r-- | www/retawq/Makefile | 2 | ||||
-rw-r--r-- | www/tntnet/Makefile | 2 | ||||
-rw-r--r-- | www/webkit2-gtk3/Makefile | 1 | ||||
-rw-r--r-- | www/wwwoffle/Makefile | 2 | ||||
-rw-r--r-- | www/xombrero/Makefile | 2 |
11 files changed, 13 insertions, 9 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile index 4a93dd2..c40f6ee 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -3,7 +3,7 @@ PORTNAME= aws PORTVERSION= 3.3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/ diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile index b93efab..7942778 100644 --- a/www/gurlchecker/Makefile +++ b/www/gurlchecker/Makefile @@ -3,7 +3,7 @@ PORTNAME= gurlchecker PORTVERSION= 0.10.1 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= www gnome MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/547/ diff --git a/www/hydra/Makefile b/www/hydra/Makefile index bdf28c2..cfa4831 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -3,7 +3,7 @@ PORTNAME= hydra PORTVERSION= 0.1.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= http://hydra.hellug.gr/download/ PKGNAMESUFFIX= -web @@ -13,6 +13,8 @@ COMMENT= High performance multi-threaded web server LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +BROKEN= Needs to be ported to GnuTLS 3.4; abandoned upstream + USES= perl5 pkgconfig shebangfix SHEBANG_FILES= src/webindex.pl USE_RC_SUBR= hydra diff --git a/www/libepc/Makefile b/www/libepc/Makefile index e3ab46f..2f8e9c8 100644 --- a/www/libepc/Makefile +++ b/www/libepc/Makefile @@ -4,7 +4,7 @@ PORTNAME= libepc PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= GNOME diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index 93889af..398e660 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -3,7 +3,7 @@ PORTNAME= libmicrohttpd PORTVERSION= 0.9.37 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= GNU diff --git a/www/ocaml-net/Makefile b/www/ocaml-net/Makefile index 848e974..6329150 100644 --- a/www/ocaml-net/Makefile +++ b/www/ocaml-net/Makefile @@ -3,6 +3,7 @@ PORTNAME= net PORTVERSION= 4.0.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- diff --git a/www/retawq/Makefile b/www/retawq/Makefile index af3e96a..e850bae 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -3,7 +3,7 @@ PORTNAME= retawq DISTVERSION= 0.2.6c -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.2.6c diff --git a/www/tntnet/Makefile b/www/tntnet/Makefile index e0e4923..eade7e9 100644 --- a/www/tntnet/Makefile +++ b/www/tntnet/Makefile @@ -3,7 +3,7 @@ PORTNAME= tntnet PORTVERSION= 2.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel MASTER_SITES= http://www.tntnet.org/download/ diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index 78a9b2b..f0836fa 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -3,6 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.8.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 57f4dfe..c2ca094 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -2,7 +2,7 @@ PORTNAME= wwwoffle PORTVERSION= 2.9i -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www ipv6 MASTER_SITES= http://www.gedanken.org.uk/software/wwwoffle/download/ diff --git a/www/xombrero/Makefile b/www/xombrero/Makefile index 453cac9..f6bebaa 100644 --- a/www/xombrero/Makefile +++ b/www/xombrero/Makefile @@ -3,7 +3,7 @@ PORTNAME= xombrero PORTVERSION= 1.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://opensource.conformal.com/snapshots/xombrero/ |