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 85317138330 for ; Tue, 30 Aug 2016 16:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3A4EE0A84; Tue, 30 Aug 2016 16:29:27 +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 5C56BE0A84 for ; Tue, 30 Aug 2016 16:29:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 03546340961 for ; Tue, 30 Aug 2016 16:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBEF02470 for ; Tue, 30 Aug 2016 16:29:23 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1472574554.e685d043f2685860cf7dd849d0bf7ac6eea0d259.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ulogd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild X-VCS-Directories: app-admin/ulogd/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e685d043f2685860cf7dd849d0bf7ac6eea0d259 X-VCS-Branch: master Date: Tue, 30 Aug 2016 16:29:23 +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: 1ee74341-3a93-46a9-99d3-af5a14d051f7 X-Archives-Hash: 79ca44879781fdad571a18cb66ad3770 commit: e685d043f2685860cf7dd849d0bf7ac6eea0d259 Author: Ilya Tumaykin gmail com> AuthorDate: Sun Aug 28 02:43:44 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Aug 30 16:29:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e685d043 app-admin/ulogd: use HTTP in SRC_URI due to untrusted certificate. Recently upstream switched to a new HTTPS certificate by Let's Encrypt, which has trust issues with currently stable app-misc/ca-certificates. Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement gentoo.org> app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild b/app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild index 522e0a8..24c86f6 100644 --- a/app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild +++ b/app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild @@ -11,7 +11,7 @@ inherit autotools-utils eutils flag-o-matic linux-info readme.gentoo-r1 systemd DESCRIPTION="A userspace logging daemon for netfilter/iptables related logging" HOMEPAGE="https://netfilter.org/projects/ulogd/index.html" -SRC_URI="https://git.netfilter.org/${PN}2/snapshot/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" +SRC_URI="http://git.netfilter.org/${PN}2/snapshot/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"