app-admin/ulogd: use HTTP in SRC_URI due to untrusted certificate.
authorIlya Tumaykin <itumaykin@gmail.com>
Sun, 28 Aug 2016 02:43:44 +0000 (05:43 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 30 Aug 2016 16:29:14 +0000 (18:29 +0200)
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@gentoo.org>
app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild

index 522e0a82e86d42eafb6f9f498d197339d5adbcef..24c86f64bb1333dfac590063d43e507299de91e4 100644 (file)
@@ -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"