Commit graph

4567 commits

Author SHA1 Message Date
Robert Clausecker
c3bc2bbec4 ftp/curlie: fix build on riscv64
Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd.

Sponsored by:	Berliner Linux User Group e.V.
Approved by:	portmgr (build fix blanket)
2023-03-24 21:54:51 +01:00
Po-Chuan Hsieh
b0dbff246a
ftp/net2ftp: Update to 1.4
Changes:
- net2ftp is now compatible with PHP version 8
- The Java upload applet has been removed, as applets are not supported any
  longer in Firefox and Chrome
- The CKEditor has been removed, as the latest version 5 build 25.0.0 inserts
  strange symbols into the text
- The jQuery libraries are now loaded from Google, and only on the pages where
  they are required (to improve page loading times)
- Thanks to php-download.com for providing a ready to use version of phpseclib.
2023-03-22 03:20:06 +08:00
Po-Chuan Hsieh
b91537add9
ftp/curl: Use complete arguments/options 2023-03-22 03:20:05 +08:00
Yasuhiro Kimura
90ac2baf0f ftp/curl: Update to 7.88.1
ChangeLog:	https://curl.se/changes.html#7_88_1
PR:		269967
Approved by:	maintainer timeout
MFH:		2023Q1
Security:	be233fc6-bae7-11ed-a4fb-080027f5fec9
2023-03-19 11:36:59 +09:00
Mikael Urankar
ebf29acc6c lang/rust: Bump revisions after 1.68.0
PR:		270080
2023-03-16 12:11:52 +01:00
Alexey Dokuchaev
77595cdd35 ftp/ocaml-ocurl: the port had been updated to version 0.9.2
Chase HTTP/1.1 302/301 redirects in the WWW line while here.

Reported by:	portscout
2023-03-11 18:02:30 +00:00
Dmitri Goutnik
09079730e9 all: Bump PORTREVISION after Go ports update 2023-03-09 14:18:07 -05:00
Adriaan de Groot
3450e834d4 net-im/nheko: update to 0.11.3 (also dependencies)
Update the nheko stack - coeurl, mtxclient, nheko - to the
latest release. Try to add a VOIP option for Matrix VOIP calls.
2023-03-06 22:34:19 +01:00
Tobias C. Berner
fa81a4f5f8 accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
2023-03-02 06:23:10 +01:00
Renato Botelho
8287164dfc ftp/ftpmirror: Deprecate and reset maintainership
This project is old and has no development for a long time.  FTP is not
that relevant nowadays and recently it stopped building.

I have no interest on it and will not put effort to get it fixed, so I
dropped maintainership and marked it to be removed in 3 months.
2023-02-16 13:07:08 -03:00
Dmitri Goutnik
56b5ec772f all: Bump PORTREVISION after lang/go{119,120} update 2023-02-15 14:06:01 -05:00
Robert Clausecker
2f04ed793d ftp/wzdftpd: fix build with LLVM 15
Seems like the compiler got a whole lot stricter with this release.
The biggest fix was changing the thread ID from unsigned long to
pthread_t, which will probably break compilation on Win32.

While we are at it, replace static uses of REINPLACE_CMD with patch
files as per policy.  This change is responsible for most of the
newly added patches.

The wzdftpd build scripts want to install plugins into ${PREFIX}/share
when they belong into ${PREFIX}/lib.  Instead of patching this in each
Makefile.am, set --datadir=${PREFIX}/lib and work around the one file
for which this is wrong.

Approved by:	eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38523
2023-02-14 21:23:41 +01:00
Mikael Urankar
109e35fd59 lang/rust: Bump revisions after 1.67.1
PR:		269336
2023-02-13 15:52:59 +01:00
Dirk Meyer
82cb642207 ftp/vsftpd: add full dual stack support
make option PIDFILE default
add second binary and config for full dual stack support
use @sample
fix build for FreeBSD-14

support: USERS and GROUPS
PR: 257803
2023-02-13 13:37:48 +01:00
Dmitri Goutnik
2297efc51b all: Bump PORTREVISION after GO_DEFAULT update. 2023-02-09 16:55:23 -05:00
Robert Clausecker
24bd5a33e5 */*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit.  I did intentionally not
touch the entry in UPDATING.

Reviewed by:	eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
2023-02-09 00:24:25 +01:00
Muhammad Moinur Rahman
6e1233be22 Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
2023-02-08 04:53:56 -06:00
Serhii (Sergey) Kozlov
87195e3f41 ftp/sftpgo: update to 2.4.4
Changelog:	https://github.com/drakkan/sftpgo/releases/tag/v2.4.4
2023-02-05 20:16:46 +00:00
Tijl Coosemans
a03dc3f428 ftp/curl: Fix OPENSSL_CONFIGURE_WITH
Upstream renamed --with-ssl to --with-openssl, and --without-ssl now
means no SSL at all.  This fixes building with SSL libraries other than
OpenSSL.

Approved by:	sunpoet (via email)
2023-02-03 14:50:47 +01:00
Po-Chuan Hsieh
3af4ac5d1b
ftp/rubygem-curb: Update to 1.0.5
Changes:	https://github.com/taf2/curb/blob/master/ChangeLog.md
2023-01-30 21:02:29 +08:00
Po-Chuan Hsieh
32eed07682
ftp/py-pycurl: Update to 7.45.2
Changes:	https://github.com/pycurl/pycurl/blob/master/ChangeLog
		http://pycurl.io/docs/latest/release-notes.html
2023-01-30 21:00:07 +08:00
Martin Matuska
6acfc97031 ftp/proftpd: add support for pcre2 and make it default 2023-01-22 23:03:31 +01:00
Martin Matuska
95df2449cc ftp/proftpd-mod_vroot: update distinfo to match master port update 2023-01-22 22:36:22 +01:00
Yuri Victorovich
56ca26b688 ftp/axel: Fix build on some systems due to the conflict with if_t symbol
Reported by:	fallout
2023-01-22 12:33:00 -08:00
Martin Matuska
eb50fece40 ftp/proftpd: Update to 1.3.8
Update proftpd in distfiles of slave ports, too.
2023-01-22 11:15:41 +01:00
Antoine Brodin
41dd4f9d62 ftp/curl: re-enabled CA_BUNDLE by default
With hat:	pkgmgr
2023-01-19 08:51:47 +00:00
Muhammad Moinur Rahman
18c6e18276 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
2023-01-14 17:08:33 -06:00
Dmitri Goutnik
3b383d833a all: Bump PORTVERSION after lang/go{118,119} update 2023-01-14 06:31:17 -05:00
Dmitry Marakasov
77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00
Daniel Engberg
12f1c627d4 */*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00
Serhii (Sergey) Kozlov
5fda8944f8 ftp/sftpgo: update to 2.4.3
Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.4.3
2023-01-07 18:31:58 +00:00
Yuri Victorovich
0409cf54eb ftp/termscp: New port: TUI file transfer and explorer with support for SCP/SFTP/FTP/S3
PR:		264107
Submitted by:	sec.research.2005@gmail.com (initial version)
2022-12-30 11:51:16 -08:00
Po-Chuan Hsieh
c63a8f65af
ftp/curl: Update to 7.87.0
- Update WWW
- Disable CA_BUNDLE option by default

