Your message dated Sat, 19 Aug 2006 14:58:23 -0400
with message-id <[EMAIL PROTECTED]>
and subject line iptables bts cleanup
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)
--- Begin Message ---
Package: iptables
Version: 1.2.11-2
Severity: wishlist
The below patch (as a patch in the patches directory,
it's not a patch against the package. ^_^) changes the
makefile for iptable's extensions directory so that
the .<blah>-test{,6} files don't need to be chmod +x
to work.
This allows extensions to be added just by dropping
a file or two into the patches directory.
It currently uses /bin/sh, which I _assume_ looks at
the #! line and throws the script to the _correct_
interpreter.
Alternatively, if the patches were similar to the ones
dpatch uses, and actually executed rather than applied
with patch, then the chmod +x could be done by the
patch that adds the .<blah>-test{,6} file instead.
== 005-diffdontdochmod.patch
--- org/iptables-1.2.11/extensions/Makefile 2004-09-13 14:30:15.406170473
+1000
+++ new/iptables-1.2.11/extensions/Makefile 2004-09-13 14:30:16.861171425
+1000
@@ -9,8 +9,8 @@
PF6_EXT_SLIB:=eui64 hl icmpv6 length limit mac mark multiport owner standard
tcp udp HL LOG MARK TRACE
# Optionals
-PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell
KERNEL_DIR=$(KERNEL_DIR) $(T)))
-PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell
KERNEL_DIR=$(KERNEL_DIR) $(T)))
+PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell
KERNEL_DIR=$(KERNEL_DIR) /bin/sh $(T)))
+PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell
KERNEL_DIR=$(KERNEL_DIR) /bin/sh $(T)))
PF_EXT_ALL_SLIB:=$(patsubst extensions/libipt_%.c, %, $(wildcard
extensions/libipt_*.c))
PF6_EXT_ALL_SLIB:=$(patsubst extensions/libip6t_%.c, %, $(wildcard
extensions/libip6t_*.c))
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8
Versions of packages iptables depends on:
ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an
-- no debconf information
--- End Message ---
--- Begin Message ---
tag 363973 = pending
tag 359993 = pending
tag 337508 = pending
tag 312966 = pending
tag 341717 = pending
tag 378326 = pending
tag 370652 = pending
tag 297456 = pending
tag 298507 = pending
tag 298507 = pending
tag 312103 = pending
tag 291996 = pending
tag 365253 = pending
tag 350216 = pending
thanks, control
363973 package description: s/addresss/address
359993 prep.sh: s/buidling/building
337508 iptables(1) typo fixed upstream: s/number"/number
312966 mport manpage description bites, mport was removed upstream
341717 dstlimit removed upstream, hashlimit now documented in iptables(1)
378326 recent now documented in iptables(1)
370652 examples/oldinitscript removed
297456 rpc removed upstream
298507 connlimit now documented in iptables(1)
312103 dstlimit removed upstream
291996 example directory removed
365253 new upstream ipsec stuff
350216 new upstream string match
288787 64-bit alignment fixed in kernel 2.6.17
341111 64-bit alignment fixed in kernel 2.6.17
292319 wontfix: change to the package description
232418 no complaints about the lame fix I implemented
298109 wontfix: add ifupdown hooks
271422 wontfix: build patch
--- End Message ---