public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/
Date: Tue,  9 May 2017 07:56:22 +0000 (UTC)	[thread overview]
Message-ID: <1494316576.1f362f4f4744ccb668f63ea34f521e3671acd99e.polynomial-c@gentoo> (raw)

commit:     1f362f4f4744ccb668f63ea34f521e3671acd99e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 07:55:17 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue May  9 07:56:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f362f4f

net-libs/libetpan: Security bump to version 1.8 (bug #617936).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/libetpan/Manifest            |  1 +
 net-libs/libetpan/libetpan-1.8.ebuild | 75 +++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 7be5769d863..319b687252e 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,3 +1,4 @@
 DIST libetpan-1.6.tar.gz 6144117 SHA256 7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5 WHIRLPOOL b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
 DIST libetpan-1.7.2.tar.gz 6186628 SHA256 32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120 SHA512 b7b7c201d65bc2ad595b93d310d2569ca3bf61e599010e0f46a7e776da6ebc6a897df6e073a4878cb134d6d4bec6ea65b2a3e02d44b60f9045b5aa58b689cdca WHIRLPOOL 695b7104e79b9cfd0f482f686ad451aca319709b7455b14d8bdd3b788eb2c7e2c4a461c9fec2e4a9d4ffcc9fc1801113d8259524d9217c907fde0a2b631ce36f
 DIST libetpan-1.7.tar.gz 6184289 SHA256 47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e WHIRLPOOL b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87
+DIST libetpan-1.8.tar.gz 6188927 SHA256 4e67a7b4abadcf3cc16fa16e1621a68e54d489dadfd9a7d1f960c172e953b6eb SHA512 a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd WHIRLPOOL 41e7e184a3f1789726055cb8bc9941057eb0c4b7bf6057dd94519b46905c1dd9fa45c403fa05c45eaa2b36a03af74b35097348ed471b9428f6bf4e864dbdd791

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild b/net-libs/libetpan/libetpan-1.8.ebuild
new file mode 100644
index 00000000000..57ea8619945
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.8.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail access"
+HOMEPAGE="http://libetpan.sourceforge.net/"
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
+
+DEPEND="sys-libs/zlib
+	berkdb? ( sys-libs/db:= )
+	ssl? (
+		gnutls? ( net-libs/gnutls:= )
+		!gnutls? (
+			!libressl? ( dev-libs/openssl:0= )
+			libressl? ( dev-libs/libressl:0= )
+		)
+	)
+	sasl? ( dev-libs/cyrus-sasl:2 )
+	liblockfile? ( net-libs/liblockfile )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.0-nonnull.patch
+)
+
+pkg_setup() {
+	if use gnutls && ! use ssl ; then
+		ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE flag disabled!"
+		ewarn "No ssl support will be available in ${PN}."
+	fi
+}
+
+src_prepare() {
+	default
+
+	sed -i \
+		-e "s/-O2 -g//" \
+		configure.ac
+
+	eautoreconf
+}
+
+src_configure() {
+	# in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
+	# libtool recognises it as valid shell (bug #300211)
+	use prefix && export CONFIG_SHELL=${BASH}
+	# The configure script contains an error, in that it doesn't check the
+	# argument of --enable-{debug,optim}, hence --disable-debug results in
+	# --enable-debug=no, which isn't checked and debugging flags are blindly
+	# injected.  So, avoid passing --disable-debug when we don't need it.
+	local myeconfargs=(
+		$(usex debug '--enable-debug' '')
+		$(use_enable berkdb db)
+		$(use_with sasl)
+		$(use_enable ipv6)
+		$(use_enable liblockfile lockfile)
+		$(usex ssl "$(use_with gnutls) $(use_with !gnutls openssl)" '--without-gnutls --without-openssl')
+		$(use_enable static-libs static)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	if ! use static-libs ; then
+		find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+	fi
+}


             reply	other threads:[~2017-05-09  7:56 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-09  7:56 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-23 20:47 [gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/ Bernard Cafarelli
2024-04-23 20:38 Sam James
2024-04-23 20:38 Sam James
2024-04-23 17:10 Arthur Zamarin
2024-04-23 17:10 Arthur Zamarin
2024-04-23 17:10 Arthur Zamarin
2024-04-23 17:10 Arthur Zamarin
2024-04-23 17:10 Arthur Zamarin
2022-07-10 12:55 Bernard Cafarelli
2021-09-25 21:59 Marek Szuba
2021-05-02 10:16 Mikle Kolyada
2021-03-30  9:27 Sam James
2021-03-05 20:34 Sam James
2020-07-30 20:54 Sergei Trofimovich
2020-07-29 16:22 Sam James
2020-07-29 16:22 Sam James
2020-07-29  5:39 Sam James
2020-07-27 23:22 Sam James
2020-07-27 23:22 Sam James
2019-11-05 15:04 Lars Wendler
2019-05-15 18:38 Andreas Sturmlechner
2019-05-13  0:38 Thomas Deutschmann
2019-05-07 20:14 Tobias Klausmann
2019-05-06 17:13 Sergei Trofimovich
2019-04-30 10:01 Mikle Kolyada
2019-04-29 20:11 Sergei Trofimovich
2019-04-29 20:09 Sergei Trofimovich
2019-04-29 19:49 Sergei Trofimovich
2019-01-25 16:12 Lars Wendler
2019-01-25 16:12 Lars Wendler
2018-12-23 11:43 Lars Wendler
2018-09-19 12:36 Lars Wendler
2017-07-13  6:00 Eray Aslan
2017-05-22 13:25 Tobias Klausmann
2017-05-22 11:40 Agostino Sarubbo
2017-05-18  7:21 Jeroen Roovers
2017-05-17 15:50 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-16 12:57 Agostino Sarubbo
2017-05-16 12:25 Agostino Sarubbo
2017-05-09  7:56 Lars Wendler
2017-01-29 19:33 Fabian Groffen
2016-08-28 10:15 Pacho Ramos
2016-08-07 18:24 Lars Wendler
2016-05-05 16:37 Lars Wendler
2016-01-05 10:39 Agostino Sarubbo
2016-01-05 10:38 Agostino Sarubbo
2015-12-29  6:40 Jeroen Roovers
2015-12-27  9:50 Mikle Kolyada
2015-12-26 10:36 Agostino Sarubbo
2015-12-25 16:20 Agostino Sarubbo
2015-12-25 15:13 Agostino Sarubbo
2015-09-14  9:49 Lars Wendler

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=1494316576.1f362f4f4744ccb668f63ea34f521e3671acd99e.polynomial-c@gentoo \
    --to=polynomial-c@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