opensmtpd: update to 6.6.1p1.
This commit is contained in:
parent
1a93024d4e
commit
39d68af1c8
|
@ -1,6 +1,6 @@
|
||||||
--- configure.ac.orig
|
--- configure.ac.orig
|
||||||
+++ configure.ac
|
+++ configure.ac
|
||||||
@@ -1316,37 +1316,6 @@
|
@@ -1340,40 +1340,6 @@
|
||||||
|
|
||||||
# Where to place smtpd.pid
|
# Where to place smtpd.pid
|
||||||
piddir=/var/run
|
piddir=/var/run
|
||||||
|
@ -33,6 +33,9 @@
|
||||||
- ],
|
- ],
|
||||||
- [
|
- [
|
||||||
- AC_MSG_RESULT([$piddir from default value])
|
- AC_MSG_RESULT([$piddir from default value])
|
||||||
|
- ],
|
||||||
|
- [
|
||||||
|
- AC_MSG_RESULT([$piddir from default value])
|
||||||
- ]
|
- ]
|
||||||
-)
|
-)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opensmtpd'
|
# Template file for 'opensmtpd'
|
||||||
pkgname=opensmtpd
|
pkgname=opensmtpd
|
||||||
version=6.4.2p1
|
version=6.6.1p1
|
||||||
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-path-socket=/run --with-path-pidfile=/run
|
--with-path-socket=/run --with-path-pidfile=/run
|
||||||
|
@ -26,7 +26,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause, ISC, MIT"
|
license="BSD-3-Clause, ISC, MIT"
|
||||||
homepage="https://www.opensmtpd.org"
|
homepage="https://www.opensmtpd.org"
|
||||||
distfiles="https://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
distfiles="https://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
||||||
checksum=6d71155b15fa4ef0198d10dfb7b1905845c9d36d4a02321245a99da80002fb5d
|
checksum=eb1bedbfb23d9f08f509d92d8efcaf51d56fb2f44492f40ec059d41124a2f1d9
|
||||||
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"
|
||||||
system_accounts="_smtpd _smtpq"
|
system_accounts="_smtpd _smtpq"
|
||||||
|
|
Loading…
Reference in New Issue