opensmtpd: update to 5.4.6p1.

This commit is contained in:
Juan RP 2015-06-12 08:09:59 +02:00
parent 60166e25cc
commit 12f5f0e759
3 changed files with 3 additions and 27 deletions

View File

@ -1,10 +0,0 @@
[Unit]
Description=OpenSMTPD
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/smtpd
[Install]
WantedBy=multi-user.target

View File

@ -1,8 +0,0 @@
[Unit]
Description=OpenSMTPD Socket
[Socket]
ListenStream=/run/smtpd.sock
[Install]
WantedBy=sockets.target

View File

@ -1,7 +1,7 @@
# Template file for 'opensmtpd'
pkgname=opensmtpd
version=5.4.5p2
revision=2
version=5.4.6p1
revision=1
build_style=gnu-configure
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
--with-maildir=/var/spool/mail --with-privsep-path=/var/empty
@ -12,7 +12,6 @@ hostmakedepends="automake libtool pkg-config bison"
makedepends="zlib-devel libressl-devel libevent-devel db-devel libasr-devel"
depends="ca-certificates"
conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases"
build_options="systemd"
provides="smtp-forwarder-0_1 smtp-server-0_1"
replaces="smtp-forwarder>=0 smtp-server>=0"
short_desc="Free implementation of the server-side SMTP protocol"
@ -20,7 +19,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD, ISC, MIT"
homepage="http://www.opensmtpd.org"
distfiles="http://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
checksum=c7574b0d673d3f1dfec49694d6421ad8f08fa037d7dde96a73dc892289a538ee
checksum=f9ee7eafcc0e2e019428cae83844e0166bd56583471e6a3a1cb148cd11a51af5
system_accounts="smtpd smtpq"
smtpd_descr="SMTPD daemon"
@ -39,9 +38,4 @@ post_install() {
vsv opensmtpd
vlicense LICENSE
vinstall /dev/null 644 etc/smtpd aliases
if [ "$build_option_systemd" ]; then
vinstall ${FILESDIR}/smtpd.service 644 usr/lib/systemd/system
vinstall ${FILESDIR}/smtpd.socket 644 usr/lib/systemd/system
fi
}