Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/
Date: Sat, 09 Feb 2019 12:11:05
Message-Id: 1549714239.186078398ca339a9826e0263edd639e9f44ea6d8.dilfridge@gentoo
1 commit: 186078398ca339a9826e0263edd639e9f44ea6d8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 12:10:14 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 12:10:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18607839
7
8 net-dns/libidn2: Version bump
9
10 Fixes some issues found by fuzzing. Also, reverts the soversion bump
11 of 2.1.0, so glibc can load the library again.
12
13 Bug: https://bugs.gentoo.org/674126
14 Package-Manager: Portage-2.3.59, Repoman-2.3.12
15 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
16
17 net-dns/libidn2/Manifest | 1 +
18 net-dns/libidn2/libidn2-2.1.1.ebuild | 55 ++++++++++++++++++++++++++++++++++++
19 2 files changed, 56 insertions(+)
20
21 diff --git a/net-dns/libidn2/Manifest b/net-dns/libidn2/Manifest
22 index e70ec47c04b..9bf6b1c714d 100644
23 --- a/net-dns/libidn2/Manifest
24 +++ b/net-dns/libidn2/Manifest
25 @@ -1,3 +1,4 @@
26 DIST libidn2-2.0.4.tar.gz 2008524 BLAKE2B 7163e1eff498031c7433911533b34d993876b55d9b324aaef39c93db2cceee78dec4c8cfbf4d9dabd1dbbb03a8cbd65021f26a94758f57b32ef98dc869f744b6 SHA512 1e51bd4b8f8907531576291f1c2a8865d17429b4105418b4c98754eb982cd1cbb3adbeab4ec0c1c561d2dba11d876c7c09e5dc5b315c55a2c24986d7a2a3b4d2
27 DIST libidn2-2.0.5.tar.gz 2091929 BLAKE2B 1eb52ae7c9295bf4b5d6e36e6852ffb54b10663a0e3cea06df110bd7798fcb0d1b8e3b7169e4a11e800a23fc9f606167dcb7fc2d4a684e861d73a236de5c578c SHA512 9d040d60de40316788825d8720d509d5b8a82287415e09e17792c2f32fad99ca77f43e55888b9484db69426eaa0ece59e9671eee9cc46411afbdb0f81af31a79
28 DIST libidn2-2.1.0.tar.gz 2102683 BLAKE2B ef8b29e458598f59044a058e2121b08a0034cf0a14d9a7952e83722a38e03cb66152271a62b690be3ede7dad36cdb69849f1a7ccd6e61c4f75256afeb6b1d1bb SHA512 003f3bdb872f9c6f5db80bc5ad5e5dd8f414e14139f4ae15b451e955eba18f612fda8b159796e9631d741fa0a2d731e6d489f9901d2561ac35b716efe56557a2
29 +DIST libidn2-2.1.1.tar.gz 2113586 BLAKE2B 9484db84f76b8d584b7949334f97d8924728427cc890e924d382615d4e0a0b34a62adf1101afab8c850183aae9532bba7f01e70cb2987280193272f1f38489eb SHA512 01a366c4fe9d5c153a70978a02f3ac13da2ee912f0bb316edf0e1f6c9e3e1010f13e0318bc56dd1389881f75987ef414082d32963082d77190b8a6f4ac8884e1
30
31 diff --git a/net-dns/libidn2/libidn2-2.1.1.ebuild b/net-dns/libidn2/libidn2-2.1.1.ebuild
32 new file mode 100644
33 index 00000000000..2346f9c3cf2
34 --- /dev/null
35 +++ b/net-dns/libidn2/libidn2-2.1.1.ebuild
36 @@ -0,0 +1,55 @@
37 +# Copyright 1999-2019 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +inherit multilib-minimal
42 +
43 +DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)"
44 +HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 https://gitlab.com/jas/libidn2"
45 +SRC_URI="
46 + mirror://gnu/libidn/${P}.tar.gz
47 +"
48 +
49 +LICENSE="GPL-2+ LGPL-3+"
50 +
51 +SLOT="0"
52 +# Yes, the soversion bump was reverted.
53 +# See https://gitlab.com/libidn/libidn2/issues/63
54 +
55 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
56 +IUSE="static-libs"
57 +
58 +RDEPEND="
59 + dev-libs/libunistring[${MULTILIB_USEDEP}]
60 +"
61 +DEPEND="${RDEPEND}"
62 +BDEPEND="
63 + dev-lang/perl
64 + sys-apps/help2man
65 +"
66 +
67 +src_prepare() {
68 + default
69 +
70 + if [[ ${CHOST} == *-darwin* ]] ; then
71 + # Darwin ar chokes when TMPDIR doesn't exist (as done for some
72 + # reason in the Makefile)
73 + sed -i -e '/^TMPDIR = /d' Makefile.in || die
74 + export TMPDIR="${T}"
75 + fi
76 +
77 + multilib_copy_sources
78 +}
79 +
80 +multilib_src_configure() {
81 + econf \
82 + $(use_enable static-libs static) \
83 + --disable-doc \
84 + --disable-gtk-doc
85 +}
86 +
87 +multilib_src_install() {
88 + default
89 +
90 + find "${D}" -name '*.la' -delete || die
91 +}