cronie: update to 1.4.3.

--HG--
extra : convert_revision : b0102e20f3339d03034839e64776ef252f69ec6f
This commit is contained in:
Juan RP 2010-02-17 21:02:20 +01:00
parent fade7eedbd
commit b7c2c89d1d
2 changed files with 12 additions and 14 deletions

View file

@ -1,11 +1,9 @@
--- pam/crond.orig 2009-03-28 15:23:30.652684272 +0100 --- pam/crond.orig 2010-02-17 20:59:59.390517284 +0100
+++ pam/crond 2009-03-28 15:24:21.382420737 +0100 +++ pam/crond 2010-02-17 21:01:10.996517787 +0100
@@ -4,8 +4,5 @@ @@ -4,6 +4,4 @@
# #
auth sufficient pam_rootok.so # No PAM authentication called, auth modules not needed
auth required pam_env.so
-auth include system-auth
account required pam_access.so account required pam_access.so
-account include system-auth -account include password-auth
session required pam_loginuid.so session required pam_loginuid.so
-session include system-auth -session include password-auth

View file

@ -1,15 +1,14 @@
# Template file for 'cronie' # Template file for 'cronie'
pkgname=cronie pkgname=cronie
version=1.4.1 version=1.4.3
revision=1 distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
distfiles="http://xbps.nopcode.org/distfiles/cronie-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
--with-daemon_username=nobody --with-daemon_groupname=nobody --with-daemon_username=nobody --with-daemon_groupname=nobody
--localstatedir=/var" --localstatedir=/var"
short_desc="Runs specified programs at scheduled times" short_desc="Runs specified programs at scheduled times"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=269c7ea3d91d4c4cc54fce5b40a9bf2df1489928825b1d1cae711bb8aac621d6 checksum=3f498ad156bdf0f5fe3c619f3e13c0b07ccaf4bd921c86c526fe1de7b86fccae
long_desc=" long_desc="
Cronie contains the standard UNIX daemon crond that runs specified programs at Cronie contains the standard UNIX daemon crond that runs specified programs at
scheduled times and related tools. It is based on the original cron and scheduled times and related tools. It is based on the original cron and
@ -20,9 +19,10 @@ keep_empty_dirs=yes
conf_files="/etc/crontab" conf_files="/etc/crontab"
openrc_services="crond default" openrc_services="crond default"
Add_dependency full glibc Add_dependency run glibc
Add_dependency full pam Add_dependency run pam
Add_dependency full run-parts Add_dependency full run-parts
Add_dependency build pam-devel
post_install() post_install()
{ {