uif_1.0.6-1.ipv6.2.patch needs a one line fix The pervious patch changes the line: push (@protocol, "-p $proto -m $proto --sport $not $1 --dport $not $2"); To: push (@protocol, "-p $proto -m $proto $not --sport $1 --dport $not $2"); When in fact is should really be: push (@protocol, "-p $proto -m $proto $not --sport $1 $not --dport $2");
At some stage I will regenerate the patch and post here... untill then I record the details above incase someone else bats me to it! Regards (and thanks to Gregor for noticing this in #683312) Alex Owen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org