1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
Commit Graph

4617 Commits

Author SHA1 Message Date
Dmitri Goutnik
09b993031a all: Bump PORTREVISION after lang/go{119,120} update 2023-08-04 09:24:50 -05:00
Po-Chuan Hsieh
6583e2c766
ftp/curl: Update to 8.2.1
Changes:	https://curl.se/changes.html
2023-08-01 04:44:26 +08:00
Mikael Urankar
cdf28617b4 lang/rust: Bump revisions after 1.71.0
PR:		272449
2023-07-17 17:58:38 +02:00
Yuri Victorovich
a7b357c4f4 ftp/pget: New port: Fast, resumable file download client 2023-07-16 16:37:08 -07:00
Serhii (Sergey) Kozlov
87115a3173 ftp/sftpgo: update to 2.5.3
Changelog:	https://github.com/drakkan/sftpgo/releases/tag/v2.5.3
2023-07-13 22:05:54 +00:00
Felix Palmen
7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00
Tijl Coosemans
2c2ec62c72 devel/gettext: Update to 0.22
Convert post-patch commands to real patches.  This way there are errors
when the underlying code changes.

*/*: Fix gettext issues.  The new gettext tools are more strict.

PR:		272210
Exp-run by:	antoine
2023-07-11 22:15:43 +02:00
Jan Beich
e0cd051024 ftp/coeurl: unbreak build with Meson 1.2.0
meson.build:1:0: ERROR: Unexpected "[provides]" section, did you mean "[provide]"?

PR:		272276
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/6f4973abad9e
2023-07-09 03:44:25 +00:00
Guido Falsi
2b40e46093 lang/ocaml: Update to 4.08.1
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.

The ocaml port now is MAKE_JOBS safe.

Changes to dependent ports included in this commit:

- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
  upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
- devel/ocaml-dune: Update to 3.7.1 [2]
- devel/ocaml-findlib: Update to 1.9.6 [3]
- devel/ocaml-ipaddr: Update to 3.1.0
- devel/ocaml-parmap: Update to 1.2.4, use dune for build [4]
- devel/ocaml-ppx-tools: Update to 6.6, use dune for build
- graphics/ocaml-cairo: Update to 0.6.4
- net-p2p/mldonkey: Update to 3.1.7-2 [2]
- net/unison: Remove ocaml 4.07 compatibility patches
- net/unison232: Mark broken, fails to build with newer ocaml [5]
- security/ocaml-ssl: Update to 0.5.13 [2]
- x11-toolkits/ocaml-labltk: Update to 8.06.7 [2]

Dune now requires full path as argument to --libdir, so various
ports have been patched accordingly.

Bumping PORTREVISION for all dependent ports that were not updated.

PR:			272067
Approved by:		michipili@gmail.com (maintainer timeout),
			eduardo (maintainer timeout) [1],
			danfe [2],
			hrs (maintainer timeout) [3],
			dumbbell (maintainer timeout) [4],
			mandree (implicit) [5]
Differential Revision:	https://reviews.freebsd.org/D40599
2023-07-05 11:55:16 +02:00
Rene Ladan
0ce030df52 all: return uqs' ports to the pool after his commit-bit was safekept.
With hat:	portmgr-secretary
2023-07-04 21:51:13 +02:00
Dirk Meyer
1c9f850369 ftp/vsftpd: fix build with openssl30 2023-07-01 15:24:45 +02:00
Rene Ladan
3d9a815d9c all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023-06-27 21:34:34 +02:00
Robert Clausecker
0ef9bba398 ftp/wzdftpd: fix build with LLVM 16
Also fix staging violation.

Reported by:	fallout
2023-06-27 01:30:29 +02:00
Zsolt Udvari
a9fd9eacf6 ftp/R-cran-curl: update to 5.0.1
Changelog: https://cran.r-project.org/web/packages/curl/NEWS

PR:		271948
2023-06-27 00:58:24 +02:00
Serhii (Sergey) Kozlov
2311ed1930 ftp/sftpgo: update to 2.5.2 2023-06-17 19:06:05 +00:00
Muhammad Moinur Rahman
95967c2077 */*php83*: Sunrise
Please DO NOT use this version in production, it is an early test
version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS
Sponsored by:	Bounce Experts
2023-06-10 16:57:35 +02:00
Mikael Urankar
e1d1045bc7 lang/rust: Bump revisions after 1.70.0
PR:		271797
2023-06-09 13:38:16 +02:00
Muhammad Moinur Rahman
fecc06b7b1 ftp/wput: Fix build with llvm15
- Pet portclippy

