Package: firestarter
Version: 1.0.3-10
Severity: minor
Tags: patch

    Script '/etc/firestarter/firewall', which is sourced by the
firestarter control script, tries to modprobe 'ipt_ipv4optsstrip',
which does not exist.  That module was, at one time, built 
from source package 'netfilter-extensions-source', but is
no longer built as the changelog shows:

netfilter-extensions (20070915+debian-1) unstable; urgency=low

    * 2.6.22 compile fixes; closes: #441029. 2.6.22 is now the minimum supported
      kernel version.
    * Drop ROUTE and IPV4OPTSSTRIP.
        
         -- Robert S. Edmonds <[email protected]>  Sat, 15 Sep 2007 20:06:20 
-0400
         
    One line patch that removes the line from the firewall script build code
is attached.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-interactive-3-atom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages firestarter depends on:
ii  gconf2                   2.28.1-6        GNOME configuration database syste
ii  iptables                 1.4.10-1        administration tools for packet fi
ii  libart-2.0-2             2.3.21-1        Library of functions for 2D graphi
ii  libatk1.0-0              2.0.0-1         The ATK accessibility toolkit
ii  libbonobo2-0             2.24.3-1        Bonobo CORBA interfaces library
ii  libbonoboui2-0           2.24.3-1        The Bonobo UI library
ii  libc6                    2.11.2-11       Embedded GNU C Library: Shared lib
ii  libcairo2                1.10.2-6        The Cairo 2D vector graphics libra
ii  libfontconfig1           2.8.0-2.2       generic font configuration library
ii  libfreetype6             2.4.4-1         FreeType 2 font engine, shared lib
ii  libgconf2-4              2.28.1-6        GNOME configuration database syste
ii  libglade2-0              1:2.6.4-1       library to load .glade files at ru
ii  libglib2.0-0             2.28.6-1        The GLib library of C routines
ii  libgnome2-0              2.30.0-1        The GNOME library - runtime files
ii  libgnomecanvas2-0        2.30.1-1        A powerful object-oriented display
ii  libgnomeui-0             2.24.3-1        The GNOME libraries (User Interfac
ii  libgnomevfs2-0           1:2.24.4-1      GNOME Virtual File System (runtime
ii  libgtk2.0-0              2.24.4-3        The GTK+ graphical user interface 
ii  libice6                  2:1.0.7-1       X11 Inter-Client Exchange library
ii  liborbit2                1:2.14.18-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0            1.28.3-6        Layout and rendering of internatio
ii  libpopt0                 1.16-1          lib for parsing cmdline parameters
ii  libsm6                   2:1.2.0-1       X11 Session Management library
ii  libx11-6                 2:1.4.3-1       X11 client-side library
ii  libxml2                  2.7.8.dfsg-2+b1 GNOME XML library
ii  lsb-base                 3.2-27          Linux Standard Base 3.2 init scrip
ii  menu                     2.1.45          generates programs menu for all me

firestarter recommends no packages.

Versions of packages firestarter suggests:
pn  dhcp3-server                  <none>     (no description available)

-- no debconf information
--- netfilter-script.c.old      2011-05-10 12:16:40.000000000 -0400
+++ netfilter-script.c  2011-05-10 12:17:29.000000000 -0400
@@ -398,7 +398,6 @@
        fprintf (script, "$MPB ipt_MASQUERADE 2> /dev/null\n");
        fprintf (script, "$MPB ipt_LOG 2> /dev/null\n");
        fprintf (script, "$MPB iptable_mangle 2> /dev/null\n");
-       fprintf (script, "$MPB ipt_ipv4optsstrip 2> /dev/null\n");
        fprintf (script, "if [ \"$NAT\" = \"on\" ]; then\n"
                         "      $MPB iptable_nat 2> /dev/null\n"
                         "      $MPB ip_nat_ftp 2> /dev/null\n"

Reply via email to