diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-08-28 05:43:44 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-30 18:29:14 +0200 |
commit | e685d043f2685860cf7dd849d0bf7ac6eea0d259 (patch) | |
tree | ea0a1276678045de5124d53f3b36c794aacc3a04 /app-admin/ulogd | |
parent | app-admin/ulogd: remove old. (diff) | |
download | gentoo-e685d043f2685860cf7dd849d0bf7ac6eea0d259.tar.gz gentoo-e685d043f2685860cf7dd849d0bf7ac6eea0d259.tar.bz2 gentoo-e685d043f2685860cf7dd849d0bf7ac6eea0d259.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/ulogd')
-rw-r--r-- | app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild b/app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild index 522e0a82e86d..24c86f64bb13 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" |