aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches/patches.inc
Commit message (Collapse)AuthorAgeFilesLines
* Make sure config item is an array before try to foreach. Bump version 1.0.8Renato Botelho2015-11-161-0/+5
|
* systempatches - make fetch work if pfsense is behind proxy (fixes Bug #4369)doktornotor2015-11-121-1/+14
|
* Fixes #5000:Renato Botelho2015-09-181-0/+6
| | | | | | - Detect new pfSense repo structure, where files that were present on / in the past now lie in /src, and automatically set pathstrip to 2 - Bump package version to 1.0.6
* systempatches - some code style cosmeticsdoktornotor2015-08-111-2/+3
| | | | - Fix copyright header - Switch GitHub to HTTPS.
* Systen Patches package code stylePhil Davis2015-08-061-8/+15
|
* Declare these vars global. It might help with post-upgrade auto-apply on ↵jim-p2013-07-161-0/+1
| | | | ALIX when memory is low.
* Fix System Patches for NanoBSD (it was missing rw/ro remounts). Bump to 0.9, ↵jim-p2013-05-231-0/+2
| | | | call it release while we're at it, it's stable, not a beta anymore.
* Add "auto apply" bit to system patches which will attempt to apply a patch ↵jim-p2013-03-291-0/+59
| | | | during earlyshellcmd at boot time, to help patches survive across reboots and upgrades.
* update repo locationChris Buechler2013-03-111-2/+2
|
* Fix whitespace testjim-p2013-02-171-1/+1
|
* Add a way to view the full output from a test patch apply/revertjim-p2012-05-071-9/+10
|
* Add an option to specify a base directory for the patchjim-p2012-05-071-4/+5
|
* Fix the name of this field/var to more accurately reflect what it does.jim-p2012-05-071-2/+2
|
* Uncomment the cleanup line here, it was disabled during debugging.jim-p2012-05-051-1/+1
|
* Add a System Patches package to apply and maintain patches on a box. Should ↵jim-p2012-05-041-0/+140
make it easier to test and deliver fixes.