Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
cedk 07/09/18 21:54:57
Modified: ChangeLog
Added: nufw-2.2.5.ebuild
Log:
Version bump
(Portage version: 2.1.2.12)
Revision Changes Path
1.17 net-firewall/nufw/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/nufw/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/nufw/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/nufw/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/nufw/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 18 Sep 2007 21:34:17 -0000 1.16
+++ ChangeLog 18 Sep 2007 21:54:57 -0000 1.17
@@ -1,6 +1,11 @@
# ChangeLog for net-firewall/nufw
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/nufw/ChangeLog,v 1.16 2007/09/18 21:34:17 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/nufw/ChangeLog,v 1.17 2007/09/18 21:54:57 cedk Exp $
+
+*nufw-2.2.5 (18 Sep 2007)
+
+ 18 Sep 2007; Cédric Krier <cedk@g.o> +nufw-2.2.5.ebuild:
+ Version bump
18 Sep 2007; Cédric Krier <cedk@g.o> nufw-2.0.19.ebuild,
nufw-2.0.20.ebuild, nufw-2.2.4.ebuild:
1.1 net-firewall/nufw/nufw-2.2.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/nufw/nufw-2.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/nufw/nufw-2.2.5.ebuild?rev=1.1&content-type=text/plain
Index: nufw-2.2.5.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/nufw/nufw-2.2.5.ebuild,v 1.1 2007/09/18 21:54:57 cedk Exp $
inherit ssl-cert eutils
DESCRIPTION="An enterprise grade authenticating firewall based on netfilter"
HOMEPAGE="http://www.nufw.org/"
SRC_URI="http://www.nufw.org/download/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="debug ldap mysql pam pam_nuauth plaintext postgres prelude \
unicode nfqueue nfconntrack static syslog"
DEPEND=">=dev-libs/glib-2
dev-libs/libgcrypt
>=dev-libs/cyrus-sasl-2
net-firewall/iptables
>=net-libs/gnutls-1.1
ldap? ( >=net-nds/openldap-2 )
mysql? ( virtual/mysql )
pam? ( sys-libs/pam )
pam_nuauth? ( sys-libs/pam )
postgres? ( dev-db/postgresql )
nfqueue? ( net-libs/libnfnetlink
net-libs/libnetfilter_queue )
nfconntrack? ( net-libs/libnetfilter_conntrack )"
RDEPEND=${DEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e "s/nuauth-key.pem/nuauth.key/" \
-e "s/nuauth-cert.pem/nuauth.pem/" \
conf/nuauth.conf || die "sed failed"
}
src_compile() {
econf \
--with-shared \
$(use_enable static) \
$(use_enable pam_nuauth pam-nuauth) \
$(use_with prelude prelude-log) \
$(use_with mysql mysql-log) \
$(use_with postgres pgsql-log) \
$(use_with syslog syslog-log) \
$(use_with plaintext plaintext-auth) \
--with-mark-group \
$(use_with pam system-auth) \
$(use_with ldap) \
$(use_with nfqueue) \
$(use_with nfconntrack) \
$(use_with unicode utf8) \
$(use_enable debug) \
--sysconfdir="/etc/nufw" \
--localstatedir="/var" \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
newinitd "${FILESDIR}"/nufw-init.d nufw
newconfd "${FILESDIR}"/nufw-conf.d nufw
newinitd "${FILESDIR}"/nuauth-init.d nuauth
newconfd "${FILESDIR}"/nuauth-conf.d nuauth
insinto /etc/nufw
doins conf/nuauth.conf
docert nufw
docert nuauth
keepdir /var/run/nuauth
dodoc AUTHORS ChangeLog NEWS README TODO
docinto scripts
dodoc scripts/{clean_conntrack.pl,nuaclgen,nutop,README,ulog_rotate_daily.sh,ulog_rotate_weekly.sh}
docinto conf
dodoc conf/*.{nufw,schema,conf,dump,xml}
}
--
gentoo-commits@g.o mailing list
|
|