summaryrefslogtreecommitdiffstats
path: root/abs/extra/cups/ppd-poll-with-client-conf.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-01-23 16:13:38 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-01-23 16:13:38 (GMT)
commite2df288ce539e205c31b45b0570e03abeaf4b6e4 (patch)
tree2cfcc2d18ebd322cf4c1e874fe60a86a87f3c1b1 /abs/extra/cups/ppd-poll-with-client-conf.patch
parent19e92e88ccb220ad8f5277322036c5aa6a5e8bf7 (diff)
downloadlinhes_pkgbuild-e2df288ce539e205c31b45b0570e03abeaf4b6e4.zip
linhes_pkgbuild-e2df288ce539e205c31b45b0570e03abeaf4b6e4.tar.gz
linhes_pkgbuild-e2df288ce539e205c31b45b0570e03abeaf4b6e4.tar.bz2
cups: update to 2.1.2
Diffstat (limited to 'abs/extra/cups/ppd-poll-with-client-conf.patch')
-rw-r--r--abs/extra/cups/ppd-poll-with-client-conf.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/extra/cups/ppd-poll-with-client-conf.patch b/abs/extra/cups/ppd-poll-with-client-conf.patch
deleted file mode 100644
index 8985fa3..0000000
--- a/abs/extra/cups/ppd-poll-with-client-conf.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: If an external server is used via client.conf and the DNS is inconsistent (ex: DNS gives "noname" for many IPs, reverse DNS gives one of these IPs for "noname") local PPDs can get polled for print queues instead of the PPDs of the external server
-Bug: http://www.cups.org/str.php?L2763
-
---- a/cups/util.c
-+++ b/cups/util.c
-@@ -1085,11 +1085,13 @@
- http2 = http;
- else if ((http2 = httpConnectEncrypt(hostname, port,
- cupsEncryption())) == NULL)
-- {
-- DEBUG_puts("1cupsGetPPD3: Unable to connect to server");
-+ if ((http2 = httpConnectEncrypt(http_hostname, http_port,
-+ cupsEncryption())) == NULL)
-+ {
-+ DEBUG_puts("1cupsGetPPD3: Unable to connect to server");
-
-- return (HTTP_SERVICE_UNAVAILABLE);
-- }
-+ return (HTTP_SERVICE_UNAVAILABLE);
-+ }
-
- /*
- * Get a temp file...