diff --git a/cups.SuSEfirewall2 b/cups.SuSEfirewall2 index 63fd4af..baa2d6d 100644 --- a/cups.SuSEfirewall2 +++ b/cups.SuSEfirewall2 @@ -13,5 +13,5 @@ RPC="" # space separated list of allowed IP protocols IP="" -# space separated list of allowed UDP broadcast ports -BROADCAST="" +# space separated list of allowed UDP ports for UDP broadcasts +BROADCAST="ipp" diff --git a/cups.changes b/cups.changes index 95bc4c7..a32e6a2 100644 --- a/cups.changes +++ b/cups.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 3 14:20:36 CEST 2009 - jsmeix@suse.de + +- Set BROADCAST="ipp" in cups.SuSEfirewall2 source file (which + gets installed as /etc/sysconfig/SuSEfirewall2.d/services/cups) + so that adding "cups" to allowed services in the firewall + also allows CUPS Browsing information via UDP broadcasts + (Novell/Suse Bugzilla bnc#498429). + ------------------------------------------------------------------- Thu Mar 26 12:59:36 CET 2009 - jsmeix@suse.de diff --git a/cups.spec b/cups.spec index 7ae84a3..2a4d15d 100644 --- a/cups.spec +++ b/cups.spec @@ -30,7 +30,7 @@ License: GPL v2 or later Group: Hardware/Printing Summary: The Common UNIX Printing System Version: 1.3.9 -Release: 11 +Release: 12 Requires: cups-libs = %{version}, cups-client = %{version} Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters Requires: util-linux /usr/bin/pdftops @@ -460,6 +460,12 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no %{_datadir}/locale/*/cups_* %changelog +* Wed Jun 03 2009 jsmeix@suse.de +- Set BROADCAST="ipp" in cups.SuSEfirewall2 source file (which + gets installed as /etc/sysconfig/SuSEfirewall2.d/services/cups) + so that adding "cups" to allowed services in the firewall + also allows CUPS Browsing information via UDP broadcasts + (Novell/Suse Bugzilla bnc#498429). * Thu Mar 26 2009 jsmeix@suse.de - cups-1.3.9-cupsImageReadTiff.patch fixes an integer overflow in the "_cupsImageReadTIFF()" function CVE-2009-0163 @@ -1769,7 +1775,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no - personalize test page - move old font directory if existing and send mail - up to 1.1.11 -* Sun Oct 21 2001 ro@suse.de +* Mon Oct 22 2001 ro@suse.de - remove ghostscript-fonts-std from neededforbuild, this is only a runtime requirement * Tue Sep 04 2001 bjacke@suse.de