All of lore.kernel.org
 help / color / mirror / Atom feed
* [announce] Xtables, Xtables-addons 1.5.2
@ 2008-03-04  5:00 ` Jan Engelhardt
  0 siblings, 0 replies; 52+ messages in thread
From: Jan Engelhardt @ 2008-03-04  5:00 UTC (permalink / raw)
  To: Netfilter Developer Mailing List; +Cc: Linux Kernel Mailing List

Hello everyone,


I have released Xtables 1.5.2, which is a package of my ongoing
iptables development. It contains a few patches that make it easier
to build (no kernel source required¹!), and... see shortlog below. I
just rebased it on top of the new converted-from-svn iptables git
tree (which still needs to be officially embraced..); once that
happens it will hopefully merge.  Still, it is stable and can replace
an older iptables package.

Then there is Xtables-addons 1.5.2 out now, which does not have any
new striking changes; just a fix to let it work with older GNU makes
and that it does not depend on the same Xtables version anymore. 
(kernel-source required here, in case you ask.)

I have gotten a number of inquiries regarding Xtables modules, and
yes, I am taking submissions into Xtables-addons.


URLs:
bz2-	http://dev.computergmbh.de/files/xtables/
gitweb-	http://dev.computergmbh.de/gitweb.cgi?p=xtables-dev
gitweb-	http://dev.computergmbh.de/gitweb.cgi?p=xtables-addons
clone-	git://dev.computergmbh.de/xtables-dev
clone-	git://dev.computergmbh.de/xtables-addons

SRPM for reference how to build it in an automatic environment:
	http://ftp.gwdg.de/pub/linux/misc/suser-jengelh/SRPMS/
BRPM:
	http://ftp.gwdg.de/pub/linux/misc/suser-jengelh/SUSE-10.3/


¹Unless you cross-compile.

Xtables:
Jan Engelhardt (24):
      Update .gitignore
      Fix compilation of iptables-static build
      Correct the family member value of libxt_mark rev.1
      Makefile: add a "tarball" target
      Drop -W from CFLAGS and some tiny code cleanups
      Fix -Wshadow warnings and clean up xt_sctp.h.
      Fix all remaining warnings (missing declarations, missing prototypes)
      Add support for xt_hashlimit match revision 1
      Update the libxt_owner manpage with the UID/GID-range feature
      Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR
      Move libipt_recent to libxt_recent
      Add IPv6 support to libxt_recent
      Add all necessary header files - compilation fix for various cases
      Update package name (Xtables) and documentation
      configure: split --enable-libipq from --enable-devel
      Install libiptc header files because xtables.h depends on it
      Remove support for compilation of conditional extensions
      Combine ipt and ip6t manpages
      Implement AF_UNSPEC as a wildcard for extensions
      Change IPTABLES_VERSION to XTABLES_VERSION
      Update spelling and grammar in manpages
      Fix broken markup in manpages
      Clarify prerequisites of Xtables and update option notes
      Xtables 1.5.2
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 52+ messages in thread
* 24-series iptables patches
@ 2008-04-06 15:26 Jan Engelhardt
  2008-04-06 15:26 ` [PATCH 01/24] Fix compilation of iptables-static build Jan Engelhardt
  0 siblings, 1 reply; 52+ messages in thread
From: Jan Engelhardt @ 2008-04-06 15:26 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel


Below are 24 patches from xtables-dev.
(0015/24 might be very xtables-centric, but the readme files are IMHO better
than before.)
I'm not saying anything anymore otherwise I say something wrong.
<release management rant munged by mailer>

^ permalink raw reply	[flat|nested] 52+ messages in thread

