From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dbmail/
Date: Tue, 24 Apr 2018 21:21:19 +0000 (UTC) [thread overview]
Message-ID: <1524604867.3ef2060ce07014795e8d488564729e1796bcf084.bman@gentoo> (raw)
commit: 3ef2060ce07014795e8d488564729e1796bcf084
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 21:21:07 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 21:21:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef2060c
net-mail/dbmail: add LibreSSL support
Closes: https://bugs.gentoo.org/613272
Package-Manager: Portage-2.3.31, Repoman-2.3.9
net-mail/dbmail/dbmail-3.2.3-r1.ebuild | 9 ++++++---
net-mail/dbmail/dbmail-3.2.3-r2.ebuild | 7 +++++--
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/net-mail/dbmail/dbmail-3.2.3-r1.ebuild b/net-mail/dbmail/dbmail-3.2.3-r1.ebuild
index 61bff9022a7..9ac49a99e82 100644
--- a/net-mail/dbmail/dbmail-3.2.3-r1.ebuild
+++ b/net-mail/dbmail/dbmail-3.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="http://www.dbmail.org/download/$(get_version_component_range 1-2)/${P}.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="ldap sieve ssl static"
+IUSE="ldap libressl sieve ssl static"
DEPEND="dev-db/libzdb
sieve? ( >=mail-filter/libsieve-2.2.1 )
@@ -24,7 +24,10 @@ DEPEND="dev-db/libzdb
dev-libs/gmime:2.6
>=dev-libs/glib-2.16
dev-libs/libevent
- ssl? ( dev-libs/openssl )"
+ ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ )"
RDEPEND="${DEPEND}"
DOCS="AUTHORS README.md INSTALL THANKS UPGRADING"
diff --git a/net-mail/dbmail/dbmail-3.2.3-r2.ebuild b/net-mail/dbmail/dbmail-3.2.3-r2.ebuild
index 6d19833506f..2875f819a20 100644
--- a/net-mail/dbmail/dbmail-3.2.3-r2.ebuild
+++ b/net-mail/dbmail/dbmail-3.2.3-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.dbmail.org/download/$(get_version_component_range 1-2)/${P}.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="ldap sieve ssl static"
+IUSE="ldap libressl sieve ssl static"
DEPEND="dev-db/libzdb
sieve? ( >=mail-filter/libsieve-2.2.1 )
@@ -24,7 +24,10 @@ DEPEND="dev-db/libzdb
dev-libs/gmime:2.6
>=dev-libs/glib-2.16
dev-libs/libevent
- ssl? ( dev-libs/openssl )"
+ ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ )"
RDEPEND="${DEPEND}"
pkg_setup() {
next reply other threads:[~2018-04-24 21:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-24 21:21 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-12 8:26 [gentoo-commits] repo/gentoo:master commit in: net-mail/dbmail/ Thomas Raschbacher
2022-06-25 4:15 Sam James
2022-03-22 23:32 Sam James
2021-05-02 12:51 Mikle Kolyada
2021-03-12 21:56 Thomas Raschbacher
2021-01-30 10:26 Sam James
2021-01-07 10:14 David Seifert
2020-12-31 1:20 Sam James
2018-05-20 13:34 Johannes Huber
2018-05-20 13:34 Johannes Huber
2018-04-04 20:03 Agostino Sarubbo
2017-08-19 0:31 Thomas Deutschmann
2017-07-15 17:04 Tobias Klausmann
2017-01-25 23:34 Patrice Clement
2016-11-25 21:35 Thomas Raschbacher
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=1524604867.3ef2060ce07014795e8d488564729e1796bcf084.bman@gentoo \
--to=bman@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