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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AB471580B9 for ; Fri, 27 Aug 2021 10:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CADEFE087A; Fri, 27 Aug 2021 10:31:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE9C6E087A for ; Fri, 27 Aug 2021 10:31:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64DB533BE19 for ; Fri, 27 Aug 2021 10:31:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C41E29 for ; Fri, 27 Aug 2021 10:31:29 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1630060284.d09f46f20d78a56db8b109db1dbe066305428ba7.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-7.78.0-r2.ebuild net-misc/curl/curl-7.78.0-r3.ebuild net-misc/curl/metadata.xml X-VCS-Directories: net-misc/curl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: d09f46f20d78a56db8b109db1dbe066305428ba7 X-VCS-Branch: master Date: Fri, 27 Aug 2021 10:31:29 +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: 7aa45c3a-5bfc-4e3f-a69d-dc9b3b008a42 X-Archives-Hash: 45d701925993f0fcc0230090b9f8c399 commit: d09f46f20d78a56db8b109db1dbe066305428ba7 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Aug 27 10:31:06 2021 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Aug 27 10:31:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09f46f2 net-misc/curl: enable NTLM unconditionally Closes: https://bugs.gentoo.org/808833 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> net-misc/curl/{curl-7.78.0-r2.ebuild => curl-7.78.0-r3.ebuild} | 4 ++-- net-misc/curl/metadata.xml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net-misc/curl/curl-7.78.0-r2.ebuild b/net-misc/curl/curl-7.78.0-r3.ebuild similarity index 97% rename from net-misc/curl/curl-7.78.0-r2.ebuild rename to net-misc/curl/curl-7.78.0-r3.ebuild index b60388dc308..2859ae2efd9 100644 --- a/net-misc/curl/curl-7.78.0-r2.ebuild +++ b/net-misc/curl/curl-7.78.0-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.xz" LICENSE="curl" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="adns alt-svc brotli +ftp gnutls gopher hsts +http2 idn +imap ipv6 kerberos ldap mbedtls nss ntlm +openssl +pop3 +progress-meter rtmp samba +smtp ssh ssl sslv3 static-libs test telnet +tftp threads winssl zstd" +IUSE="adns alt-svc brotli +ftp gnutls gopher hsts +http2 idn +imap ipv6 kerberos ldap mbedtls nss +openssl +pop3 +progress-meter rtmp samba +smtp ssh ssl sslv3 static-libs test telnet +tftp threads winssl zstd" IUSE+=" curl_ssl_gnutls curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl" IUSE+=" nghttp3 quiche" IUSE+=" elibc_Winnt" @@ -185,7 +185,7 @@ multilib_src_configure() { $(use_enable imap) $(use_enable ldap) $(use_enable ldap ldaps) - $(use_enable ntlm) + --enable-ntlm --disable-ntlm-wb $(use_enable pop3) --enable-rt diff --git a/net-misc/curl/metadata.xml b/net-misc/curl/metadata.xml index 7ab1ec9987b..63231cb33c3 100644 --- a/net-misc/curl/metadata.xml +++ b/net-misc/curl/metadata.xml @@ -19,7 +19,6 @@ Enable HTTP/3.0 support using net-libs/quiche Enable metalink support Enable nss ssl backend - Enable ntlm support Enable openssl ssl backend Enable Post Office Protocol 3 support Enable the progress meter