This commit is contained in:
parent
90bf017a08
commit
d5920985fc
@ -13,5 +13,5 @@ RPC=""
|
|||||||
# space separated list of allowed IP protocols
|
# space separated list of allowed IP protocols
|
||||||
IP=""
|
IP=""
|
||||||
|
|
||||||
# space separated list of allowed UDP broadcast ports
|
# space separated list of allowed UDP ports for UDP broadcasts
|
||||||
BROADCAST=""
|
BROADCAST="ipp"
|
||||||
|
@ -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
|
Thu Mar 26 12:59:36 CET 2009 - jsmeix@suse.de
|
||||||
|
|
||||||
|
10
cups.spec
10
cups.spec
@ -30,7 +30,7 @@ License: GPL v2 or later
|
|||||||
Group: Hardware/Printing
|
Group: Hardware/Printing
|
||||||
Summary: The Common UNIX Printing System
|
Summary: The Common UNIX Printing System
|
||||||
Version: 1.3.9
|
Version: 1.3.9
|
||||||
Release: 11
|
Release: 12
|
||||||
Requires: cups-libs = %{version}, cups-client = %{version}
|
Requires: cups-libs = %{version}, cups-client = %{version}
|
||||||
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
|
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
|
||||||
Requires: util-linux /usr/bin/pdftops
|
Requires: util-linux /usr/bin/pdftops
|
||||||
@ -460,6 +460,12 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
|
|||||||
%{_datadir}/locale/*/cups_*
|
%{_datadir}/locale/*/cups_*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 26 2009 jsmeix@suse.de
|
||||||
- cups-1.3.9-cupsImageReadTiff.patch fixes an integer overflow
|
- cups-1.3.9-cupsImageReadTiff.patch fixes an integer overflow
|
||||||
in the "_cupsImageReadTIFF()" function CVE-2009-0163
|
in the "_cupsImageReadTIFF()" function CVE-2009-0163
|
||||||
@ -1769,7 +1775,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
|
|||||||
- personalize test page
|
- personalize test page
|
||||||
- move old font directory if existing and send mail
|
- move old font directory if existing and send mail
|
||||||
- up to 1.1.11
|
- 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
|
- remove ghostscript-fonts-std from neededforbuild, this is only
|
||||||
a runtime requirement
|
a runtime requirement
|
||||||
* Tue Sep 04 2001 bjacke@suse.de
|
* Tue Sep 04 2001 bjacke@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user