diff --git a/print/cups/Makefile b/print/cups/Makefile index 0e61a663318..7ca817fb1aa 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -10,7 +10,7 @@ COMMENT-libs= CUPS libraries and headers VERSION= ${GH_TAGNAME:S/v//:S/op/./} GH_ACCOUNT= OpenPrinting GH_PROJECT= cups -GH_TAGNAME= v2.4.16 +GH_TAGNAME= v2.4.17 CATEGORIES= print sysutils diff --git a/print/cups/distinfo b/print/cups/distinfo index e412192daf8..30aa055c9a5 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,2 +1,2 @@ -SHA256 (cups-2.4.16.tar.gz) = BR9Lv6EJJOo5niqL7y2U+jzY3Ih2xftOClfSM5YgM5U= -SIZE (cups-2.4.16.tar.gz) = 8207073 +SHA256 (cups-2.4.17.tar.gz) = OC1w2mRVc2LCiO41ZSXfseZ0pkoPt8D8Aokm2liRO3M= +SIZE (cups-2.4.17.tar.gz) = 8214236 diff --git a/print/cups/patches/patch-backend_ipp_c b/print/cups/patches/patch-backend_ipp_c index 560139ebb79..1d8c04af1d7 100644 --- a/print/cups/patches/patch-backend_ipp_c +++ b/print/cups/patches/patch-backend_ipp_c @@ -4,7 +4,7 @@ on low-end configurations. Index: backend/ipp.c --- backend/ipp.c.orig +++ backend/ipp.c -@@ -676,7 +676,7 @@ main(int argc, /* I - Number of command-line args +@@ -677,7 +677,7 @@ main(int argc, /* I - Number of command-line args http = httpConnect2(hostname, port, addrlist, AF_UNSPEC, cupsEncryption(), 1, 0, NULL); @@ -13,7 +13,7 @@ Index: backend/ipp.c /* * See if the printer supports SNMP... -@@ -2563,7 +2563,7 @@ monitor_printer( +@@ -2565,7 +2565,7 @@ monitor_printer( http = httpConnect2(monitor->hostname, monitor->port, NULL, AF_UNSPEC, monitor->encryption, 1, 0, NULL); diff --git a/print/cups/patches/patch-scheduler_ipp_c b/print/cups/patches/patch-scheduler_ipp_c index 032054a3a95..21a584c9d93 100644 --- a/print/cups/patches/patch-scheduler_ipp_c +++ b/print/cups/patches/patch-scheduler_ipp_c @@ -4,7 +4,7 @@ on low-end configurations. Index: scheduler/ipp.c --- scheduler/ipp.c.orig +++ scheduler/ipp.c -@@ -4512,7 +4512,7 @@ copy_model(cupsd_client_t *con, /* I - Client connect +@@ -4518,7 +4518,7 @@ copy_model(cupsd_client_t *con, /* I - Client connect close(temppipe[1]); /* @@ -13,7 +13,7 @@ Index: scheduler/ipp.c */ total = 0; -@@ -4532,7 +4532,7 @@ copy_model(cupsd_client_t *con, /* I - Client connect +@@ -4538,7 +4538,7 @@ copy_model(cupsd_client_t *con, /* I - Client connect FD_SET(temppipe[0], &input); FD_SET(CGIPipes[0], &input);