summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add pstree to poudriere listjim-p2016-05-061-0/+1
|
* Change the default output of pkg.php lists to be encoded before display. ↵jim-p2016-05-061-4/+9
| | | | Preserve the old behavior as an option in case a package needs it (I didn't see any current ones that appeared to rely on the behavior, however)
* Fix typojim-p2016-05-031-2/+2
|
* Reboot after upgrade when meta package version changedRenato Botelho2016-05-021-3/+10
|
* add xe-guest-utilitiesChris Buechler2016-05-011-0/+1
|
* Initialize pkg repo sign commandRenato Botelho2016-04-271-1/+6
|
* Cleanup old poudriere logRenato Botelho2016-04-271-0/+2
|
* add znc from user requestChris Buechler2016-04-271-0/+1
|
* Add trafshow to poudriere listChris Buechler2016-04-261-0/+2
|
* Add dnstop to build list at user request.Chris Buechler2016-04-261-0/+1
|
* localip and gateway aren't used when type is PPP, remove here. Ticket #6264Chris Buechler2016-04-251-2/+0
|
* Replace vim by vim-lite which has less dependencies and doesn't require X11 ↵Renato Botelho2016-04-251-1/+1
| | | | by default
* Add some available packages from user requests.Chris Buechler2016-04-241-0/+5
|
* Add vnstat to poudriere_bulkChris Buechler2016-04-211-0/+1
|
* Allow 0 mask on Unbound ACLs. Ticket #6073Chris Buechler2016-04-151-1/+1
|
* Avoid implode error if no interfaces are selected.Chris Buechler2016-04-151-1/+4
|
* Fix #6142 validate and adjust dpinger params on upgradePhil Davis2016-04-151-1/+46
| | | | | | | | | | | | | | | | | | | | 1) The previous "down" value was being converted to msec and put into "loss_interval". It should go into "time_period". 2) loss_interval must always be at least latencyhigh - make it so if latencyhigh is big. 3) alert_interval must always be at least probe interval - make it so if the probe interval is high. 4) The time_period for averaging the results must be at least 2 probe intervals plus loss_interval (ensuring there should always be 2 probe results by the time_period expiry) - make it so. These various conditions taken from the validation code in system_gateways_edit.php Note: I have explicitly put the necessary default dpinger parameter values here, rather than calling return_dpinger_defaults() because at this point in any future conversion we want to use these particular numbers, not what the defaults happen to be in pfSense 2.4 or 3.0 or...
* Use RFC-defined capitalization IPsec.Chris Buechler2016-04-151-1/+1
|
* Unset dhcpdv6 on LAN here as well. Ticket #6152Chris Buechler2016-04-151-0/+3
|
* Allow to restore any ares of configPhil Davis2016-04-151-1/+1
| | | | | If the existing config does not have a particular area in it, then the user should still be able to restore it from another config. Redmine #6144
* Add lock in vpn_ipsec_configure. Ticket #6160Chris Buechler2016-04-141-0/+4
|
* Use right repo conf for stage on snapsv2.3.0Renato Botelho2016-04-112-4/+7
|
* Fix staging pathRenato Botelho2016-04-111-1/+1
|
* Optimize makefs parametersRenato Botelho2016-04-111-1/+1
|
* Use beta repo as stagingRenato Botelho2016-04-111-3/+4
|
* Explicit define pkg repo variables for release and develRenato Botelho2016-04-114-32/+42
|
* Exit build process if install_pkg_install_ports() failsRenato Botelho2016-04-111-3/+9
|
* Do not add entire path on sha256 file, while here, make it a functionRenato Botelho2016-04-111-6/+19
|
* Fix syntaxRenato Botelho2016-04-111-1/+1
|
* Fix sha356 filenames for ISO and memstick filesRenato Botelho2016-04-111-8/+5
|
* Add repo package before baseRenato Botelho2016-04-111-2/+1
|
* Add vm-bhyve to poudriere bulk listRenato Botelho2016-04-081-0/+1
|
* Replace packagesite URL with final URL for RELEASERenato Botelho2016-04-071-0/+12
|
* Avoid PHP warning if no server selectedPhil Davis2016-04-071-1/+5
| | | | | | when saving a client specific override. Forum report https://forum.pfsense.org/index.php?topic=109431.msg0 Redmine issue 6089
* Do not try to register pre-installed packages on read-only mediaRenato Botelho2016-04-071-1/+3
|
* Use staging repo to install bsdinstaller on final areaRenato Botelho2016-04-071-1/+14
|
* Create target dir when it doesn't existRenato Botelho2016-04-071-0/+3
|
* Fix variable nameRenato Botelho2016-04-071-1/+1
|
* Revert "Fix pkg.pfsense.org path"Renato Botelho2016-04-061-1/+1
| | | | This reverts commit 0b4fa4b4dc0ef4cd9178e761f3d47d32f17413bd.
* Fix pkg.pfsense.org pathRenato Botelho2016-04-061-1/+1
|
* Add missing fiRenato Botelho2016-04-061-0/+1
|
* setup_pkg_repo 5th parameter is mandatoryRenato Botelho2016-04-061-1/+1
|
* Use PKG_REPO_SERVER_RELEASE for repo conf used to build package, keep using ↵Renato Botelho2016-04-061-4/+16
| | | | staging area for builder and bootstrap
* Define PKG_REPO_SERVER_RELEASE, used to create pfSense-repo package accordinglyRenato Botelho2016-04-061-0/+6
|
* Do not mount memory disks for -RELEASE buildRenato Botelho2016-04-061-0/+5
|
* Redmine #6081 do not reuse index varPhil Davis2016-04-061-1/+1
| | | | The value of $i needs to be kept constant from the outer loop - do not reuse it here.
* Use correct branches for FreeBSD src and portsRenato Botelho2016-04-061-2/+2
|
* It's time for 2.3-RELEASERenato Botelho2016-04-061-1/+1
|
* Add RELENG_2_3_0 to gitsync and set it as defaultRenato Botelho2016-04-061-1/+2
|
* Add fingerprint for RELEASE pkg sign keyRenato Botelho2016-04-061-0/+2
|
OpenPOWER on IntegriCloud