Approved by:	portmgr (blanket)
2023-06-08 17:30:55 +02:00
Yasuhiro Kimura
25b8ae39d7 ftp/wget: Update to 1.21.4
* Remove PCRE1 option as it has already reached its EoL.

ChangeLog:	https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS?h=v1.21.4

PR:		271873
Approved by:	maintainer
2023-06-07 20:49:53 +09:00
Po-Chuan Hsieh
3cfc8e7d0f
ftp/curl: Update to 8.1.2
Changes:	https://curl.se/changes.html
2023-06-06 02:46:54 +08:00
Wen Heping
0b7540258b */*: Pass maintainership to submitter
PR:		271317
Reported by:	uzsolt@uzsolt.hu
2023-06-01 18:55:30 +08:00
Rene Ladan
9f992efe94 ftp/ftpmirror: Remove expired port:
2023-05-31 ftp/ftpmirror: Abandonware
2023-05-31 23:12:07 +02:00
Serhii (Sergey) Kozlov
fae20865e6 ftp/sftpgo: Fix plist
PR:		271612
Reported by:	Sam <bsd@bontempi.net>
2023-05-30 20:33:22 +00:00
Serhii (Sergey) Kozlov
8f3d9e4158 ftp/sftpgo: update to 2.5.1
Changelog:	https://github.com/drakkan/sftpgo/releases
Reported by:	Sam <bsd@bontempi.net>
2023-05-24 20:40:00 +00:00
Renato Botelho
ad3e4398e4 ftp/curl: Update to 8.1.1
Upgrade to 8.1.0 broke the build on recent CURRENT and this version
contains a fix for that

PR:		271526
Reported by:	O. Hartmann <ohartmann@walstatt.org>
Fixes:		5fae3323ed
Pointy hat to:	garga
MFH:		2023Q2
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-05-23 23:18:52 -03:00
R. Christian McDonald
5fae3323ed ftp/curl: Update to 8.1.0
PR:		271497
Security:	CVE-2023-28319
		CVE-2023-28320
		CVE-2023-28321
		CVE-2023-28322
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-05-19 18:00:50 -03:00
Jose Alonso Cardenas Marquez
1f90eca255 net/asio: Bump PORTREVISION. net/asio was updated to 1.28.0 2023-05-15 16:11:25 -05:00
TAKATSU Tomonari
40635c3f22 ftp/R-cran-RCurl: Update to 1.98-1.12 2023-05-12 00:25:48 +00:00
Nuno Teixeira
86dc7b190c ftp/tnftp: Update to 20230507
* Release as "tnftp 20230507".
* Consistency fixes in ChangeLog and NEWS.
* Merge NetBSD ftp from 20230226 to 20230505:
	- Add timeout for SSL connection setup, defaulting to 60 seconds
	- Consistently use poll(2) instead of select(2).
	- Check EAGAIN as well as EINTR.
	- Simplify includes.
2023-05-10 11:02:46 +01:00
Muhammad Moinur Rahman
6aee43a56c ftp/vsftpd: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated EC_KEY_* routines

Approved by:	portmgr (blanket)
2023-05-03 18:19:56 +02:00
TAKATSU Tomonari
1cc5fe6101 ftp/R-cran-curl: Update to 5.0.0
- Update to 5.0.0
- Drop maintainership
2023-05-03 03:15:30 +00:00
Christian Weisgerber
feb1fa34f5 audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
Wen Heping
02c064cd25 ftp/py-parfive: Remove unneeded file, which added in previous commit by mistake. 2023-04-23 21:18:02 +08:00
Mikael Urankar
3db55c4e97 lang/rust: Bump revisions after 1.69.0
PR:		270953
2023-04-23 15:14:05 +02:00
Wen Heping
80d1af0de8 ftp/py-parfive: Add new port
A parallel file downloader using asyncio. parfive can handle downloading
multiple files in parallel as well as downloading each file in a number
of chunks.
2023-04-23 21:10:22 +08:00
Gerald Pfeifer
8d3e020ed0 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
Po-Chuan Hsieh
c5da045eae
ftp/curl: Add LIBSSH option 2023-04-19 02:00:43 +08:00
Muhammad Moinur Rahman
0ac3a69555 */*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
2023-04-16 20:09:23 +02:00
Daniel Engberg
7d6dc94b6f ftp/tnftp: Add mirrors and switch to DISTVERSION
- Switch to DISTVERSION as suggested by Porters Handbook
- Make use of NetBSD's CDN and add a few additional mirrors

