pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/cups Update print/cups to cups-2.2.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ef39418f2d4
branches: trunk
changeset: 357464:6ef39418f2d4
user: leot <leot%pkgsrc.org@localhost>
date: Sat Jan 21 11:57:10 2017 +0000
description:
Update print/cups to cups-2.2.2
Changes:
2.2.2
-----
- Fixed some issues with the Zebra ZPL printer driver (Issue #4898)
- Fixed some issues with IPP Everywhere printer support (Issue #4893,
Issue #4909, Issue #4916, Issue #4921, Issue #4923, Issue #4932,
Issue #4933, Issue #4938)
- The rastertopwg filter could crash with certain input (Issue #4942)
- Optimized connection usage in the IPP backend
(<rdar://problem/29547323>)
- The scheduler did not detect when an encrypted connection was closed
by the client on Linux (Issue #4901)
- The cups-lpd program did not catch all legacy usage of ISO-8859-1
(Issue #4899)
- Fixed builds on systems without a working poll() implementation
(Issue #4905)
- Added a USB quirk rule for the Kyocera Ecosys P6026cdn (Issue #4900)
- The scheduler no longer creates log files on startup
(<rdar://problem/28332470>)
- The ippContainsString function now uses case-insensitive comparisons
for mimeMediaType, name, and text values in conformance with RFC 2911.
- The network backends now log the addresses that were found for a
printer (<rdar://problem/29268474>)
- Let's Encrypt certificates did not work when the hostname contained
uppercase letters (Issue #4919)
- Fixed reporting of printed pages in the web interface (Issue #4924)
- Updated systemd config files (Issue #4935)
- Updated documentation (PR #4896)
- Updated localizations (PR #4894, PR #4895, PR #4904, PR #4908,
Issue #4946)
- Updated packaging files (Issue #4940)
diffstat:
print/cups/Makefile | 4 ++--
print/cups/distinfo | 12 ++++++------
print/cups/patches/patch-config-scripts_cups-manpages.m4 | 6 +++---
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (57 lines):
diff -r 56254b49a9b9 -r 6ef39418f2d4 print/cups/Makefile
--- a/print/cups/Makefile Sat Jan 21 09:11:27 2017 +0000
+++ b/print/cups/Makefile Sat Jan 21 11:57:10 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.240 2017/01/11 13:26:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.241 2017/01/21 11:57:10 leot Exp $
-DISTNAME= cups-2.2.1-source
+DISTNAME= cups-2.2.2-source
PKGNAME= ${DISTNAME:S/-source//}
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/}
diff -r 56254b49a9b9 -r 6ef39418f2d4 print/cups/distinfo
--- a/print/cups/distinfo Sat Jan 21 09:11:27 2017 +0000
+++ b/print/cups/distinfo Sat Jan 21 11:57:10 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.119 2016/10/09 08:33:16 leot Exp $
+$NetBSD: distinfo,v 1.120 2017/01/21 11:57:10 leot Exp $
-SHA1 (cups-2.2.1-source.tar.gz) = 80d00096ace2da2c0cbc0f8c160f8f84adece9b0
-RMD160 (cups-2.2.1-source.tar.gz) = 2072bb7af751bc4f4f30d847cf7115eff07c606b
-SHA512 (cups-2.2.1-source.tar.gz) = 7ffc92075bbfec9a86fa92261944dcef9c019cce16135726c23f88bf49617cebddc520729a716f73cd80b931438b05c92991517094d30fc29f3355fe31a29f81
-Size (cups-2.2.1-source.tar.gz) = 9486635 bytes
+SHA1 (cups-2.2.2-source.tar.gz) = e38d2847eceeb3a2d59172d3c5a58d817632fe44
+RMD160 (cups-2.2.2-source.tar.gz) = 407e150d67625f066cdc39afc7bf516f7f18c923
+SHA512 (cups-2.2.2-source.tar.gz) = c78156eddfbae5b5ac9963082763f2a8e0e297cc93fce9e12707ba3606164dc674f127819db972b00699587628ec35002da206691fed2e03578912c613150eac
+Size (cups-2.2.2-source.tar.gz) = 9493396 bytes
SHA1 (patch-ae) = 04f314bbbb05538b67a0f68adc241a09e836a4e2
SHA1 (patch-af) = 6ae6ae6006387db69bf7c15f7c8500708c9e8f56
SHA1 (patch-ai) = 2c1ca67ea6f6c1dedb4c8ff97736f328a2b9a7c6
@@ -12,7 +12,7 @@
SHA1 (patch-config-scripts_cups-compiler.m4) = 5984c94c154ac732d97c0af26fc4099a7889096f
SHA1 (patch-config-scripts_cups-directories.m4) = 1daa2b6237d3675665f273678271b7b522905c8d
SHA1 (patch-config-scripts_cups-gssapi.m4) = 0f7e4c35473e6117d2fe103750eda820b6fade55
-SHA1 (patch-config-scripts_cups-manpages.m4) = 4393d94dc208ddde12b055cbe0550a0ff5e8e61b
+SHA1 (patch-config-scripts_cups-manpages.m4) = cc920bf46555aab5610e91de4ca1f69916f5b79a
SHA1 (patch-config-scripts_cups-sharedlibs.m4) = 5b95da8f91de0aaab8b3f826ce0a2662cee3f63a
SHA1 (patch-configure.ac) = 0e48669372badc477db7d6f26c8180062f4e78de
SHA1 (patch-cups-tls.c) = f89c25f8089d9e11a983a270adbb2cbde3c22511
diff -r 56254b49a9b9 -r 6ef39418f2d4 print/cups/patches/patch-config-scripts_cups-manpages.m4
--- a/print/cups/patches/patch-config-scripts_cups-manpages.m4 Sat Jan 21 09:11:27 2017 +0000
+++ b/print/cups/patches/patch-config-scripts_cups-manpages.m4 Sat Jan 21 11:57:10 2017 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-config-scripts_cups-manpages.m4,v 1.3 2016/09/30 14:10:55 wiz Exp $
+$NetBSD: patch-config-scripts_cups-manpages.m4,v 1.4 2017/01/21 11:57:10 leot Exp $
Add '--with-manext' configure option.
---- config-scripts/cups-manpages.m4.orig 2016-09-13 23:39:47.000000000 +0000
+--- config-scripts/cups-manpages.m4.orig 2017-01-17 19:27:22.000000000 +0000
+++ config-scripts/cups-manpages.m4
@@ -11,6 +11,8 @@ dnl which should have been included with
- dnl file is missing or damaged, see the license at "http://www.cups.org/".
+ dnl missing or damaged, see the license at "http://www.cups.org/".
dnl
+AC_ARG_WITH(manext, [ --with-manext set man page extension style (bsd,irix,sysv,none)],manext="$withval",manext="")
Home |
Main Index |
Thread Index |
Old Index