diff -ru pom-orig/Netfilter_POM.pm pom-new/Netfilter_POM.pm --- pom-orig/Netfilter_POM.pm 2005-04-01 02:09:00.000000000 -0500 +++ pom-new/Netfilter_POM.pm 2005-05-05 12:59:22.633618136 -0400 @@ -196,10 +196,10 @@ # if the requirement refers to the tested patchlet, # project version must fulfil the requirement. # Multiple requirements are ANDed. - return 0 if $pver eq $prog - && !$self->version_compare($proj, $op, $ver); + return 1 if $pver eq $prog + && $self->version_compare($proj, $op, $ver); } - return 1; + return 0; } # are the requirements for a specific patchlet fulfilled? diff -ru pom-orig/pptp-conntrack-nat/help pom-new/pptp-conntrack-nat/help --- pom-orig/pptp-conntrack-nat/help 2003-11-17 03:09:34.000000000 -0500 +++ pom-new/pptp-conntrack-nat/help 2005-05-05 11:25:47.241525968 -0400 @@ -20,3 +20,4 @@ - doesnt' support multiple calls within one session - you have to recompile your iptables userspace program since some structure sizes change +- does NOT work with kernels > 2.6.10 diff -ru pom-orig/pptp-conntrack-nat/info pom-new/pptp-conntrack-nat/info --- pom-orig/pptp-conntrack-nat/info 2005-02-01 08:23:01.000000000 -0500 +++ pom-new/pptp-conntrack-nat/info 2005-05-05 12:57:47.510079112 -0400 @@ -3,3 +3,4 @@ Status: Testing, especially the 2.6.x port Repository: extra Depends: !nat-reservations +Requires: linux < 2.6.11