Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit SuSEfirewall2
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 06 Aug 2007 17:00:00 +0200
- Message-id: <20070806150000.A6884678333@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package SuSEfirewall2
checked in at Mon Aug 6 17:00:00 CEST 2007.
--------
--- SuSEfirewall2/SuSEfirewall2.changes 2007-07-06 15:28:02.000000000 +0200
+++ /mounts/work_src_done/NOARCH/SuSEfirewall2/SuSEfirewall2.changes 2007-08-06 16:22:52.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 6 16:22:44 CEST 2007 - lnussel@xxxxxxx
+
+- don't try to load ip6tables modules if ipv6 is disabled (#297621)
+
+-------------------------------------------------------------------
Old:
----
SuSEfirewall2-3.6_SVNr181.tar.bz2
New:
----
SuSEfirewall2-3.6_SVNr182.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ SuSEfirewall2.spec ++++++
--- /var/tmp/diff_new_pack.r21221/_old 2007-08-06 16:57:03.000000000 +0200
+++ /var/tmp/diff_new_pack.r21221/_new 2007-08-06 16:57:03.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package SuSEfirewall2 (Version 3.6_SVNr181)
+# spec file for package SuSEfirewall2 (Version 3.6_SVNr182)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,7 +12,7 @@
# icecream 0
Name: SuSEfirewall2
-Version: 3.6_SVNr181
+Version: 3.6_SVNr182
Release: 1
License: GPL v2 or later
Group: Productivity/Networking/Security
@@ -196,6 +196,8 @@
rm -rf %{buildroot}
%changelog
+* Mon Aug 06 2007 - lnussel@xxxxxxx
+- don't try to load ip6tables modules if ipv6 is disabled (#297621)
* Fri Jul 06 2007 - lnussel@xxxxxxx
- New configuration options: FW_NOMASQ_NETS, FW_FORWARD_REJECT,
FW_FORWARD_DROP
++++++ SuSEfirewall2-3.6_SVNr181.tar.bz2 -> SuSEfirewall2-3.6_SVNr182.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/SuSEfirewall2-3.6_SVNr181/SuSEfirewall2 new/SuSEfirewall2-3.6_SVNr182/SuSEfirewall2
--- old/SuSEfirewall2-3.6_SVNr181/SuSEfirewall2 2007-07-06 15:13:19.000000000 +0200
+++ new/SuSEfirewall2-3.6_SVNr182/SuSEfirewall2 2007-08-06 16:20:29.000000000 +0200
@@ -584,7 +584,7 @@
load_modules ip_tables ip_conntrack $FW_LOAD_MODULES
- if [ "$FW_IPv6" != no ]; then
+ if [ "$IP6TABLES" != ':' ]; then
load_modules ip6table_filter ip6table_mangle
fi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |