From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libntlm/
Date: Fri, 27 Dec 2024 17:25:55 +0000 (UTC)	[thread overview]
Message-ID: <1735320304.c28a1ae77ec6fa6196316da755a37224f69a899a.sam@gentoo> (raw)
commit:     c28a1ae77ec6fa6196316da755a37224f69a899a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 17:24:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 17:25:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28a1ae7
net-libs/libntlm: add 1.8
Closes: https://bugs.gentoo.org/879731
Closes: https://bugs.gentoo.org/944130
Signed-off-by: Sam James <sam <AT> gentoo.org>
 net-libs/libntlm/Manifest           |  1 +
 net-libs/libntlm/libntlm-1.8.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
diff --git a/net-libs/libntlm/Manifest b/net-libs/libntlm/Manifest
index b404dee88d0a..219415d8f177 100644
--- a/net-libs/libntlm/Manifest
+++ b/net-libs/libntlm/Manifest
@@ -1 +1,2 @@
 DIST libntlm-1.6.tar.gz 688608 BLAKE2B 8e545619b1fb00d778bbebf6ab9748005928a2669dab8c3d9c6285127b551c1bf039e1748a710e5eb551e7cbcb1a8775b57c21b163ca2a0206a4b9948b11df8a SHA512 d68bc6b5cd7f5f70385ba78275a810fa46e60f761f0949f2262eef35ae052661739ef17ce3fc4ab75f7e8cfc788b1ccd7766d4ff0ee78db08ea4de3e224653f2
+DIST libntlm-1.8.tar.gz 617062 BLAKE2B c352fd9c96489264efbe1bdf41f8317442a81fff23c0bcc505f70be241a2ecdf662f40f2dbcc13ef1cf878e626cc5abf29eb378bae0a3f06447d9377cf1b716b SHA512 8d1563608b725008abcf948146d1ffce2d9cceab8264196d349be7faded51c61bcaf45ddb92b5c7dca2948fca554856a20198bb2e3bda0f93c8259335e14c377
diff --git a/net-libs/libntlm/libntlm-1.8.ebuild b/net-libs/libntlm/libntlm-1.8.ebuild
new file mode 100644
index 000000000000..48bfd8a7f1a5
--- /dev/null
+++ b/net-libs/libntlm/libntlm-1.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Microsoft's NTLM authentication (libntlm) library"
+HOMEPAGE="https://www.nongnu.org/libntlm/"
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux"
+IUSE="static-libs"
+
+src_configure() {
+	econf \
+		--disable-gcc-warnings \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
+}
next             reply	other threads:[~2024-12-27 17:26 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-27 17:25 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-21 23:18 [gentoo-commits] repo/gentoo:master commit in: net-libs/libntlm/ Sam James
2025-05-15  7:24 Petr Vaněk
2025-03-08 16:56 Sam James
2025-03-08 13:40 Arthur Zamarin
2025-03-08 13:40 Arthur Zamarin
2025-03-08 13:07 Jakov Smolić
2025-03-08 12:10 Sam James
2025-03-08 12:10 Sam James
2025-03-08 11:57 Arthur Zamarin
2022-11-22  3:59 Sam James
2022-05-17 11:54 WANG Xuerui
2021-07-13 11:21 Marek Szuba
2020-08-01  7:55 Sergei Trofimovich
2020-07-29  0:20 Sam James
2020-07-28 21:25 Sergei Trofimovich
2020-07-25 21:01 Sam James
2020-07-21  0:39 Sam James
2020-07-20 18:49 Sam James
2020-07-20 17:34 Sam James
2020-07-20 17:34 Sam James
2020-07-20 17:34 Sam James
2020-07-20 15:30 Sam James
2020-07-20 15:19 Sam James
2020-07-19  0:35 Sam James
2019-04-26 11:32 Anthony G. Basile
2019-03-16 19:50 Mikle Kolyada
2017-06-19  9:54 Alexis Ballier
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=1735320304.c28a1ae77ec6fa6196316da755a37224f69a899a.sam@gentoo \
    --to=sam@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