Please allow shorewall-{common,doc,lite,perl,shell}/4.0.14-1 into
testing.
Changelog entries:
shorewall-common (4.0.14-1) unstable; urgency=low
* New upstream release
* Update copyright file to new proposed format
* Add README.source to comply with Standards-Version 3.8.0
shorewall-doc (4.0.14-1) unstable; urgency=low
* New upstream release
* Update copyright file to new proposed format
shorewall-lite (4.0.14-1) unstable; urgency=low
* New upstream release
* Update copyright file to new proposed format
* Add README.source to comply with Standards-Version 3.8.0
shorewall-perl (4.0.14-1) unstable; urgency=low
* New upstream release
* Update copyright file to new proposed format
* Add README.source to comply with Standards-Version 3.8.0
shorewall-shell (4.0.14-1) unstable; urgency=low
* New upstream release
The substantive changes are to shorewall-{lite,common} and amount to
this patch to fix an init script bashism:
Index: Shorewall-common/init.debian.sh
===================================================================
--- Shorewall-common/init.debian.sh (revision 8723)
+++ Shorewall-common/init.debian.sh (revision 8724)
@@ -59,7 +59,7 @@
if [ -f "/etc/default/shorewall" ]
then
. /etc/default/shorewall
- $SRWL_OPTS+="$OPTIONS"
+ SRWL_OPTS="$SRWL_OPTS $OPTIONS"
if [ "$startup" != "1" ]
then
not_configured
Index: Shorewall-lite/init.debian.sh
===================================================================
--- Shorewall-lite/init.debian.sh (revision 8723)
+++ Shorewall-lite/init.debian.sh (revision 8724)
@@ -66,7 +66,7 @@
if [ -f "/etc/default/shorewall-lite" ]
then
. /etc/default/shorewall-lite
- $SRWL_OPTS+="$OPTIONS"
+ SRWL_OPTS="$SRWL_OPTS $OPTIONS"
if [ "$startup" != "1" ]
then
not_configured
Beyond that, the updates are all documentation-related.
Regards,
-Roberto
--
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com
Attachment:
signature.asc
Description: Digital signature