From fcbfe014f7a81709bb3a107647b1eea0a492189c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 27 Apr 2013 09:24:14 +0000 Subject: install shorewall-ipv6 along shorewall (mga#9401) --- perl-install/install/NEWS | 1 + perl-install/install/any.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 06a274887..e5ea72bf0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - fix doble logging of 'filesystem' installation (mga#7758) +- install shorewall-ipv6 along shorewall (mga#9401) Version 15.44 - 23 april 2013 diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index d4f4cba06..b311d4d91 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -667,7 +667,7 @@ sub default_packages { # will get auto selected at summary stage for bootloader: add_n_log("needed later at summary stage", qw(acpi acpid mageia-gfxboot-theme)); # will get auto selected at summary stage for firewall: - add_n_log("needed for firewall/security", qw(shorewall mandi-ifw)); + add_n_log("needed for firewall/security", qw(shorewall shorewall-ipv6 mandi-ifw)); # only needed for CDs/DVDs installations: add_n_log("method='cdrom'", 'perl-Hal-Cdroms') if $o->{method} eq 'cdrom'; -- cgit v1.2.1