diff --git net-p2p/transmission-cli/Makefile net-p2p/transmission-cli/Makefile index 6139620..43ab032 100644 --- net-p2p/transmission-cli/Makefile +++ net-p2p/transmission-cli/Makefile @@ -77,7 +77,6 @@ POLARSSL_CONFIGURE_ON= --with-crypto=polarssl WOLFSSL_LIB_DEPENDS= libwolfssl.so:${PORTSDIR}/security/wolfssl WOLFSSL_CONFIGURE_ON= --with-crypto=cyassl -WOLFSSL_BROKEN= Requires security/wolfssl built with --enable-arc4 .endif DOCS= AUTHORS NEWS README diff --git security/wolfssl/Makefile security/wolfssl/Makefile index 76c1667..757dce8 100644 --- security/wolfssl/Makefile +++ security/wolfssl/Makefile @@ -2,6 +2,7 @@ PORTNAME= wolfssl PORTVERSION= 3.8.0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.wolfssl.com/ @@ -16,7 +17,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-shared --enable-static \ --enable-dtls --enable-opensslextra --enable-ipv6 \ --enable-dsa --enable-dh --enable-ecc --enable-sni \ - --enable-ripemd --enable-sha512 + --enable-ripemd --enable-sha512 --enable-arc4 USE_LDCONFIG= yes PORTDOCS= *