* [gentoo-commits] repo/proj/libressl:master commit in: mail-mta/opensmtpd/
@ 2023-04-30 14:31 orbea
0 siblings, 0 replies; 3+ messages in thread
From: orbea @ 2023-04-30 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 112261d070d383135a7bbfe0fe1e8c6e34c95f51
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Apr 30 14:31:12 2023 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Sun Apr 30 14:31:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=112261d0
mail-mta/opensmtpd: sync ::gentoo
Signed-off-by: orbea <orbea <AT> riseup.net>
mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r3.ebuild b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r3.ebuild
index 408d199..f775fa2 100644
--- a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r3.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r3.ebuild
@@ -66,8 +66,8 @@ src_configure() {
--with-user-smtpd=smtpd \
--with-user-queue=smtpq \
--with-group-queue=smtpq \
- --with-libevent="$(get_libdir)" \
- --with-libssl="$(get_libdir)" \
+ --with-libevent="${EPREFIX}/usr/$(get_libdir)" \
+ --with-libssl="${EPREFIX}/usr/$(get_libdir)" \
$(use_with pam auth-pam) \
$(use_with berkdb table-db)
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: mail-mta/opensmtpd/
@ 2023-08-29 23:43 orbea
0 siblings, 0 replies; 3+ messages in thread
From: orbea @ 2023-08-29 23:43 UTC (permalink / raw
To: gentoo-commits
commit: 79c03a02bf5685c76801c99b33b11ba40125a98c
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Aug 29 22:46:57 2023 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Aug 29 22:46:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=79c03a02
mail-mta/opensmtpd: drop to maintainer-needed
Signed-off-by: orbea <orbea <AT> riseup.net>
mail-mta/opensmtpd/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/mail-mta/opensmtpd/metadata.xml b/mail-mta/opensmtpd/metadata.xml
index 12887d4..d784c61 100644
--- a/mail-mta/opensmtpd/metadata.xml
+++ b/mail-mta/opensmtpd/metadata.xml
@@ -1,13 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <!-- maintainer-needed -->
<longdescription lang="en">
OpenSMTPD is an implementation of the server-side SMTP protocol as defined by RFC 5321, with some additional standard extensions. It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol.
</longdescription>
- <maintainer type="person">
- <email>zx2c4@gentoo.org</email>
- <name>Jason A. Donenfeld</name>
- </maintainer>
<use>
<flag name="mta">Enable this to install as system-wide MTA</flag>
</use>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: mail-mta/opensmtpd/
@ 2023-04-26 15:28 orbea
0 siblings, 0 replies; 3+ messages in thread
From: orbea @ 2023-04-26 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 7bc7b46956c3490e2cf6f655167928c41637980c
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Apr 26 15:23:28 2023 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Wed Apr 26 15:23:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=7bc7b469
mail-mta/opensmtpd: sync ::gentoo
Signed-off-by: orbea <orbea <AT> riseup.net>
mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild
index c41cdef..8039be8 100644
--- a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,6 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
IUSE="berkdb +mta pam split-usr"
+# < openssl 3 for bug #881701
DEPEND="
acct-user/smtpd
acct-user/smtpq
@@ -40,6 +41,7 @@ DEPEND="
!mail-mta/ssmtp[mta]
"
RDEPEND="${DEPEND}"
+BDEPEND="app-alternatives/yacc"
S=${WORKDIR}/${P/_}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-29 23:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-30 14:31 [gentoo-commits] repo/proj/libressl:master commit in: mail-mta/opensmtpd/ orbea
-- strict thread matches above, loose matches on Subject: below --
2023-08-29 23:43 orbea
2023-04-26 15:28 orbea
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox