diff options
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 60 |
1 files changed, 60 insertions, 0 deletions
@@ -5,6 +5,66 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20250815: + AFFECTS: users of net/syncthing + AUTHOR: dvl@FreeBSD.org + + Old single-dash long options are no longer supported, e.g. -home must be + given as --home. Database backend switched from LevelDB to SQLite. No + changes to run-time dependencies. There is a migration on first launch + which can be lengthy for larger setups. + + More at https://github.com/syncthing/syncthing/releases/tag/v2.0.0 + +20250813: + AFFECTS: users of security/py-fail2ban + AUTHOR: cy@FreeBSD.org + + There has been some confusion which sshd filter to use on a FreeBSD system. + Only the bsd-sshd-session.conf should be used. The other sshd filters have + been removed. + +20250804: + AFFECTS: users of databases/adminer + AUTHOR: pkaipila@gmail.com + + Flavors have been added to the adminer port. Due to the change in PKGNAME, + pkg will not notice the update. Replace the package with a flavored one + such as php84-adminer. + +20250728: + AFFECTS: users of www/privatebin + AUTHOR: dvl@FreeBSD.org + + This release changes configuration defaults including switching the template + and removing legacy features. + + See details at https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.0 + +20250720: + AFFECTS: users of www/phpmyfaq + AUTHOR: flo@FreeBSD.org + + Upgrading from 3.2.x is a major upgrade. Your existing templates will not + work with phpMyFAQ 4.0. Please make a full backup before you run the + upgrade! First, log in as admin into the admin section and enable the + maintenance mode. (Configuration >> Edit Configuration >> Set FAQ in + maintenance mode) Second, you have to delete all files except: + + in the directory config/ + keep the file database.php + only if using LDAP/ActiveDirectory support also keep the file ldap.php + only if using EntraID support also keep the file azure.php + the directory attachments/ + the directory data/ + the directory images/ + + Install the new version then open the following URL in your browser: + + https://www.example.com/faq/update + + Click the button of the update script, your version will automatically be updated. + 20250709: AFFECTS: users of sysutils/bastille AUTHOR: jdhurtado@orbiware.com |