OBS User unknown 2009-07-29 15:20:31 +00:00 committed by Git OBS Bridge
parent 508310e678
commit c01b1e3b74
5 changed files with 22 additions and 31 deletions

View File

@ -1,13 +0,0 @@
--- scheduler/client.c.orig 2009-04-16 21:32:04.000000000 +0200
+++ scheduler/client.c 2009-06-26 12:37:07.000000000 +0200
@@ -4879,7 +4879,9 @@ valid_host(cupsd_client_t *con) /* I -
!strcmp(host, "127.0.0.1") ||
!strncmp(host, "127.0.0.1:", 10) ||
!strcmp(host, "[::1]") ||
- !strncmp(host, "[::1]:", 6));
+ !strncmp(host, "[::1]:", 6) ||
+ !strcmp(host, "::1") ||
+ !strncmp(host, "::1:", 4));
}
#ifdef HAVE_DNSSD

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9701a545a6a05a991beeb49b41fbb4d450c3bdbb4eb74b132b0d2988640bb566
size 3778970

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:824b7fe5cefa981f2ce20f356983be182a551f716ccab8f5194fe645b1178303
size 3799424

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 28 10:08:12 CEST 2009 - jsmeix@suse.de
- Upgraded to CUPS 1.3.11:
* The scheduler and cupsfilter utility would crash with
certain MIME .types rules (CUPS STR #3159).
* cups-1.3.10-fix-DNS-rebinding-protection.patch
(Novell/Suse Bugzilla bnc#516511 and CUPS STR #3238)
is obsolete since CUPS 1.3.11 because it is fixed
in the source (it is fixed via CUPS STR #3164).
* For a complete list see the CHANGES.txt file.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 10 12:34:54 CEST 2009 - jsmeix@suse.de Fri Jul 10 12:34:54 CEST 2009 - jsmeix@suse.de
@ -22,7 +34,7 @@ Wed Jun 24 14:02:29 CEST 2009 - jsmeix@suse.de
- Upgraded to CUPS 1.3.10: - Upgraded to CUPS 1.3.10:
* Use a wrapper program filter/pdftops.c which only calls * Use a wrapper program filter/pdftops.c which only calls
/usr/bin/pdftops (via configure --with-pdftops=/usr/bin/pdftops) /usr/bin/pdftops (via configure --with-pdftops=/usr/bin/pdftops)
instead of our fork of the Xpdf source code which was in instead of the CUPS fork of the Xpdf source code which was in
the pdftops directory (CUPS STR #3129). Because of this the pdftops directory (CUPS STR #3129). Because of this
cups-1.4svn-pdftops_as_filter.patch and cups-1.4svn-pdftops_as_filter.patch and
cups-1.4svn-pdftops_dont_fail_on_cancel.patch are obsolete cups-1.4svn-pdftops_dont_fail_on_cancel.patch are obsolete
@ -51,7 +63,7 @@ Wed Jun 24 14:02:29 CEST 2009 - jsmeix@suse.de
cups-1.1.23-testpage.patch are finally removed cups-1.1.23-testpage.patch are finally removed
since CUPS 1.3.10 because they were made for CUPS 1.1 and 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. 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 In particular cups-1.1.21rc2-usermode.patch can no longer
apply since CUPS 1.2 because RunAsUser in cupsd.conf is 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 no longer supported since CUPS 1.2, for more info see e.g. the
"RunAsUser removed; reassurance wanted" mails on cups@easysw.com. "RunAsUser removed; reassurance wanted" mails on cups@easysw.com.

View File

@ -1,5 +1,5 @@
# #
# spec file for package cups (Version 1.3.10) # spec file for package cups (Version 1.3.11)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -29,8 +29,8 @@ Url: http://www.cups.org/
License: GPL v2 or later 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.10 Version: 1.3.11
Release: 2 Release: 1
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
@ -103,14 +103,8 @@ Patch22: cups-1.3.7-additional_policies.patch
# since CUPS 1.3.10 because it is fixed in the source. # since CUPS 1.3.10 because it is fixed in the source.
# Patch27 cups-1.3.9-cupsImageReadTiff.patch is obsolete # Patch27 cups-1.3.9-cupsImageReadTiff.patch is obsolete
# since CUPS 1.3.10 because it is fixed in the source. # since CUPS 1.3.10 because it is fixed in the source.
# Patch28 fixes a regression of the CUPS 1.3.10 DNS rebinding protection # Patch28 cups-1.3.10-fix-DNS-rebinding-protection.patch is obsolete
# which lets "lpoptions -h localhost -p <queue_name> -l" fail # since CUPS 1.3.11 because it is fixed in the source.
# with "lpoptions: Unable to get PPD file for lj1220: 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):
Patch28: cups-1.3.10-fix-DNS-rebinding-protection.patch
# Patch100 cups-1.1.23-testpage.patch is finally removed # Patch100 cups-1.1.23-testpage.patch is finally removed
# since CUPS 1.3.10 because it was made for CUPS 1.1 and # since CUPS 1.3.10 because it was made for CUPS 1.1 and
# it was no longer applied since CUPS 1.2 in Suse Linux 10.3 and # it was no longer applied since CUPS 1.2 in Suse Linux 10.3 and
@ -218,8 +212,6 @@ Authors:
%patch20 -p1 %patch20 -p1
%patch21 -p1 %patch21 -p1
%patch22 -p1 %patch22 -p1
# Patch28 fixes a regression of the DNS rebinding protection:
%patch28
if [ -f /.buildenv ]; then if [ -f /.buildenv ]; then
. /.buildenv . /.buildenv
test -z "$BUILD_DISTRIBUTION_NAME" && BUILD_DISTRIBUTION_NAME="%{?distribution}" test -z "$BUILD_DISTRIBUTION_NAME" && BUILD_DISTRIBUTION_NAME="%{?distribution}"