summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile2
-rw-r--r--ftp/R-cran-curl/Makefile2
-rw-r--r--ftp/R-cran-curl/distinfo6
-rw-r--r--ftp/bsdftpd-ssl/Makefile4
-rw-r--r--ftp/curl/Makefile9
-rw-r--r--ftp/curl/distinfo6
-rw-r--r--ftp/curl/pkg-plist2
-rw-r--r--ftp/curlie/Makefile2
-rw-r--r--ftp/fineftp-server/Makefile1
-rw-r--r--ftp/pget/Makefile2
-rw-r--r--ftp/php85-curl/Makefile7
-rw-r--r--ftp/php85-ftp/Makefile7
-rw-r--r--ftp/py-aioftp/Makefile2
-rw-r--r--ftp/py-aioftp/distinfo6
-rw-r--r--ftp/termscp/Makefile2
-rw-r--r--ftp/unftp/Makefile2
16 files changed, 40 insertions, 22 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 06b545d27011..bd29d849d14a 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -61,6 +61,8 @@
SUBDIR += php83-ftp
SUBDIR += php84-curl
SUBDIR += php84-ftp
+ SUBDIR += php85-curl
+ SUBDIR += php85-ftp
SUBDIR += phpwebftp
SUBDIR += proftpd
SUBDIR += proftpd-mod_vroot
diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile
index 20fc7ca737da..6f9a2ea6a0cc 100644
--- a/ftp/R-cran-curl/Makefile
+++ b/ftp/R-cran-curl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= curl
-DISTVERSION= 6.3.0
+DISTVERSION= 6.4.0
CATEGORIES= ftp
DISTNAME= ${PORTNAME}_${PORTVERSION}
diff --git a/ftp/R-cran-curl/distinfo b/ftp/R-cran-curl/distinfo
index b73a124365a2..69e6cf7f8093 100644
--- a/ftp/R-cran-curl/distinfo
+++ b/ftp/R-cran-curl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749362865
-SHA256 (curl_6.3.0.tar.gz) = 6ba26e26a56ed9fc2a6d0da7296c5be95665b055f3abd35bb3bbcddf42bc0663
-SIZE (curl_6.3.0.tar.gz) = 934046
+TIMESTAMP = 1751514613
+SHA256 (curl_6.4.0.tar.gz) = 3bb4dbf892d2c3b4449d67553f2b3b31d9fa23c71fa6af0a287930ae8377ecdb
+SIZE (curl_6.4.0.tar.gz) = 935843
diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile
index 1f9149b66ba2..f24825aef69b 100644
--- a/ftp/bsdftpd-ssl/Makefile
+++ b/ftp/bsdftpd-ssl/Makefile
@@ -5,9 +5,9 @@ CATEGORIES= ftp
MASTER_SITES= http://www.sourcefiles.org/System/Daemons/FTP/ \
LOCAL/sunpoet
-MAINTAINER= skynick@mail.sc.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= Secure FTP client/server with TLS/SSL support
-WWW= http://bsdftpd-ssl.sc.ru
+WWW= # not found as of 20250701
USES= ssl
MAKE_ENV+= OBJFORMAT=elf
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/curlie/Makefile b/ftp/curlie/Makefile
index 838536d7ae5e..b3a0dec311cf 100644
--- a/ftp/curlie/Makefile
+++ b/ftp/curlie/Makefile
@@ -1,7 +1,7 @@
PORTNAME= curlie
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.7
-PORTREVISION= 27
+PORTREVISION= 28
CATEGORIES= ftp net www
MAINTAINER= 0mp@FreeBSD.org
diff --git a/ftp/fineftp-server/Makefile b/ftp/fineftp-server/Makefile
index 10c4a7517426..e5d4035afe63 100644
--- a/ftp/fineftp-server/Makefile
+++ b/ftp/fineftp-server/Makefile
@@ -1,6 +1,7 @@
PORTNAME= fineftp-server
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= ftp
MAINTAINER= yuri@FreeBSD.org
diff --git a/ftp/pget/Makefile b/ftp/pget/Makefile
index 39c06232d470..5009775ed68d 100644
--- a/ftp/pget/Makefile
+++ b/ftp/pget/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pget
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= ftp net www
MAINTAINER= yuri@FreeBSD.org
diff --git a/ftp/php85-curl/Makefile b/ftp/php85-curl/Makefile
new file mode 100644
index 000000000000..93e27f8d2618
--- /dev/null
+++ b/ftp/php85-curl/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php85
+
+PKGNAMESUFFIX= -curl
+
+.include "${MASTERDIR}/Makefile"
diff --git a/ftp/php85-ftp/Makefile b/ftp/php85-ftp/Makefile
new file mode 100644
index 000000000000..d410a01883e9
--- /dev/null
+++ b/ftp/php85-ftp/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php85
+
+PKGNAMESUFFIX= -ftp
+
+.include "${MASTERDIR}/Makefile"
diff --git a/ftp/py-aioftp/Makefile b/ftp/py-aioftp/Makefile
index 7d1a3d9ba499..76cdb91c0eb1 100644
--- a/ftp/py-aioftp/Makefile
+++ b/ftp/py-aioftp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= aioftp
-PORTVERSION= 0.26.1
+PORTVERSION= 0.26.2
CATEGORIES= ftp python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/ftp/py-aioftp/distinfo b/ftp/py-aioftp/distinfo
index 419ef4b9e3ad..d926a2948867 100644
--- a/ftp/py-aioftp/distinfo
+++ b/ftp/py-aioftp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750948476
-SHA256 (aioftp-0.26.1.tar.gz) = a5302662e5a7e910168cd23103f24c9fe4ff2f742932b72a7309d9ea369aeccd
-SIZE (aioftp-0.26.1.tar.gz) = 70107
+TIMESTAMP = 1751287229
+SHA256 (aioftp-0.26.2.tar.gz) = ecd8cc9687bbb5e1b4dddc155aa1f3ea873d6e9f9e968221378daf04c2e4f763
+SIZE (aioftp-0.26.2.tar.gz) = 70140
diff --git a/ftp/termscp/Makefile b/ftp/termscp/Makefile
index c3925973b4de..98626711259b 100644
--- a/ftp/termscp/Makefile
+++ b/ftp/termscp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= termscp
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.0
-PORTREVISION= 23
+PORTREVISION= 24
CATEGORIES= ftp
MAINTAINER= sec.research.2005@gmail.com
diff --git a/ftp/unftp/Makefile b/ftp/unftp/Makefile
index 16b2cb42bb53..912f1c0e498a 100644
--- a/ftp/unftp/Makefile
+++ b/ftp/unftp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= unftp
DISTVERSIONPREFIX= v
DISTVERSION= 0.15.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= ftp
MAINTAINER= yuri@FreeBSD.org