aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches/systempatches.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make sure config item is an array before try to foreach. Bump version 1.0.8Renato Botelho2015-11-161-1/+1
|
* Fixes #5000:Renato Botelho2015-09-181-1/+1
| | | | | | - 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-14/+12
| | | Fix copyright header and nuke pointless tags.
* Systen Patches package code stylePhil Davis2015-08-061-7/+8
|
* Do not show "Apply Changes" on System Patches package info box (which does ↵jim-p2015-01-141-1/+1
| | | | nothing). Fixes #4215
* Change style of call for pre-2.1 call-time pass-by-reference in System ↵jim-p2014-05-081-1/+1
| | | | Patches (thanks-to: garga), bump.
* Fixup URLs:Renato Botelho2014-03-181-4/+4
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Add the most common values as default in system patches for path strip, ↵jim-p2013-08-161-1/+1
| | | | base, and whitespace. Also bump version.
* Declare these vars global. It might help with post-upgrade auto-apply on ↵jim-p2013-07-161-1/+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-1/+1
| | | | 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-1/+13
| | | | during earlyshellcmd at boot time, to help patches survive across reboots and upgrades.
* Update HTML code in System PatchesColin Fleming2013-02-061-1/+1
| | | | | | Close off the head statement and move the scripts and style sheets inside the head statment, close the BR, INPUT and IMG tags add ALT to IMG tags and SUMMARY to TABLES
* Add a System Patches package to apply and maintain patches on a box. Should ↵jim-p2012-05-041-0/+66
make it easier to test and deliver fixes.