public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/opensmtpd/
Date: Fri,  2 Oct 2015 12:39:26 +0000 (UTC)	[thread overview]
Message-ID: <1443789364.dd6efadc944fb348ee1d45593c66d3b4c167e3e5.zx2c4@gentoo> (raw)

commit:     dd6efadc944fb348ee1d45593c66d3b4c167e3e5
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  2 12:32:38 2015 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 12:36:04 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6efadc

mail-mta/opensmtpd: version bump for security fixes

Gentoo-Bug: 562034
Package-Manager: portage-2.2.20.1

 mail-mta/opensmtpd/Manifest                        |  2 +-
 mail-mta/opensmtpd/opensmtpd-5.7.1_p1.ebuild       | 89 ----------------------
 ....7.1_p1-r1.ebuild => opensmtpd-5.7.2_p1.ebuild} |  0
 3 files changed, 1 insertion(+), 90 deletions(-)

diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest
index b4fce70..7e33322 100644
--- a/mail-mta/opensmtpd/Manifest
+++ b/mail-mta/opensmtpd/Manifest
@@ -1,2 +1,2 @@
 DIST opensmtpd-201506112227p1.tar.gz 706259 SHA256 f938796d2655f554e695adff6a3f3bbc4b1326912327b98acc7e29f705b9cf63 SHA512 f1724c1f2233dc43f4e5db780e12cfbaa7237dfbd0f70b30237c5d7bf2eed370ef6ed1f3d674473fc34d42fca6bb13e3d1152f29d16e29c7c9f86db6071713fb WHIRLPOOL f7454975f256ef50d085774516805227c1dfc4129e57290dca4cb8484fd0b8e6df45a74c6f5c9704461d5f558f50cf3795700313d6394f8d9b61fe95dd8b692b
-DIST opensmtpd-5.7.1p1.tar.gz 708295 SHA256 67e9dd9682ca8c181e84e66c76245a4a8f6205834f915a2c021cdfeb22049e3a SHA512 df09c980b25a6e91a62f6de83b18e376f6c81a5bf0039fa91da90b2fe4d67bf4bc2dc6787b2d9aca0eb859cc149f980dd9c342516af5262231c97b133f804c1a WHIRLPOOL f864ceafcc323ef61faeeb379e696ea740e39761153fda28f03805fd6c3c3c41d4c61108bbe62fcb81afd2794f32b4deef094337536feecab6bc9cb717016f0a
+DIST opensmtpd-5.7.2p1.tar.gz 708991 SHA256 daae044488d456b33aa9c84ebcc79aef2f9ab2d17ebe0c0f09e41e1f4b60d992 SHA512 ef9487ba38711fd2a4076022c8fef89c4daf0aac346a72814a9c17f20f830bcd3cba4d85da53867cbc726d2c10fd6773c907ae533e0e022165d7f4aa3bdf1260 WHIRLPOOL 3d5d3fff0f15b898219af62eb4152666120d60d528f3afa99d347be0fcdd58b9fe36694471cd4485d51041de53ee6249f4510e5a0af254794fe7465b8642cd44

diff --git a/mail-mta/opensmtpd/opensmtpd-5.7.1_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.7.1_p1.ebuild
deleted file mode 100644
index 263925d..0000000
--- a/mail-mta/opensmtpd/opensmtpd-5.7.1_p1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools systemd versionator
-
-DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD"
-HOMEPAGE="http://www.opensmtpd.org/"
-MY_P="${P}"
-if [ $(get_last_version_component_index) -eq 4 ]; then
-	MY_P="${PN}-$(get_version_component_range 4-)"
-fi
-SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz"
-
-LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="pam +mta"
-
-DEPEND="dev-libs/openssl
-		sys-libs/zlib
-		pam? ( virtual/pam )
-		sys-libs/db
-		dev-libs/libevent
-		app-misc/ca-certificates
-		net-mail/mailbase
-		net-libs/libasr
-		!mail-mta/courier
-		!mail-mta/esmtp
-		!mail-mta/exim
-		!mail-mta/mini-qmail
-		!mail-mta/msmtp[mta]
-		!mail-mta/netqmail
-		!mail-mta/nullmailer
-		!mail-mta/postfix
-		!mail-mta/qmail-ldap
-		!mail-mta/sendmail
-		!mail-mta/ssmtp[mta]
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P/_}
-
-src_prepare() {
-	epatch_user
-	eautoreconf
-}
-
-src_configure() {
-	tc-export AR
-	AR="$(which "$AR")" econf \
-		--with-privsep-user=smtpd \
-		--with-queue-user=smtpq \
-		--with-privsep-path=/var/empty \
-		--with-sock-dir=/var/run \
-		--sysconfdir=/etc/opensmtpd \
-		--with-ca-file=/etc/ssl/certs/ca-certificates.crt \
-		$(use_with pam)
-}
-
-src_install() {
-	default
-	newinitd "${FILESDIR}"/smtpd.initd smtpd
-	systemd_dounit "${FILESDIR}"/smtpd.{service,socket}
-	use pam && newpamd "${FILESDIR}"/smtpd.pam smtpd
-	if use mta ; then
-		dodir /usr/sbin
-		dosym /usr/sbin/smtpctl /usr/sbin/sendmail
-		dosym /usr/sbin/smtpctl /usr/bin/sendmail
-		dosym /usr/sbin/smtpctl /usr/$(get_libdir)/sendmail
-	fi
-}
-
-pkg_preinst() {
-	enewgroup smtpd 25
-	enewuser smtpd 25 -1 /var/empty smtpd
-	enewgroup smtpq 252
-	enewuser smtpq 252 -1 /var/empty smtpq
-}
-
-pkg_postinst() {
-	einfo
-	einfo "Plugins for SQLite, MySQL, PostgreSQL, LDAP, socketmaps,"
-	einfo "Redis, and many other useful addons and filters are"
-	einfo "available in the mail-filter/opensmtpd-extras package."
-	einfo
-}

