From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94A9F158094 for ; Wed, 17 Aug 2022 22:42:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2A0DE0843; Wed, 17 Aug 2022 22:42:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88775E0839 for ; Wed, 17 Aug 2022 22:42:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93C643412D8 for ; Wed, 17 Aug 2022 22:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20DBF558 for ; Wed, 17 Aug 2022 22:42:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660776116.1ea4fac6cdd6e195a27077ff92f4606fa68191ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgssglue/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libgssglue/Manifest net-libs/libgssglue/libgssglue-0.7.ebuild X-VCS-Directories: net-libs/libgssglue/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ea4fac6cdd6e195a27077ff92f4606fa68191ca X-VCS-Branch: master Date: Wed, 17 Aug 2022 22:42:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afa7190a-1ee6-4bf5-9480-56a99258fad2 X-Archives-Hash: 76e40b0914247b9261be92d3d7842419 commit: 1ea4fac6cdd6e195a27077ff92f4606fa68191ca Author: Sam James gentoo org> AuthorDate: Wed Aug 17 22:31:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 17 22:41:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea4fac6 net-libs/libgssglue: add 0.7 Drop sed per Simon's email, as he had a better idea (and has implemented it upstream) [0] [0] https://gitlab.com/gsasl/libgssglue/-/commit/21111fab7ddbbefaca5aca12b441c5b15d2b5557 Bug: https://bugs.gentoo.org/646126 Signed-off-by: Sam James gentoo.org> net-libs/libgssglue/Manifest | 1 + net-libs/libgssglue/libgssglue-0.7.ebuild | 50 +++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/net-libs/libgssglue/Manifest b/net-libs/libgssglue/Manifest index 8ec092bd1f2a..20b674efb0e1 100644 --- a/net-libs/libgssglue/Manifest +++ b/net-libs/libgssglue/Manifest @@ -1,2 +1,3 @@ DIST libgssglue-0.4.tar.gz 346984 BLAKE2B 5815db41ff3f65b014e713b68667bb49d3aecab943e891de881af2a2d157cceddc5173e7eff9ed2eac714b2e1341429694f1051ad98a3c4b728a61eaceeaddfb SHA512 25d514c08320e42851ff153d7691267a8454f205492faf942f566aa30c1ac1c83bd095732a1a0fcc010ba3a5d48b4c95a196ad05bc821598cc1fc3a2c4960d29 DIST libgssglue-libgssglue-0.5.tar.bz2 32115 BLAKE2B cc66e66e76e0cdbc006b22dd81b96a65d444f9f2f0a62da8208b2be16081e47eccf68788d1b35f606caa5b8f3ab1740a308d54019c7a800501c838343f87f245 SHA512 e49088762bb1aee4c1b3d8c8b6f02bc9550abee1cc6bc9814933dc985841dfda56d96d736e56fecf624b4050bfda6ce1059c2dbeb1ab668956c2f941041f20f2 +DIST libgssglue-libgssglue-0.7.tar.bz2 31415 BLAKE2B 4017ff17b876b00d93d5120ca8fe2a1f472b61c7b73dec0194d0ebaa244176b5d6f85fbfe5ce52cd77bcce9e1718f979b36e8926577640bbad38208fcea78f5a SHA512 04ea9af9f56afeca40b1dd22708dfa2e844d587106f370820a8976a22e8b95c646cdc5c5ef4256e34780cdb34c5617c45187fe3866670662f15ac579ef22dcca diff --git a/net-libs/libgssglue/libgssglue-0.7.ebuild b/net-libs/libgssglue/libgssglue-0.7.ebuild new file mode 100644 index 000000000000..89f5f109a7f7 --- /dev/null +++ b/net-libs/libgssglue/libgssglue-0.7.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools readme.gentoo-r1 + +DESCRIPTION="Exports a gssapi interface which calls other random gssapi libraries" +HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux https://gitlab.com/gsasl/libgssglue" +SRC_URI="https://gitlab.com/gsasl/libgssglue/-/archive/${P}/${PN}-${P}.tar.bz2" +S="${WORKDIR}"/${PN}-${P} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="virtual/krb5" + +DOC_CONTENTS=" +This package allows choosing a Kerberos or GSSAPI implementation +at runtime. + +See +https://blog.josefsson.org/2022/07/14/towards-pluggable-gss-api-modules/ +for more details. + +A system-wide implementation can be chosen by editing ${EROOT}/etc/gssapi_mech.conf, +or it can be set per-process via the GSSAPI_MECH_CONF environment variable. +" + +src_prepare() { + default + + eautoreconf +} + +src_install() { + default + + readme.gentoo_create_doc + + insinto /etc + doins doc/gssapi_mech.conf + + find "${ED}" -name '*.la' -delete || die +} + +pkg_postinst() { + readme.gentoo_print_elog +}