while here:
- Add WWW url

PR:		270732
2023-04-10 10:32:11 +01:00
Nuno Teixeira
cc30d8daf3 ftp/tnftp: Add license
[1]
tnftp contains a mix of BSD2CLAUSE (mostly the NetBSD
derived code) and BSD3CLAUSE (inherited from the orignal UCB BSD code).

tnftp was previously BSD4CLAUSE but that was fixed in the upstream code
a while ago so I changed the COPYING to reflect that. It's no more
restrictive than BSD3CLAUSE now.

Suggested by:	[1] Luke Mewburn <lukem@NetBSD.org>
Suggested by:	rodrigo, salvadore
2023-04-10 07:53:00 +01:00
Po-Chuan Hsieh
dbddaf5a1b
ftp/curl: Add WEBSOCKET option 2023-04-10 04:39:52 +08:00
Nuno Teixeira
66f9d032ef ftp/tnftp: Adopt/Update to 20230409
ChangeLog:

* Release as "tnftp 20230409".
* Use better terminology.
* Merge NetBSD ftp from 20210826 to 20230226:
	- Add option sslnoverify to control validation of SSL
	  certificates.
	- Add netrc processing to fetch-mode (URL on command line) to
	  enable options and autologin via netrc.
	- Fix SSL cleanup in some error paths.
	- Support SSL certificate validation by default.
	  FTPSSLNOVERIFY=1 in the environment to disable validation.
	- Handle relative URLs.
	- Improve ftp(1) markup.
	- Fix -? in a more portable manner.
	- Equivalent to "NetBSD-ftp 20230225" with documentation and
	  portability fixes.
2023-04-09 19:18:15 +01:00
Po-Chuan Hsieh
c312e7f6fc
ftp/curl: Convert REINPLACE_CMD to patch files 2023-04-09 21:36:35 +08:00
Serhii (Sergey) Kozlov
ba9221152d ftp/sftpgo: update to 2.4.5 2023-04-08 21:01:50 +00:00
Dmitri Goutnik
ff40d94c1d all: Bump PORTREVISION after lang/go{119,120} update 2023-04-08 10:13:25 -05:00
Po-Chuan Hsieh
4973f5e9da
ftp/py-pycurl: Update WWW and clean up pkg-descr 2023-04-06 01:30:41 +08:00
Po-Chuan Hsieh
e07d56b055
ftp/pure-ftpd: Update WWW and clean up pkg-descr 2023-04-06 01:29:47 +08:00
Po-Chuan Hsieh
9e813f42c8
ftp/curlpp: Update WWW and clean up pkg-descr 2023-04-06 01:29:47 +08:00
Po-Chuan Hsieh
0799d457b1
ftp/curl: Update to 8.0.1
Changes:	https://curl.se/changes.html
2023-04-06 01:29:47 +08:00
Muhammad Moinur Rahman
fcc2750f6b ftp/horde-gollem: Remove expired port:
2023-03-31 ftp/horde-gollem: Requires php74

Sponsored by:	Bounce Experts
2023-03-30 18:59:47 -05:00