opensmtpd: update to 5.4.6p1.
This commit is contained in:
parent
60166e25cc
commit
12f5f0e759
3 changed files with 3 additions and 27 deletions
|
@ -1,10 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=OpenSMTPD
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=forking
|
|
||||||
ExecStart=/usr/bin/smtpd
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -1,8 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=OpenSMTPD Socket
|
|
||||||
|
|
||||||
[Socket]
|
|
||||||
ListenStream=/run/smtpd.sock
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=sockets.target
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opensmtpd'
|
# Template file for 'opensmtpd'
|
||||||
pkgname=opensmtpd
|
pkgname=opensmtpd
|
||||||
version=5.4.5p2
|
version=5.4.6p1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||||
--with-maildir=/var/spool/mail --with-privsep-path=/var/empty
|
--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"
|
makedepends="zlib-devel libressl-devel libevent-devel db-devel libasr-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases"
|
conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases"
|
||||||
build_options="systemd"
|
|
||||||
provides="smtp-forwarder-0_1 smtp-server-0_1"
|
provides="smtp-forwarder-0_1 smtp-server-0_1"
|
||||||
replaces="smtp-forwarder>=0 smtp-server>=0"
|
replaces="smtp-forwarder>=0 smtp-server>=0"
|
||||||
short_desc="Free implementation of the server-side SMTP protocol"
|
short_desc="Free implementation of the server-side SMTP protocol"
|
||||||
|
@ -20,7 +19,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD, ISC, MIT"
|
license="BSD, ISC, MIT"
|
||||||
homepage="http://www.opensmtpd.org"
|
homepage="http://www.opensmtpd.org"
|
||||||
distfiles="http://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c7574b0d673d3f1dfec49694d6421ad8f08fa037d7dde96a73dc892289a538ee
|
checksum=f9ee7eafcc0e2e019428cae83844e0166bd56583471e6a3a1cb148cd11a51af5
|
||||||
|
|
||||||
system_accounts="smtpd smtpq"
|
system_accounts="smtpd smtpq"
|
||||||
smtpd_descr="SMTPD daemon"
|
smtpd_descr="SMTPD daemon"
|
||||||
|
@ -39,9 +38,4 @@ post_install() {
|
||||||
vsv opensmtpd
|
vsv opensmtpd
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vinstall /dev/null 644 etc/smtpd aliases
|
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
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue