aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* ftp/curl: Update to 7.86.0takefu2022-12-143-117/+133
| | | | | | | | | | | | | | While here, * Switch to DISTVERSION. * Pet portlint and portclippy. * Tidy up Makefile with portfmt. ChangeLog: https://curl.se/changes.html#7_86_0 PR: 267802 Approved by: maintainer timeout MFH: 2022Q4 Security: 0f99a30c-7b4b-11ed-9168-080027f5fec9
* */horde*: Remove blanket IGNORE_WITH_PHPMuhammad Moinur Rahman2022-12-111-2/+3
| | | | | | | | | | | | - Remove blanket IGNORE_WITH_PHP and add IGNORE_WITH_PHP to only the web applications. This will massively reduce the number of ports to be removed in case there is no timely support for php8. - Pet portlint/portclippy - Add missing LICENSE PR: 266552 Reported by: michael.osipov@siemens.com Sponsored by: Bounce Experts
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-12-112-1/+2
|
* ftp/php-fastdfs: CleanupMuhammad Moinur Rahman2022-12-096-68/+0
| | | | | | | - Requires php74 which was EOL on 2022-11-28 Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts
* ftp/sftpgo: update to 2.4.2Serhii (Sergey) Kozlov2022-12-083-6/+11
| | | | | | PR: 268221 Reported by: Sam <bsd@bontempi.net> Changelog: https://github.com/drakkan/sftpgo/releases
* ftp/axel: New port: Lightweight CLI download acceleratorYuri Victorovich2022-11-256-0/+66
|
* */*: switch my ports from USES=pytest to USE_PYTHON=pytestDmitry Marakasov2022-11-211-2/+2
| | | | Suggested by: sunpoet
* */*: Bump PORTREVISION for consumers of libunistringDaniel Engberg2022-10-221-0/+1
| | | | Reported by: jbeich
* ftp/py-aioftp: update 0.21.3 → 0.21.4Dmitry Marakasov2022-10-192-7/+7
|
* ftp/py-pyftpdlib: Update to 1.5.7Li-Wen Hsu2022-10-172-4/+4
|
* Update gstreamer1 to upstream release 1.20.3Michal Zielonka2022-10-152-1/+7
| | | | | | | PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
* ftp/rubygem-net-ftp: Update to 0.2.0Po-Chuan Hsieh2022-10-092-4/+4
| | | | Changes: https://github.com/ruby/net-ftp/commits/master
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-10-062-2/+2
|
* ftp/lftp: Fix build with libressl >= 2.7.0Ganael LAPLANCHE2022-10-052-2/+11
| | | | | | | | While here, re-generate patches using makepatch target. PR: 266803 Reported by: tjlegg@gmail.com Obtained from: https://github.com/lavv17/lftp/commit/3ffa0132987bdde986c82c924bc51b13b37f8b54
* ftp/freebsd-ftpd: Chase FreeBSD src 0aa2700123e2Cy Schubert2022-10-022-5/+4
| | | | | a2700123e2 removed OPIE. Pull the latest GH commit chasing this src change.
* cleanup: Remove expired ports:Rene Ladan2022-09-306-56/+0
| | | | | 2022-09-30 net-p2p/awgg: Depends on expired ftp/axel 2022-06-30 ftp/axel: Last release in 2009 and dead upstream, please consider using www/aria2
* Add missing WWW entriesStefan Eßer2022-09-121-0/+1
| | | | | | | These ports reference the pkg-descr file of some other port and used to get the WWW entry from that other port's file. Reported by: dan@langille.org (Dan Langille)
* Fix WWW in parent/child portsTobias Kortkamp2022-09-101-1/+1
| | | | | | | | | | | | | | Many of the WWW are overwritten later which means the wrong value is used. This did not happen before where the children were either a) just using the pkg-descr from the parents b) or had their own separate pkg-descr with custom WWW Use WWW?= in parents when the child's WWW is different. Children that use the same WWW as the parent can just inherit it, i.e., the child WWW can be removed. Approved by: portmgr (implicit)
* ftp/rexx-curl: Unbreak this port with curl 7.85.0Bob Eager2022-09-102-4/+16
| | | | PR: 266269
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-09-082-1/+2
|
* Remove WWW lines that have been moved into MakefilesStefan Eßer2022-09-081-2/+0
| | | | Approved by: portmgr (implicit)
* Move more WWW entries from pkg-descr files into MakefilesStefan Eßer2022-09-081-0/+1
| | | | | | | The WWW: lines in the pkg-descr files of these ports where not at the end of those files and have been missed in prior conversion runs. Approved by: portmgr (implicit)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-0775-150/+6
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-0775-1/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* ftp/rexx-curl: mark BROKENDmitry Marakasov2022-09-051-0/+2
| | | | | | | | | | | | | ./rexxcurl.c:486:28: error: use of undeclared identifier 'CURLOPT_FTP_RESPONSE_TIMEOUT'; did you mean 'CURLOPT_SERVER_RESPONSE_TIMEOUT'? { "FTPRESPONSETIMEOUT", CURLOPT_FTP_RESPONSE_TIMEOUT, RXCURLOPT_LONG, NULL }, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CURLOPT_SERVER_RESPONSE_TIMEOUT /usr/local/include/curl/curl.h:1485:11: note: 'CURLOPT_SERVER_RESPONSE_TIMEOUT' declared here CURLOPT(CURLOPT_SERVER_RESPONSE_TIMEOUT, CURLOPTTYPE_LONG, 112), ^ Approved by: portmgr blanket Reported by: pkg-fallout
* ftp/curl: Update to 7.85.0Po-Chuan Hsieh2022-08-313-6/+7
| | | | | Changes: https://curl.se/changes.html Security: CVE-2022-35252
* ftp/weex: Update to 2.8.4.2Emanuel Haupt2022-08-232-4/+4
|
* ftp/sftpgo: update to 2.3.3Serhii (Sergey) Kozlov2022-08-193-5/+6
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.3.3
* */*: bump all consumers after recent boost upgradeDima Panov2022-08-121-0/+1
|
* ftp/uftp: Upgrade from 5.0 to 5.0.1Mikhail Teterin2022-08-042-4/+4
| | | | | PR: 265608 Approved by: demon (maintainer)
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-032-2/+2
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* ftp/R-cran-RCurl: Update to 1.98-1.8TAKATSU Tomonari2022-08-022-4/+4
|
* ftp: remove 'Created by' linesTobias C. Berner2022-07-2067-134/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Alexander Kriventsov * Anders Nordby <anders@fix.no> * Andreas Fehlner <fehlner@gmx.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Chris Piazza <cpiazza@FreeBSD.org> * Damjan Marion <dmarion@open.hr> * Emanuel Haupt <ehaupt@critical.ch> * Eric Freeman <freebsdports@chillibear.com> * Frank DENIS * Frank Laszlo <laszlof@vonostingroup.com> * Gea-Suan Lin (gslin@ccca.nctu.edu.tw) * Gea-Suan Lin <gslin@ccca.nctu.edu.tw> * George V. Neville-Neil <gnn@FreeBSD.org> * Hye-Shik Chang * Jordan Hubbard <jkh@FreeBSD.org> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Joseph Benden <joe@thrallingpenguin.com> * Ju Pengfei <jupengfei@gmail.com> * Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> * Mark Johnston <markj@FreeBSD.org> * Martin Matuska (mm@FreeBSD.org) * Marwan BURELLE <marwan.burelle@lri.fr> * Maxim Ignatenko * Maxim Sobolev <sobomax@FreeBSD.org> * Neil Blakey-Milner * Neil Blakey-Milner <nbm@rucus.ru.ac.za> * Nick Leuta * Nosov Artem <chip-set@mail.ru> * Petr Holub <hopet@ics.muni.cz> * Philippe Le Berre <philippe@le-berre.com> * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Roman Bogorodskiy * Sergey Matveychuk <sem@FreeBSD.org> * Sergey Skvortsov <skv@FreeBSD.org> * Stephane Legrand * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thomas Gellekum <tg@FreeBSD.org> * Tom McLaughlin <tmclaugh@sdf.lonestar.org> * Tomokazu ISHII <t-ishii@tryplanet.com> * Ulrich Spoerlein <uspoerlein@gmail.com> * Wen Heping <wen@FreeBSD.org> * Xavier Beaudouin <kiwi@oav.net> * Yasuhiro Fukuma <yasuf@big.or.jp> * Ying-Chieh Liao <ijliao@FreeBSD.org> * ache * cy@FreeBSD.org * ijliao * ports * torstenb * will With hat: portmgr
* ftp/py-aioftp: update 0.21.2 → 0.21.3Dmitry Marakasov2022-07-152-4/+4
|
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-142-1/+2
|
* ftp/freebsd-ftpd: Update to 20220711 -- Sync with src/freebsd/mainCy Schubert2022-07-122-4/+4
| | | | | Update to v20220711 which includes two new commits from the FreeBSD base src tree.
* ftp/fineftp-server: Update 1.3.0 -> 1.3.1Yuri Victorovich2022-07-123-5/+5
| | | | Reported by: portscout
* cleanup: Remove expired ports:Rene Ladan2022-06-3018-358/+0
| | | | | | | | | | | | | | | | | | | | | 2022-06-30 databases/pgpool-II-36: Upstream support ended use databases/pgpool-II-43 2022-06-30 ftp/multiget: Last release in 2007, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget 2022-06-30 devel/electron13: EOLed upstream, switch to newer version 2022-06-30 ftp/puf: Last release in 2006, doesn't support https and upstream is dead. Please consider using www/aria2 2022-06-30 security/gss: Abandonware, last release in 2014 and no development since 2022-06-30 security/shishi: Abandonware, last release in 2013 and no development since 2022-06-30 ftp/urlgfe 2022-06-30 www/nspluginwrapper: Abandonware, last release in 2011 and upstream is dead. NPAPI plugins are now obsolete and depends on deprecated library GTK 2 2022-06-30 devel/govendor: Use Go modules 2022-06-30 devel/racer: Racer is not actively developped now. Please consider using newer software such as devel/rust-analyzer. 2022-06-30 net-mgmt/unifi6: No longer maintained by upstream 2022-06-30 devel/dep: Use Go modules 2022-06-30 databases/libgda5-bdb: Depends on deprecated databases/db5 2022-06-30 emulators/qemu5: Use emulators/qemu6 or emulators/qemu 2022-06-30 deskutils/bitcollider: bitzi.com is no longer available, closed down in 2013 2022-06-30 converters/htx: XHTML is considered obsolete in favor of HTML5 2022-06-30 www/getleft: Abandonware last updated on 2008 2022-06-30 ftp/wxdfast: Last release in 2009, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget
* ftp/curl: Update to 7.84.0Po-Chuan Hsieh2022-06-293-6/+6
| | | | | | Changes: https://curl.se/changes.html Security: CVE-2022-32205, CVE-2022-32206, CVE-2022-32207, CVE-2022-32208 Security: ae5722a6-f5f0-11ec-856e-d4c9ef517024
* 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
|