mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
cronie: update to 1.4.9.
This commit is contained in:
parent
e5b55d61e6
commit
e7e1a0f486
1 changed files with 8 additions and 7 deletions
|
@ -1,24 +1,25 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.4.8
|
version=1.4.9
|
||||||
revision=13
|
revision=1
|
||||||
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
|
||||||
--localstatedir=/var"
|
--disable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
||||||
makedepends="pam-devel"
|
|
||||||
fulldepends="run-parts"
|
|
||||||
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>"
|
||||||
homepage="https://fedorahosted.org/cronie/"
|
homepage="https://fedorahosted.org/cronie/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||||
checksum=a3b910876f255712f1a5c364b74f34b0ceac9f6f3bbc45e854c5722785f513b3
|
checksum=bd7f6f118460c452bd1217a24b80fd3c000425d3de28731b98354a81a2133e92
|
||||||
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
|
||||||
has security and configuration enhancements like the ability to use PAM and
|
has security and configuration enhancements like the ability to use PAM and
|
||||||
SELinux."
|
SELinux."
|
||||||
|
|
||||||
|
makedepends="pam-devel"
|
||||||
|
fulldepends="run-parts"
|
||||||
|
|
||||||
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
|
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
|
||||||
systemd_services="cronie.service on"
|
systemd_services="cronie.service on"
|
||||||
provides="cron-daemon-0"
|
provides="cron-daemon-0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue