summaryrefslogtreecommitdiff
path: root/ftp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ignore with PHP 8.0Antoine Brodin2020-12-291-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=559554
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-286-6/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=559094
* Update to 1.00Sunpoet Po-Chuan Hsieh2020-12-192-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/File-Fetch Notes: svn path=/head/; revision=558622
* Update to 7.74.0Sunpoet Po-Chuan Hsieh2020-12-134-61/+15
| | | | | | | | | | | Changes: https://curl.se/changes.html PR: 251773 Submitted by: lwhsu Security: 3c77f139-3a09-11eb-929d-d4c9ef517024 MFH: 2020Q4 Notes: svn path=/head/; revision=557987
* Update WWWSunpoet Po-Chuan Hsieh2020-12-101-1/+1
| | | | Notes: svn path=/head/; revision=557488
* - Add LICENSE_FILEDmitry Marakasov2020-12-072-7/+6
| | | | | | | | | | | | - Switch to USES=localbase - Use OPTIONS helpers - Call glib-gettextize unconditionally to fix configure with disabled NLS - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=557222
* - Handle two missing dependencies, pcre2 and nettleDmitry Marakasov2020-11-161-15/+20
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=555515
* Fix LICENSESunpoet Po-Chuan Hsieh2020-11-081-1/+2
| | | | Notes: svn path=/head/; revision=554515
* Cosmetic changeSunpoet Po-Chuan Hsieh2020-11-061-2/+3
| | | | Notes: svn path=/head/; revision=554204
* Update to 1.6.0Mateusz Piotrowski2020-11-052-4/+4
| | | | | | | | Release notes: https://github.com/rs/curlie/releases/tag/v1.6.0 Notes: svn path=/head/; revision=554106
* Return araujo@'s ports to the pool after his commit bit was safekept.Rene Ladan2020-11-031-1/+1
| | | | Notes: svn path=/head/; revision=554036
* ftp/curl: avoid auto-enabling ZSTD, make explicit option; ensure GSSAPI ↵Matthias Andree2020-11-011-1/+9
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=553854
* PHP 8.0: Connect all the ports added in r552906Torsten Zuehlsdorff2020-10-221-0/+2
| | | | | | | Sponsored by: PHP Update Service Notes: svn path=/head/; revision=552910
* Welcome PHP 8.0 RC 2 to the ports treeTorsten Zuehlsdorff2020-10-212-0/+26
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=552906
* Fix build when TLS_SRP is disabledSunpoet Po-Chuan Hsieh2020-10-181-0/+55
| | | | | | | | | PR: 250384 Reported by: Dewayne Geraghty <dewayne@heuristicsystems.com.au> Obtained from: https://github.com/curl/curl/commit/a3d5b199f96a108f38bd1f6adaf3a7585f721d02 Notes: svn path=/head/; revision=552670
* Update to 7.73.0Sunpoet Po-Chuan Hsieh2020-10-153-14/+17
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=552448
* - Update to 0.18.1Dmitry Marakasov2020-10-072-4/+4
| | | | Notes: svn path=/head/; revision=551610
* Fix build with -fno-commonStefan Eßer2020-10-052-0/+13
| | | | Notes: svn path=/head/; revision=551483
* Fix build with -fno-commonStefan Eßer2020-09-223-1/+37
| | | | | | | While here add license (GPLv2) and strip binary. Notes: svn path=/head/; revision=549609
* Update to 1.5.4Mateusz Piotrowski2020-09-222-6/+6
| | | | Notes: svn path=/head/; revision=549563
* Fix build with clang 11/gcc 10.Brooks Davis2020-09-143-8/+50
| | | | | | | | | Add LICENSE. Pet portlint. Reduce REINPLACE_CMD use. Drop maintainership, I don't this anymore. Notes: svn path=/head/; revision=548682
* Use built-in CA store of OpenSSL/GnuTLS when CA_BUNDLE is disabledSunpoet Po-Chuan Hsieh2020-09-121-0/+4
| | | | | | | | | PR: 248047 Reported by: Michael Osipov <michael.osipov@siemens.com> Submitted by: kevans Notes: svn path=/head/; revision=548355
* - Update to 0.18.0Dmitry Marakasov2020-09-072-4/+4
| | | | Notes: svn path=/head/; revision=547901
* Update to 7.43.0.6Sunpoet Po-Chuan Hsieh2020-09-054-9/+17
| | | | | | | | Changes: https://github.com/pycurl/pycurl/blob/master/ChangeLog http://pycurl.io/docs/latest/release-notes.html Notes: svn path=/head/; revision=547718
* ftp/tnftpd: update to 20200704Fernando Apesteguía2020-09-028-51/+39
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=547332
* Remove -fcommon and deprecation noticeStefan Eßer2020-09-011-6/+0
| | | | | | | The port has been fixed to build with -fno-common Notes: svn path=/head/; revision=547269
* Fix build with clang11Stefan Eßer2020-09-012-6/+12
| | | | Notes: svn path=/head/; revision=547268
* Fix build with clang11Stefan Eßer2020-09-013-1/+23
| | | | Notes: svn path=/head/; revision=547267
* Extend expiration of ports broken with -fno-commonNiclas Zeising2020-08-306-17/+18
| | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=547044
* ftp/: Fix build with clang11 and deprecate ports@ portsTobias C. Berner2020-08-296-0/+31
| | | | Notes: svn path=/head/; revision=546901
* - Fix build with clang 11Danilo Egea Gondolfo2020-08-271-0/+2
| | | | Notes: svn path=/head/; revision=546671
* - Update to 0.17.2Dmitry Marakasov2020-08-233-16/+5
| | | | Notes: svn path=/head/; revision=545830
* Fix build with LibreSSLGanael LAPLANCHE2020-08-211-0/+29
| | | | | | | | PR: 248716 Submitted by: Simeon Simeonov <sgs@pichove.org> Notes: svn path=/head/; revision=545573
* Update to 7.72.0Sunpoet Po-Chuan Hsieh2020-08-193-4/+5
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: b905dff4-e227-11ea-b0ea-08002728f74c MFH: 2020Q3 Notes: svn path=/head/; revision=545347
* Update to 4.9.2Ganael LAPLANCHE2020-08-172-4/+4
| | | | | | | Changelog: http://lftp.yar.ru/news.html Notes: svn path=/head/; revision=545154
* Update to 7.29.0-57.el7_8.1.Tijl Coosemans2020-08-142-13/+13
| | | | Notes: svn path=/head/; revision=544878
* - Update to 20200705Danilo Egea Gondolfo2020-08-102-4/+5
| | | | Notes: svn path=/head/; revision=544618
* - Update to 5.6Danilo Egea Gondolfo2020-08-102-5/+5
| | | | | | | | | This revision fixes multiple vulnerabilities, please see: http://bftpd.sourceforge.net/news.html MFH: 2020Q3 Notes: svn path=/head/; revision=544616
* Cosmetic changeSunpoet Po-Chuan Hsieh2020-08-081-20/+20
| | | | Notes: svn path=/head/; revision=544387
* - Add LICENSEDmitry Marakasov2020-07-302-3/+6
| | | | | | | | | | - Add missing dependency - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=543721
* - Update to 0.16.1Dmitry Marakasov2020-07-213-6/+18
| | | | Notes: svn path=/head/; revision=542778
* Fix build with recent byacc on head after r363170.Jung-uk Kim2020-07-141-0/+11
| | | | | | | PR: 247522 Notes: svn path=/head/; revision=542176
* Update to 7.71.1Sunpoet Po-Chuan Hsieh2020-07-082-4/+4
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=541516
* Update distfiles and bump PORTREVISION for proftpd slave portsMartin Matuska2020-07-052-4/+4
| | | | Notes: svn path=/head/; revision=541275
* Update to 6.06Li-Wen Hsu2020-07-0314-128/+106
| | | | | | | | PR: 246912 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Notes: svn path=/head/; revision=541116
* Update ProFTPd to version 1.3.6dMartin Matuska2020-07-022-4/+4
| | | | | | | | PR: 247554, 243866 Submitted by: Alexander Puecker Notes: svn path=/head/; revision=541015
* Remove pre-test-PROXY-off:Sunpoet Po-Chuan Hsieh2020-06-261-7/+0
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=540494
* Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113Sunpoet Po-Chuan Hsieh2020-06-261-2/+2
| | | | | | | | | | | | - Fix LICENSE_FILE - Update pkg-descr - Update WWW - Bump PORTREVISION of dependent ports for dependency change Changes: https://metacpan.org/changes/distribution/IO-Stringy Notes: svn path=/head/; revision=540492
* Convert PORTDOCS and PORTEXAMPLES to PLIST entriesSunpoet Po-Chuan Hsieh2020-06-262-3/+166
| | | | Notes: svn path=/head/; revision=540430