Version bump
authorJason A. Donenfeld <zx2c4@gentoo.org>
Mon, 6 Jun 2016 17:45:15 +0000 (19:45 +0200)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Mon, 6 Jun 2016 17:47:57 +0000 (19:47 +0200)
Package-Manager: portage-2.3.0_rc1

mail-mta/opensmtpd/Manifest
mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild [moved from mail-mta/opensmtpd/opensmtpd-5.7.3_p2-r2.ebuild with 87% similarity]
mail-mta/opensmtpd/opensmtpd-5.9.2_p1.ebuild [moved from mail-mta/opensmtpd/opensmtpd-5.7.3_p2.ebuild with 86% similarity]

index 402b5218756327d96363251075d9d541f08ed666..29b0229f98e1d1edcfa5728bb303502b35923418 100644 (file)
@@ -1 +1,2 @@
 DIST opensmtpd-5.7.3p2.tar.gz 709074 SHA256 0d2973008d0f66bebb84bed516be6c32617735241cc54dd26643529281a8e52b SHA512 bac0b8d6a6969a5e49a1d45b2c74cb2f3da44d06b12c7162500adf3ca312751020762bc8301075a9d7634d94cf51f978d04fac327f843680646e9e687737c42f WHIRLPOOL 7c82fe76f9185472781b24332b6c7acd3b062e1bb6e426e122e1d2b2caf90e33a46770d6504fb7a3b32d50c9e31aa7284d2e47968e43d706b590936223f03dc6
+DIST opensmtpd-5.9.2p1.tar.gz 681855 SHA256 3522f273c1630c781facdb2b921228e338ed4e651909316735df775d6a70a71d SHA512 99ca15101557848aa6d642f0c0171b152d805192e6839a97410b19431c981a21a5c0dc011e2c8cd91f3e6f6acb37a77f0f4c8e68114bf9808240392fe2b5d375 WHIRLPOOL 4d50474eb9f845633d152c065a0e70f3d41fba97134b33d3eb5164d39bdc58eeb4133b2f951a1815143a468144fb631f5f0b2960f57e7ba18a65321413fb5b6f
similarity index 87%
rename from mail-mta/opensmtpd/opensmtpd-5.7.3_p2-r2.ebuild
rename to mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild
index dc90b4649854a622402867558dd62bf0f8155119..f4f32a666da5b92ee237cdcba98d04cdace768da 100644 (file)
@@ -47,8 +47,6 @@ S=${WORKDIR}/${MY_P/_}
 src_prepare() {
        # Use /run instead of /var/run
        sed -i -e '/pidfile_path/s:_PATH_VARRUN:"/run/":' openbsd-compat/pidfile.c || die
-       use libressl && epatch "${FILESDIR}/${PN}-5.7.3p2-libressl-arc4random-circularity.patch"
-
        epatch_user
        eautoreconf
 }
@@ -56,14 +54,14 @@ src_prepare() {
 src_configure() {
        tc-export AR
        AR="$(which "$AR")" econf \
-               --enable-table-db \
-               --with-privsep-user=smtpd \
-               --with-queue-user=smtpq \
-               --with-privsep-path=/var/empty \
-               --with-sock-dir=/run \
+               --with-table-db \
+               --with-user-smtpd=smtpd \
+               --with-user-queue=smtpq \
+               --with-group-queue=smtpq \
+               --with-path-socket=/run \
+               --with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
                --sysconfdir=/etc/opensmtpd \
-               --with-ca-file=/etc/ssl/certs/ca-certificates.crt \
-               $(use_with pam)
+               $(use_with pam auth-pam)
 }
 
 src_install() {
similarity index 86%
rename from mail-mta/opensmtpd/opensmtpd-5.7.3_p2.ebuild
rename to mail-mta/opensmtpd/opensmtpd-5.9.2_p1.ebuild
index fe35e0f7025abcf1c5f2b0e2d8712ea72162fc48..c55d90f99355541a99e184b6e704b6156b283683 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,8 +19,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="pam +mta"
 
-DEPEND="dev-libs/openssl:0
-               sys-libs/zlib
+DEPEND="sys-libs/zlib
                pam? ( virtual/pam )
                sys-libs/db:=
                dev-libs/libevent
@@ -46,7 +45,6 @@ S=${WORKDIR}/${MY_P/_}
 src_prepare() {
        # Use /run instead of /var/run
        sed -i -e '/pidfile_path/s:_PATH_VARRUN:"/run/":' openbsd-compat/pidfile.c || die
-
        epatch_user
        eautoreconf
 }
@@ -54,14 +52,14 @@ src_prepare() {
 src_configure() {
        tc-export AR
        AR="$(which "$AR")" econf \
-               --enable-table-db \
-               --with-privsep-user=smtpd \
-               --with-queue-user=smtpq \
-               --with-privsep-path=/var/empty \
-               --with-sock-dir=/run \
+               --with-table-db \
+               --with-user-smtpd=smtpd \
+               --with-user-queue=smtpq \
+               --with-group-queue=smtpq \
+               --with-path-socket=/run \
+               --with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
                --sysconfdir=/etc/opensmtpd \
-               --with-ca-file=/etc/ssl/certs/ca-certificates.crt \
-               $(use_with pam)
+               $(use_with pam auth-pam)
 }
 
 src_install() {