Your message dated Sun, 5 Jun 2005 06:35:58 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Policy match save code puts in line feed that makes
iptables-restore error
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Nov 2004 22:21:45 +0000
>From [EMAIL PROTECTED] Tue Nov 30 14:21:45 2004
Return-path: <[EMAIL PROTECTED]>
Received: from master.debian.org [146.82.138.7]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CZGNV-0001sO-00; Tue, 30 Nov 2004 14:21:45 -0800
Received: from mail.anathoth.gen.nz ([127.0.0.1]) [203.96.25.13]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CZGNU-00063s-00; Tue, 30 Nov 2004 16:21:44 -0600
Content-Type: multipart/mixed; boundary="===============1251710494=="
MIME-Version: 1.0
From: Matthew Grant <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Policy match save code puts in line feed that makes iptables-restore
error
X-Mailer: reportbug 3.2
Date: Wed, 01 Dec 2004 11:20:34 +1300
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-9.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=ham
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============1251710494==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: iptables
Version: 1.2.11-8
Severity: important
Tags: patch
iptables-save output has a linefeed after the IPv4 policy match output,
which causes the following line to start with say '-j ipsec-fwd'. This
gives iptables-restore a bad headache.
There is an extraneous printf("\n") in the save function for the policy
match that causes this. Fix needs to be sent upstream.
Cheers,
Mathew Grant
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-laptop-pmac-2.6
Locale: LANG=en_NZ, LC_CTYPE=en_NZ (charmap=ISO-8859-1)
Versions of packages iptables depends on:
ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an
-- no debconf information
--===============1251710494==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="100-libipt_policy_save.patch"
--- old/iptables_profectio/extensions/libipt_policy.c.orig 2004-11-30
16:50:21.405756560 +1300
+++ new/iptables_profectio/extensions/libipt_policy.c 2004-11-30
17:01:18.043932384 +1300
@@ -407,8 +407,6 @@
if (i + 1 < info->len)
printf("--next ");
}
-
- printf("\n");
}
struct iptables_match policy = {
--===============1251710494==--
---------------------------------------
Received: (at 283721-done) by bugs.debian.org; 5 Jun 2005 11:35:59 +0000
>From [EMAIL PROTECTED] Sun Jun 05 04:35:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from master.debian.org [146.82.138.7]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DetQ7-0002iv-00; Sun, 05 Jun 2005 04:35:59 -0700
Received: from ljlane by master.debian.org with local (Exim 3.35 1 (Debian))
id 1DetQ6-00087p-00; Sun, 05 Jun 2005 06:35:58 -0500
Date: Sun, 5 Jun 2005 06:35:58 -0500
From: "Laurence J. Lane" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Policy match save code puts in line feed that makes iptables-restore
error
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
X-Linux-Distro: Debian GNU/Linux http://www.debian.org
Sender: Laurence Lane <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-1.0 required=4.0 tests=BAYES_00,OUR_MTA_MSGID
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Fixed for sarge, post-freeze, by the release team allowing
a newer package in.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]