iptables branch, master, updated. v1.4.10-17-g3a84b3d

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Wed Dec 15 23:37:54 CET 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "iptables".

The branch, master has been updated
       via  3a84b3d5de492e40aff7bae5038b06dd6b6041c4 (commit)
       via  a3f101331deb9314caa0cfa1061c925865e79380 (commit)
       via  da41ea1688f03f8869b9c50e878ae505988ead9a (commit)
       via  f3578faae096f191a44742777275a23b566d7566 (commit)
       via  d4105ad56335058af4b0b1be1278e01f5c0bd4ac (commit)
       via  4d2a77ff8cb4115925477cd5ce0ea972494107ab (commit)
       via  9e152fa9f1283ce4f4274cf251b2b2e69bbdfee6 (commit)
       via  b4af04be14560b3fcc6cf23200148d408014a2f5 (commit)
       via  2d68ae7ce6e40e3977ee11a57296cf76801ae320 (commit)
       via  d3b2e391e3b944581e20e216af76339cc87d0590 (commit)
       via  8d89535b38e719f644d858e83f73bee9adf5b1a0 (commit)
      from  2f09f1b39ced2ae7109382dcf066785bab4a966a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3a84b3d5de492e40aff7bae5038b06dd6b6041c4
Merge: 2f09f1b39ced2ae7109382dcf066785bab4a966a a3f101331deb9314caa0cfa1061c925865e79380
Author: Patrick McHardy <kaber at trash.net>
Date:   Wed Dec 15 23:36:19 2010 +0100

    Merge branch 'master' of git://dev.medozas.de/iptables

commit a3f101331deb9314caa0cfa1061c925865e79380
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sat Dec 11 03:35:48 2010 +0100

    build: stop on error in subcommand
    
    make only evaluates $? of an entire shell invocation. As such, if any
    command in the chain can fail, $? needs to be thrown, and early so.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit da41ea1688f03f8869b9c50e878ae505988ead9a
Merge: f3578faae096f191a44742777275a23b566d7566 8d89535b38e719f644d858e83f73bee9adf5b1a0
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Mon Dec 6 13:44:03 2010 +0100

    Merge commit 'v1.4.10'

commit f3578faae096f191a44742777275a23b566d7566
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Mon Dec 6 13:32:58 2010 +0100

    libxt_owner: output numeric IDs when save is requested
    
    References: http://bugzilla.netfilter.org/show_bug.cgi?id=683
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit d4105ad56335058af4b0b1be1278e01f5c0bd4ac
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sat Dec 4 02:53:20 2010 +0100

    build: fix globbing of extensions in other locales
    
    In the fi_FI locale, [a-z] would not include 'w', for example. Rectify
    this by using [[:alnum:]] (to counter against different ordering) and
    forcing the POSIX locale (so that the alphabet has at least the 26
    base characters).
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 4d2a77ff8cb4115925477cd5ce0ea972494107ab
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Fri Dec 3 22:55:34 2010 +0100

    socket: add support for revision 1
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 9e152fa9f1283ce4f4274cf251b2b2e69bbdfee6
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Fri Dec 3 22:08:32 2010 +0100

    TPROXY: add support for revision 1
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit b4af04be14560b3fcc6cf23200148d408014a2f5
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Fri Dec 3 20:15:35 2010 +0100

    include: update files with headers from Linux 2.6.37-rc1
    
    Also includes the type change to __u{8,16,32} kernel types already.

commit 2d68ae7ce6e40e3977ee11a57296cf76801ae320
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sun Nov 28 15:42:00 2010 +0100

    iptables: do not emit orig_opts twice
    
    This just happened to cross my eye; there was no error, but fixing
    this up saves a pitfall, and some memory.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit d3b2e391e3b944581e20e216af76339cc87d0590
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Sun Nov 28 15:35:06 2010 +0100

    iptables: reset options at the start of each command
    
    For each new command, iptables is supposed to start afresh with a
    blank option set (opts) that only contains the program-specific
    options (orig_opts), without any extension options. We failed to
    restore this pointer (in function do_command) after the previous free
    call in xtables_free_opts.
    
    Reported-by: Florian Westphal <fw at strlen.de>
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 8d89535b38e719f644d858e83f73bee9adf5b1a0
Author: Patrick McHardy <kaber at trash.net>
Date:   Fri Oct 29 16:37:22 2010 +0200

    Bump version to 1.4.10
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                             |    2 +-
 extensions/GNUmakefile.in                |    8 +-
 extensions/libxt_SECMARK.c               |    8 +-
 extensions/libxt_TPROXY.c                |  193 +++++++++++++++++++++++++-----
 extensions/libxt_owner.c                 |    6 +-
 extensions/libxt_socket.c                |   76 +++++++++++-
 extensions/libxt_socket.man              |    3 +
 extensions/libxt_time.c                  |    1 +
 include/linux/netfilter/xt_CHECKSUM.h    |    8 +-
 include/linux/netfilter/xt_CT.h          |   10 +-
 include/linux/netfilter/xt_IDLETIMER.h   |    2 +-
 include/linux/netfilter/xt_SECMARK.h     |   12 +--
 include/linux/netfilter/xt_TCPOPTSTRIP.h |    2 +-
 include/linux/netfilter/xt_TPROXY.h      |   17 ++-
 include/linux/netfilter/xt_cluster.h     |    8 +-
 include/linux/netfilter/xt_connlimit.h   |    2 +
 include/linux/netfilter/xt_ipvs.h        |    2 +
 include/linux/netfilter/xt_physdev.h     |    3 +
 include/linux/netfilter/xt_policy.h      |   11 ++
 include/linux/netfilter/xt_quota.h       |    6 +-
 include/linux/netfilter/xt_sctp.h        |    4 +-
 include/linux/netfilter/xt_socket.h      |   12 ++
 include/linux/netfilter/xt_time.h        |   14 +-
 include/linux/netfilter/xt_u32.h         |   16 ++--
 ip6tables.c                              |    2 +-
 iptables.c                               |    2 +-
 xtables.c                                |    4 +
 27 files changed, 337 insertions(+), 97 deletions(-)
 create mode 100644 include/linux/netfilter/xt_socket.h


hooks/post-receive
-- 
iptables



More information about the netfilter-cvslog mailing list