| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
- Cosmetic change
|
| |
|
|
|
| |
Changes: https://github.com/pycurl/pycurl/blob/master/ChangeLog
http://pycurl.io/docs/latest/release-notes.html
|
| |
|
|
|
| |
Changes: https://github.com/jedisct1/pure-ftpd/releases
https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
|
| |
|
|
|
| |
Changes: https://curl.se/changes.html
Security: CVE-2026-4873, CVE-2026-5545, CVE-2026-5773, CVE-2026-6253, CVE-2026-6276, CVE-2026-6429, CVE-2026-7009, CVE-2026-7168
|
| |
|
|
| |
Changelog: https://cran.r-project.org/web/packages/curl/NEWS
|
| |
|
|
| |
Changes: https://github.com/taf2/curb/blob/master/ChangeLog.md
|
| |
|
|
| |
PR: 294615
|
| |
|
|
|
| |
PR: 294377
Reported by: vedad@kajtaz.net
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Included all ports that have USES=java.
PR: 293559
|
| |
|
|
| |
2026-03-31 ftp/ftpsesame: dead upstream, broken on FreeBSD 15
|
| |
|
|
|
|
|
|
|
|
|
| |
- Update OPTIONS_DEFAULT:
- Change from OPENSSL to OPENSSL
- Remove LIBSSH2 and TLS_SRP (depends on OPENSSL)
ftp/curl uses OpenSSL by default. However, curl 8.18.0 drops OpenSSL 1.x support
which is used in FreeBSD 13 base system. Therefore, we change the defaults to
wolfSSL instead. This commit can be reverted after FreeBSD 13 EoL (expected Apr
30, 2026).
|
| |
|
|
|
|
|
| |
- Remove CURL_DEBUG option
Changes: https://curl.se/changes.html
Security: CVE-2025-13034, CVE-2025-14017, CVE-2025-14524, CVE-2025-14819, CVE-2025-15079, CVE-2025-15224, CVE-2026-1965, CVE-2026-3783, CVE-2026-3784, CVE-2026-3805
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- build moved from GNU autoconf to CMake
- No MFH as it is a big change/update and new quarterly is coming soon
PR: 293734
Changes: https://curl.se/changes.html
Security: CVE-2026-3805
CVE-2026-3784
CVE-2026-3783
CVE-2026-1965
CVE-2025-15224
CVE-2025-15079
CVE-2025-14819
CVE-2025-14524
CVE-2025-14017
CVE-2025-13034
See https://curl.se/docs/security.html for details
Tested by: ulassayginim@gmail.com, george@m5p.com,
freebsd-bugzilla.bugs@kjpetrie.co.uk,
fabian@wenks.ch, jordan@ostreff.info,
einar@isnic.is, void@f-m.fm
Approved by: ports-secteam (joneum)
|
| |
|
|
|
|
|
| |
Make flags and config file mutually exclusive in the rc script to
prevent "421 Invalid argument" errors.
PR: 239391
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
PR: 293615
|
| |
|
|
| |
Changes: https://github.com/msoulier/tftpy/blob/master/ChangeLog.md
|
| | |
|
| |
|
|
| |
PR: 272855
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes since tnftp 20230507:
- Improve transfer performance by simplifying socket buffer and transfer
buffer handling.
- Add -b BUFLEN to adjust size of buffer for HTTP response line parsing.
- Add -h HEADER to support custom HTTP headers.
- Add "connect" as a synonym for "open".
- Fix ASCII mode transfers when progress bar is enabled.
- Fix creation of empty downloaded files.
- Exit non-zero if a HTTP transfer is shorter than expected.
- Fix HTTPS through a proxy.
MFH: 2026Q1
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- Update MASTER_SITES
Changes: https://github.com/jedisct1/pure-ftpd/releases
https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
|
| |
|
|
|
|
|
| |
- Use complete arguments/options
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/gabime/spdlog/releases
|
| |
|
|
| |
PR: 292360
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
This port requires the obsolete ioctl(DIOCGETSTATUS), which is no
longer supported on FreeBSD 15. Upstream is dead, so deprecate.
It also has some questionable warnings.
See also: D41651
MFH: 2026Q1
|
| | |
|
| |
|
|
|
|
|
|
|
| |
The API remains compatible but bumping all dependent ports as SHLIB
has changed.
Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE
Security: https://00f.net/2025/12/30/libsodium-vulnerability/
PR: 279347
|
| |
|
|
|
|
|
|
| |
With GCC14 now being pulled in on non-i386 non-amd64 platforms,
the compiler is stricter about prototypes.
I think all our base compilers should be good enough, but some
platforms don't seem to allow regparm, so patch that out.
|
| |
|
|
|
|
|
| |
The port requires Go 1.25+, so mention that in the Makefile
Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.7.0
PR: 292041
|
| | |
|
| |
|
|
| |
2025-12-31 ftp/net2ftp: unfetchable
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Mk/Uses/alias.mk was an attempt for compat with DPorts, but has rotted.
This feature was never documented in the PHB, so there is no work to
be done by the docs@ team.
Nothing against DragonFly, but if DPorts still needs FreeBSD 9
support, they really should work that out with upstream projects.
Ultimately, we don't need to keep carrying this outdated feature that
doesn't affect us.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
PR: 291582
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Ports that were pinned to a deprecated version of Go (1.23 or older)
have been unpinned.
* Ports that were pinned to a still-supported version of Go (1.24 or
newer) have been converted to requesting that as their minimum Go
version.
* Ports that had been forcibly deprecated for pinning an expired Go
version have been undeprecated.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recent versions of gettext no longer install m4 files in
PREFIX/share/aclocal. They have to be installed in the work
directory by autopoint for aclocal to find them.
Patch devel/autoconf so autoreconf runs autopoint when gettext related
macros are used in configure.ac (e.g. AM_ICONV). Previously it only
ran autopoint when AM_GNU_GETTEXT_(REQUIRE_)VERSION was used.
The following ports now require autopoint (i.e. USES=gettext-tools):
benchmarks/sysbench, devel/libhtp, editors/fxite, filesystems/rar2fs,
graphics/gd, net/ucarp, news/fidogate, sysutils/cdrdao
Other fixes:
emulators/mednafen, misc/lifelines: Use older version of gettext macros.
ftp/axel: Patch Makefile.am and configure.ac to get gettext working and
add NLS option.
ftp/wzdftpd: Use autoreconf 2.72.
mail/sympa: Remove hack from configure.ac.
multimedia/dvdauthor: Use ports autoreconf.
net/asterisk-chan_sccp: Drop autoreconf and gettext-tools dependencies.
security/pam_pkcs11: Patch configure.ac so autoreconf can find the
custom directory with m4 files.
sysutils/grub2-efi, sysutils/grub2-pcbsd: Add patch to run autoreconf
with -f flag so it updates all files.
www/wget2: Patch configure.ac to what autopoint expects.
PR: 287167
Exp-run by: antoine
|
| | |
|
| |
|
|
|
| |
The ports dont require a go version pin, so remove it. Because theres
no more pin - remove DEPRECATED
|