summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-07-29 00:19:21 +0000
committerSam James <sam@gentoo.org>2020-07-29 00:19:37 +0000
commit6c4218ab25dcb10fe03a93ae8e889c024783d1d5 (patch)
tree82a8449b38ef936f9b377c46e0600594b73680f8
parentdev-perl/Devel-CheckLib: Bump to version 1.140.0 (diff)
downloadgentoo-6c4218ab25dcb10fe03a93ae8e889c024783d1d5.tar.gz
gentoo-6c4218ab25dcb10fe03a93ae8e889c024783d1d5.tar.bz2
gentoo-6c4218ab25dcb10fe03a93ae8e889c024783d1d5.zip
net-libs/libntlm: security cleanup
Bug: https://bugs.gentoo.org/717944 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-libs/libntlm/Manifest1
-rw-r--r--net-libs/libntlm/libntlm-1.4.ebuild14
2 files changed, 0 insertions, 15 deletions
diff --git a/net-libs/libntlm/Manifest b/net-libs/libntlm/Manifest
index ebccf07177e2..b404dee88d0a 100644
--- a/net-libs/libntlm/Manifest
+++ b/net-libs/libntlm/Manifest
@@ -1,2 +1 @@
-DIST libntlm-1.4.tar.gz 568414 BLAKE2B 2a622cd2d7b944128e29503845a3c9789efc9d14a93935ea24f9001d10b279969a8869f7ca68e6e36728638a32ce1ef693a5e8c28ab3bcaf702e114d4bf21dd3 SHA512 888ed2e9ee3e01a53bec951534966378a21c8a0baf555b65d97fed4408568c6b67f4199396cf3e61bb5a73b8e47dbe1333449369a92499e16478b0b60ac78274
DIST libntlm-1.6.tar.gz 688608 BLAKE2B 8e545619b1fb00d778bbebf6ab9748005928a2669dab8c3d9c6285127b551c1bf039e1748a710e5eb551e7cbcb1a8775b57c21b163ca2a0206a4b9948b11df8a SHA512 d68bc6b5cd7f5f70385ba78275a810fa46e60f761f0949f2262eef35ae052661739ef17ce3fc4ab75f7e8cfc788b1ccd7766d4ff0ee78db08ea4de3e224653f2
diff --git a/net-libs/libntlm/libntlm-1.4.ebuild b/net-libs/libntlm/libntlm-1.4.ebuild
deleted file mode 100644
index 86aaff744112..000000000000
--- a/net-libs/libntlm/libntlm-1.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils
-
-DESCRIPTION="Microsoft's NTLM authentication (libntlm) library"
-HOMEPAGE="http://www.nongnu.org/libntlm/"
-SRC_URI="http://www.nongnu.org/${PN}/releases/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux"
-IUSE="static-libs"