ca_root_nss is not needed since we have caroot in the base system.

Changes:	https://curl.se/changes.html
Security:	CVE-2022-43551, CVE-2022-43552
2022-12-30 17:04:09 +08:00
Muhammad Moinur Rahman
0d310d700a */*php74*: Sunset php 7.4
As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74
from the tree. Default version of php has already been switched to 8.1.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-12-25 13:36:42 -06:00
Muhammad Moinur Rahman
a73a30364c */horde-*: Mark BROKEN
As part of removal of php74 the initial thought was to remove the horde
framework entirely. However considering the fact that the forks of horde
with php8 compatibility from https://github.com/maintaina-com will soon
be merged upstream we are not removing the ports but keeping them in
BROKEN state as the ports build perfectly while fails to run under
php80. Also mark the ports DEPRECATED in case the patches do not get
merged upstream. Also set the EXPIRATION_DATE to 2023-03-31. In case
someone is willing to convert the ports to use maintaina-com fork feel
free to update accordingly.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-12-25 12:11:58 -06:00
takefu
78ae7128f6 ftp/curl: Update to 7.86.0
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
2022-12-14 10:32:35 +09:00
Muhammad Moinur Rahman
42c12704a4 */horde*: Remove blanket IGNORE_WITH_PHP
- 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
2022-12-11 20:35:47 +01:00
Dmitri Goutnik
d9ad1002d5 all: Bump PORTREVISION after lang/go{118,119} update 2022-12-11 06:17:27 -05:00
Muhammad Moinur Rahman
9671e42b93 ftp/php-fastdfs: Cleanup
- Requires php74 which was EOL on 2022-11-28

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-12-09 10:04:57 -06:00
Serhii (Sergey) Kozlov
48d46d1597 ftp/sftpgo: update to 2.4.2
PR:		268221
Reported by:	Sam <bsd@bontempi.net>
Changelog:	https://github.com/drakkan/sftpgo/releases
2022-12-08 00:23:13 +00:00
Yuri Victorovich
c4a794b3d7 ftp/axel: New port: Lightweight CLI download accelerator 2022-11-24 18:22:50 -08:00
Dmitry Marakasov
f8e9da8754 */*: switch my ports from USES=pytest to USE_PYTHON=pytest
Suggested by:	sunpoet
2022-11-21 20:23:42 +03:00
Daniel Engberg
df6c65a026 */*: Bump PORTREVISION for consumers of libunistring
Reported by:	jbeich
2022-10-22 11:36:07 +02:00
Dmitry Marakasov
89833df558 ftp/py-aioftp: update 0.21.3 → 0.21.4 2022-10-19 22:15:04 +03:00
Li-Wen Hsu
58853692c3
ftp/py-pyftpdlib: Update to 1.5.7 2022-10-17 20:54:06 +08:00
Michal Zielonka
e3b732b479
Update gstreamer1 to upstream release 1.20.3
PR:		261585
Reviewed by:	riggs,jbeich,tcberner

Differential Revision:	https://reviews.freebsd.org/D36850
2022-10-15 12:46:46 +02:00
Po-Chuan Hsieh
1a68e266ee
ftp/rubygem-net-ftp: Update to 0.2.0
Changes:	https://github.com/ruby/net-ftp/commits/master
2022-10-10 03:45:36 +08:00
Dmitri Goutnik
bde51869ee all: Bump PORTREVISION after lang/go{118,119} update 2022-10-06 14:24:26 -05:00
Ganael LAPLANCHE
9a36ff5299 ftp/lftp: Fix build with libressl >= 2.7.0
While here, re-generate patches using makepatch target.

PR:		266803
Reported by:	tjlegg@gmail.com
Obtained from:	3ffa013298
2022-10-05 20:45:45 +02:00
Cy Schubert
fe9f79d92f ftp/freebsd-ftpd: Chase FreeBSD src 0aa2700123e2
a2700123e2 removed OPIE. Pull the latest GH commit chasing this
src change.
2022-10-02 08:41:42 -07:00