[Lunar-commits] <moonbase-other> cups: version bumped to 2.0.2.
Florin Braescu
florin at lunar-linux.org
Thu Mar 5 13:36:07 CET 2015
commit 693dbd9335f6faba39328d21e6efcfdb90ab7b7b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu, 05 Mar 2015 14:35:50 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/693dbd9335f6faba39328d21e6efcfdb90ab7b7b
cups: version bumped to 2.0.2.
---
printer/cups/BUILD | +11/-9
printer/cups/DEPENDS | +2/-2
printer/cups/DETAILS | +3/-3
printer/cups/cups.logrotate | +5/-0
printer/cups/pam.d/cups | +3/-0
5 files changed, 24 insertions(+), 14 deletions(-)
--- a/printer/cups/BUILD
+++ b/printer/cups/BUILD
@@ -1,12 +1,14 @@
-(
+OPTS+=" --enable-raw-printing" &&
- default_config &&
- sedit "s:-Os -g::" Makedefs &&
- sedit "s:-fstack-protector::" Makedefs &&
- default_make &&
+default_config &&
- if [ -e /etc/init.d/cups ] ; then
- rm -f /etc/init.d/cups
- fi
+sedit "s:-Os -g::" Makedefs &&
+sedit "s:-fstack-protector::" Makedefs &&
-) > $C_FIFO 2>&1
+default_make &&
+
+install -D -m644 "$SCRIPT_DIRECTORY/cups.logrotate" /etc/logrotate.d/cups &&
+
+if [ -e /etc/init.d/cups ] ; then
+ rm -f /etc/init.d/cups
+fi
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -4,8 +4,8 @@ optional_depends "Linux-PAM" \
"for pluggable authentication"
optional_depends "openssl" \
- "--enable-ssl=yes --enable-openssl" \
- "--disable-openssl" \
+ "--enable-ssl=yes" \
+ "--disable-ssl" \
"for encrypted communications"
optional_depends "gnutls" \
--- a/printer/cups/DETAILS
+++ b/printer/cups/DETAILS
@@ -1,12 +1,12 @@
MODULE=cups
- VERSION=1.7.5
+ VERSION=2.0.2
SOURCE=$MODULE-$VERSION-source.tar.bz2
SOURCE_URL[0]=http://cups.org/software/$VERSION
SOURCE_URL[1]=ftp://ftp.easysw.com/pub/$MODULE/$VERSION
- SOURCE_VFY=sha1:7cd1a18fe2988b4375e9276af313a53e1caf5a27
+ SOURCE_VFY=sha256:858720f76b66fd0441ae2a16f7cabd9554c8c64607e28ffacf16c36c53a3b18b
WEB_SITE=http://www.cups.org
ENTERED=20020218
- UPDATED=20140805
+ UPDATED=20150210
SHORT="A portable printing layer"
cat << EOF
--- /dev/null
+++ b/printer/cups/cups.logrotate
@@ -0,0 +1,5 @@
+/var/log/cups/*_log {
+ missingok
+ notifempty
+ sharedscripts
+}
--- /dev/null
+++ b/printer/cups/pam.d/cups
@@ -0,0 +1,3 @@
+auth required pam_unix.so
+account required pam_unix.so
+session required pam_unix.so
More information about the Lunar-commits
mailing list