summaryrefslogtreecommitdiff
path: root/print/cups/Makefile
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2016-10-09 08:33:15 +0000
committerleot <leot@pkgsrc.org>2016-10-09 08:33:15 +0000
commit79c344a1c2a54d3974be137f0464b7648cc0d584 (patch)
tree5dc37ecf9f77398216b60d49c3b3be40eb36ceed /print/cups/Makefile
parent8a88eceec8767e843068e59840232d0b658904e0 (diff)
downloadpkgsrc-79c344a1c2a54d3974be137f0464b7648cc0d584.tar.gz
Update print/cups to cups-2.2.1
Changes: CHANGES IN CUPS V2.2.1 - Added "CreateSelfSignedCerts" directive for cups-files.conf to control whether the scheduler automatically creates its own self-signed X.509 certificates for TLS connections (Issue #4876) - http*Connect did not handle partial failures (Issue #4870) - Addressed some build warnings on Linux (Issue #4881) - cupsHashData did not use the correct hashing algorithm (<rdar://problem/28209220>) - Updated man pages (PR #4885) - Updated localizations (PR #4877, PR #4886)
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r--print/cups/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index be200cffd55..df6c60b7567 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.233 2016/09/30 14:10:55 wiz Exp $
+# $NetBSD: Makefile,v 1.234 2016/10/09 08:33:15 leot Exp $
-DISTNAME= cups-2.2.0-source
+DISTNAME= cups-2.2.1-source
PKGNAME= ${DISTNAME:S/-source//}
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/}