From patchwork Thu Jan 24 19:37:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Engelhardt X-Patchwork-Id: 215483 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 865452C0084 for ; Fri, 25 Jan 2013 06:38:10 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752667Ab3AXTiI (ORCPT ); Thu, 24 Jan 2013 14:38:08 -0500 Received: from ares07.inai.de ([5.9.24.206]:40464 "EHLO ares07.inai.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751992Ab3AXTiH (ORCPT ); Thu, 24 Jan 2013 14:38:07 -0500 Received: by ares07.inai.de (Postfix, from userid 25121) id 185A196A06BE; Thu, 24 Jan 2013 20:38:03 +0100 (CET) From: Jan Engelhardt To: pablo@netfilter.org Cc: netfilter-devel@vger.kernel.org Subject: Accumulated fixes Date: Thu, 24 Jan 2013 20:37:50 +0100 Message-Id: <1359056278-27618-1-git-send-email-jengelh@inai.de> X-Mailer: git-send-email 1.7.10.4 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org The following changes since commit 983196ceb4d3bb7b6d3cf6da18bb6d5a5eafb347: doc: document the -4 and -6 options (2013-01-07 02:26:16 +0100) are available in the git repository at: git://git.inai.de/iptables master for you to fetch changes up to 4ce010a66d8479521a5f2cfc94fbaa232163f80c: build: fix libiptc build failure on old linux-glibc-devel headers (2013-01-24 20:36:18 +0100) ---------------------------------------------------------------- Jan Engelhardt (8): build: also use libtool for install stage build: do not dereference symlinks on installation libxtables: centralize checking for a .save function extensions: eui64: set userspacesize=0 extensions: S/DNPT: add missing save function iptables: fall back to using save function when print is not defined iptables: reword warning on using an alias build: fix libiptc build failure on old linux-glibc-devel headers extensions/GNUmakefile.in | 21 +++++++++++++++------ extensions/libip6t_DNPT.c | 19 +++++++++++++++++++ extensions/libip6t_SNPT.c | 19 +++++++++++++++++++ extensions/libip6t_eui64.c | 2 +- extensions/libxt_standard.c | 6 ++++++ iptables/ip6tables.c | 33 +++++++++++++++------------------ iptables/iptables.c | 31 +++++++++++++------------------ libiptc/linux_list.h | 4 ++-- libiptc/linux_stddef.h | 4 ++-- libxtables/xtables.c | 21 +++++++++++++++++++++ tests/options-most.rules | 2 ++ 11 files changed, 115 insertions(+), 47 deletions(-) --- 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