alonbl 15/03/05 09:18:08 Modified: ChangeLog Added: firehol-2.0.1.ebuild Log: Version bump, bug#542148 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Revision Changes Path 1.54 net-firewall/firehol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 14 Dec 2012 10:03:29 -0000 1.53 +++ ChangeLog 5 Mar 2015 09:18:08 -0000 1.54 @@ -1,6 +1,13 @@ # ChangeLog for net-firewall/firehol -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.53 2012/12/14 10:03:29 alonbl Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.54 2015/03/05 09:18:08 alonbl Exp $ + +*firehol-2.0.1 (05 Mar 2015) + + 05 Mar 2015; Alon Bar-Lev <[email protected]> +files/fireqos.conf.d, + +files/fireqos.initrd, +firehol-2.0.1.ebuild, -files/firehol.initrd, + files/firehol.initrd.1: + Version bump, bug#542148 14 Dec 2012; Alon Bar-Lev <[email protected]> metadata.xml: Assign as a maintainer 1.1 net-firewall/firehol/firehol-2.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/firehol-2.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/firehol-2.0.1.ebuild?rev=1.1&content-type=text/plain Index: firehol-2.0.1.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.1.ebuild,v 1.1 2015/03/05 09:18:08 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_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --with-autosave="${EPREFIX}/etc/conf.d/iptables" \ --with-autosave="${EPREFIX}/etc/conf.d/ip6tables" } 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 # no --disable-doc yet use doc || rm -fr "${D}/usr/share/doc/${PF}"/*.pdf "${D}/usr/share/doc/${PF}/html" }
