aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More PBI version fixes for 10.xRenato Botelho2014-02-101-1/+1
|
* More PBI version fixes for 10.xRenato Botelho2014-02-101-15/+15
|
* Fix nmap binary filenamejim-p2014-02-101-2/+2
|
* Adjust some PBI versions for 10.xRenato Botelho2014-02-101-27/+27
|
* update ACB textChris Buechler2014-02-082-4/+4
|
* Enable PORT_PCAP option for barnyard2Renato Botelho2014-02-073-3/+3
|
* Version bump for git pkgjim-p2014-02-062-4/+4
|
* Merge pull request #583 from danhunsaker/bugfix/mailreport/more-freqs-sched-bugJim P2014-02-035-5/+5
|\ | | | | mailreport - Fixed a bug with quarterly report scheduling
| * Fixed a bug with quarterly report schedulingDaniel Hunsaker2014-02-025-5/+5
| | | | | | | | | | | | | | | | monthofyear was being unset for all intervals which weren't yearly. A check was added for quarterly intervals to avoid unsetting monthofyear in that case and getting quarterly reports once every month. The behavior should now be as expected. Bumped version number accordingly. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
* | Merge pull request #585 from phil-davis/masterJim P2014-02-035-8/+14
|\ \ | |/ |/| Service Watchdog manage cron job on package install and deinstall
| * Service Watchdog version bumpPhil Davis2014-02-031-1/+1
| |
| * Service Watchdog version bumpPhil Davis2014-02-031-1/+1
| |
| * Service Watchdog version bumpPhil Davis2014-02-031-1/+1
| |
| * Service Watchdog version bumpPhil Davis2014-02-031-1/+1
| |
| * Add and remove service watchdog cron jobPhil Davis2014-02-031-1/+7
| | | | | | when the package is installed and removed.
| * Add option to force removal of service watchdog cron jobPhil Davis2014-02-031-3/+3
|/ | | so that the job can always be removed when the package is removed.
* Allow for multiple filter terms in mailreportjim-p2014-01-305-6/+5
|
* update (c) to ESFChris Buechler2014-01-281-3/+1
|
* Restrict snort_log_view.php to show only files inside SNORTLOGDIR, it fixes ↵Renato Botelho2014-01-284-4/+7
| | | | http://seclists.org/fulldisclosure/2014/Jan/187
* Fix this one toojim-p2014-01-241-1/+1
|
* Fix git version for 10.xjim-p2014-01-241-2/+2
|
* Small JS fix for haproxy-devel, fix version & bump slightly.jim-p2014-01-214-6/+8
|
* Fix apcupsd build optionsjim-p2014-01-173-3/+3
|
* Set depends_on_package_base_url globallyRenato Botelho2014-01-171-84/+1
|
* Fix Asterisk binary filenames and URLjim-p2014-01-173-9/+9
|
* Drop packages that cannot be installed on 2.2 from pkg_config.10.xmlRenato Botelho2014-01-171-45/+0
|
* Change <required_version> to 2.2 for all packages for 10.xRenato Botelho2014-01-171-106/+106
|
* Remove ifBWStats, it's broken since 2010Renato Botelho2014-01-1711-1713/+0
|
* Fixup 10.x pkg file with recent changes.jim-p2014-01-171-3/+3
|
* 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
| |