* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.6.ebuild
@ 2009-12-18 16:00 Mike Frysinger (vapier)
0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2009-12-18 16:00 UTC (permalink / raw
To: gentoo-commits
vapier 09/12/18 16:00:02
Modified: ChangeLog
Added: iptables-1.4.6.ebuild
Log:
Version bump #297365 by Milos Ivanovic.
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Revision Changes Path
1.208 net-firewall/iptables/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.208&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.208&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.207&r2=1.208
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog 23 Sep 2009 20:32:15 -0000 1.207
+++ ChangeLog 18 Dec 2009 16:00:01 -0000 1.208
@@ -1,6 +1,11 @@
# ChangeLog for net-firewall/iptables
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.207 2009/09/23 20:32:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.208 2009/12/18 16:00:01 vapier Exp $
+
+*iptables-1.4.6 (18 Dec 2009)
+
+ 18 Dec 2009; Mike Frysinger <vapier@gentoo.org> +iptables-1.4.6.ebuild:
+ Version bump #297365 by Milos Ivanovic.
*iptables-1.4.5 (23 Sep 2009)
1.1 net-firewall/iptables/iptables-1.4.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.1&content-type=text/plain
Index: iptables-1.4.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.1 2009/12/18 16:00:01 vapier Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools"
HOMEPAGE="http://www.iptables.org/"
SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="ipv6"
DEPEND="virtual/os-headers"
RDEPEND=""
src_unpack() {
unpack ${P}.tar.bz2
cd "${S}"
epatch_user
}
src_compile() {
econf \
--sbindir=/sbin \
--libexecdir=/$(get_libdir) \
--enable-devel \
--enable-libipq \
--enable-shared \
--enable-static \
$(use_enable ipv6)
emake V=1 || die
}
src_install() {
emake install DESTDIR="${D}" || die
insinto /usr/include
doins include/iptables.h $(use ipv6 && echo include/ip6tables.h) || die
insinto /usr/include/iptables
doins include/iptables/internal.h || die
keepdir /var/lib/iptables
newinitd "${FILESDIR}"/${PN}-1.3.2.init iptables || die
newconfd "${FILESDIR}"/${PN}-1.3.2.confd iptables || die
if use ipv6 ; then
keepdir /var/lib/ip6tables
newinitd "${FILESDIR}"/iptables-1.3.2.init ip6tables || die
newconfd "${FILESDIR}"/ip6tables-1.3.2.confd ip6tables || die
fi
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.6.ebuild
@ 2010-05-17 16:37 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-05-17 16:37 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/05/17 16:37:20
Modified: ChangeLog iptables-1.4.6.ebuild
Log:
x86 stable wrt bug #318531
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.211 net-firewall/iptables/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.211&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.211&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.210&r2=1.211
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog 21 Apr 2010 16:45:55 -0000 1.210
+++ ChangeLog 17 May 2010 16:37:20 -0000 1.211
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/iptables
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.210 2010/04/21 16:45:55 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.211 2010/05/17 16:37:20 phajdan.jr Exp $
+
+ 17 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ iptables-1.4.6.ebuild:
+ x86 stable wrt bug #318531
21 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> iptables-1.4.7.ebuild:
Bug #316369: install iptables-apply util as well.
1.2 net-firewall/iptables/iptables-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?r1=1.1&r2=1.2
Index: iptables-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iptables-1.4.6.ebuild 18 Dec 2009 16:00:01 -0000 1.1
+++ iptables-1.4.6.ebuild 17 May 2010 16:37:20 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.1 2009/12/18 16:00:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.2 2010/05/17 16:37:20 phajdan.jr Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE="ipv6"
DEPEND="virtual/os-headers"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.6.ebuild
@ 2010-05-20 10:38 Peter Volkov (pva)
0 siblings, 0 replies; 7+ messages in thread
From: Peter Volkov (pva) @ 2010-05-20 10:38 UTC (permalink / raw
To: gentoo-commits
pva 10/05/20 10:38:07
Modified: ChangeLog iptables-1.4.6.ebuild
Log:
amd64 stable, bug 318531.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.212 net-firewall/iptables/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.212&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.212&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.211&r2=1.212
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog 17 May 2010 16:37:20 -0000 1.211
+++ ChangeLog 20 May 2010 10:38:07 -0000 1.212
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/iptables
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.211 2010/05/17 16:37:20 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.212 2010/05/20 10:38:07 pva Exp $
+
+ 20 May 2010; Peter Volkov <pva@gentoo.org> iptables-1.4.6.ebuild:
+ amd64 stable, bug 318531.
17 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
iptables-1.4.6.ebuild:
1.3 net-firewall/iptables/iptables-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?r1=1.2&r2=1.3
Index: iptables-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iptables-1.4.6.ebuild 17 May 2010 16:37:20 -0000 1.2
+++ iptables-1.4.6.ebuild 20 May 2010 10:38:07 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.2 2010/05/17 16:37:20 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.3 2010/05/20 10:38:07 pva Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE="ipv6"
DEPEND="virtual/os-headers"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.6.ebuild
@ 2010-05-23 18:37 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-23 18:37 UTC (permalink / raw
To: gentoo-commits
armin76 10/05/23 18:37:42
Modified: ChangeLog iptables-1.4.6.ebuild
Log:
alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #318531
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.214 net-firewall/iptables/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.213&r2=1.214
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog 21 May 2010 07:24:14 -0000 1.213
+++ ChangeLog 23 May 2010 18:37:42 -0000 1.214
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/iptables
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.213 2010/05/21 07:24:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.214 2010/05/23 18:37:42 armin76 Exp $
+
+ 23 May 2010; Raúl Porcel <armin76@gentoo.org> iptables-1.4.6.ebuild:
+ alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #318531
*iptables-1.4.8 (21 May 2010)
1.4 net-firewall/iptables/iptables-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?r1=1.3&r2=1.4
Index: iptables-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iptables-1.4.6.ebuild 20 May 2010 10:38:07 -0000 1.3
+++ iptables-1.4.6.ebuild 23 May 2010 18:37:42 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.3 2010/05/20 10:38:07 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.4 2010/05/23 18:37:42 armin76 Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
IUSE="ipv6"
DEPEND="virtual/os-headers"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.6.ebuild
@ 2010-05-24 12:10 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-05-24 12:10 UTC (permalink / raw
To: gentoo-commits
nixnut 10/05/24 12:10:27
Modified: ChangeLog iptables-1.4.6.ebuild
Log:
ppc stable #318531
(Portage version: 2.1.8.3/cvs/Linux ppc)
Revision Changes Path
1.215 net-firewall/iptables/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.215&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.215&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.214&r2=1.215
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog 23 May 2010 18:37:42 -0000 1.214
+++ ChangeLog 24 May 2010 12:10:27 -0000 1.215
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/iptables
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.214 2010/05/23 18:37:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.215 2010/05/24 12:10:27 nixnut Exp $
+
+ 24 May 2010; <nixnut@gentoo.org> iptables-1.4.6.ebuild:
+ ppc stable #318531
23 May 2010; Raúl Porcel <armin76@gentoo.org> iptables-1.4.6.ebuild:
alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #318531
1.5 net-firewall/iptables/iptables-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?r1=1.4&r2=1.5
Index: iptables-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iptables-1.4.6.ebuild 23 May 2010 18:37:42 -0000 1.4
+++ iptables-1.4.6.ebuild 24 May 2010 12:10:27 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.4 2010/05/23 18:37:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.5 2010/05/24 12:10:27 nixnut Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
IUSE="ipv6"
DEPEND="virtual/os-headers"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.6.ebuild
@ 2010-08-03 22:10 Guy Martin (gmsoft)
0 siblings, 0 replies; 7+ messages in thread
From: Guy Martin (gmsoft) @ 2010-08-03 22:10 UTC (permalink / raw
To: gentoo-commits
gmsoft 10/08/03 22:10:28
Modified: ChangeLog iptables-1.4.6.ebuild
Log:
hppa stable wrt #318531
(Portage version: 2.1.8.3/cvs/Linux parisc64)
Revision Changes Path
1.219 net-firewall/iptables/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.219&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.219&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.218&r2=1.219
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- ChangeLog 10 Jun 2010 07:20:36 -0000 1.218
+++ ChangeLog 3 Aug 2010 22:10:28 -0000 1.219
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/iptables
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.218 2010/06/10 07:20:36 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.219 2010/08/03 22:10:28 gmsoft Exp $
+
+ 03 Aug 2010; Guy Martin <gmsoft@gentoo.org> iptables-1.4.6.ebuild:
+ hppa stable wrt #318531
10 Jun 2010; Peter Volkov <pva@gentoo.org> -iptables-1.4.5.ebuild,
iptables-1.4.6.ebuild:
1.7 net-firewall/iptables/iptables-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?r1=1.6&r2=1.7
Index: iptables-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iptables-1.4.6.ebuild 10 Jun 2010 07:20:36 -0000 1.6
+++ iptables-1.4.6.ebuild 3 Aug 2010 22:10:28 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.6 2010/06/10 07:20:36 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.7 2010/08/03 22:10:28 gmsoft Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
IUSE="ipv6"
DEPEND="virtual/os-headers
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.6.ebuild
@ 2010-09-06 20:51 Brent Baude (ranger)
0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2010-09-06 20:51 UTC (permalink / raw
To: gentoo-commits
ranger 10/09/06 20:51:27
Modified: ChangeLog iptables-1.4.6.ebuild
Log:
Marking iptables-1.4.6 ppc64 for bug 318531
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.225 net-firewall/iptables/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.225&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.225&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.224&r2=1.225
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog 26 Aug 2010 01:40:19 -0000 1.224
+++ ChangeLog 6 Sep 2010 20:51:27 -0000 1.225
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/iptables
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.224 2010/08/26 01:40:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.225 2010/09/06 20:51:27 ranger Exp $
+
+ 06 Sep 2010; Brent Baude <ranger@gentoo.org> iptables-1.4.6.ebuild:
+ Marking iptables-1.4.6 ppc64 for bug 318531
26 Aug 2010; Mike Frysinger <vapier@gentoo.org> iptables-1.4.9.1-r2.ebuild:
Force libiptc.so linkage in face of --as-needed #334503 by Andreas K.
1.8 net-firewall/iptables/iptables-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild?r1=1.7&r2=1.8
Index: iptables-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iptables-1.4.6.ebuild 3 Aug 2010 22:10:28 -0000 1.7
+++ iptables-1.4.6.ebuild 6 Sep 2010 20:51:27 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.7 2010/08/03 22:10:28 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.8 2010/09/06 20:51:27 ranger Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE="ipv6"
DEPEND="virtual/os-headers
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-09-06 20:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-18 16:00 [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.6.ebuild Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2010-05-17 16:37 PaweA Hajdan (phajdan.jr)
2010-05-20 10:38 Peter Volkov (pva)
2010-05-23 18:37 Raul Porcel (armin76)
2010-05-24 12:10 Gysbert Wassenaar (nixnut)
2010-08-03 22:10 Guy Martin (gmsoft)
2010-09-06 20:51 Brent Baude (ranger)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox