summaryrefslogtreecommitdiff
path: root/ftp
AgeCommit message (Collapse)Author
2020-12-29Ignore with PHP 8.0Antoine Brodin
Reported by: pkg-fallout
2020-12-28Drop python 2.7 support from a few portsAntoine Brodin
With hat: portmgr
2020-12-24Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python)
2020-12-19Update to 1.00Sunpoet Po-Chuan Hsieh
Changes: https://metacpan.org/changes/distribution/File-Fetch
2020-12-13Update to 7.74.0Sunpoet Po-Chuan Hsieh
Changes: https://curl.se/changes.html PR: 251773 Submitted by: lwhsu Security: 3c77f139-3a09-11eb-929d-d4c9ef517024 MFH: 2020Q4
2020-12-10Update WWWSunpoet Po-Chuan Hsieh
2020-12-07- Add LICENSE_FILEDmitry Marakasov
- Switch to USES=localbase - Use OPTIONS helpers - Call glib-gettextize unconditionally to fix configure with disabled NLS - Update WWW Approved by: portmgr blanket
2020-11-16- Handle two missing dependencies, pcre2 and nettleDmitry Marakasov
- Improve PCRE handling in options, add NTLM option - Use pkg-config unconditionally, it's used for detecting all depends and is required for proper pcre2 detection - Use USES=localbase instead of duplicate CPPFLAGS/LDFLAGS for most options PR: 251189 Approved by: vd (maintainer)
2020-11-08Fix LICENSESunpoet Po-Chuan Hsieh
2020-11-06Cosmetic changeSunpoet Po-Chuan Hsieh
2020-11-05Update to 1.6.0Mateusz Piotrowski
Release notes: https://github.com/rs/curlie/releases/tag/v1.6.0
2020-11-03Return araujo@'s ports to the pool after his commit bit was safekept.Rene Ladan
2020-11-01ftp/curl: avoid auto-enabling ZSTD, make explicit option; ensure GSSAPI ↵Matthias Andree
compilation. Since August 2020, curl would auto-enable ZSTD if available while configuring, this would however not propagate to the LIB_DEPENDS. Make sure to explicitly control ZSTD by introducing an option that defaults to off. While here, also mark BROKEN if GSSAPI_BASE is selected while krb5 is installed when building. PR: 250414 Approved by: sunpoet@ (maintainer timeout, 14d)
2020-10-22PHP 8.0: Connect all the ports added in r552906Torsten Zuehlsdorff
Sponsored by: PHP Update Service
2020-10-21Welcome PHP 8.0 RC 2 to the ports treeTorsten Zuehlsdorff
There are many greater changes including: - json is now part of core - xmlrpc is removed - More than 150 backward incompatible changes Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING Reviewed by: ale, mfechner, Pascal Christen Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D26848
2020-10-18Fix build when TLS_SRP is disabledSunpoet Po-Chuan Hsieh
PR: 250384 Reported by: Dewayne Geraghty <dewayne@heuristicsystems.com.au> Obtained from: https://github.com/curl/curl/commit/a3d5b199f96a108f38bd1f6adaf3a7585f721d02
2020-10-15Update to 7.73.0Sunpoet Po-Chuan Hsieh
Changes: https://curl.haxx.se/changes.html
2020-10-07- Update to 0.18.1Dmitry Marakasov
2020-10-05Fix build with -fno-commonStefan Eßer
2020-09-22Fix build with -fno-commonStefan Eßer
While here add license (GPLv2) and strip binary.
2020-09-22Update to 1.5.4Mateusz Piotrowski
2020-09-14Fix build with clang 11/gcc 10.Brooks Davis
Add LICENSE. Pet portlint. Reduce REINPLACE_CMD use. Drop maintainership, I don't this anymore.
2020-09-12Use built-in CA store of OpenSSL/GnuTLS when CA_BUNDLE is disabledSunpoet Po-Chuan Hsieh
PR: 248047 Reported by: Michael Osipov <michael.osipov@siemens.com> Submitted by: kevans
2020-09-07- Update to 0.18.0Dmitry Marakasov
2020-09-05Update to 7.43.0.6Sunpoet Po-Chuan Hsieh
Changes: https://github.com/pycurl/pycurl/blob/master/ChangeLog http://pycurl.io/docs/latest/release-notes.html
2020-09-02ftp/tnftpd: update to 20200704Fernando Apesteguía
Includes fix for clang11 -fno-common issue While here, pet linters. PR: 248831 Submitted by: cejkar@fit.vutbr.cz (maintainer) MFH: 2020Q3 (build fix, fno-common)
2020-09-01Remove -fcommon and deprecation noticeStefan Eßer
The port has been fixed to build with -fno-common
2020-09-01Fix build with clang11Stefan Eßer
2020-09-01Fix build with clang11Stefan Eßer
2020-08-30Extend expiration of ports broken with -fno-commonNiclas Zeising
Extend the expiration of unmaintained leaf ports that are broken with -fno-common and previously had a short expiration date. The new date is set to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people until 2021-06-30 (10 months from now) to fix issues. Improve the wording of the deprecation message, mentioning both llvm 11 and -fno-common. Bump portrevision to force reinstall. This way the warning message about deprecation will be displayed to users installing or reinstalling the software. MFH: 2020Q3 (maybe)
2020-08-29ftp/: Fix build with clang11 and deprecate ports@ portsTobias C. Berner
2020-08-27- Fix build with clang 11Danilo Egea Gondolfo
2020-08-23- Update to 0.17.2Dmitry Marakasov
2020-08-21Fix build with LibreSSLGanael LAPLANCHE
PR: 248716 Submitted by: Simeon Simeonov <sgs@pichove.org>
2020-08-19Update to 7.72.0Sunpoet Po-Chuan Hsieh
Changes: https://curl.haxx.se/changes.html Security: b905dff4-e227-11ea-b0ea-08002728f74c MFH: 2020Q3
2020-08-17Update to 4.9.2Ganael LAPLANCHE
Changelog: http://lftp.yar.ru/news.html
2020-08-14Update to 7.29.0-57.el7_8.1.Tijl Coosemans
2020-08-10- Update to 20200705Danilo Egea Gondolfo
2020-08-10- Update to 5.6Danilo Egea Gondolfo
This revision fixes multiple vulnerabilities, please see: http://bftpd.sourceforge.net/news.html MFH: 2020Q3
2020-08-08Cosmetic changeSunpoet Po-Chuan Hsieh
2020-07-30- Add LICENSEDmitry Marakasov
- Add missing dependency - Update WWW Approved by: portmgr blanket
2020-07-21- Update to 0.16.1Dmitry Marakasov
2020-07-14Fix build with recent byacc on head after r363170.Jung-uk Kim
PR: 247522
2020-07-08Update to 7.71.1Sunpoet Po-Chuan Hsieh
Changes: https://curl.haxx.se/changes.html
2020-07-05Update distfiles and bump PORTREVISION for proftpd slave portsMartin Matuska
2020-07-03Update to 6.06Li-Wen Hsu
PR: 246912 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
2020-07-02Update ProFTPd to version 1.3.6dMartin Matuska
PR: 247554, 243866 Submitted by: Alexander Puecker
2020-06-26Remove pre-test-PROXY-off:Sunpoet Po-Chuan Hsieh
Tests run without error regardless of PROXY option. PROXY disabled: TESTDONE: 930 tests out of 930 reported OK: 100% TESTDONE: 1364 tests were considered during 369 seconds. PROXY enabled: TESTDONE: 1052 tests out of 1052 reported OK: 100% TESTDONE: 1364 tests were considered during 410 seconds.
2020-06-26Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113Sunpoet Po-Chuan Hsieh
- Fix LICENSE_FILE - Update pkg-descr - Update WWW - Bump PORTREVISION of dependent ports for dependency change Changes: https://metacpan.org/changes/distribution/IO-Stringy
2020-06-26Convert PORTDOCS and PORTEXAMPLES to PLIST entriesSunpoet Po-Chuan Hsieh