diff --git a/mail-mta/opensmtpd/opensmtpd-5.7.1_p1-r1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.7.2_p1.ebuild
similarity index 100%
rename from mail-mta/opensmtpd/opensmtpd-5.7.1_p1-r1.ebuild
rename to mail-mta/opensmtpd/opensmtpd-5.7.2_p1.ebuild


             reply	other threads:[~2015-10-02 12:39 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02 12:39 Jason Donenfeld [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-02 12:59 [gentoo-commits] repo/gentoo:master commit in: mail-mta/opensmtpd/ Jason Donenfeld
2015-10-11  1:04 Anthony G. Basile
2016-02-18 20:38 Jason Donenfeld
2016-06-06 17:46 Jason Donenfeld
2016-06-06 17:55 Jason Donenfeld
2016-06-06 17:59 Jason Donenfeld
2016-06-06 22:27 Jason Donenfeld
2016-06-07  8:41 Jason Donenfeld
2016-06-16 12:07 Jason Donenfeld
2016-06-25 15:16 Patrice Clement
2016-07-04  7:09 Jason Donenfeld
2016-07-05 12:09 Jason Donenfeld
2016-10-12 11:59 Jason Donenfeld
2016-10-14  2:23 Jason Donenfeld
2016-10-14  2:27 Jason Donenfeld
2016-10-14  6:42 Patrice Clement
2017-03-04 17:18 Alexis Ballier
2017-06-15 10:41 Alexis Ballier
2018-05-18 12:34 Aaron Bauman
2019-10-12 21:03 Mikle Kolyada
2020-01-29  8:51 Jason A. Donenfeld
2020-02-05 12:01 Jason A. Donenfeld
2020-02-05 12:07 Jason A. Donenfeld
2020-02-05 12:17 Jason A. Donenfeld
2020-02-05 12:29 Jason A. Donenfeld
2020-02-05 12:47 Jason A. Donenfeld
2020-02-05 13:02 Jason A. Donenfeld
2020-02-05 13:05 Jason A. Donenfeld
2020-02-06  5:46 Georgy Yakovlev
2020-05-23 23:08 Jason A. Donenfeld
2020-05-23 23:11 Jason A. Donenfeld
2020-08-25 19:24 Jason A. Donenfeld
2020-12-22 17:08 Thomas Deutschmann
2020-12-22 18:57 Sam James
2020-12-26 12:18 Jason A. Donenfeld
2020-12-27 23:56 Sam James
2021-01-04  9:32 Sam James
2021-05-02  8:54 Mikle Kolyada
2021-05-25 20:44 Thomas Deutschmann
2021-06-16  7:40 Georgy Yakovlev
2021-06-22 22:38 Sam James
2021-07-06 19:00 Georgy Yakovlev
2021-07-22  3:19 Georgy Yakovlev
2022-07-28 13:31 Sam James
2022-12-13  5:27 Sam James
2022-12-25  7:49 Georgy Yakovlev
2023-03-31  7:15 Joonas Niilola
2023-04-29  5:47 Sam James
2023-08-26 14:22 David Seifert
2023-08-28 16:07 David Seifert
2023-09-05 14:23 Sam James
2023-09-05 14:23 Sam James
2023-09-05 14:23 Sam James
2023-09-05 14:23 Sam James
2024-01-13  7:49 Joonas Niilola
2024-01-13  7:49 Joonas Niilola
2024-06-02  7:30 Joonas Niilola
2024-11-17 11:10 Cédric Krier
2024-11-17 11:17 Cédric Krier
2024-11-23 16:02 Michał Górny
2024-11-23 20:33 Arthur Zamarin
2024-11-24 15:47 Jakov Smolić
2024-11-25 22:38 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1443789364.dd6efadc944fb348ee1d45593c66d3b4c167e3e5.zx2c4@gentoo \
    --to=zx2c4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox