* [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/
@ 2017-07-14 7:45 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2017-07-14 7:45 UTC (permalink / raw
To: gentoo-commits
commit: 483888b7fdd0468d4ea44dd0ee853b9c640a0517
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 07:43:47 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 07:45:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483888b7
net-mail/tpop3d: change SRC_URI to use 'mirror://nongnu/'
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-mail/tpop3d/tpop3d-1.5.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/tpop3d/tpop3d-1.5.5.ebuild b/net-mail/tpop3d/tpop3d-1.5.5.ebuild
index 35a5b6a9209..f348994935b 100644
--- a/net-mail/tpop3d/tpop3d-1.5.5.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -7,7 +7,7 @@ inherit eutils flag-o-matic autotools
DESCRIPTION="An extensible POP3 server with vmail-sql/MySQL support"
HOMEPAGE="https://savannah.nongnu.org/projects/tpop3d/"
-SRC_URI="http://download.savannah.nongnu.org/releases/tpop3d/${P}.tar.gz"
+SRC_URI="mirror://nongnu/tpop3d/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/
@ 2017-12-23 19:12 Mike Gilbert
0 siblings, 0 replies; 10+ messages in thread
From: Mike Gilbert @ 2017-12-23 19:12 UTC (permalink / raw
To: gentoo-commits
commit: f1fcbab82e021a77c436fed35b709a47cbd532fd
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 19:12:12 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 19:12:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1fcbab8
net-mail/tpop3d: drop support for drac
mail-client/drac is masked for removal.
Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36
net-mail/tpop3d/metadata.xml | 1 -
net-mail/tpop3d/tpop3d-1.5.5.ebuild | 8 ++------
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/net-mail/tpop3d/metadata.xml b/net-mail/tpop3d/metadata.xml
index 77624f3ecb7..f435a118d9c 100644
--- a/net-mail/tpop3d/metadata.xml
+++ b/net-mail/tpop3d/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="authexternal">Enable authentication by an external program</flag>
- <flag name="drac">Enable dynamic relay support in the tpop3d pop3 server</flag>
<flag name="flatfile">Enable authentication against /etc/passwd-style flat files</flag>
<flag name="passwd">Enable /etc/passwd authentication</flag>
<flag name="sha1">Use OpenSSL for sha1 encrypted passwords.</flag>
diff --git a/net-mail/tpop3d/tpop3d-1.5.5.ebuild b/net-mail/tpop3d/tpop3d-1.5.5.ebuild
index f348994935b..8219ef29778 100644
--- a/net-mail/tpop3d/tpop3d-1.5.5.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/tpop3d/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE="authexternal debug drac flatfile gdbm ldap maildir mbox mysql offensive
+IUSE="authexternal debug flatfile gdbm ldap maildir mbox mysql offensive
pam passwd perl postgres +sha1 shadow ssl tcpd"
RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 )
@@ -25,8 +25,7 @@ RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 )
>=net-mail/mailbase-0.00-r8 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
-DEPEND="${RDEPEND}
- drac? ( mail-client/drac )"
+DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}/${PN}-1.5.4-gold.patch"
@@ -68,9 +67,6 @@ src_configure() {
use ssl && myconf="${myconf} --enable-tls"
use tcpd && myconf="${myconf} --enable-tcp-wrappers"
- # Install mail-client/drac for integration with tpop3d
- use drac && myconf="${myconf} --enable-drac"
-
econf ${myconf}
# Causes crash with "stack smashing attack" on connect, because of bug in
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/
@ 2019-02-18 21:19 Brian Evans
0 siblings, 0 replies; 10+ messages in thread
From: Brian Evans @ 2019-02-18 21:19 UTC (permalink / raw
To: gentoo-commits
commit: 8c50341cc8ee978403e2e99fbf38b9c9a2748e64
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 21:19:07 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 21:19:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c50341c
net-mail/tpop3d: Revbump for EAPI and dependency change
Non-maintainer commit
Bug: https://bugs.gentoo.org/666000
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild | 94 ++++++++++++++++++++++++++++++++++
1 file changed, 94 insertions(+)
diff --git a/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild b/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild
new file mode 100644
index 00000000000..f467cb37e32
--- /dev/null
+++ b/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic autotools
+
+DESCRIPTION="An extensible POP3 server with vmail-sql/MySQL support"
+HOMEPAGE="https://savannah.nongnu.org/projects/tpop3d/"
+SRC_URI="mirror://nongnu/tpop3d/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="authexternal debug flatfile gdbm ldap maildir mbox mysql offensive
+ pam passwd perl postgres +sha1 shadow ssl tcpd"
+
+RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6:0= )
+ ssl? ( >=dev-libs/openssl-0.9.6:0= )
+ ldap? ( >=net-nds/openldap-2.0.7 )
+ mysql? ( dev-db/mysql-connector-c:0= )
+ postgres? ( dev-db/postgresql[server] )
+ perl? ( >=dev-lang/perl-5.6.1 )
+ pam? ( virtual/pam
+ >=net-mail/mailbase-0.00-r8 )
+ tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
+
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-1.5.4-gold.patch" )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local myconf=""
+ local noauth=0
+
+ # Various authentication methods
+ use authexternal && myconf="${myconf} --enable-auth-other"
+ use flatfile && myconf="${myconf} --enable-auth-flatfile"
+ use gdbm && myconf="${myconf} --enable-auth-gdbm"
+ use ldap && myconf="${myconf} --enable-auth-ldap"
+ use mysql && myconf="${myconf} --enable-auth-mysql --with-mysql-lib-dir=$(mysql_config --variable=pkglibdir)"
+ use pam || myconf="${myconf} --disable-auth-pam"
+ use passwd && myconf="${myconf} --enable-auth-passwd"
+ use perl && myconf="${myconf} --enable-auth-perl"
+ use postgres && myconf="${myconf} --enable-auth-pgsql"
+ use shadow && myconf="${myconf} --enable-auth-passwd --enable-shadow-passwords"
+
+ use authexternal || use flatfile || use gdbm || use ldap || use mysql ||
+ use pam || use passwd || use perl || use postgres || use shadow ||
+ noauth=1
+
+ if [[ ${noauth} -eq 1 ]]; then
+ ewarn "None of tpop3d's authentication mechanism USE flags are set."
+ ewarn "As a result tpop3d will be built with /etc/passwd authentication only."
+ myconf="${myconf} --enable-auth-passwd"
+ fi
+
+ # Other optional features
+ use debug && myconf="${myconf} --enable-backtrace"
+ use maildir && myconf="${myconf} --enable-mbox-maildir"
+ use mbox || myconf="${myconf} --disable-mbox-bsd"
+ use offensive || myconf="${myconf} --disable-snide-comments"
+ use sha1 || myconf="${myconf} --disable-sha1-passwords"
+ use ssl && myconf="${myconf} --enable-tls"
+ use tcpd && myconf="${myconf} --enable-tcp-wrappers"
+
+ econf ${myconf}
+
+ # Causes crash with "stack smashing attack" on connect, because of bug in
+ # SSP (bug #115285)
+ filter-flags -fstack-protector
+}
+
+src_install() {
+ default
+ dodir /etc/tpop3d
+
+ if use pam ; then
+ dodir /etc/pam.d
+ dosym pop3 /etc/pam.d/tpop3d
+ fi
+
+ newinitd "${FILESDIR}/${PN}-1.5.4.init" tpop3d
+}
+
+pkg_postinst() {
+ elog "Read the tpop3d.conf manpage"
+ elog "Please create /etc/tpop3d/tpop3d.conf to fit your configuration"
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/
@ 2019-10-12 21:14 Mikle Kolyada
0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2019-10-12 21:14 UTC (permalink / raw
To: gentoo-commits
commit: c40af3894c118a72aef813b9225725511da23641
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 21:14:05 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 21:14:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40af389
net-mail/tpop3d: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild | 2 +-
net-mail/tpop3d/tpop3d-1.5.5.ebuild | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild b/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild
index f467cb37e32..1729f170b24 100644
--- a/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6:0= )
mysql? ( dev-db/mysql-connector-c:0= )
postgres? ( dev-db/postgresql[server] )
perl? ( >=dev-lang/perl-5.6.1 )
- pam? ( virtual/pam
+ pam? ( sys-libs/pam
>=net-mail/mailbase-0.00-r8 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
diff --git a/net-mail/tpop3d/tpop3d-1.5.5.ebuild b/net-mail/tpop3d/tpop3d-1.5.5.ebuild
index 8219ef29778..5f58acad391 100644
--- a/net-mail/tpop3d/tpop3d-1.5.5.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -18,10 +18,10 @@ IUSE="authexternal debug flatfile gdbm ldap maildir mbox mysql offensive
RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 )
ssl? ( >=dev-libs/openssl-0.9.6 )
ldap? ( >=net-nds/openldap-2.0.7 )
- mysql? ( virtual/mysql )
+ mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql[server] )
perl? ( >=dev-lang/perl-5.6.1 )
- pam? ( virtual/pam
+ pam? ( sys-libs/pam
>=net-mail/mailbase-0.00-r8 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/
@ 2020-08-30 17:14 Thomas Deutschmann
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2020-08-30 17:14 UTC (permalink / raw
To: gentoo-commits
commit: 5b58d98f062e650e7ab077729df3c2087fc5aad6
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 17:14:00 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 17:14:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b58d98f
net-mail/tpop3d: x86 stable (bug #739588)
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild b/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild
index 1729f170b24..9bce01af954 100644
--- a/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/tpop3d/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="authexternal debug flatfile gdbm ldap maildir mbox mysql offensive
pam passwd perl postgres +sha1 shadow ssl tcpd"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/
@ 2020-09-07 22:02 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2020-09-07 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 325daee848b886c554f6a0ee30d95ed90c4bbca6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 22:01:49 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 22:02:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325daee8
net-mail/tpop3d: remove old EAPI 4 ebuild
Bug: https://bugs.gentoo.org/739588
Closes: https://bugs.gentoo.org/666000
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/tpop3d/tpop3d-1.5.5.ebuild | 92 -------------------------------------
1 file changed, 92 deletions(-)
diff --git a/net-mail/tpop3d/tpop3d-1.5.5.ebuild b/net-mail/tpop3d/tpop3d-1.5.5.ebuild
deleted file mode 100644
index 5f58acad391..00000000000
--- a/net-mail/tpop3d/tpop3d-1.5.5.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils flag-o-matic autotools
-
-DESCRIPTION="An extensible POP3 server with vmail-sql/MySQL support"
-HOMEPAGE="https://savannah.nongnu.org/projects/tpop3d/"
-SRC_URI="mirror://nongnu/tpop3d/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="authexternal debug flatfile gdbm ldap maildir mbox mysql offensive
- pam passwd perl postgres +sha1 shadow ssl tcpd"
-
-RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 )
- ssl? ( >=dev-libs/openssl-0.9.6 )
- ldap? ( >=net-nds/openldap-2.0.7 )
- mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql[server] )
- perl? ( >=dev-lang/perl-5.6.1 )
- pam? ( sys-libs/pam
- >=net-mail/mailbase-0.00-r8 )
- tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
-
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.5.4-gold.patch"
- eautoreconf
-}
-
-src_configure() {
- local myconf=""
- local noauth=0
-
- # Various authentication methods
- use authexternal && myconf="${myconf} --enable-auth-other"
- use flatfile && myconf="${myconf} --enable-auth-flatfile"
- use gdbm && myconf="${myconf} --enable-auth-gdbm"
- use ldap && myconf="${myconf} --enable-auth-ldap"
- use mysql && myconf="${myconf} --enable-auth-mysql"
- use pam || myconf="${myconf} --disable-auth-pam"
- use passwd && myconf="${myconf} --enable-auth-passwd"
- use perl && myconf="${myconf} --enable-auth-perl"
- use postgres && myconf="${myconf} --enable-auth-pgsql"
- use shadow && myconf="${myconf} --enable-auth-passwd --enable-shadow-passwords"
-
- use authexternal || use flatfile || use gdbm || use ldap || use mysql ||
- use pam || use passwd || use perl || use postgres || use shadow ||
- noauth=1
-
- if [[ ${noauth} -eq 1 ]]; then
- ewarn "None of tpop3d's authentication mechanism USE flags are set."
- ewarn "As a result tpop3d will be built with /etc/passwd authentication only."
- myconf="${myconf} --enable-auth-passwd"
- fi
-
- # Other optional features
- use debug && myconf="${myconf} --enable-backtrace"
- use maildir && myconf="${myconf} --enable-mbox-maildir"
- use mbox || myconf="${myconf} --disable-mbox-bsd"
- use offensive || myconf="${myconf} --disable-snide-comments"
- use sha1 || myconf="${myconf} --disable-sha1-passwords"
- use ssl && myconf="${myconf} --enable-tls"
- use tcpd && myconf="${myconf} --enable-tcp-wrappers"
-
- econf ${myconf}
-
- # Causes crash with "stack smashing attack" on connect, because of bug in
- # SSP (bug #115285)
- filter-flags -fstack-protector
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodir /etc/tpop3d
-
- if use pam ; then
- dodir /etc/pam.d
- dosym /etc/pam.d/pop3 /etc/pam.d/tpop3d
- fi
-
- newinitd "${FILESDIR}/${PN}-1.5.4.init" tpop3d
-}
-
-pkg_postinst() {
- elog "Read the tpop3d.conf manpage"
- elog "Please create /etc/tpop3d/tpop3d.conf to fit your configuration"
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/
@ 2021-07-02 7:40 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-07-02 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 44c0b13b5b1cf7e73439215dfb1161c3cdd435c4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 2 07:37:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 2 07:40:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c0b13b
net-mail/tpop3d: add missing libcrypt dependency
Fixes: c09ddf449b5ffde86c43712012b678d69bf7b10b
Closes: https://bugs.gentoo.org/799728
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/tpop3d/{tpop3d-1.5.5-r2.ebuild => tpop3d-1.5.5-r3.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-mail/tpop3d/tpop3d-1.5.5-r2.ebuild b/net-mail/tpop3d/tpop3d-1.5.5-r3.ebuild
similarity index 98%
rename from net-mail/tpop3d/tpop3d-1.5.5-r2.ebuild
rename to net-mail/tpop3d/tpop3d-1.5.5-r3.ebuild
index 3d14ad3a66c..ef6ade499c1 100644
--- a/net-mail/tpop3d/tpop3d-1.5.5-r2.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.5-r3.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 x86"
IUSE="authexternal debug flatfile gdbm ldap maildir mbox mysql offensive
pam passwd perl postgres +sha1 shadow ssl tcpd"
-RDEPEND="gdbm? ( sys-libs/gdbm:= )
+RDEPEND="virtual/libcrypt:=
+ gdbm? ( sys-libs/gdbm:= )
sha1? ( >=dev-libs/openssl-0.9.6:0= )
ssl? ( >=dev-libs/openssl-0.9.6:0= )
ldap? ( >=net-nds/openldap-2.0.7 )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/
@ 2022-03-22 23:32 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-03-22 23:32 UTC (permalink / raw
To: gentoo-commits
commit: 8a4a7b4fd3a5f0b43b028f7fe7eb2b43be97ce3d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 23:25:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 23:27:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4a7b4f
net-mail/tpop3d: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/tpop3d/{tpop3d-1.5.5-r3.ebuild => tpop3d-1.5.5-r4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/tpop3d/tpop3d-1.5.5-r3.ebuild b/net-mail/tpop3d/tpop3d-1.5.5-r4.ebuild
similarity index 97%
rename from net-mail/tpop3d/tpop3d-1.5.5-r3.ebuild
rename to net-mail/tpop3d/tpop3d-1.5.5-r4.ebuild
index ef6ade499c19..9e0bca9a61fc 100644
--- a/net-mail/tpop3d/tpop3d-1.5.5-r3.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.5-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,7 +19,7 @@ RDEPEND="virtual/libcrypt:=
gdbm? ( sys-libs/gdbm:= )
sha1? ( >=dev-libs/openssl-0.9.6:0= )
ssl? ( >=dev-libs/openssl-0.9.6:0= )
- ldap? ( >=net-nds/openldap-2.0.7 )
+ ldap? ( >=net-nds/openldap-2.0.7:= )
mysql? ( dev-db/mysql-connector-c:0= )
postgres? ( dev-db/postgresql[server] )
perl? ( >=dev-lang/perl-5.6.1:= )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/
@ 2022-10-08 12:17 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-10-08 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 68a910630239bd7e6ce1d926167dee3a094903b4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 12:16:21 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 12:17:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a91063
net-mail/tpop3d: fix MissingSlotDep on postgresql
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/tpop3d/{tpop3d-1.5.5-r4.ebuild => tpop3d-1.5.5-r5.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tpop3d/tpop3d-1.5.5-r4.ebuild b/net-mail/tpop3d/tpop3d-1.5.5-r5.ebuild
similarity index 98%
rename from net-mail/tpop3d/tpop3d-1.5.5-r4.ebuild
rename to net-mail/tpop3d/tpop3d-1.5.5-r5.ebuild
index 9e0bca9a61fc..546c0f2a23ed 100644
--- a/net-mail/tpop3d/tpop3d-1.5.5-r4.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.5-r5.ebuild
@@ -21,7 +21,7 @@ RDEPEND="virtual/libcrypt:=
ssl? ( >=dev-libs/openssl-0.9.6:0= )
ldap? ( >=net-nds/openldap-2.0.7:= )
mysql? ( dev-db/mysql-connector-c:0= )
- postgres? ( dev-db/postgresql[server] )
+ postgres? ( dev-db/postgresql:*[server] )
perl? ( >=dev-lang/perl-5.6.1:= )
pam? (
>=net-mail/mailbase-0.00-r8
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/
@ 2022-10-18 2:28 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-10-18 2:28 UTC (permalink / raw
To: gentoo-commits
commit: 6f57f4d5f2e964da058359f8929c0fa0070a2fe2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 02:25:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 02:28:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f57f4d5
net-mail/tpop3d: add savannah-nongnu upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/tpop3d/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-mail/tpop3d/metadata.xml b/net-mail/tpop3d/metadata.xml
index b7c4f56479de..1f110778b3cf 100644
--- a/net-mail/tpop3d/metadata.xml
+++ b/net-mail/tpop3d/metadata.xml
@@ -9,4 +9,7 @@
<flag name="sha1">Use OpenSSL for sha1 encrypted passwords.</flag>
<flag name="shadow">Enable /etc/shadow authentication</flag>
</use>
+ <upstream>
+ <remote-id type="savannah-nongnu">tpop3d</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-10-18 2:28 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-08 12:17 [gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-10-18 2:28 Sam James
2022-03-22 23:32 Sam James
2021-07-02 7:40 Sam James
2020-09-07 22:02 Sam James
2020-08-30 17:14 Thomas Deutschmann
2019-10-12 21:14 Mikle Kolyada
2019-02-18 21:19 Brian Evans
2017-12-23 19:12 Mike Gilbert
2017-07-14 7:45 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox