aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove old binariesRenato Botelho2015-04-232-0/+0
|
* Add run_depends and port_category to pfBlockerNG, also teach it to deal with ↵Renato Botelho2015-04-235-23/+54
| | | | non-PBI paths
* Define internal_name for File ManagerRenato Botelho2015-04-231-0/+1
|
* Drop Strikeback for 2.3+Renato Botelho2015-04-221-0/+1
|
* 2.3+ won't use PBI anymoreRenato Botelho2015-04-221-1/+1
|
* Sanitize bind version, add run_depends and port_categoryRenato Botelho2015-04-221-1/+3
|
* Enable new STRIP_NTDOMAIN option for squidguardRenato Botelho2015-04-221-1/+1
|
* 2.3+ won't use PBI anymoreRenato Botelho2015-04-221-1/+1
|
* bump open-vm-tools version, change versioning to append to pkg's versionChris Buechler2015-04-221-1/+1
| | | | since it confuses people as it was.
* skip all the kernel modules in open-vm-tools for now, they're not stable.Chris Buechler2015-04-221-1/+6
|
* correct vmmemctl filename in open-vm-toolsChris Buechler2015-04-221-1/+1
|
* Add SRTP and remove FREETDS and PGSQL from asteriskRenato Botelho2015-04-221-0/+1
|
* Sanitize Asterisk version, add port_category and run_dependsRenato Botelho2015-04-221-1/+3
|
* Disable ntop for 2.3+, in favour of ntopngRenato Botelho2015-04-221-0/+1
|
* Disable ECAP for nowRenato Botelho2015-04-221-1/+1
|
* Update options to squid 3.5Renato Botelho2015-04-221-1/+1
|
* Remove DOCS and EXAMPLES from options since they are defined by build scriptsRenato Botelho2015-04-211-3/+3
|
* Remove perl5.14 from the list, default perl version is going to be built as ↵Renato Botelho2015-04-211-1/+1
| | | | a dependency of p5-GD
* More options cleanup, there is only one squid version available on ports ↵Renato Botelho2015-04-211-4/+4
| | | | tree now
* bump open-vm-tools versionChris Buechler2015-04-201-1/+1
|
* more open-vm-tools clean upChris Buechler2015-04-201-36/+15
|
* More clean up in open-vm-toolsChris Buechler2015-04-201-20/+6
|
* Fix typo accidentally added on last commitRenato Botelho2015-04-201-1/+1
|
* Use only new format for OPTIONS, also avoid generic definitions and remove ↵Renato Botelho2015-04-201-19/+16
| | | | obsolete ones
* Various clean up to open-vm-tools package. Remove vmxnet as built-inChris Buechler2015-04-163-24/+26
| | | | version is preferable. Should fix Ticket #4160.
* Merge pull request #864 from gogglespisano/bindRenato Botelho2015-04-164-5/+10
|\
| * BIND - refix rate-limit option and add comments to avoid the problem in the ↵Stuart Wyatt2015-04-164-5/+10
|/ | | | | | | | | | | | future Put the {} back around the rate-limit values without any whitespace. {} around PHP variables in <<< text output to named.conf might get confused with {} text in namd.conf. Added this comment in those areas to help prevent future problems. // curly braces in the following <<<EOD are PHP {$variable}, not named.conf text { value; } bump package version
* Merge pull request #863 from gogglespisano/bindRenato Botelho2015-04-164-5/+5
|\
| * BIND - bump package version for rate-limit option fixStuart Wyatt2015-04-163-3/+3
| |
| * BIND - fix rate-limit option - remove {}Stuart Wyatt2015-04-161-2/+2
|/ | | | | | | | | The rate-limit option should not have values with {} and look like this: rate-limit { responses-per-second 15; log-only yes; };
* Merge pull request #858 from dneuhaeuser/patch-1Renato Botelho2015-04-154-2/+51
|\
| * squid3 version bumpDennis Neuhaeuser2015-04-111-1/+1
| |
| * fetch virus logDennis Neuhaeuser2015-04-111-0/+28
| | | | | | addded code to fetch entries from virus log and push to "realtime" table
| * add table area to display clamav logsDennis Neuhaeuser2015-04-111-1/+21
| | | | | | | | - adds a table to the tab "realtime" for virus log displaying - corrected link to tab "antivirus"
| * write additional virus.log fileDennis Neuhaeuser2015-04-111-0/+1
| | | | | | this writes a logfile when a virus was found
* | Bump squidGuard version due to last changesRenato Botelho2015-04-154-4/+4
| |
* | Merge pull request #859 from dvserg/patch-1Renato Botelho2015-04-151-5/+6
|\ \
| * | Squidguard fix ACL order problemSergey Dvoriancev2015-04-131-5/+6
| |/
* | Merge pull request #862 from dneuhaeuser/patch-2Renato Botelho2015-04-134-4/+4
|\ \
| * | bump squidguard version (squidguard.xml)Dennis Neuhaeuser2015-04-131-1/+1
| | |
| * | bump squidguard version (pkg_config.8.xml.amd64)Dennis Neuhaeuser2015-04-131-1/+1
| | |
| * | bump squidguard version (pkg_config.8.xml)Dennis Neuhaeuser2015-04-131-1/+1
| | |
| * | bump squidguard version (pkg_config.10.xml)Dennis Neuhaeuser2015-04-131-1/+1
|/ /
* | Merge pull request #861 from dneuhaeuser/patch-3Renato Botelho2015-04-131-2/+3
|\ \
| * | create mountpoint for ramdisk with PHP mkdirDennis Neuhaeuser2015-04-131-2/+3
|/ /
* | Merge pull request #860 from zackbcom/patch-1Renato Botelho2015-04-131-1/+1
|\ \
| * | Show max shared secret lengthzackbcom2015-04-131-1/+1
| |/ | | | | | | | | | | Shared secrets longer than 31 characters will display garbage passwords. Another cause of garbage passwords being logged is the secret being too long. Certain NAS boxes have limitations on the length of the secret and don't complain about it. FreeRADIUS is limited to 31 characters for the shared secret. http://wiki.freeradius.org/guide/faq#Common-problems-and-their-solutions
* | Merge pull request #854 from gogglespisano/bindRenato Botelho2015-04-136-52/+174
|\ \ | |/ |/|
| * BIND - fix typo in "statment" in enable_updatepolicy fieldStuart Wyatt2015-04-091-1/+1
| |
| * BIND - bump package version to 0.3.7Stuart Wyatt2015-04-093-3/+3
| |