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 F366913835A for ; Wed, 29 Jul 2020 00:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01E11E0C14; Wed, 29 Jul 2020 00:20:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6F3B3E0C10 for ; Wed, 29 Jul 2020 00:20:39 +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 9CBD434F392 for ; Wed, 29 Jul 2020 00:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B45E622B for ; Wed, 29 Jul 2020 00:20:12 +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: <1595981977.6c4218ab25dcb10fe03a93ae8e889c024783d1d5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libntlm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libntlm/Manifest net-libs/libntlm/libntlm-1.4.ebuild X-VCS-Directories: net-libs/libntlm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6c4218ab25dcb10fe03a93ae8e889c024783d1d5 X-VCS-Branch: master Date: Wed, 29 Jul 2020 00:20:12 +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: 111bf4c1-2a58-4b18-9ddd-ab5e61c4965f X-Archives-Hash: cd0393915b21700819c0608108457e50 commit: 6c4218ab25dcb10fe03a93ae8e889c024783d1d5 Author: Sam James gentoo org> AuthorDate: Wed Jul 29 00:19:21 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 29 00:19:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4218ab 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 gentoo.org> net-libs/libntlm/Manifest | 1 - net-libs/libntlm/libntlm-1.4.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/net-libs/libntlm/Manifest b/net-libs/libntlm/Manifest index ebccf07177e..b404dee88d0 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 86aaff74411..00000000000 --- 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"