end of thread, other threads:[~2008-04-06 15:27 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04  5:00 [announce] Xtables, Xtables-addons 1.5.2 Jan Engelhardt
2008-03-04  5:00 ` Jan Engelhardt
2008-03-04 14:54 ` Patrick McHardy
2008-03-04 14:54   ` Patrick McHardy
2008-03-04 15:51   ` Jan Engelhardt
2008-03-04 15:52     ` [PATCH 01/24] Update .gitignore Jan Engelhardt
2008-03-04 15:52     ` [PATCH 02/24] Fix compilation of iptables-static build Jan Engelhardt
2008-03-04 15:53     ` [PATCH 03/24] Correct the family member value of libxt_mark revision 1 Jan Engelhardt
2008-03-04 15:53     ` [PATCH 04/24] Makefile: add a "tarball" target Jan Engelhardt
2008-03-04 15:54     ` [PATCH 05/24] Drop -W from CFLAGS and some tiny code cleanups Jan Engelhardt
2008-03-04 15:55     ` [PATCH 06/24] Fix -Wshadow warnings and clean up xt_sctp.h Jan Engelhardt
2008-03-04 15:55     ` [PATCH 07/24] Fix all remaining warnings (missing declarations, missing prototypes) Jan Engelhardt
2008-03-04 15:57     ` [PATCH 08/24] Add support for xt_hashlimit match revision 1 Jan Engelhardt
2008-03-04 15:57     ` [PATCH 09/24] Update the libxt_owner manpage with the UID/GID-range feature Jan Engelhardt
2008-03-04 15:57     ` [PATCH 10/24] Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR Jan Engelhardt
2008-03-04 15:58     ` [PATCH 11/24] Move libipt_recent to libxt_recent Jan Engelhardt
2008-03-04 16:02     ` [PATCH 12/24] Add IPv6 support " Jan Engelhardt
2008-03-04 16:02     ` [PATCH 13/24] Add all necessary header files - compilation fix for various cases Jan Engelhardt
2008-03-04 16:18       ` [PATCH 13/24] --- " Jan Engelhardt
2008-03-04 16:04     ` [PATCH 14/24] Update package name (Xtables) and documentation Jan Engelhardt
2008-03-04 16:04     ` [PATCH 15/24] configure: split --enable-libipq from --enable-devel Jan Engelhardt
2008-03-04 16:06     ` [PATCH 16/24] Install libiptc header files because xtables.h depends on it Jan Engelhardt
2008-03-04 16:10     ` [PATCH 17/24] Remove support for compilation of conditional extensions Jan Engelhardt
2008-03-04 22:29       ` Massimiliano Hofer
2008-03-05  9:14       ` Jozsef Kadlecsik
2008-03-04 16:11     ` [PATCH 18/24] Combine ipt and ip6t manpages Jan Engelhardt
2008-03-04 16:12     ` [PATCH 19/24] Implement AF_UNSPEC as a wildcard for extensions Jan Engelhardt
2008-03-04 16:19     ` [PATCH 20/24] Change IPTABLES_VERSION to XTABLES_VERSION Jan Engelhardt
2008-03-04 16:21     ` [PATCH 21/24] Update spelling and grammar in manpages Jan Engelhardt
2008-03-04 16:21     ` [PATCH 22/24] Fix broken markup " Jan Engelhardt
2008-03-04 16:21     ` [PATCH 23/24] Clarify prerequisites of Xtables and update option notes Jan Engelhardt
2008-03-04 16:22     ` [PATCH 24/24] v1.5.2 Jan Engelhardt
2008-03-04 16:30     ` [PATCH 01/19] [NETFILTER]: xt_sctp: simplify xt_sctp.h Jan Engelhardt
2008-03-04 16:30     ` [PATCH 02/19] [NETFILTER]: annotate xtables targets with const and remove casts Jan Engelhardt
2008-03-04 16:30     ` [PATCH 03/19] [NETFILTER]: annotate {arp,ip,ip6,x}tables with const Jan Engelhardt
2008-03-04 16:30     ` [PATCH 04/19] [NETFILTER]: annotate rest of nf_conntrack_* " Jan Engelhardt
2008-03-04 16:31     ` [PATCH 05/19] [NETFILTER]: annotate rest of nf_nat_* " Jan Engelhardt
2008-03-04 16:31     ` [PATCH 06/19] [NETFILTER]: Use unsigned types for hooknum and pf vars Jan Engelhardt
2008-03-04 16:32     ` [PATCH 07/19] [NETFILTER]: remove arpt_table indirection macro Jan Engelhardt
2008-03-04 16:33     ` [PATCH 08/19] [NETFILTER]: remove arpt_target " Jan Engelhardt
2008-03-04 16:33     ` [PATCH 09/19] [NETFILTER]: remove ARPT_{STANDARD,ERROR}_TARGET " Jan Engelhardt
2008-03-04 16:33     ` [PATCH 10/19] [NETFILTER]: remove unused ARPT_ALIGN indirection macros Jan Engelhardt
2008-03-04 16:34     ` [PATCH 11/21] [NETFILTER]: remove arpt_(un)register_target " Jan Engelhardt
2008-03-04 16:34     ` [PATCH 12/19] [NETFILTER]: remove ARPT_{CONTINUE,RETURN} " Jan Engelhardt
2008-03-04 16:36     ` [PATCH 13/19] [NETFILTER]: remove xt_counters* " Jan Engelhardt
2008-03-04 16:36     ` [PATCH 14/19] [NETFILTER]: rename NF_ARP to AF_ARP and assign a non-clashing value Jan Engelhardt
2008-03-04 16:37     ` [PATCH 15/19] [NETFILTER]: Implement AF_UNSPEC as a wildcard for extensions Jan Engelhardt
2008-03-04 16:37     ` [PATCH 16/19] [NETFILTER]: Explicitly initialize .priority in arptable_filter Jan Engelhardt
2008-03-04 16:38     ` [PATCH 17/19] [NETFILTER]: Give AF-independent extensions an arpt_ alias Jan Engelhardt
2008-03-04 16:38     ` [PATCH 18/19] [NETFILTER]: Rename ipt_recent to xt_recent Jan Engelhardt
2008-03-04 16:38     ` [PATCH 19/19] [NETFILTER]: xt_recent: IPv6 support Jan Engelhardt
  -- strict thread matches above, loose matches on Subject: below --
2008-04-06 15:26 24-series iptables patches Jan Engelhardt
2008-04-06 15:26 ` [PATCH 01/24] Fix compilation of iptables-static build Jan Engelhardt
2008-04-06 15:27   ` [PATCH 17/24] Remove support for compilation of conditional extensions Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.