public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtirpc/
Date: Fri, 18 Aug 2017 15:37:24 +0000 (UTC)	[thread overview]
Message-ID: <1503070630.7bc676e48afca51540d8045ca7667b8a54c66433.candrews@gentoo> (raw)

commit:     7bc676e48afca51540d8045ca7667b8a54c66433
Author:     Craig Andrews <candrews <AT> integralblue <DOT> com>
AuthorDate: Wed Jul  5 18:28:20 2017 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 15:37:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc676e4

net-libs/libtirpc: bump to EAPI=6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: #5054

 net-libs/libtirpc/libtirpc-1.0.1-r3.ebuild | 68 ++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)

diff --git a/net-libs/libtirpc/libtirpc-1.0.1-r3.ebuild b/net-libs/libtirpc/libtirpc-1.0.1-r3.ebuild
new file mode 100644
index 00000000000..a87b7fdbbc1
--- /dev/null
+++ b/net-libs/libtirpc/libtirpc-1.0.1-r3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools multilib-minimal toolchain-funcs
+
+DESCRIPTION="Transport Independent RPC library (SunRPC replacement)"
+HOMEPAGE="http://libtirpc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
+	mirror://gentoo/${PN}-glibc-nfs.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0/3" # subslot matches SONAME major
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="ipv6 kerberos static-libs"
+
+RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+	app-arch/xz-utils
+	>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
+
+PATCHES=(
+	"${FILESDIR}/${P}-CVE-2017-8779.patch"
+	"${FILESDIR}/${P}_uclibc-dont-use-struct-rpcent.patch"
+	"${FILESDIR}/${P}_ifdef-out-yp-headers-742bbdff6ddf.patch"
+	"${FILESDIR}/${P}_remove-nis-h-dep-5f00f8c78c5d.patch"
+	"${FILESDIR}/${P}_add-des_impl-c-7f6bb9a3467a.patch"
+	"${FILESDIR}/${P}_remove-des-deps-to-glibc-503ac2e9fa56.patch"
+	"${FILESDIR}/${P}_uclibc-use-memset-not-bzero.patch"
+)
+
+src_prepare() {
+	default
+	cp -r "${WORKDIR}"/tirpc . || die
+	eautoreconf
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE=${S} \
+	econf \
+		$(use_enable ipv6) \
+		$(use_enable kerberos gssapi) \
+		$(use_enable static-libs static)
+}
+
+multilib_src_install() {
+	default
+
+	# libtirpc replaces rpc support in glibc, so we need it in /
+	gen_usr_ldscript -a tirpc
+}
+
+multilib_src_install_all() {
+	einstalldocs
+
+	insinto /etc
+	doins doc/netconfig
+
+	insinto /usr/include/tirpc
+	doins -r "${WORKDIR}"/tirpc/.
+
+	# makes sure that the linking order for nfs-utils is proper, as
+	# libtool would inject a libgssglue dependency in the list.
+	if ! use static-libs ; then
+		find "${D}" -name '*.la' -delete || die
+	fi
+}


             reply	other threads:[~2017-08-18 15:37 UTC|newest]

