Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net-firewall/psad: Version bump. | Jeroen Roovers | 2015-12-28 | 2 | -0/+92 |
| | | | | Package-Manager: portage-2.2.26 | ||||
* | net-firewall/nftables: Remove old | Manuel Rüger | 2015-12-26 | 2 | -114/+0 |
| | | | | Package-Manager: portage-2.2.26 | ||||
* | net-firewall/fwknop: version bump to 2.6.8 | Ilya Tumaykin | 2015-12-24 | 2 | -0/+132 |
| | | | | Package-Manager: portage-2.2.24 | ||||
* | net-firewall/iptables: version bump to 1.6.0 #568784 | Mike Frysinger | 2015-12-22 | 3 | -0/+115 |
| | |||||
* | net-firewall/fwknop: do not call distutils-r1_src_prepare | Ilya Tumaykin | 2015-12-21 | 1 | -5/+0 |
| | | | | | | | | | | | | | Firstly, this helps to avoid potential problems with double patching because both autotools-utils_src_prepare and distutils-r1_src_prepare try to apply patches from PATCHES variable and call epatch_user. Secondly, fwknop's Python module does not need any special stuff that distutils-r1_src_prepare does. On the contrary, without extra copying of Python files, the build is happening the way it is supported and expected by upstream. Package-Manager: portage-2.2.24 | ||||
* | net-firewall/fwknop: re-enable in-source build wrt bug 568958 | Ilya Tumaykin | 2015-12-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Otherwise Python C extension fails to build because it links against fko library built during src_compile stage. With out-of-source build this library resides in a separate directory from sources, thus it cannot be found during Python module compilation by normal means. This problem didn't catch my attention earlier because build failure is only reproducible if there is no fko library installed in the system from a previous version of this package. Gentoo-Bug: 568958 Package-Manager: portage-2.2.24 | ||||
* | net-firewall/fwknop: drop obsolete initscript revision suffix | Ilya Tumaykin | 2015-12-21 | 2 | -1/+1 |
| | | | | Package-Manager: portage-2.2.24 | ||||
* | net-firewall/fwknop: remove old | Ilya Tumaykin | 2015-12-21 | 1 | -135/+0 |
| | | | | Package-Manager: portage-2.2.24 | ||||
* | net-firewall/psad: Version bump. | Jeroen Roovers | 2015-12-16 | 2 | -0/+92 |
| | | | | Package-Manager: portage-2.2.26 | ||||
* | net-firewall/shorewall: Dropped v5.0.1.1 in favor of new v5.0.2.1 | Thomas D | 2015-12-11 | 2 | -454/+0 |
| | | | | | | Because additional version numbers have been removed from configuration files and macros I won't stabilize v5.0.1.1 so people going from v4.x to v5.x only have to update headers once. | ||||
* | net-firewall/shorewall: Bumped to v5.0.2.1 | Thomas D | 2015-12-11 | 2 | -0/+453 |
| | | | | | | EBuild changes: - Fixed description to satisfy repoman. | ||||
* | net-firewall/fwbuilder: add libressl support | Anthony G. Basile | 2015-12-07 | 1 | -6/+8 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/ipsec-tools: remove older stable versions. | Anthony G. Basile | 2015-12-07 | 3 | -554/+0 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/ipsec-tools: add libressl support | Anthony G. Basile | 2015-12-07 | 1 | -2/+3 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/ipsec-tools: ipsec.service -> ipsec-tools.service in racoon.service | Anthony G. Basile | 2015-12-04 | 2 | -1/+1 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/iptables: control nfsynproxy tool via USE=pcap #566886 | Mike Frysinger | 2015-11-28 | 1 | -0/+105 |
| | |||||
* | net-firewall/ipsec-tools: avoid file collision with libreswan, bug #567010 | Anthony G. Basile | 2015-11-28 | 2 | -1/+1 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/ipsec-tools: add systemd unit files. | Anthony G. Basile | 2015-11-27 | 3 | -0/+302 |
| | | | | | | See: https://github.com/gentoo/gentoo/pull/350 Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/xtables-addons: version bump to 2.10 | Anthony G. Basile | 2015-11-27 | 2 | -0/+187 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/fwknop: add GitHub repo to HOMEPAGE | Ilya Tumaykin | 2015-11-26 | 2 | -2/+2 |
| | | | | As cipherdyne.org tends to be down sometimes. | ||||
* | net-firewall/fwknop: remove old | Ilya Tumaykin | 2015-11-25 | 2 | -227/+0 |
| | |||||
* | net-firewall/fwknop: revbump to 2.6.7-r2 in order to fix dependencies | Ilya Tumaykin | 2015-11-25 | 1 | -0/+135 |
| | | | | Separate RDEPEND and DEPEND properly. | ||||
* | net-firewall/fwknop: revbump to fix depend() and update regexps in initscript | Ilya Tumaykin | 2015-11-25 | 2 | -0/+227 |
| | | | | | | | | | | FWKNOPD_CONFIG file should be parsed only if it exists, which is not the case if the user has not configured fwknopd yet. See Gentoo bug #565864. Regexps that are used to parse FWKNOPD_CONFIG file now allow spaces before statements in order to handle possible indentation properly. Gentoo-Bug: 565864 | ||||
* | net-firewall/fwknop: enable out-of-source build | Ilya Tumaykin | 2015-11-25 | 1 | -4/+4 |
| | |||||
* | net-firewall/firehol: cleanup | Alon Bar-Lev | 2015-11-14 | 5 | -89/+1 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/shorewall: bump to 5.0.1.1, rm shorewall-5.0.1.ebuild | Ian Delaney | 2015-11-10 | 2 | -7/+7 |
| | | | | | | | | request by proxy maintianer via the gentoo bug Gentoo bug: #564962 Package-Manager: portage-2.2.24 | ||||
* | net-firewall/nftables: revbump to nftables-0.5-r2 | Nicholas Vinson | 2015-11-03 | 1 | -0/+62 |
| | | | | | | Required for supporting systemd Package-Manager: portage-2.2.23 | ||||
* | net-firewall/nftables: Create systemd unit files | Nicholas Vinson | 2015-11-03 | 3 | -0/+31 |
| | | | | Package-Manager: portage-2.2.23 | ||||
* | net-firewall/nftables: update nftables.init to use new libexec/nftables.sh | Nicholas Vinson | 2015-11-03 | 1 | -0/+123 |
| | | | | Package-Manager: portage-2.2.23 | ||||
* | net-firewall/nftables: refactor init.d/nftables into libexec/nftable.sh | Nicholas Vinson | 2015-11-03 | 1 | -0/+150 |
| | | | | Package-Manager: portage-2.2.23 | ||||
* | net-firewall/fwknop: metadata.xml: update maintainer's email address | Ian Delaney | 2015-10-31 | 1 | -1/+1 |
| | | | | Package-Manager: portage-2.2.23 | ||||
* | net-firewall/shorewall: remove old versions < -4.6.10.1 | Ian Delaney | 2015-10-27 | 3 | -238/+0 |
| | | | | | | Gentoo bug: #560392 Package-Manager: portage-2.2.23 | ||||
* | net-firewall: purge packages shorewall-* shorewall6 | Ian Delaney | 2015-10-27 | 62 | -2729/+0 |
| | | | | | | shorewall-core, shorewall-init, shorewall-lite, shorewall6, shorewall6-lite Gentoo bug; #560392 | ||||
* | net-firewall/firehol - cleanup | Alon Bar-Lev | 2015-10-25 | 3 | -141/+0 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/firehol: x86 stable wrt bug #562504 | Mikle Kolyada | 2015-10-25 | 1 | -1/+1 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/xtables-addons: cleanup older version. | Anthony G. Basile | 2015-10-24 | 6 | -882/+0 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/xtables-addons: x86 stable wrt bug #563762 | Mikle Kolyada | 2015-10-24 | 1 | -1/+1 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/xtables-addons: amd64 stable wrt bug #563762 | Agostino Sarubbo | 2015-10-23 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" | ||||
* | net-firewall/xtables-addons: version bump to 2.9 | Anthony G. Basile | 2015-10-22 | 2 | -0/+187 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/firehol: fix autosave location issue | Alon Bar-Lev | 2015-10-22 | 1 | -0/+4 |
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --force | ||||
* | net-firewall/firehol: amd64 stable wrt bug #562504 | Agostino Sarubbo | 2015-10-19 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" | ||||
* | net-firewall/shorewall: bump to -5.0.1 | Ian Delaney | 2015-10-18 | 20 | -0/+1253 |
| | | | | | | | | | | | patches submitted by proxy maintainer via gentoo bug & pull request; dropped 'rc_need="net"', files moved from $FILESDIR/$MAJOR_VERSION to $FILESDIR Gentoo bug: #563088 Pull request: https://github.com/gentoo/gentoo/pull/241 Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/ufw: Remove old | Manuel Rüger | 2015-10-18 | 1 | -184/+0 |
| | | | | Package-Manager: portage-2.2.23 | ||||
* | net-firewall/nftables: Add proxy maintainer to metadata | Ian Delaney | 2015-10-16 | 1 | -1/+1 |
| | | | | Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/nftables: revbump and patch to fix broken init script | Ian Delaney | 2015-10-15 | 3 | -5/+331 |
| | | | | | | | | | | patches submitted by Nicholas Vinson via gentoo bug, set in metadata as new proxy maintainer by invitation by developer maintainer mreug, thanks to gokturk for assistance and cross testing Gentoo bug: #560920 Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/firehol: set dummy ip6tables-restore | Alon Bar-Lev | 2015-10-12 | 1 | -1/+2 |
| | | | | | | Bug: 562942 Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/nftables: inherit eutils for epatch_user #562740 | Mike Frysinger | 2015-10-10 | 1 | -2/+2 |
| | |||||
* | net-firewall/arno-iptables-firewall: remove -2.0.1d-r2 and its patches | Ian Delaney | 2015-10-07 | 4 | -116/+0 |
| | | | | | | | | request by maintainer in Gentoo Bug: #559858 Package-Manager: portage-2.2.20.1 | ||||
* | net-firewall/nftables: Remove old | Manuel Rüger | 2015-10-06 | 2 | -55/+0 |
| | | | | Package-Manager: portage-2.2.22 | ||||
* | Add missing remote-id type=sourceforge | Justin Lecher | 2015-10-01 | 4 | -7/+19 |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> |