Package: filtergen / 0.12.8-1

Metadata

Package Version Patches format
filtergen 0.12.8-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian changes | (download)

.clang-format | 1 1 + 0 - 0 !
.travis.yml | 12 12 + 0 - 0 !
config.guess.dh-orig | 1441 1441 + 0 - 0 !
config.sub.dh-orig | 1813 1813 + 0 - 0 !
examples/icmp | 90 90 + 0 - 0 !
expr.h | 28 28 + 0 - 0 !
factoriser.c | 24 24 + 0 - 0 !
factoriser.h | 23 23 + 0 - 0 !
input/iptables/Makefile.am | 11 11 + 0 - 0 !
input/iptables/ast.h | 69 69 + 0 - 0 !
input/iptables/emit.c | 149 149 + 0 - 0 !
input/iptables/parse.c | 19 19 + 0 - 0 !
input/iptables/parser.y | 217 217 + 0 - 0 !
input/iptables/scan.c | 70 70 + 0 - 0 !
input/iptables/scanner.l | 90 90 + 0 - 0 !
makefile | 25 25 + 0 - 0 !
t/mask.filter | 8 8 + 0 - 0 !
t/name.filter | 4 4 + 0 - 0 !
t/oneway.filter | 5 5 + 0 - 0 !
t/regress0.filter | 13 13 + 0 - 0 !
t/tfail.filter | 11 11 + 0 - 0 !
t/tgroup.filter | 5 5 + 0 - 0 !
t/tgroup2.filter | 8 8 + 0 - 0 !
t/tgroup3.filter | 5 5 + 0 - 0 !
t/ticmp.filter | 2 2 + 0 - 0 !
t/tlog.filter | 7 7 + 0 - 0 !
t/tnat.filter | 10 10 + 0 - 0 !
t/tneg.filter | 18 18 + 0 - 0 !
t/tport.filter | 11 11 + 0 - 0 !
29 files changed, 4189 insertions(+)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 filtergen (0.12.5-1) unstable; urgency=low
 .
   * New Maintainer, per private mail to mpalmer@.
   * Updated standards version to 3.8.3.
   * Updated to use debhelper 7.
    - Specify misc:Depends.
    - Update debian/compat.
    - Update build dependency.
   * Updated watch file for googlecode.com upstream location change.
   * Bug fix: "Allow '*' as an interface name", thanks to Matthew
     Palmer (Closes: #549891).
   * Fix build failues when using clang instead of GCC (Closes: #751443).
   * Support globbing in include directives (Closes: #549892).
   * Update parser.y use of the parse-param directive to support modern bison.
   * Update debhelper and debian/compat.
   * Update watch file to new location.
   * Add VCS headers to control file.
   * Use debian/source options to build from git, add gbp.conf to debian dir.