OBS User unknown
2009-07-08 18:00:22 +00:00
committed by Git OBS Bridge
parent 22e0bb0805
commit 8f122a86c4
16 changed files with 131 additions and 3129 deletions

View File

@@ -1,7 +1,67 @@
-------------------------------------------------------------------
Fri Jun 26 12:50:22 CEST 2009 - jsmeix@suse.de
- cups-1.3.10-fix-DNS-rebinding-protection.patch fixes
a regression of the CUPS 1.3.10 DNS rebinding protection which
lets e.g. "lpoptions -h localhost -p <queue> -l" fail with
"lpoptions: Unable to get PPD file for <queue>: Bad Request"
and in /var/log/cups/error_log there is the warning
W ... Request from "localhost" using invalid Host: field "::1"
but "::1" is the IPv6 loopback IP address for "localhost"
(Novell/Suse Bugzilla bnc#489624 comment#19 and bnc#516511).
-------------------------------------------------------------------
Wed Jun 24 14:02:29 CEST 2009 - jsmeix@suse.de
- Upgraded to CUPS 1.3.10:
* Use a wrapper program filter/pdftops.c which only calls
/usr/bin/pdftops (via configure --with-pdftops=/usr/bin/pdftops)
instead of our fork of the Xpdf source code which was in
the pdftops directory (CUPS STR #3129). Because of this
cups-1.4svn-pdftops_as_filter.patch and
cups-1.4svn-pdftops_dont_fail_on_cancel.patch are obsolete
since CUPS 1.3.10 (the latter was fixed via CUPS STR #2808).
* The scheduler now protects against DNS rebinding attacks
(CUPS STR #3118 and Novell/Suse Bugzilla bnc#489624).
* cups-1.3.9-cupstestppd.patch is obsolete since CUPS 1.3.10
because it is fixed in the source (CUPS STR #2979).
* cups-1.3.9-max_subscription.patch is obsolete
since CUPS 1.3.10 because it is fixed in the source
(no CUPS STR but mentioned in CHANGES.txt "The scheduler
would crash if you exceeded the MaxSubscriptions limit").
* cups-1.3.9-filter_png_overflow2.patch is obsolete
since CUPS 1.3.10 because it is fixed in the source
(CUPS STR #2974 and Novell/Suse Bugzilla bnc#448631).
* cups-1.3.9-hpgltops2.patch is obsolete since CUPS 1.3.10
because it is fixed in the source (CUPS STR #2966 which is the
successor of CUPS STR #2911 and Novell/Suse Bugzilla bnc#430543).
* cups-1.3.9-cupsImageReadTiff.patch is obsolete
since CUPS 1.3.10 because it is fixed in the source
(CUPS STR #3031 and Novell/Suse Bugzilla bnc#485895).
* For a complete list see the CHANGES.txt file.
- cups-1.1.21rc2-preauth_security.patch and
cups-1.1.21rc2-usermode.patch and
cups-1.1.21-umlaut_printer.patch and
cups-1.1.23-testpage.patch are finally removed
since CUPS 1.3.10 because they were made for CUPS 1.1 and
were no longer applied since CUPS 1.2 in Suse Linux 10.3.
In particular cups-1.1.21-umlaut_printer.patch can no longer
apply since CUPS 1.2 because RunAsUser in cupsd.conf is
no longer supported since CUPS 1.2, for more info see e.g. the
"RunAsUser removed; reassurance wanted" mails on cups@easysw.com.
Furthermore we neither got any Suse Linux/openSUSE user request
nor any SLE11 beta-tester/customer request for them.
-------------------------------------------------------------------
Mon Jun 8 15:09:10 CEST 2009 - crrodriguez@suse.de
remove static libraries, see also bnc#509945
- Replaced "--enable-static" by "--disable-static" in configure
so that the static libraries /usr/lib[64]/libcups.a and
/usr/lib[64]/libcupsimage.a are no longer built and included
in the cups-devel package to enforce detection of other software
which might be built with static CUPS libraries so that those
other software could be fixed to use the dynamic libraries
(see also Novell/Suse Bugzilla bnc#509945).
-------------------------------------------------------------------
Wed Jun 3 14:20:36 CEST 2009 - jsmeix@suse.de
@@ -22,7 +82,8 @@ Thu Mar 26 12:59:36 CET 2009 - jsmeix@suse.de
-------------------------------------------------------------------
Wed Jan 21 14:17:25 CET 2009 - kssingvo@suse.de
- added directory %{libdir}/cups/driver to %files of cups (bnc#465794)
- added directory %{libdir}/cups/driver to %files of cups
(bnc#465794)
-------------------------------------------------------------------
Wed Jan 14 10:32:13 CET 2009 - olh@suse.de
@@ -32,8 +93,8 @@ Wed Jan 14 10:32:13 CET 2009 - olh@suse.de
-------------------------------------------------------------------
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)
- use Obsoletes: -XXbit only for ppc64 to help solver during
distupgrade (bnc#437293)
-------------------------------------------------------------------
Fri Nov 28 16:09:12 CET 2008 - kssingvo@suse.de
@@ -77,7 +138,6 @@ Mon Oct 13 11:04:21 CEST 2008 - kssingvo@suse.de
- update to 1.3.9, which is mainly a bugfix version. For a complete
list see included CHANGES.txt file, but important changes were
already included via patches before.
Deleted patches:
cups-1.3.8-custom_ppd_fix.patch (CUPS STR #2889)
cups-1.3.8-ssl_firefox.patch (CUPS STR #2892)
@@ -92,7 +152,6 @@ Mon Oct 13 11:04:21 CEST 2008 - kssingvo@suse.de
cups-1.3.8-hostlookup.patch (CUPS STR #2946)
cups-1.3.8-ipp_stop_after_pause.patch
cups-1.3.8-lose_printers_on_allowed_users.patch
Updated patches:
cups-1.2.5-desktop_file.patch
@@ -147,7 +206,8 @@ Wed Jul 23 11:14:05 CEST 2008 - kssingvo@suse.de
Mon Jul 14 17:30:57 CEST 2008 - kssingvo@suse.de
- removed deprecated use of %run_ldconfig
- added avahi-compat-mDNSResponder-devel to BuildRequieres (bnc#398700)
- added avahi-compat-mDNSResponder-devel to BuildRequieres
(bnc#398700)
- fixed typo in Policy "easy"
-------------------------------------------------------------------