Update to cups-2.2.11.

This commit is contained in:
ajacoutot 2019-03-23 12:19:54 +00:00
parent 3af625615a
commit 5b2b49ca3c
5 changed files with 11 additions and 13 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.245 2019/01/19 21:37:46 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.246 2019/03/23 12:19:54 ajacoutot Exp $
COMMENT-main= Common Unix Printing System
COMMENT-libs= CUPS libraries and headers
VERSION= 2.2.10
VERSION= 2.2.11
GH_ACCOUNT= apple
GH_PROJECT= cups
GH_TAGNAME= v${VERSION}
@ -11,8 +11,6 @@ GH_TAGNAME= v${VERSION}
PKGNAME-main= cups-${VERSION}
PKGNAME-libs= cups-libs-${VERSION}
REVISION= 0
CATEGORIES= print sysutils
# config-scripts/cups-sharedlibs.m4

View File

@ -1,2 +1,2 @@
SHA256 (cups-2.2.10.tar.gz) = ULZy22urkLxxBA6+2/o2kcuLXp8PuxPjjO0qdhBDVYQ=
SIZE (cups-2.2.10.tar.gz) = 10362636
SHA256 (cups-2.2.11.tar.gz) = I+IBTzrmU7jW0rsVunVpqGvDgQRfPH7S0YdsV9wRIxI=
SIZE (cups-2.2.11.tar.gz) = 10364301

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-backend_ipp_c,v 1.20 2018/11/10 13:02:52 ajacoutot Exp $
$OpenBSD: patch-backend_ipp_c,v 1.21 2019/03/23 12:19:54 ajacoutot Exp $
Increase timeout for the PPD file to be copied so that it doesn't fail
on low-end configurations.
@ -15,7 +15,7 @@ Index: backend/ipp.c
/*
* See if the printer supports SNMP...
@@ -2424,7 +2424,7 @@ monitor_printer(
@@ -2425,7 +2425,7 @@ monitor_printer(
http = httpConnect2(monitor->hostname, monitor->port, NULL, AF_UNSPEC,
monitor->encryption, 1, 0, NULL);

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-scheduler_ipp_c,v 1.26 2018/11/10 13:02:52 ajacoutot Exp $
$OpenBSD: patch-scheduler_ipp_c,v 1.27 2019/03/23 12:19:54 ajacoutot Exp $
Increase timeout for the PPD file to be copied so that it doesn't fail
on low-end configurations.
@ -6,7 +6,7 @@ on low-end configurations.
Index: scheduler/ipp.c
--- scheduler/ipp.c.orig
+++ scheduler/ipp.c
@@ -4493,7 +4493,7 @@ copy_model(cupsd_client_t *con, /* I - Client connect
@@ -4492,7 +4492,7 @@ copy_model(cupsd_client_t *con, /* I - Client connect
close(temppipe[1]);
/*
@ -15,7 +15,7 @@ Index: scheduler/ipp.c
*/
total = 0;
@@ -4513,7 +4513,7 @@ copy_model(cupsd_client_t *con, /* I - Client connect
@@ -4512,7 +4512,7 @@ copy_model(cupsd_client_t *con, /* I - Client connect
FD_SET(temppipe[0], &input);
FD_SET(CGIPipes[0], &input);

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-test_run-stp-tests_sh,v 1.21 2018/11/10 13:02:52 ajacoutot Exp $
$OpenBSD: patch-test_run-stp-tests_sh,v 1.22 2019/03/23 12:19:54 ajacoutot Exp $
Index: test/run-stp-tests.sh
--- test/run-stp-tests.sh.orig
@ -12,7 +12,7 @@ Index: test/run-stp-tests.sh
#
# Solaris has a non-POSIX grep in /bin...
@@ -578,7 +578,7 @@ else
@@ -586,7 +586,7 @@ else
LD_LIBRARY_PATH="$root/cups:$root/filter:$LD_LIBRARY_PATH"
fi