cups: update to 2.2.3
This commit is contained in:
parent
4d8af2c54b
commit
669d0f6d35
@ -1,26 +0,0 @@
|
||||
--- a/conf/cupsd.conf.in
|
||||
+++ b/conf/cupsd.conf.in
|
||||
@@ -145,12 +145,12 @@
|
||||
|
||||
# Job-related operations must be done by the owner or an administrator...
|
||||
<Limit Create-Job Print-Job Print-URI Validate-Job>
|
||||
- AuthType Negotiate
|
||||
+ AuthType Default
|
||||
Order deny,allow
|
||||
</Limit>
|
||||
|
||||
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
|
||||
- AuthType Negotiate
|
||||
+ AuthType Default
|
||||
Require user @OWNER @SYSTEM
|
||||
Order deny,allow
|
||||
</Limit>
|
||||
@@ -171,7 +171,7 @@
|
||||
|
||||
# Only the owner or an administrator can cancel or authenticate a job...
|
||||
<Limit Cancel-Job CUPS-Authenticate-Job>
|
||||
- AuthType Negotiate
|
||||
+ AuthType Default
|
||||
Require user @OWNER @CUPS_DEFAULT_PRINTOPERATOR_AUTH@
|
||||
Order deny,allow
|
||||
</Limit>
|
@ -1,14 +1,14 @@
|
||||
# Template file for 'cups'
|
||||
pkgname=cups
|
||||
version=2.2.2
|
||||
revision=2
|
||||
version=2.2.3
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
short_desc="Common Unix Printing System"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.cups.org/"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/apple/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
|
||||
checksum=f589bb7d5d1dc3aa0915d7cf2b808571ef2e1530cd1a6ebe76ae8f9f4994e4f6
|
||||
checksum=66701fe15838f2c892052c913bde1ba106bbee2e0a953c955a62ecacce76885f
|
||||
|
||||
hostmakedepends="automake pkg-config poppler-utils gnutls-devel avahi-libs-devel"
|
||||
makedepends="acl-devel libjpeg-turbo-devel libpng-devel tiff-devel
|
||||
|
Loading…
Reference in New Issue
Block a user