| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PR: 271797
|
|
|
|
|
|
| |
- Pet portclippy
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Changes: https://curl.se/changes.html
|
|
|
|
|
| |
PR: 271317
Reported by: uzsolt@uzsolt.hu
|
|
|
|
| |
2023-05-31 ftp/ftpmirror: Abandonware
|
|
|
|
|
| |
PR: 271612
Reported by: Sam <bsd@bontempi.net>
|
|
|
|
|
| |
Changelog: https://github.com/drakkan/sftpgo/releases
Reported by: Sam <bsd@bontempi.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: 5fae3323ed2f9a1d203ccaed617ed49dec9d85ce
Pointy hat to: garga
MFH: 2023Q2
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
|
|
|
|
|
|
|
| |
PR: 271497
Security: CVE-2023-28319
CVE-2023-28320
CVE-2023-28321
CVE-2023-28322
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
- Requires OpenSSL 3.0.0 deprecated EC_KEY_* routines
Approved by: portmgr (blanket)
|
|
|
|
|
| |
- Update to 5.0.0
- Drop maintainership
|
| |
|
| |
|
|
|
|
| |
PR: 270953
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: https://curl.se/changes.html
|
|
|
|
|
|
| |
2023-03-31 ftp/horde-gollem: Requires php74
Sponsored by: Bounce Experts
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
ChangeLog: https://curl.se/changes.html#7_88_1
PR: 269967
Approved by: maintainer timeout
MFH: 2023Q1
Security: be233fc6-bae7-11ed-a4fb-080027f5fec9
|
|
|
|
| |
PR: 270080
|
|
|
|
|
|
| |
Chase HTTP/1.1 302/301 redirects in the WWW line while here.
Reported by: portscout
|
| |
|
|
|
|
|
| |
Update the nheko stack - coeurl, mtxclient, nheko - to the
latest release. Try to add a VOIP option for Matrix VOIP calls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
---
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PR: 269336
|
|
|
|
|
|
|
|
|
|
| |
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
|