r7599 - in trunk/homepage: output/projects/iptables/files xml xml/projects/iptables

pablo at netfilter.org pablo at netfilter.org
Sat Mar 6 14:46:19 CET 2010


Author: pablo at netfilter.org
Date: 2010-03-06 14:46:19 +0100 (Sat, 06 Mar 2010)
New Revision: 7599

Added:
   trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.4.txt
   trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.5.txt
   trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.6.txt
   trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.7.txt
   trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2
   trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.md5sum
   trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.sha1sum
   trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.sig
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.md5sum
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.sha1sum
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.sig
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.4-1.4.5.bz2
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.4-1.4.5.bz2.sig
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.5-1.4.6.bz2
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.5-1.4.6.bz2.sig
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.md5sum
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.sha1sum
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.sig
Modified:
   trunk/homepage/xml/layout.xml
   trunk/homepage/xml/news.xml
   trunk/homepage/xml/projects/iptables/downloads.xml
Log:
add iptables 1.4.7 release and other missing files that were not committed to svn in previous releases


Added: trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.4.txt
===================================================================
--- trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.4.txt	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.4.txt	2010-03-06 13:46:19 UTC (rev 7599)
@@ -0,0 +1,38 @@
+Frank Tobin (1):
+      libxt_tcp: fix a manpage syntax typo
+
+Ian Bruce (1):
+      libxt_tcp: manpage corrections and suggestions
+
+Jan Engelhardt (15):
+      Add new COMMIT_NOTES document
+      xtables: use extern "C"
+      extensions: add const qualifiers in print/save functions
+      iptables: replace open-coded sizeof by ARRAY_SIZE
+      addrtype: fix one manpage type
+      manpages: do not include v4-only modules in ip6tables manpage
+      libip6t_policy: remove redundant functions
+      policy: use direct xt_policy_info instead of ipt/ip6t
+      policy: merge ipv6 and ipv4 variant
+      build: fix manpage collection
+      extensions: use NFPROTO_UNSPEC for .family field
+      DNAT/SNAT: add manpage documentation for --persistent flag
+      extensions: remove redundant casts
+      iptables: close open file descriptors
+      manpages: markup corrections
+
+Jozsef Kadlecsik (1):
+      Updated set/SET match and target to support multiple ipset protocols.
+
+Pablo Neira Ayuso (2):
+      extensions: add `cluster' match support
+      xtables: fix segfault if incorrect protocol name is used
+
+Patrick McHardy (3):
+      SNAT/DNAT: add support for persistent multi-range NAT mappings
+      Merge branch 'stable' of git://dev.medozas.de/iptables
+      Bump version
+
+kd6lvw (1):
+      libxt_connlimit: initialize v6_mask
+

Added: trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.5.txt
===================================================================
--- trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.5.txt	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.5.txt	2010-03-06 13:46:19 UTC (rev 7599)
@@ -0,0 +1,36 @@
+Florian Westphal (1):
+      libxt_NFQUEUE: add new v1 version with queue-balance option
+
+Jan Engelhardt (18):
+      xt_conntrack: revision 2 for enlarged state_mask member
+      libxt_helper: fix invalid passed option to check_inverse
+      libiptc: split v4 and v6
+      extensions: collapse registration structures
+      iptables: allow for parse-less extensions
+      iptables: allow for help-less extensions
+      extensions: remove empty help and parse functions
+      xtables: add multi-registration functions
+      extensions: collapse data variables to use multi-reg calls
+      xtables: warn of missing version identifier in extensions
+      COMMIT_NOTES: notice to check for soversion bumps
+      build: order of dependent libs is sensitive
+      multi binary: allow subcommand via argv[1]
+      build: fix struct size mismatch
+      build: combine iptables-multi and iptables-static
+      build: build only iptables-multi
+      Merge branch 'stable'
+      manpages: more fixes to minuses, hyphens, dashes
+
+Laurence J. Lane (1):
+      manpage: fix lintian warnings
+
+Michael Granzow (1):
+      iptables: accept multiple IP address specifications for -s, -d
+
+Patrick McHardy (2):
+      man: fix incorrect plural in libipt_set.man
+      Bump version number to 1.4.5
+
+Trent W. Buck (1):
+      ipt_set: fix a typo in the manpage
+

Added: trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.6.txt
===================================================================
--- trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.6.txt	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.6.txt	2010-03-06 13:46:19 UTC (rev 7599)
@@ -0,0 +1,43 @@
+Jan Engelhardt (20):
+      iptables: manpage updates for augmented -Z syntax
+      doc: mention maximum mark size in manpages
+      Support for nommu arches
+      realm: remove static initializations
+      libiptc: remove unused functions
+      libiptc: avoid strict-aliasing warnings
+      iprange: do accept non-ranges for xt_iprange v1
+      iprange: warn on reverse range
+      iprange: roll address parsing into a loop
+      iprange: do accept non-ranges for xt_iprange v1 (log)
+      iprange: warn on reverse range (log)
+      libiptc: fix wrong maptype of base chain counters on restore
+      iptables: fix undersized deletion mask creation
+      style: reduce indent in xtables_check_inverse
+      libxtables: hand argv to xtables_check_inverse
+      iptables/extensions: make bundled options work again
+      CONNMARK: print mark rules with mask 0xffffffff as set instead of xset
+      iptables: take masks into consideration for replace command
+      doc: explain experienced --hitcount limit
+      doc: name resolution clarification
+
+Mohit Mehta (1):
+      iptables: expose option to zero packet/byte counters for a specific rule
+
+Olaf Rempel (1):
+      build: restore --disable-ipv6 functionality on system w/o v6 headers
+
+Patrick McHardy (7):
+      Merge branch 'zero' of git://dev.medozas.de/iptables
+      MARK: print mark rules with mask 0xffffffff as --set-mark instead of --set-xmark
+      DNAT: fix incorrect check during parsing
+      extensions: add osf extension
+      conntrack: fix --expires parsing
+      Merge branch 'master' of git://dev.medozas.de/iptables
+      Bump version to v1.4.6
+
+Tim Small (1):
+      doc: update TCPMSS manpage with Linux 2.6.25 changes
+
+sobtwmxt (1):
+      doc: fix typo in length manpage
+

Added: trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.7.txt
===================================================================
--- trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.7.txt	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/changes-iptables-1.4.7.txt	2010-03-06 13:46:19 UTC (rev 7599)
@@ -0,0 +1,16 @@
+Dmitry V. Levin (1):
+      libip4tc: Add static qualifier to dump_entry()
+
+Jan Engelhardt (8):
+      libipq: build as shared library
+      recent: reorder cases in code (cosmetic cleanup)
+      doc: fix recent manpage to reflect actual supported syntax
+      doc: fix limit manpage to reflect actual supported syntax
+      doc: mention requirement of additional packages for ipset
+      policy: fix error message showing wrong option
+      includes: header updates
+      Lift restrictions on interface names
+
+Patrick McHardy (1):
+      iptables 1.4.7
+

Added: trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.md5sum
===================================================================
--- trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.md5sum	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.md5sum	2010-03-06 13:46:19 UTC (rev 7599)
@@ -0,0 +1 @@
+645941dd1f9e0ec1f74c61918d70d52f  iptables-1.4.7.tar.bz2

Added: trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.sha1sum
===================================================================
--- trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.sha1sum	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.sha1sum	2010-03-06 13:46:19 UTC (rev 7599)
@@ -0,0 +1 @@
+825594a2c5017852b03ce441f592c67070b4b29c  iptables-1.4.7.tar.bz2

Added: trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.sig
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/iptables-1.4.7.tar.bz2.sig
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.md5sum
===================================================================
--- trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.md5sum	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.md5sum	2010-03-06 13:46:19 UTC (rev 7599)
@@ -0,0 +1 @@
+0a31842b9d4a8527bf65811799b9638b  patch-iptables-1.4.3.2-1.4.4.bz2

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.sha1sum
===================================================================
--- trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.sha1sum	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.sha1sum	2010-03-06 13:46:19 UTC (rev 7599)
@@ -0,0 +1 @@
+0cce872fbf29e6aeee296e3345e010076a80920b  patch-iptables-1.4.3.2-1.4.4.bz2

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.sig
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.3.2-1.4.4.bz2.sig
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.4-1.4.5.bz2
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.4-1.4.5.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.4-1.4.5.bz2.sig
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.4-1.4.5.bz2.sig
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.5-1.4.6.bz2
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.5-1.4.6.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.5-1.4.6.bz2.sig
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.5-1.4.6.bz2.sig
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.md5sum
===================================================================
--- trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.md5sum	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.md5sum	2010-03-06 13:46:19 UTC (rev 7599)
@@ -0,0 +1 @@
+58aa13aaddc4cb60d625be1b4ddd9bc7  patch-iptables-1.4.6-1.4.7.bz2

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.sha1sum
===================================================================
--- trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.sha1sum	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.sha1sum	2010-03-06 13:46:19 UTC (rev 7599)
@@ -0,0 +1 @@
+e480ef655687e2f448f40f11df9e6ba46d8fb32e  patch-iptables-1.4.6-1.4.7.bz2

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.sig
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/patch-iptables-1.4.6-1.4.7.bz2.sig
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/homepage/xml/layout.xml
===================================================================
--- trunk/homepage/xml/layout.xml	2009-12-28 19:12:53 UTC (rev 7598)
+++ trunk/homepage/xml/layout.xml	2010-03-06 13:46:19 UTC (rev 7599)
@@ -116,6 +116,10 @@
 			</tocentry>
 		</tocentry>
 		<tocentry page="news.xml" filename="news.html">
+			<tocentry id="toc-news-2010-03-01" href="/news.html#2010-03-01">
+				<title>2010-03-01: iptables 1.4.7 released</title>
+				<titleabbrev>iptables 1.4.7 released</titleabbrev>
+			</tocentry>
 			<tocentry id="toc-news-2009-12-28" href="/news.html#2009-12-28">
 				<title>2009-12-28: conntrack-tools 0.9.14 released</title>
 				<titleabbrev>conntrack-tools 0.9.14 released</titleabbrev>

Modified: trunk/homepage/xml/news.xml
===================================================================
--- trunk/homepage/xml/news.xml	2009-12-28 19:12:53 UTC (rev 7598)
+++ trunk/homepage/xml/news.xml	2010-03-06 13:46:19 UTC (rev 7599)
@@ -15,6 +15,18 @@
 <section>
 <title>News &amp; Announcements</title>
 
+<section id="2010-03-01">
+<title>2010-Mar-01</title>
+<blockquote>
+<section>
+<title>iptables 1.4.7 released</title>
+<para>
+The Netfilter Core Team has released <olink targetdoc="projects-iptables-downloads" targetptr="iptables-1.4.7">iptables-1.4.7</olink>.
+</para>
+</section>
+</blockquote>
+</section>
+
 <section id="2009-12-28">
 <title>2009-Dec-28</title>
 <blockquote>

Modified: trunk/homepage/xml/projects/iptables/downloads.xml
===================================================================
--- trunk/homepage/xml/projects/iptables/downloads.xml	2009-12-28 19:12:53 UTC (rev 7598)
+++ trunk/homepage/xml/projects/iptables/downloads.xml	2010-03-06 13:46:19 UTC (rev 7599)
@@ -13,6 +13,34 @@
 <section id="iptables">
 <title>iptables Releases </title>
 
+<section id="iptables-1.4.7">
+<title>2010-Mar-01: iptables-1.4.7</title>
+<para>
+	iptables 1.4.7 has been released. This release supports all new features
+	of the 2.6.33 kernel.
+	<simplelist>
+	<member>
+		<ulink url="files/changes-iptables-1.4.7.txt">ChangeLog</ulink> 
+	</member>
+	<member>
+		<ulink url="files/iptables-1.4.7.tar.bz2">
+			iptables-1.4.7.tar.bz2
+		</ulink>: <ulink url="files/iptables-1.4.7.tar.bz2.sig">
+			GPG signature
+		</ulink> (<ulink url="/files/coreteam-gpg-key-2D0987E6.txt">key</ulink>) :
+		md5sum 645941dd1f9e0ec1f74c61918d70d52f
+	</member>
+	<member>
+		<ulink url="files/patch-iptables-1.4.6-1.4.7.bz2">
+			Patch against 1.4.6
+			</ulink>: <ulink url="files/patch-iptables-1.4.6-1.4.7.bz2.sig">
+			GPG signature
+		</ulink>: md5sum 58aa13aaddc4cb60d625be1b4ddd9bc7
+	</member>
+	</simplelist>
+</para>
+</section>
+
 <section id="iptables-1.4.6">
 <title>2009-Dec-09: iptables-1.4.6</title>
 <para>




More information about the netfilter-cvslog mailing list