aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* ftp/py-ftputil: Update to 5.0.4Li-Wen Hsu2022-06-243-26/+4
|
* ftp/pure-ftpd: Update to 1.0.51Po-Chuan Hsieh2022-06-163-34/+4
| | | | | Changes: https://github.com/jedisct1/pure-ftpd/releases https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
* */Makefile: Sort SUBDIRsPo-Chuan Hsieh2022-06-161-1/+1
|
* ftp/sftpgo: update to 2.3.1Serhii (Sergey) Kozlov2022-06-143-5/+19
| | | | | | Changelogs: https://github.com/drakkan/sftpgo/releases/tag/v2.3.0 https://github.com/drakkan/sftpgo/releases/tag/v2.3.1
* */*: Ignore with php82Muhammad Moinur Rahman2022-06-131-1/+1
|
* */*php82*: Welcome php 8.2.0 Alpha 1Muhammad Moinur Rahman2022-06-113-0/+16
| | | | | | | | | | | Please DO NOT use this version in production, it is an early test version. port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A build is running to check all php ports with php82 and will be committed in batch tomorrow. Sponsored by: Bounce Experts
* ftp/R-cran-RCurl: Update to 1.98-1.7TAKATSU Tomonari2022-06-102-5/+4
|
* devel/autoconf: update to 2.71Tijl Coosemans2022-06-081-1/+1
| | | | | | | | | - Copy devel/autoconf to devel/autoconf2.69. - Update devel/autoconf to 2.71. - Allow ports to use 2.69 with USES=autoreconf:2.69. PR: 258046 Exp-run by: antoine
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-072-1/+2
|
* all: Take maintainershipMuhammad Moinur Rahman2022-06-061-1/+1
|
* all: return wg's ports to the pool after safekeeping his commit bitRene Ladan2022-06-061-1/+1
|
* ftp/axel: Deprecate and set expiration date to 2022-06-30Daniel Engberg2022-05-261-0/+4
| | | | | | | Last release in 2009, no support for https and dead upstream PR: 263905 Approved by: maintainer timeout, 2+ weeks
* ftp/urlgfe: Deprecate and set expiration date to 2022-06-30Daniel Engberg2022-05-261-0/+3
| | | | | | | | Outdated and deprecated upstream, last release was in 2008 (1.0.3) and it depends on deprecated library GTK 2 PR: 263909 Approved by: chip-set@mail.ru (maintainer timeout, 2+ weeks)
* ftp/puf: Deprecate and set expiration date to 2022-06-30Daniel Engberg2022-05-231-0/+3
| | | | | | | Last release in 2006, doesn't support https and upstream is dead PR: 263904 Approved by: jharris@widomaker.com (maintainer)
* ftp/curl: Update to 7.83.1Po-Chuan Hsieh2022-05-132-4/+4
| | | | | Changes: https://curl.se/changes.html Security: CVE-2022-27778, CVE-2022-27779, CVE-2022-27780, CVE-2022-27781, CVE-2022-27782, CVE-2022-30115
* ftp/multiget: Deprecate and expiration date to 2022-06-30Daniel Engberg2022-05-101-0/+3
| | | | | Last release in 2009, doesn't support https, depends on deprecated wxgtk28 and dead upstream.
* ftp/wxdfast: Deprecate and expiration date to 2022-06-30Daniel Engberg2022-05-101-0/+2
| | | | | Last release in 2009, doesn't support https, depends on deprecated wxgtk28 and dead upstream.
* ftp/sftpgo: update to 2.2.3Serhii (Sergey) Kozlov2022-05-013-17/+4
| | | | | | - Remove one patch (merged upstream) Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.2.3
* ftp/curl: Update to 7.83.0Po-Chuan Hsieh2022-04-303-6/+9
| | | | | | Changes: https://curl.se/changes.html Security: CVE-2022-22576, CVE-2022-27774, CVE-2022-27775, CVE-2022-27776 Security: 92a4d881-c6cf-11ec-a06f-d4c9ef517024
* ftp/py-aioftp: update 0.21.1 → 0.21.2Dmitry Marakasov2022-04-222-6/+4
|
* ftp/py-aioftp: update 0.21.0 → 0.21.1Dmitry Marakasov2022-04-212-4/+4
|
* ftp/py-aioftp: switch to USES=pytestDmitry Marakasov2022-04-201-7/+5
| | | | | | Switch to USES=pytest and ignore test which fails [1] on FreeBSD Reported by: reprise [1]
* ftp/curl: Enable PSL option by defaultPo-Chuan Hsieh2022-04-171-1/+2
| | | | - Bump PORTREVISION for dependency change
* ftp/curl: Remove deprecated NSS optionPo-Chuan Hsieh2022-04-161-7/+3
| | | | | | | - Update CA_BUNDLE_DESC: Remove unsupported mbedTLS PR: 262955 Submitted by: diizzy
* ftp/ocaml-ocurl: unbreak the build under some circumstancesAlexey Dokuchaev2022-04-121-3/+2
| | | | | | | | | MAKE_JOBS_UNSAFE knob had been erroneously removed in d19bfbb151d2 (r477326) which had made the build fragile due to a race condition when generating the `libcurl-helper.a' target. Clean the Makefile up a bit while here and assume maintainership of the port. Reported by: pkg-fallout
* ftp/netdumpd: update to 20220406Mark Johnston2022-04-112-4/+4
| | | | | | | | This fixes a bug where the info*.last symlinks would have the wrong target. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D34794
* ftp/py-aioftp: switch to the latest pytestDmitry Marakasov2022-04-111-3/+3
|
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-102-2/+2
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* ftp/p5-File-Fetch: Update to 1.04Wen Heping2022-04-042-4/+4
|
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-302-0/+2
|
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-262-1/+2
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* ftp/py-pycurl: Update to 7.45.1Po-Chuan Hsieh2022-03-252-4/+4
| | | | | Changes: https://github.com/pycurl/pycurl/blob/master/ChangeLog http://pycurl.io/docs/latest/release-notes.html
* ftp/curl: Update to 7.82.0Po-Chuan Hsieh2022-03-253-5/+4
| | | | Changes: https://curl.se/changes.html
* ftp/wget: Update to 1.21.3Yasuhiro Kimura2022-03-192-4/+4
| | | | | | ChangeLog: https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS?h=v1.21.3 PR: 262346 Approved by: maintainer timeout
* ftp/py-aioftp: switch to pytest4Dmitry Marakasov2022-03-181-3/+3
| | | | | | | - With 3 preceeding commits, the tests are now able to run when py-pytest is at 6.x PR: 256624
* ftp/py-aioftp: update 0.20.1 → 0.21.0Dmitry Marakasov2022-03-182-4/+4
|
* ftp/vsftpd: sync with develDirk Meyer2022-03-141-1/+1
|
* ftp/pure-ftpd: Enable more options by defaultPo-Chuan Hsieh2022-02-281-5/+3
| | | | | - Sort OPTIONS_DEFAULT - Bump PORTREVISION for package change
* ftp/py-aioftp: update 0.20.0 → 0.20.1Dmitry Marakasov2022-02-222-4/+4
|
* ftp/weex: Update to 2.8.4.1Emanuel Haupt2022-02-212-5/+5
|
* ftp/php-fastdfs: Mark DEPRECATED with php74Muhammad Moinur Rahman2022-02-201-0/+3
| | | | | | | - Set EXPIRATION_DATE on 2022-11-28 PR: 261625 Approved by: daniel@blodan.se (maintainer-timeout)
* ftp/R-cran-RCurl: Update to 1.98-1.6TAKATSU Tomonari2022-02-112-4/+4
|
* ftp/sftpgo: Fix build on i386Serhii (Sergey) Kozlov2022-02-081-0/+12
|
* ftp/sftpgo: update to 2.2.2Serhii (Sergey) Kozlov2022-02-062-4/+4
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.2.2
* ftp/bftpd: Update to 6.1Jesse Smith2022-02-032-4/+4
| | | | PR: 261559
* ftp/py-ftputil: Update to 5.0.3Li-Wen Hsu2022-02-033-6/+9
|
* lang/php73: Remove portMuhammad Moinur Rahman2022-01-263-24/+0
| | | | | | | | | - EOL reached on 2021-12-06 https://www.php.net/eol.php PR: 260624 Approved by: tz (private email) ale portmgr (blanket) Sponsored by: Bounce Experts
* ftp/pure-ftpd: Fix SIGSEGV with PostgeSQL backendPo-Chuan Hsieh2022-01-232-0/+30
| | | | | | | | - Bump PORTREVISION for package change PR: 261358 Reported by: Artyom Davidov <ard_1@mail.ru> Obtained from: https://github.com/jedisct1/pure-ftpd/commit/c3f0f3c91d86939e6fabf5f65c6c6fc964e6032e
* ftp/curl: Update to 7.81.0Po-Chuan Hsieh2022-01-233-5/+10
| | | | Changes: https://curl.se/changes.html
* *: Linux emulation: add support for aarch64Mikael Urankar2022-01-172-1/+19
| | | | | | PR: 256008 Submitted by: Vincent Milum Jr (prior version) Approved by: emulation (maintainer timeout)