commit:     e685d043f2685860cf7dd849d0bf7ac6eea0d259
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 02:43:44 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> 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 <monsieurp <AT> 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"

Reply via email to