aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixup unbound build optionsjim-p2014-01-172-2/+2
|
* Fixup bacula-client binary URL and names.jim-p2014-01-172-8/+8
|
* Merge pull request #575 from dbaio/masterRenato Botelho2014-01-163-3/+3
|\ | | | | apcupsd - change build options
| * apcupsd - change build options (pkg_config.10.xml)Danilo G. Baio (dbaio)2014-01-161-1/+1
| |
| * apcupsd - change build optionsDanilo G. Baio (dbaio)2014-01-142-2/+2
|/
* Remove old pkg_config.xmlRenato Botelho2014-01-162-849/+0
|
* Replace i386 by ##ARCH## macro on pbi filenamesRenato Botelho2014-01-161-75/+75
|
* Add new tag <only_for_archs>Renato Botelho2014-01-161-0/+4
|
* Remove references from external sites for depends_on_package_base_urlRenato Botelho2014-01-161-3/+3
|
* catch up recent changes on pkg_config.8.xmlRenato Botelho2014-01-161-11/+11
|
* Remove pkg_config.10.xml.amd64, we'll have only one file for 10.xRenato Botelho2014-01-161-1782/+0
|
* remove snort option REACT from i386Renato Botelho2014-01-161-1/+1
|
* Merge pull request #574 from parawizard/masterErmal Luçi2014-01-162-56/+16
|\ | | | | Fixes for pbi paths and update to 1.5.1 php front end
| * removed redundant commentBryan Paradis2014-01-161-1/+0
| |
| * Corrected the .abc file paths!Bryan Paradis2014-01-161-4/+4
| | | | | | They were pointed at files.pfsense.org before
| * updated additional package for php front end 1.5.1Bryan Paradis2014-01-161-1/+1
| |
| * comments, vnstat conf version #, indentsparawizard2014-01-151-0/+1
| |
| * Update to frontend 1.5.1; fixesparawizard2014-01-151-51/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vnstat_php_frontend-1.5.1: -replaced the depreciated split() function with explode(); -renamed vnstat_php_frontend-1.5.1-updated config.php generation: -added two new static variables for vnstat_php_frontend-1.5.1; $locale and $language -updated version number // Unpack and move Vnstat frontend exec("cd .."); exec("tar -zxovf /usr/local/pkg/vnstat_php_frontend-1.5.1-updated.tar.gz"); exec("mv vnstat_php_frontend-1.5.1-updated /usr/local/www/vnstat2"); $locale = "\$locale = 'en_US.UTF-8';"; $language = "\$language = 'en';"; $locale $language
| * Added links to fix pbi problem /w i386 and amd64 parawizard2014-01-151-0/+3
| | | | | | | | | | | | Line 154 // Check for pbi install and arch type then create symlinks if (file_exists('/usr/pbi/vnstat-i386')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-i386/etc/vnstat.conf"); } if (file_exists('/usr/pbi/vnstat-amd64')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-amd64/etc/vnstat.conf"); }
* | remove lcdproc bits that somehow got in the general README for the repoChris Buechler2014-01-151-16/+0
| |
* | Fix squid options variables for squidguard-squid3Renato Botelho2014-01-152-2/+2
| |
* | Fix squid options variablesRenato Botelho2014-01-152-4/+4
| |
* | Reduce differences between amd64 and i386 xml filesRenato Botelho2014-01-152-16/+16
| |
* | Fix path for ca_root_nssRenato Botelho2014-01-152-2/+2
| |
* | Merge pull request #573 from karl-ravn/masterJim P2014-01-151-7/+7
|\ \ | | | | | | Update tinc.inc
| * | Update tinc.inckarl-ravn2014-01-151-7/+7
|/ / | | | | Avoid windows line breaks in shell scripts created by tinc.inc, causing shebangs and commands to fail on pf 2.1
* | When <build_pbi> is set, <build_port_path> entries are not used, so drop themRenato Botelho2014-01-152-216/+0
| |
* | Fix wrong <build_port_path>Renato Botelho2014-01-152-2/+2
| |
* | Fix syslog-ng version for 10.xRenato Botelho2014-01-152-2/+2
|/
* fix syslog-ng package startupChris Buechler2014-01-153-3/+3
|
* Remove references for non-pbi packages, also change ↵Renato Botelho2014-01-142-444/+170
| | | | depends_on_package_base_url to point to 10.x packages
* Add initial support for FreeBSD 10Renato Botelho2014-01-142-0/+4067
|
* Bump versionErmal Luçi2014-01-141-1/+1
|
* Sprinkle some unsets while here.Ermal Luçi2014-01-141-0/+2
|
* Set use ipsec sysctl to allow md5 to work properly.Ermal Luçi2014-01-141-2/+1
|
* Merge pull request #572 from bmeeks8/masterErmal Luçi2014-01-1312-32/+13
|\ | | | | Incorporate Ermal's comments -- use conf_mount_rw() only where needed.
| * Incorporate Ermal's comments -- use conf_mount_rw() only where needed.bmeeks82014-01-1312-32/+13
| |
* | Merge pull request #571 from bmeeks8/masterErmal Luçi2014-01-1318-42/+98
|\| | | | | Snort 2.9.5.5 pkg v3.0.2 Update -- Bug Fixes
| * Bump Snort pkg version to 3.0.2 -- bug fixes.bmeeks82014-01-125-8/+8
| |
| * Ensure conf_mount_rw() and conf_mount_ro() are used where needed.bmeeks82014-01-1211-12/+40
| |
| * More fixes for auto log cleanup cron job.bmeeks82014-01-112-20/+35
| |
| * Merge remote-tracking branch 'upstream/master'bmeeks82014-01-102-12/+87
| |\ | |/ |/|
* | Merge pull request #570 from danhunsaker/bugfix/mailreport/more-freqs-iface-bugsJim P2014-01-081-5/+5
|\ \ | | | | | | Resolved interface bugs preventing new frequencies from displaying properly
| * | Resolved interface bugs preventing new frequencies from displaying properlyDaniel Hunsaker2014-01-081-5/+5
| | | | | | | | | | | | Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
* | | Merge pull request #569 from danhunsaker/enhance/mailreport/more-freqsJim P2014-01-082-11/+86
|\| | | | | | | | Added quarterly and yearly mailreport frequencies
| * | Added quarterly and yearly mailreport frequenciesDaniel Hunsaker2014-01-082-11/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Defined frequencies for quarterly and yearly mail reports - Extended frequency-to-crontab conversion logic to cover new frequency settings - Added form elements for new frequency configurations - Bumped version number, and added files to deinstall command for cleaner removal Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
| | * Spell out 'Interface' in column header instead of 'I/f'bmeeks82014-01-101-1/+1
| | |
| | * Fix auto log limit cleanup so it actually works.bmeeks82014-01-102-12/+25
| | |
| | * Merge remote-tracking branch 'upstream/master'bmeeks82014-01-0736-959/+2141
| | |\ | |_|/ |/| |
* | | Merge pull request #532 from topper727/patch-1Ermal Luçi2014-01-052-9/+35
|\ \ \ | |/ / |/| | CrystalFontz packet driver 4 status LED fix