mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
cups: upgrade to 2.2.9
Source: OpenEmbedded.org MR: 97351 Type: Integration Disposition: Backport from https://git.openembedded.org/openembedded-core/commit/meta/recipes-extended/cups?h=warrior&id=ee57d79aec06e9b160cf2713636cda650ba68d5a ChangeID: ee57d79aec06e9b160cf2713636cda650ba68d5a Description: The following patch is rebased. 0001-don-t-try-to-run-generated-binaries.patch (From OE-Core rev: 3c76b6660fc21a987e960dedb2631dcd27b87d07) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> CUPS 2.2.9 is a bug fix release that addresses issues in the scheduler, IPP Everywhere support, CUPS library, and USB printer support. Changes include: Localization changes (Issue #5348, Issue #5362, Issue #5408) Documentation updates (Issue #5369) The lpadmin command would create a non-working printer in some error cases (Issue #5305) The scheduler would crash if an empty AccessLog directive was specified (Issue #5309) Fixed a regression in the changes to ippValidateAttribute (Issue #5322, Issue #5330) Fixed a crash bug in the Epson dot matrix driver (Issue #5323) Automatic debug logging of job errors did not work with systemd (Issue #5337) The web interface did not list the IPP Everywhere "driver" (Issue #5338) The IPP Everywhere "driver" now properly supports face-up printers (Issue #5345) Fixed some typos in the label printer drivers (Issue #5350) Multi-file jobs could get stuck if the backend failed (Issue #5359, Issue #5413) The IPP Everywhere "driver" no longer does local filtering when printing to a shared CUPS printer (Issue #5361) The lpadmin command now correctly reports IPP errors when configuring an IPP Everywhere printer (Issue #5370) Fixed some memory leaks discovered by Coverity (Issue #5375) The PPD compiler incorrectly terminated JCL options (Issue #5379) The cupstestppd utility did not generate errors for missing/mismatched CloseUI/JCLCloseUI keywords (Issue #5381) The scheduler now reports the actual location of the log file (Issue #5398) Added a USB quirk rule (Issue #5420) The scheduler was being backgrounded on macOS, causing applications to spin (rdar://40436080) The scheduler did not validate that required initial request attributes were in the operation group (rdar://41098178) Authentication in the web interface did not work on macOS (rdar://41444473) Fixed an issue with HTTP Digest authentication (rdar://41709086) The scheduler could crash when job history was purged (rdar://42198057) Dropped non-working RSS subscriptions UI from web interface templates. Fixed a memory leak for some IPP (extension) syntaxes. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,20 +1,21 @@
|
|||||||
Upstream-Status: Inappropriate [embedded specific]
|
From 1fb07162a9ed187cccf06e34c9bf841d15c6e64e Mon Sep 17 00:00:00 2001
|
||||||
|
|
||||||
From 90069586167b930befce7303aea57078f04b4ed8 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||||
Date: Sun, 30 Jan 2011 16:37:27 +0100
|
Date: Sun, 30 Jan 2011 16:37:27 +0100
|
||||||
Subject: [PATCH] don't try to run generated binaries
|
Subject: [PATCH] don't try to run generated binaries
|
||||||
|
|
||||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
Upstream-Status: Inappropriate [embedded specific]
|
||||||
---
|
|
||||||
ppdc/Makefile | 30 +++++++++++++++---------------
|
|
||||||
1 files changed, 15 insertions(+), 15 deletions(-)
|
|
||||||
|
|
||||||
Index: cups-2.2.6/ppdc/Makefile
|
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||||
===================================================================
|
|
||||||
--- cups-2.2.6.orig/ppdc/Makefile
|
---
|
||||||
+++ cups-2.2.6/ppdc/Makefile
|
ppdc/Makefile | 32 ++++++++++++++++----------------
|
||||||
@@ -228,8 +228,8 @@ genstrings: genstrings.o libcupsppdc.a
|
1 file changed, 16 insertions(+), 16 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/ppdc/Makefile b/ppdc/Makefile
|
||||||
|
index e563988..973dd3f 100644
|
||||||
|
--- a/ppdc/Makefile
|
||||||
|
+++ b/ppdc/Makefile
|
||||||
|
@@ -189,8 +189,8 @@ genstrings: genstrings.o libcupsppdc.a ../cups/$(LIBCUPSSTATIC) \
|
||||||
$(LD_CXX) $(ARCHFLAGS) $(LDFLAGS) -o genstrings genstrings.o \
|
$(LD_CXX) $(ARCHFLAGS) $(LDFLAGS) -o genstrings genstrings.o \
|
||||||
libcupsppdc.a ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) \
|
libcupsppdc.a ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) \
|
||||||
$(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
|
$(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
|
||||||
@@ -25,10 +26,10 @@ Index: cups-2.2.6/ppdc/Makefile
|
|||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -246,9 +246,9 @@ ppdc-static: ppdc.o libcupsppdc.a ../cu
|
@@ -209,9 +209,9 @@ ppdc-static: ppdc.o libcupsppdc.a ../cups/$(LIBCUPSSTATIC) foo.drv foo-fr.po
|
||||||
$(LD_CXX) $(ARCHFLAGS) $(LDFLAGS) -o ppdc-static ppdc.o libcupsppdc.a \
|
|
||||||
../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \
|
../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \
|
||||||
$(COMMONLIBS) $(LIBZ)
|
$(COMMONLIBS) $(LIBZ)
|
||||||
|
$(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
|
||||||
- echo Testing PPD compiler...
|
- echo Testing PPD compiler...
|
||||||
- ./ppdc-static -l en,fr -I ../data foo.drv
|
- ./ppdc-static -l en,fr -I ../data foo.drv
|
||||||
- ./ppdc-static -l en,fr -z -I ../data foo.drv
|
- ./ppdc-static -l en,fr -z -I ../data foo.drv
|
||||||
@@ -38,10 +39,10 @@ Index: cups-2.2.6/ppdc/Makefile
|
|||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -274,17 +274,17 @@ ppdi-static: ppdc-static ppdi.o libcups
|
@@ -240,17 +240,17 @@ ppdi-static: ppdc-static ppdi.o libcupsppdc.a ../cups/$(LIBCUPSSTATIC)
|
||||||
$(LD_CXX) $(ARCHFLAGS) $(LDFLAGS) -o ppdi-static ppdi.o libcupsppdc.a \
|
|
||||||
../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \
|
../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \
|
||||||
$(COMMONLIBS) $(LIBZ)
|
$(COMMONLIBS) $(LIBZ)
|
||||||
|
$(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
|
||||||
- echo Testing PPD importer...
|
- echo Testing PPD importer...
|
||||||
- $(RM) -r ppd ppd2 sample-import.drv
|
- $(RM) -r ppd ppd2 sample-import.drv
|
||||||
- ./ppdc-static -l en -I ../data sample.drv
|
- ./ppdc-static -l en -I ../data sample.drv
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
require cups.inc
|
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f212b4338db0da8cb892e94bf2949460"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "33150d08993a04c8e22176e93805a051"
|
|
||||||
SRC_URI[sha256sum] = "3968fc1d26fc48727508db1c1380e36c6694ab90177fd6920aec5f6cc73af9e4"
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
require cups.inc
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f212b4338db0da8cb892e94bf2949460"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "798e83bb1a240f5417a252903d83ae0c"
|
||||||
|
SRC_URI[sha256sum] = "6d22d5da253b97643320da0bf95574acd85ff2abe3ec1a51d36093841d891156"
|
||||||
Reference in New Issue
Block a user