Package: netsed / 1.00b-2.1

Metadata

Package Version Patches format
netsed 1.00b-2.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 cflag_inclusion.diff | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 let makefile use externally exported cflags.
02 ftbfs_kfreebsd.diff | (download)

netsed.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 make the makro linux_netfilter be conditionally active.
 The unconditional setting of LINUX_NETFILTER causes FTBFS for
 GNU/kfreebsd.
03 traditional_rule.diff | (download)

netsed.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 allow traditionally delimited rules.
 A rule of unlimited validity must be ot the form
 `s/this/that', without a final delimiting dash.
 This will confuse traditionalists like myself,
 expecting 's/this/that/' to deliver the same effect.
 .
 Thus make a final dash optional, like common sed-syntax.
04 check_dual_stack.diff | (download)

netsed.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 regulate dual-stacking of listener.
 When the remote host is targeted using IPv6, and
 'net.ipv6.bindv6only=0' holds, then the local
 listening socket will accept both address families.
 As this intrudes on the available socket name space,
 an additional test can be used to reset the IPv6
 socket to be single stacked.
05 ftbfs_ruby1.9_testsuite_require_syntax.diff | (download)

test/tc_rules.rb | 2 1 + 1 - 0 !
test/tc_system.rb | 2 1 + 1 - 0 !
test/tc_tcp.rb | 2 1 + 1 - 0 !
test/tc_ttl.rb | 2 1 + 1 - 0 !
test/tc_udp.rb | 3 2 + 1 - 0 !
test/ts_full.rb | 4 2 + 2 - 0 !
6 files changed, 8 insertions(+), 7 deletions(-)

 add ./ prefix to all local require statements
 In Ruby 1.9 the syntax to include local files
 via require changed. We now have to use a ./
 prefix when local files should be included.
Bug: http://bugs.debian.org/676126