openntpd: update to 5.7p3.

This commit is contained in:
Juan RP 2015-01-28 09:35:15 +01:00
parent a93b19cdf2
commit 3e9ef30dbd
1 changed files with 4 additions and 3 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'openntpd' # Template file for 'openntpd'
pkgname=openntpd pkgname=openntpd
version=5.7p2 version=5.7p3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-privsep-user=$pkgname --with-privsep-path=/var/empty" configure_args="--with-privsep-user=$pkgname"
makedepends="libressl-devel" makedepends="libressl-devel"
short_desc="FREE, easy to use implementation of the Network Time Protocol" short_desc="FREE, easy to use implementation of the Network Time Protocol"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD" license="BSD"
homepage="http://openntpd.org/" homepage="http://openntpd.org/"
distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${version}.tar.gz" distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${version}.tar.gz"
checksum=1640ad4a6e6475f6065d5f999b17b5dc6ab40dc17309b782b9ae390fe54bd6a5 checksum=4f417c8a4c21ed7ec3811107829f931404f9bf121855b8571a2ca3355695343a
conf_files="/etc/ntpd.conf" conf_files="/etc/ntpd.conf"
provides="ntp-daemon-0_1" provides="ntp-daemon-0_1"
@ -20,4 +20,5 @@ openntpd_homedir="/var/empty"
post_install() { post_install() {
vsv $pkgname vsv $pkgname
vlicense COPYING
} }