diff options
author | tijl <tijl@FreeBSD.org> | 2016-03-27 22:57:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-03-27 22:57:59 +0800 |
commit | 15fde8d043c6a14c4c0afdc5b4202bd64ec72d0d (patch) | |
tree | 95ab4f85bf7bf8cb530a6cecc47ac36a30dcab4b /www/hydra | |
parent | a26520fa167c589a0112b75f59be7ad0d3255855 (diff) | |
download | freebsd-ports-gnome-15fde8d043c6a14c4c0afdc5b4202bd64ec72d0d.tar.gz freebsd-ports-gnome-15fde8d043c6a14c4c0afdc5b4202bd64ec72d0d.tar.zst freebsd-ports-gnome-15fde8d043c6a14c4c0afdc5b4202bd64ec72d0d.zip |
- 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/hydra')
-rw-r--r-- | www/hydra/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/hydra/Makefile b/www/hydra/Makefile index bdf28c2d328d..cfa483163b2f 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 |