alonbl 15/04/14 15:19:30 Modified: ChangeLog Added: firehol-2.0.2.ebuild Removed: firehol-2.0.1.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Revision Changes Path 1.56 net-firewall/firehol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 5 Mar 2015 09:41:39 -0000 1.55 +++ ChangeLog 14 Apr 2015 15:19:30 -0000 1.56 @@ -1,6 +1,13 @@ # ChangeLog for net-firewall/firehol # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.55 2015/03/05 09:41:39 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.56 2015/04/14 15:19:30 alonbl Exp $ + +*firehol-2.0.2 (14 Apr 2015) + + 14 Apr 2015; Alon Bar-Lev <[email protected]> + +files/firehol-2.0.2-autosave.patch, +firehol-2.0.2.ebuild, + -firehol-2.0.1.ebuild: + Version bump 05 Mar 2015; Alon Bar-Lev <[email protected]> firehol-2.0.1.ebuild: fix autosave locations 1.1 net-firewall/firehol/firehol-2.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild?rev=1.1&content-type=text/plain Index: firehol-2.0.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild,v 1.1 2015/04/14 15:19:30 alonbl Exp $ EAPI=5 inherit eutils linux-info DESCRIPTION="iptables firewall generator" HOMEPAGE="http://firehol.sourceforge.net/" SRC_URI="http://firehol.org/download/releases/v${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" IUSE="doc" KEYWORDS="~amd64 ~ppc ~sparc ~x86" DEPEND="sys-apps/iproute2" RDEPEND="net-firewall/iptables sys-apps/iproute2[-minimal] virtual/modutils" pkg_setup() { local KCONFIG_OPTS="~NF_CONNTRACK_IPV4 ~NF_CONNTRACK_MARK ~NF_NAT ~NF_NAT_FTP ~NF_NAT_IRC \ ~IP_NF_IPTABLES ~IP_NF_FILTER ~IP_NF_TARGET_REJECT ~IP_NF_TARGET_LOG ~IP_NF_TARGET_ULOG \ ~IP_NF_TARGET_MASQUERADE ~IP_NF_TARGET_REDIRECT ~IP_NF_MANGLE \ ~NETFILTER_XT_MATCH_LIMIT ~NETFILTER_XT_MATCH_STATE ~NETFILTER_XT_MATCH_OWNER" get_version if [ ${KV_PATCH} -ge 25 ]; then CONFIG_CHECK="~NF_CONNTRACK ${KCONFIG_OPTS}" else CONFIG_CHECK="~NF_CONNTRACK_ENABLED ${KCONFIG_OPTS}" fi linux-info_pkg_setup } src_prepare() { epatch "${FILESDIR}/${P}-autosave.patch" } src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --with-autosave="${EPREFIX}/var/lib/iptables/rules-save" \ --with-autosave6="${EPREFIX}/var/lib/ip6tables/rules-save" \ $(use_enable doc) } src_install() { default newconfd "${FILESDIR}"/firehol.conf.d firehol newinitd "${FILESDIR}"/firehol.initrd.1 firehol newconfd "${FILESDIR}"/fireqos.conf.d fireqos newinitd "${FILESDIR}"/fireqos.initrd fireqos }
