Package: ferm / 2.7-2

Metadata

Package Version Patches format
ferm 2.7-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix deferred functions within target arguments.patch | (download)

src/ferm | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 fix (deferred) functions within target arguments

Since deferred functions were introduced (commits fe99bc2, 31bb5d3
etc.), passing functions like @ipfilter to target arguments (such SNAT's
to-source) was broken, resulting into broken output.

Abstract the realization of deferred functions into a separate
subroutine, and call it also from parse_keyword().

Thanks to Endre Szabo for reporting this issue. Fixes #63.

0002 let upstream Makefile install to debian ferm.patch | (download)

config.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 let upstream makefile install to debian/ferm

0003 dont install COPYING we have our own copyright.patch | (download)

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

 don't install copying, we have our own copyright

0004 fix grammar issue in man page.patch | (download)

doc/ferm.pod | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix grammar issue in man page

0005 patch test to not use realgoto deprecated upstream.patch | (download)

test/misc/goto.ferm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 patch test to not use realgoto (deprecated upstream)

Git-Dch: ignore
0006 resolve properly initialize result.patch | (download)

src/ferm | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 resolve: properly initialize @result

0007 add explicit prototype for recursive contains_deferr.patch | (download)

src/ferm | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add explicit prototype for recursive contains_deferred