aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Clear out this list, they are already proper dependencies and it might be ↵jim-p2012-06-242-4/+0
| | | | | | | | causing an issue
* | If we don't want python in ntop, we probably don't want pymalloc either.jim-p2012-06-242-2/+2
| |
* | Fix/sync inconsistent snort options.jim-p2012-06-242-4/+4
| |
* | Fix arch on these twojim-p2012-06-241-2/+2
| |
* | tinydns just needs one PBI now.jim-p2012-06-232-2/+2
| |
* | Whoops, set proper architecture here.jim-p2012-06-231-1/+1
| |
* | Have zabbix-agent use new PBIjim-p2012-06-232-2/+2
| |
* | Have zabbix-proxy use new pbijim-p2012-06-232-2/+2
| |
* | Remove mac-to-vendor, the code has been in 2.0 base for a long time.jim-p2012-06-232-26/+0
| |
* | No need for the secondary PBI here now either.jim-p2012-06-232-2/+2
| |
* | No need to use multiple PBIs for NRPE now.jim-p2012-06-232-2/+2
| |
* | Adapt bandwidthd to use the right dir on 2.1, work around the fact that you ↵jim-p2012-06-231-8/+17
| | | | | | | | can't specify a proper custom config path.
* | Use new combined PBI for proxy_mod_security.jim-p2012-06-232-2/+2
| |
* | Activate new PBI build style for a few more ports that have multiple manual ↵jim-p2012-06-232-3/+107
| | | | | | | | dependencies, fix a couple other minor bits in dependencies.
* | New PBI build style for mod_securityjim-p2012-06-232-5/+12
| |
* | Add an example to the pkg xmljim-p2012-06-232-0/+49
| |
* | Merge pull request #262 from bguerin/masterSeth Mos2012-06-231-1/+11
|\ \ | | | | | | TinyDNS : Use first DNS server configured in System -> General setup if we don't have one received by DHCP on WANs
| * | Use first DNS server configured in System -> General setup if we don't have ↵Benoit GUERIN2012-06-231-1/+11
| | | | | | | | | | | | one received by DHCP on WANs
* | | Use new PBI build style for snortjim-p2012-06-232-0/+10
|/ /
* | fix up text in HAVPChris Buechler2012-06-231-11/+11
| |
* | Merge pull request #260 from phil-davis/masterSeth Mos2012-06-231-31/+31
|\| | | | | Only add swapstate_check to cron item list once
| * 1 more text typo to fixPhil Davis2012-06-231-1/+1
| |
| * Fix a couple of minor text strings.Phil Davis2012-06-231-4/+4
| |
| * swapstate_check gets added twice to the cron_item list and cron tab. Remove ↵Phil Davis2012-06-231-26/+26
|/ | | | the erroneous extra addition.
* Fix squid pbi spec; try new build style for bandwidthdjim-p2012-06-222-10/+10
|
* See if this trick works for squid...jim-p2012-06-222-0/+10
|
* One more try...jim-p2012-06-222-2/+2
|
* squid3 - fixes array_check and error messages dirmarcelloc2012-06-221-3/+3
|
* Slight fix, other way didn't workjim-p2012-06-222-2/+2
|
* Fix a bunch of inconsistencies between amd64 and i386 package xmljim-p2012-06-222-153/+153
|
* Repeat that last change for amd64jim-p2012-06-221-0/+5
|
* Try to use the new PBI build syntax here, it may help it pick up the right ↵jim-p2012-06-221-0/+5
| | | | libs inside the single PBI rather than using multiple.
* Fixup open-vm-tools pbi specjim-p2012-06-222-12/+2
|
* Activate Dansguardian PBI for 2.1/amd64jim-p2012-06-221-2/+1
|
* Activate Asterisk PBI for 2.1jim-p2012-06-221-2/+1
|
* Activate Asterisk PBI for 2.1jim-p2012-06-221-2/+1
|
* Activate Dansguardian for i386 on 2.1jim-p2012-06-221-2/+1
|
* Fix this syntaxjim-p2012-06-212-4/+4
|
* add a note about dansguardian source downloadjim-p2012-06-212-0/+2
|
* Disable widescreen on 2.1 because it overwrites the menu, leaving you unable ↵jim-p2012-06-212-0/+4
| | | | to access any new menu options for 2.1.
* squidguard - minor fix to url check preg_matchmarcelloc2012-06-211-1/+1
|
* Merge branch 'master' of https://github.com/bsdperimeter/pfsense-packagesmarcelloc2012-06-217-82/+78
|\
| * Fixup olsrd pbi infojim-p2012-06-212-3/+3
| |
| * freeradius2: added missing constantAlexander Wilke2012-06-211-0/+1
| |
| * Don't install binaries manually for avahi, try to rely on the package versionjim-p2012-06-201-1/+1
| |
| * Remove some really unnecessary manual downloading of libraries/packages ↵jim-p2012-06-202-46/+0
| | | | | | | | during install of these.
| * Specify this explicitly since it doesn't seem to be getting pulled in ↵jim-p2012-06-202-0/+2
| | | | | | | | automatically
| * Update masterAlexander Wilke2012-06-201-12/+28
| |
| * freeradius2: basics ready for 2.1 Alexander Wilke2012-06-201-6/+23
| | | | | | | | | | This is probably not the correct way for a package to run on pfsense 2.1 but at first it is working. Probably some other fixes needed but it should be ok first to check if all the dependencies are there (MySQL, PostgreSQL, LDAP). Any help on this package and fixes are really appreciated!
| * Merge pull request #259 from phildd/masterMarcello Coutinho2012-06-201-13/+17
| |\ | | | | | | Add SQUID_CONFFILE constant and use it to add "-f" command parameter