summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-09-25 13:59:03 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-09-25 13:59:03 +0000
commitcd6ea464cafc68372f34222112386d0807163e89 (patch)
tree03064c1ed27722246b9c9e5659eda1b5734519a4 /net-print/cups
parentbump (diff)
downloadgentoo-2-cd6ea464cafc68372f34222112386d0807163e89.tar.gz
gentoo-2-cd6ea464cafc68372f34222112386d0807163e89.tar.bz2
gentoo-2-cd6ea464cafc68372f34222112386d0807163e89.zip
changelog...
Diffstat (limited to 'net-print/cups')
-rw-r--r--net-print/cups/Manifest10
-rw-r--r--net-print/cups/cups-1.1.19-r1.ebuild4
-rw-r--r--net-print/cups/files/cupsd.conf-1.1.1811
3 files changed, 14 insertions, 11 deletions
diff --git a/net-print/cups/Manifest b/net-print/cups/Manifest
index 308c07442d4c..69961ba30cbe 100644
--- a/net-print/cups/Manifest
+++ b/net-print/cups/Manifest
@@ -1,17 +1,17 @@
MD5 0fc1604543cfe18b311fa3c4830e64e5 cups-1.1.19.ebuild 3609
MD5 14e365c5a028c9a90352629c7d553950 cups-1.1.18-r5.ebuild 3646
-MD5 17e8f37694582efa55432ee79aadcfa8 cups-1.1.19-r1.ebuild 3932
+MD5 d93b395afbc972253aac99fa0172866c cups-1.1.19-r1.ebuild 3930
MD5 576d3e9d8a28e0ffdc6bb070b8284b40 ChangeLog 7511
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 d668826632fc35de75182b57d217be29 files/foomatic-gswrapper 1710
+MD5 a3301abd5242f434926ff77967e352d0 files/foomatic-gswrapper 1711
MD5 7f2456e05feba9417282438030ea7590 files/cupsomatic 38029
MD5 0d7d8bca89796c3b0f58e7cb70db9e88 files/cupsd.rc6 519
-MD5 4d42d58387ed0a01b5f4e49ace9a8c0a files/cups.pam 232
+MD5 cc4ea180acf9945f4c121de0c02093e7 files/cups.pam 233
MD5 28180a32f4b7e4d332f17fd20c99ee91 files/digest-cups-1.1.19 72
MD5 23295c953b3c5dfed3b9ecff049f3421 files/digest-cups-1.1.18-r5 72
MD5 28180a32f4b7e4d332f17fd20c99ee91 files/digest-cups-1.1.19-r1 72
MD5 7bce495a238ee9dbebb61496f3b3ae51 files/disable-strip.patch 422
-MD5 15f6b6e65285629a82a5d80abec81b1c files/cupsd.conf-1.1.18 20509
+MD5 e8608b3605ae84d0f10dbc635d65292a files/cupsd.conf-1.1.18 20538
MD5 5484493b0e4d631f7ccea67f988ff0e6 files/cups-1.1.18-str75.patchv2 7223
MD5 ec90893091ccb9fa45c107c08dc7152c files/configure-jpeg-buildfix.diff 308
-MD5 543135cac63f9e38f45d656c1b1ef36c files/cups.xinetd 366
+MD5 ea78abb13208bbcb5b870b53abc64a7e files/cups.xinetd 367
diff --git a/net-print/cups/cups-1.1.19-r1.ebuild b/net-print/cups/cups-1.1.19-r1.ebuild
index 0d35f3d54ac7..a40e7bbeffd5 100644
--- a/net-print/cups/cups-1.1.19-r1.ebuild
+++ b/net-print/cups/cups-1.1.19-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.19-r1.ebuild,v 1.8 2003/09/24 21:33:47 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.19-r1.ebuild,v 1.9 2003/09/25 13:58:56 lanius Exp $
inherit eutils flag-o-matic
@@ -26,7 +26,7 @@ has_version net-print/foomatic && newdepend ">=net-print/foomatic-3.0.0"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="ia64 x86 ppc sparc alpha hppa amd64"
+KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64"
filter-flags -fomit-frame-pointer
diff --git a/net-print/cups/files/cupsd.conf-1.1.18 b/net-print/cups/files/cupsd.conf-1.1.18
index f40152da1571..1651905a4dd9 100644
--- a/net-print/cups/files/cupsd.conf-1.1.18
+++ b/net-print/cups/files/cupsd.conf-1.1.18
@@ -1,5 +1,5 @@
#
-# "$Id: cupsd.conf-1.1.18,v 1.1 2003/01/27 21:50:16 lordvan Exp $"
+# "$Id: cupsd.conf-1.1.18,v 1.2 2003/09/25 13:58:56 lanius Exp $"
#
# Sample configuration file for the Common UNIX Printing System (CUPS)
# scheduler.
@@ -724,12 +724,15 @@ Allow From 127.0.0.1
#
#</Location>
-#<Location /jobs>
+<Location /jobs>
#
# You may wish to limit access to job operations, either with Allow
# and Deny lines, or by requiring a username and password.
#
-#</Location>
+AuthType Basic
+AuthClass System
+
+</Location>
#<Location /printers>
#
@@ -781,5 +784,5 @@ Allow From 127.0.0.1
</Location>
#
-# End of "$Id: cupsd.conf-1.1.18,v 1.1 2003/01/27 21:50:16 lordvan Exp $".
+# End of "$Id: cupsd.conf-1.1.18,v 1.2 2003/09/25 13:58:56 lanius Exp $".
#