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 C1413158094 for ; Tue, 21 Jun 2022 22:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2325EE0984; Tue, 21 Jun 2022 22:01:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0CFF2E0985 for ; Tue, 21 Jun 2022 22:01:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4C8313419CA for ; Tue, 21 Jun 2022 22:01:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87302514 for ; Tue, 21 Jun 2022 22:01:38 +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: <1655848869.3700759ba878bbc7612c721c5696c5196f7c91ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gsasl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gsasl/Manifest net-misc/gsasl/gsasl-2.0.0.ebuild net-misc/gsasl/metadata.xml X-VCS-Directories: net-misc/gsasl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3700759ba878bbc7612c721c5696c5196f7c91ca X-VCS-Branch: master Date: Tue, 21 Jun 2022 22:01:38 +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: 3f04aa35-b3f7-4320-a554-3467d260fcb6 X-Archives-Hash: 9fe2631a19dcbb1043926cd1843d45b3 commit: 3700759ba878bbc7612c721c5696c5196f7c91ca Author: Sam James gentoo org> AuthorDate: Tue Jun 21 21:51:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 21 22:01:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3700759b net-misc/gsasl: add 2.0.0 Signed-off-by: Sam James gentoo.org> net-misc/gsasl/Manifest | 1 + net-misc/gsasl/gsasl-2.0.0.ebuild | 98 +++++++++++++++++++++++++++++++++++++++ net-misc/gsasl/metadata.xml | 6 +++ 3 files changed, 105 insertions(+) diff --git a/net-misc/gsasl/Manifest b/net-misc/gsasl/Manifest index 3acb881dc9b4..eb6e13ca7b83 100644 --- a/net-misc/gsasl/Manifest +++ b/net-misc/gsasl/Manifest @@ -1 +1,2 @@ DIST gsasl-1.10.0.tar.gz 5946076 BLAKE2B eedbdd6a080af34581c6e793d5d6db4ebbbc10c1a31dba1edc632de78a529fc2acf2b5e4df3a7bc9a721c6bdb819aade85d65245dbb14405413b933220454a79 SHA512 8b1dc87e85dbfd0255b3b43c4b7f9c2e896cb03efe4cd4af86393b62fd193665aae4ce59e66db736722e32babfcea6d4f6ddd3c5f069dcc4210f7e9531043e4a +DIST gsasl-2.0.0.tar.gz 3274625 BLAKE2B fb9ce9b3be0cbd0902128a3e8b57ad1f78c9259da646d3da56777b05922152c5e7f019a4c037a9e42a161153e87b140146eab2f2a55e33de9b52d6814a250fd3 SHA512 b7c4e3dfdaa50eaba38f3c0914dedb4bc689d1226fcf162e5bfb3942fa6ce1e96405715a747adca78150709f34830f699e9f995f04ce586cd3d0c14b275910e6 diff --git a/net-misc/gsasl/gsasl-2.0.0.ebuild b/net-misc/gsasl/gsasl-2.0.0.ebuild new file mode 100644 index 000000000000..8e1de7de7732 --- /dev/null +++ b/net-misc/gsasl/gsasl-2.0.0.ebuild @@ -0,0 +1,98 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="The GNU SASL client, server, and library" +HOMEPAGE="https://www.gnu.org/software/gsasl/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +# Before giving keywords (or ideally even bumping), please check https://www.gnu.org/software/gsasl/ to see +# if it's a stable release or not! +KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="+client doc gcrypt gnutls idn kerberos nls ntlm +server static-libs" +REQUIRED_USE="|| ( client server )" + +DEPEND=" + !net-libs/libgsasl + gcrypt? ( dev-libs/libgcrypt:0= ) + gnutls? ( net-libs/gnutls:= ) + idn? ( net-dns/libidn:= ) + kerberos? ( virtual/krb5 ) + nls? ( >=sys-devel/gettext-0.18.1 ) + ntlm? ( >=net-libs/libntlm-0.3.5 ) +" +RDEPEND="${DEPEND}" + +src_prepare() { + default + + sed -i \ + -e '/gl_WARN_ADD(\[-Werror/d' \ + -e 's/ -Werror//' \ + configure.ac || die + + eautoreconf +} + +src_configure() { + local krb5_impl + + if use kerberos; then + krb5_impl="--with-gssapi-impl=" + + # These are the two providers of virtual/krb5 + if has_version app-crypt/mit-krb5; then + krb5_impl+="mit" + else + krb5_impl+="heimdal" + fi + fi + + local myeconfargs=( + --disable-valgrind-tests + --disable-rpath + + --with-packager-bug-reports="https://bugs.gentoo.org" + --with-packager-version="r${PR}" + --with-packager="Gentoo Linux" + + $(use_enable client) + $(use_enable server) + + $(use_enable kerberos gssapi) + ${krb5_impl} + $(use_enable kerberos gs2) + + $(use_with gcrypt libgcrypt) + $(use_with gnutls) + $(use_enable nls) + $(use_with idn stringprep) + $(use_enable ntlm) + $(use_enable static-libs static) + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + if ! use static-libs; then + rm -f "${ED}"/usr/lib*/lib*.la || die + fi + + doman doc/gsasl.1 doc/man/*.3 + + if use doc; then + dodoc doc/*.{eps,ps,pdf} + docinto html + dodoc doc/*.html + docinto examples + dodoc examples/*.c + fi +} diff --git a/net-misc/gsasl/metadata.xml b/net-misc/gsasl/metadata.xml index 7e2bf0db46c8..165c218f0155 100644 --- a/net-misc/gsasl/metadata.xml +++ b/net-misc/gsasl/metadata.xml @@ -3,12 +3,18 @@ + + Build client component + Use dev-libs/libgcrypt for low-level crypto Add support for Microsoft's NTLM mechanism using net-libs/libntlm + + Build server component + gsasl/gsasl