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 B1CA4138359 for ; Fri, 10 Jul 2020 13:49:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2BD9E0825; Fri, 10 Jul 2020 13:49:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B5D7DE0825 for ; Fri, 10 Jul 2020 13:49:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1F54D34F84E for ; Fri, 10 Jul 2020 13:49:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC4E3274 for ; Fri, 10 Jul 2020 13:49:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1594388966.7d197240b806daa3898e8a32fa9dd58ccaa999a7.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_skey/Manifest sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild X-VCS-Directories: sys-auth/pam_skey/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7d197240b806daa3898e8a32fa9dd58ccaa999a7 X-VCS-Branch: master Date: Fri, 10 Jul 2020 13:49:41 +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: d14a79ff-d8da-4f5f-8dd9-e2ad783a5cd6 X-Archives-Hash: 32a78e03ff7d5968a84a01818eb39382 commit: 7d197240b806daa3898e8a32fa9dd58ccaa999a7 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jul 10 13:49:02 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jul 10 13:49:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d197240 sys-auth/pam_skey: Fix configure test for ld -shared. Closes: https://bugs.gentoo.org/732098 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ulrich Müller gentoo.org> sys-auth/pam_skey/Manifest | 2 +- sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-auth/pam_skey/Manifest b/sys-auth/pam_skey/Manifest index 7d861c6ebfc..f851ac337e4 100644 --- a/sys-auth/pam_skey/Manifest +++ b/sys-auth/pam_skey/Manifest @@ -1,2 +1,2 @@ -DIST pam_skey-1.1.5-patches-6.tar.xz 9264 BLAKE2B aa3a1f66b5511489ad542af2802ff0aab99d79fdc5bff0cf661b55f1c118cfda2644006ce3d494e6f6fafd85ad2832449fbdaec73ee8edf99a20a3cb2616e9b5 SHA512 c777ed094efe9cbfb275cfb30d036e3a1bd9477b08297815f07156b432a2724f8c08e9e841ef6bf7ba62ccf7df361f541e59024b42164bd35d7eef16da1f75ec +DIST pam_skey-1.1.5-patches-7.tar.xz 9408 BLAKE2B d87da6c4606431618a1a4d75981809cbd91a8e5e3d1f9eae6fbb222e146d451f7c099f9b437829304b647a20c6200797732e9d01451cc4911abba7843151e36c SHA512 8bb39c2d173468c38b4d2bdac186d3f27e868c2be9dc6feffba957d4d33bc8e597c48e4638e5de09829000961fbf8b72f0ba577f232bebdfaa4c2961ede58838 DIST pam_skey-1.1.5.tar.gz 76963 BLAKE2B ded4a4e43b174338cd1beefce65314cc906db928593dd5eba2ba1be9cab33844d8fd38cb7d3b952a29da632b671c468e0dfe7f0f1e0d167397320cd9ca6d35e1 SHA512 12817cedf15a3b2287982e4beab5d3b388239cc0a1e141e66e41759ddb2da7fb9dd0df12202dcc8140db0868c8df1a8d19d5859224179e2419ffefd691cb9834 diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild index bf556e0b638..8c065a3bf56 100644 --- a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild +++ b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit eutils pam autotools multilib readme.gentoo-r1 DESCRIPTION="PAM interface for the S/Key authentication system" HOMEPAGE="http://freshmeat.net/projects/pam_skey/" SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz - https://dev.gentoo.org/~ulm/distfiles/${P}-patches-6.tar.xz" + https://dev.gentoo.org/~ulm/distfiles/${P}-patches-7.tar.xz" LICENSE="GPL-2+" SLOT="0"