diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 9 | ||||
-rw-r--r-- | ftp/curl/distinfo | 6 | ||||
-rw-r--r-- | ftp/curl/pkg-plist | 2 | ||||
-rw-r--r-- | ftp/proftpd-mod_vroot/Makefile | 2 |
4 files changed, 10 insertions, 9 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 9781ec2fbcbf..ab70abcb307a 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -1,5 +1,5 @@ PORTNAME= curl -PORTVERSION= 8.14.1 +PORTVERSION= 8.15.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.se/download/ \ https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/ @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe libtool localbase:ldflags pathfix perl5 shebangfix tar:xz USE_PERL5= build -CONFIGURE_ARGS= --disable-test-bundles \ - --disable-unity \ +CONFIGURE_ARGS= --disable-unity \ --disable-werror \ --enable-dateparse \ --enable-dnsshuffle \ @@ -53,7 +52,7 @@ OPTIONS_GROUP_PROTOCOL= DICT FTP GOPHER HTTP HTTP2 IMAP IPFS LDAP LDAPS LIBSSH L OPTIONS_RADIO_SSL= GNUTLS OPENSSL WOLFSSL OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_SINGLE_RESOLV= CARES THREADED_RESOLVER -OPTIONS_DEFAULT=ALTSVC BROTLI COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IDN IMAP IPFS LIBSSH2 NTLM OPENSSL POP3 PROXY PSL RTSP SMTP STATIC TELNET TFTP THREADED_RESOLVER TLS_SRP WEBSOCKET ZSTD +OPTIONS_DEFAULT=ALTSVC BROTLI COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IDN IMAP IPFS LIBSSH2 MQTT NTLM OPENSSL POP3 PROXY PSL RTSP SMB SMTP STATIC TELNET TFTP THREADED_RESOLVER TLS_SRP WEBSOCKET ZSTD OPTIONS_SUB= yes ALTSVC_DESC= HTTP Alternative Services support COOKIES_DESC= Cookies support @@ -90,7 +89,7 @@ CARES_LIB_DEPENDS= libcares.so:dns/c-ares CARES_USES= pkgconfig COOKIES_CONFIGURE_ENABLE= cookies CURL_DEBUG_CONFIGURE_ENABLE= curldebug -DEBUG_CONFIGURE_ENABLE= debug server-debug +DEBUG_CONFIGURE_ENABLE= debug DICT_CONFIGURE_ENABLE= dict FTP_CONFIGURE_ENABLE= ftp GNUTLS_CONFIGURE_ON= --with-ca-fallback diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index 8691b101a8be..9c77b812f353 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749665711 -SHA256 (curl-8.14.1.tar.xz) = f4619a1e2474c4bbfedc88a7c2191209c8334b48fa1f4e53fd584cc12e9120dd -SIZE (curl-8.14.1.tar.xz) = 2817248 +TIMESTAMP = 1753265702 +SHA256 (curl-8.15.0.tar.xz) = 6cd0a8a5b126ddfda61c94dc2c3fc53481ba7a35461cf7c5ab66aa9d6775b609 +SIZE (curl-8.15.0.tar.xz) = 2773156 diff --git a/ftp/curl/pkg-plist b/ftp/curl/pkg-plist index 00724812f070..118ad32a83f4 100644 --- a/ftp/curl/pkg-plist +++ b/ftp/curl/pkg-plist @@ -86,6 +86,7 @@ share/aclocal/libcurl.m4 %%PORTDOCS%%%%DOCSDIR%%/internals/NEW-PROTOCOL.md %%PORTDOCS%%%%DOCSDIR%%/internals/PORTING.md %%PORTDOCS%%%%DOCSDIR%%/internals/README.md +%%PORTDOCS%%%%DOCSDIR%%/internals/SCORECARD.md %%PORTDOCS%%%%DOCSDIR%%/internals/SPLAY.md %%PORTDOCS%%%%DOCSDIR%%/internals/STRPARSE.md %%PORTDOCS%%%%DOCSDIR%%/internals/TLS-SESSIONS.md @@ -120,6 +121,7 @@ share/aclocal/libcurl.m4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/evhiperfifo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalsocket.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileupload.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp-delete.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp-wildcard.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpget.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpgetinfo.c diff --git a/ftp/proftpd-mod_vroot/Makefile b/ftp/proftpd-mod_vroot/Makefile index d9eea5568096..3dff169c522f 100644 --- a/ftp/proftpd-mod_vroot/Makefile +++ b/ftp/proftpd-mod_vroot/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 3 CATEGORIES= ftp PKGNAMEPREFIX= proftpd- -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Virtual Chroot ProFTPD module WWW= http://www.castaglia.org/proftpd/modules/mod_vroot.html |