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 77875139694 for ; Fri, 17 Feb 2017 20:18:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84B47E0C78; Fri, 17 Feb 2017 20:18:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D4ABE0C78 for ; Fri, 17 Feb 2017 20:18:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 728A9340E75 for ; Fri, 17 Feb 2017 20:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 198C54B4F for ; Fri, 17 Feb 2017 20:18:20 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1487362611.e616e4e5d05a48be19bf85b44433882467bc64b4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/openssl-blacklist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild X-VCS-Directories: app-crypt/openssl-blacklist/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e616e4e5d05a48be19bf85b44433882467bc64b4 X-VCS-Branch: master Date: Fri, 17 Feb 2017 20:18:20 +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-Archives-Salt: 1f7436d3-6f38-4240-ae27-4792e8c84ee0 X-Archives-Hash: 8de193f34645dba457d522ba8addfa7b commit: e616e4e5d05a48be19bf85b44433882467bc64b4 Author: Harri Nieminen gmail com> AuthorDate: Fri Feb 17 14:39:21 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 17 20:16:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e616e4e5 app-crypt/openssl-blacklist: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild b/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild index 204b5ea091..eae8e72795 100644 --- a/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild +++ b/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ DEB_P="${PN}_${MY_PV}" DEB_PVER=$(get_version_component_range 3) DEB_PATCH="${DEB_P}-${DEB_PVER}.diff" -DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008" +DESCRIPTION="Detection of weak ssl keys produced by certain debian versions in 2006-2008" HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/" SRC_URI="mirror://debian/pool/main/o/${PN}/${DEB_P}.orig.tar.gz mirror://debian/pool/main/o/${PN}/${DEB_PATCH}.gz"