summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2020-05-23 16:58:11 -0600
committerJason A. Donenfeld <zx2c4@gentoo.org>2020-05-23 17:08:52 -0600
commit7bc012dd998ad9dacf93cbc53e556499febd9e5b (patch)
treee4f808e70757d2203bf05bf7d17fae05c7037bdc /mail-mta
parentlinux-info.eclass: avoid lexicographical compare on numbers, bug #705248 (diff)
downloadgentoo-7bc012dd998ad9dacf93cbc53e556499febd9e5b.tar.gz
gentoo-7bc012dd998ad9dacf93cbc53e556499febd9e5b.tar.bz2
gentoo-7bc012dd998ad9dacf93cbc53e556499febd9e5b.zip
mail-mta/opensmtpd: bump to 6.7.0_p1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/opensmtpd/Manifest2
-rw-r--r--mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild (renamed from mail-mta/opensmtpd/opensmtpd-6.6.4_p1.ebuild)8
2 files changed, 1 insertions, 9 deletions
diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest
index ef56b7e6d94a..af35f47b00db 100644
--- a/mail-mta/opensmtpd/Manifest
+++ b/mail-mta/opensmtpd/Manifest
@@ -1 +1 @@
-DIST opensmtpd-6.6.4p1.tar.gz 790754 BLAKE2B 18cc19569ae764eff3d672cbfb87df7bd00afcce93705ad128e935c0a47a246c3a6166fca7b6f844c0dd5e728492d8aeb7e0f8a8c1f5a756bf356ae9afb80852 SHA512 267307c91f4fcf21624b0897dfb1f5638b77da7b8d9a02211d734ed2cc5bd39ea7542ae7f200255e2945518fbe7609a0e5aa4e5c6dcb8146014f08b3845c108b
+DIST opensmtpd-6.7.0p1.tar.gz 860022 BLAKE2B 5795902830a854415053f561c6e7b3087fc1b7860e64a7b673b8142bec6a36018ea175b1d0794823894555a333517e19857291f1049843d8c714a8e037cb5125 SHA512 c7cdc24a0ce2d7d6db9ec25fb4b844cb7d73fddb0246da8727c4a81c9fe532e67aa64dcbebdb5d1811ceffb6d281936c8afa29ea094810b3bf29d5e5bbd54e5f
diff --git a/mail-mta/opensmtpd/opensmtpd-6.6.4_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild
index 143540cb4f1c..115b05b5c443 100644
--- a/mail-mta/opensmtpd/opensmtpd-6.6.4_p1.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild
@@ -71,11 +71,3 @@ src_install() {
ln -s --relative "${ED}"/usr/sbin/smtpctl "${ED}"/usr/$(get_libdir)/sendmail || die
fi
}
-
-pkg_postinst() {
- ewarn
- ewarn "If you're upgrading from version 6.0, note that the"
- ewarn "configuration syntax has changed, and config files"
- ewarn "now live in /etc/smtpd instead of /etc/opensmtpd."
- ewarn
-}