Use UPDATES_TARBALL_FILENAME to get file name
Use cp -l to create hardlinks instead of duplicating images
Simplify logic and check if file exist before try to copy it
Create a latest symlink for all images but nanobsd, that already have one
Revert "remove the destination server's interface(s) from dhcrelay. Ticket #4908"
This reverts commit f791f28d6794c3b0601259f0de7acdebf6a367a8
Move kill tail process to _exit()
Auto-add firewall rules for DHCP Relay, same as is done for DHCP Server. Add filter reload to DHCP Relay config so rules are immediately added/removed. Ticket #4558
fix typo, spotted by Phil Davis
fix typo
pfSense-upgrade revised to kill tail on exitpkg_mgr_install.php revised to catch json deocde error on partial lines read from file
Revisions
clean up empty lines
Add all remaining log types to status.php. Ticket #5304
Remove old logfile before start
Add quotes
Do not accept blank logfile
Change -l parameter to receive a complete path for logfile
Silent execution
_force must be local
Do not stop when package is up to date and force flag was passed
Make sure timezones listed on first level directory is also grabbed by system_get_timezone_list(). It fixes #5303
Changes to accommodate new pfSense-upgrade
Reminder
Add -f option to force package reinstallation
When -p is used, read fifo content and write it to a file used by GUI
Merge pull request #1963 from davidjwood/ppp-ipv6
DEBUG set to false for testing
Multiple changes to clean up the package installaion system by causing the installer to run in the backgroundwhilst monitoring its output via AJAX to provide a better GUI display.Work in progress !
Do not depend of php-fpm to be running to process Additional Packages install/deinstall scripts, instead call php cli direct
Add missing ;
PHP chmod() doesn't like 1777, gives it 01777 then
Fix path for 2.3
Remove accidentally added line
Preserve /tmp permission, it fixes #5298. While here, replace some rm calls by unlink()
Respect chroot_dir, ticket #5300
Ticket #5300:
Add a workaround to fix the issue of extensions.ini out of order endingup breaking PHP. Since the only dependency we have is suhosin thatdepends of session, alphabetical sort does the trick for now while aproper solution is not handled by the ports tree
Do not obsolete includes, they are small and it obsoleting it adds lots of warnings during pkg upgrade
Remove /usr/local/lib/php.ini, we don't need 2 copies of this
Move ppp-ipv6 helper script into the correct location
Remove strongswan's cert directories and repopulate them, to ensure no removed CAs, certs, or CRLs remain. Ticket #5238
Fix up strongswan logging levels. Remove charondebug since strongswan.conf settings take precedence. Set logging levels in strongswan.conf to match what's set on a running system via 'ipsec stroke loglevel', and remove log levels that were hard coded in strongswan.conf. Ticket #5242
Merge pull request #1961 from davidjwood/ppp-ipv6
improve spacing for non form panels
add missing column header
replace buttons with icons
Ticket #5248 style panels within widgets differently
Fix usage
Merge pull request #1960 from heper/patch-1
Rogue <br /> removedhttps://forum.pfsense.org/index.php?topic=100686.0
Fixed #5296
Use named variables for ppp-linkup command line parameters
Make route deletions quiet - it may well be the routes have already disappeared
Make code dealing with the IPv4 default gateway conditional on the IPv4 link going down
Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkup
Add /usr/local/sbin/ppp-ipv6 helper script
/usr/local/sbin/ppp-ipv6 <real interface> up|down
Interface using SLAAC or DHCP6 going down:
Update firewall_rules_edit.php
https://forum.pfsense.org/index.php?topic=100695.msg561326#msg561326
Fixed #5293
remove stray >
Add field descriptions since there are no column titles. Ticket #5109
Fixed #5292
Merge pull request #1956 from heper/patch-3
proposed fix for Bug #5194
https://redmine.pfsense.org/issues/5194
CHanges to correct the TLS logic
Fixed #5248
Fixed errors when no packages installed
Addresses #5248(But needs to be tested with a variety of OpenVPN configurations)
Do not show static arp entries as Online on wol widget, based on PR #1768
Ignore possible erroneously negative temperatures
It's based on 2 pull requests (#1800 and #1801) by nagyrobi
Further refinement to #5290Use pkg_remove_prefix()
Fixed #5290
Merge pull request #1955 from phil-davis/patch-10
Fix #5289 Available Packages version display
I left the "View changelog" code that was commented out, for future reference I guess when that data becomes available.$index['version'] is still happily available in the $index array - so it just needs to be uncommented.
Do curl_init above any curl_setopt, and take it out of that if block since it applies to all types.
Comment type fix
Fixed Swap usageDeleted disk space progress bar
Fixed % sign in mbuf
Fixes #5287
Further update for #5287
Partial fix to #5287More to come
Further updates to pfSense-upgrade-GUI.sh
Script to set up pfSense-upgrade when called from web GUI
Preparation for $5279New wrapper script to be called by web GUI
Fixed #5286COnverted pop-up format to table and added description
Fixed #5034
fix placeholder copy/pasted from CA screen, back to what it was in 2_2
https://redmine.pfsense.org/issues/5207change auth methods for both peers when using hybrid RSA + xauth with IKEv1
Add support for an IPv6 pool for mobile clients.
Ditch the pencils
Remove PERL_UTILS from ntp and PGM from libzmq4
Rework pfSense-upgrade script to make it work with nanobsd
Exit script when _exec fails
Define boot delay for VGA too
Fixed #5282
Partial fix for #5181P2 entries now drag/dropable
Fixed #5283
Further refinement to #5223Prevent "Store widget configutation" button from apeparing when opening/closing the available widgets panel.
Don't enforce the use of only IPv4 or IPv6 when using IKEv2 since it works fine with IKEv2
Fix shortcut destination for filter rules.