Thread overview: 140+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-18 15:37 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-24 15:33 [gentoo-commits] repo/gentoo:master commit in: net-libs/libtirpc/ Matt Turner
2025-01-12 14:22 Sam James
2025-01-12 13:02 Sam James
2024-12-01 14:14 Sam James
2024-11-03 21:11 Andreas Sturmlechner
2024-11-02  7:52 Sam James
2024-10-21  5:48 Sam James
2024-10-18 16:22 Arthur Zamarin
2024-10-17  8:19 Sam James
2024-10-17  7:24 Sam James
2024-10-17  7:19 Sam James
2024-10-17  7:12 Sam James
2024-10-17  7:10 Sam James
2024-08-29  2:10 Sam James
2024-08-06 16:18 James Le Cuirot
2024-03-19  3:42 Ionen Wolkens
2024-03-03  0:54 Sam James
2024-03-02 22:07 Sam James
2024-02-29 22:17 Sam James
2024-02-27 23:57 Sam James
2024-02-27 23:04 Sam James
2024-02-27 23:04 Sam James
2024-02-27 23:04 Sam James
2024-02-07 19:22 Sam James
2024-02-07 19:20 Sam James
2024-02-07 19:20 Sam James
2024-02-06 19:29 Sam James
2024-02-06  7:25 Sam James
2024-02-06  7:25 Sam James
2024-02-06  6:54 Sam James
2024-02-06  6:54 Sam James
2024-02-06  6:54 Sam James
2024-02-06  6:47 Sam James
2024-02-06  6:25 Sam James
2024-01-03 10:44 Sam James
2023-11-16 16:22 Sam James
2023-11-12 16:50 Arthur Zamarin
2023-11-12  8:32 Arthur Zamarin
2023-11-12  8:32 Arthur Zamarin
2023-11-12  8:20 Arthur Zamarin
2023-11-12  8:20 Arthur Zamarin
2023-11-12  8:20 Arthur Zamarin
2023-11-12  8:20 Arthur Zamarin
2023-10-09  2:21 Sam James
2023-01-14 19:17 Sam James
2022-10-22 14:07 Mike Gilbert
2022-09-26 15:05 Jakov Smolić
2022-09-26 15:05 Jakov Smolić
2022-09-26  4:16 Arthur Zamarin
2022-09-25 23:58 Sam James
2022-09-25 13:17 Arthur Zamarin
2022-09-25 13:17 Arthur Zamarin
2022-09-25 13:17 Arthur Zamarin
2022-09-25 13:17 Arthur Zamarin
2022-06-27 17:57 Mike Gilbert
2021-06-14  9:19 David Seifert
2021-06-13 10:46 Sergei Trofimovich
2021-06-13  6:32 Agostino Sarubbo
2021-06-13  6:28 Agostino Sarubbo
2021-06-12 16:07 Sam James
2021-06-12 15:56 Sam James
2021-06-12 15:49 Sam James
2021-06-12 15:49 Sam James
2021-06-12 15:49 Sam James
2021-05-12  6:25 Matt Turner
2021-04-25  9:16 David Seifert
2021-04-16 10:25 David Seifert
2021-04-09 22:20 Sam James
2021-04-09 15:40 Sergei Trofimovich
2021-04-06 19:53 Sam James
2021-04-06 19:53 Sam James
2021-04-06 19:51 Sam James
2021-04-06 12:14 Sergei Trofimovich
2021-04-05 19:01 Thomas Deutschmann
2020-12-04  8:47 Lars Wendler
2020-08-31  0:04 Sam James
2020-08-30  5:31 Sam James
2020-08-11 14:23 Agostino Sarubbo
2020-08-11 14:13 Agostino Sarubbo
2020-08-11  4:38 Sam James
2020-08-10 13:52 Agostino Sarubbo
2020-08-10 10:22 Agostino Sarubbo
2020-08-09 16:50 Sergei Trofimovich
2020-08-08 10:31 Sergei Trofimovich
2020-04-19 21:12 Lars Wendler
2020-03-16 16:16 Jory Pratt
2020-03-15 18:41 Mike Gilbert
2020-03-02 11:49 Sergei Trofimovich
2020-02-25 15:07 Agostino Sarubbo
2020-02-25 15:03 Agostino Sarubbo
2020-02-25 15:02 Agostino Sarubbo
2020-02-25 15:01 Agostino Sarubbo
2020-02-25 15:00 Agostino Sarubbo
2020-02-25 15:00 Agostino Sarubbo
2020-02-25 14:59 Agostino Sarubbo
2020-02-25 14:57 Agostino Sarubbo
2019-12-21 21:04 Lars Wendler
2019-09-21  5:20 Matt Turner
2019-09-20  6:39 Sergei Trofimovich
2019-09-13 22:19 Matt Turner
2019-09-13 12:04 Agostino Sarubbo
2019-09-09  6:02 Agostino Sarubbo
2019-09-09  5:54 Agostino Sarubbo
2019-09-09  3:59 Matt Turner
2019-09-08 22:29 Aaron Bauman
2019-09-08 18:30 Sergei Trofimovich
2019-09-08 18:26 Sergei Trofimovich
2019-09-08 10:22 Agostino Sarubbo
2019-09-08  1:13 Thomas Deutschmann
2019-05-04 19:40 Andreas K. Hüttel
2019-02-19 15:55 Anthony G. Basile
2018-09-04  9:10 Lars Wendler
2018-09-04  9:10 Lars Wendler
2018-06-05 17:51 Mike Frysinger
2018-03-20 13:36 Lars Wendler
2018-01-10  4:28 Mike Frysinger
2017-11-05 16:41 Andreas Hüttel
2017-10-23 18:01 Markus Meier
2017-10-05 12:53 Manuel Rüger
2017-10-03  8:25 Sergei Trofimovich
2017-10-02 13:24 Sergei Trofimovich
2017-10-02 13:24 Sergei Trofimovich
2017-09-30 16:06 Thomas Deutschmann
2017-09-18 11:50 Michael Haubenwallner
2017-07-05 21:46 Lars Wendler
2017-05-16  4:43 Markus Meier
2017-05-14  9:50 Michael Weber
2017-05-12 17:56 Tobias Klausmann
2017-05-10 10:55 Jeroen Roovers
2017-05-10  9:32 Agostino Sarubbo
2017-03-15  5:44 Jeroen Roovers
2017-02-28 11:22 Tobias Klausmann
2017-02-24 13:38 Agostino Sarubbo
2017-02-24 13:20 Agostino Sarubbo
2017-02-24  7:58 Michael Weber
2016-06-21  6:04 Aaron Bauman
2016-06-21  5:57 Aaron Bauman
2016-01-22  8:56 Michael Palimaka
2015-11-03 15:08 Mike Frysinger

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=1503070630.7bc676e48afca51540d8045ca7667b8a54c66433.candrews@gentoo \
    --to=candrews@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