Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ulogd/
Date: Tue, 30 Aug 2016 16:29:30
Message-Id: 1472574554.e685d043f2685860cf7dd849d0bf7ac6eea0d259.monsieurp@gentoo
1 commit: e685d043f2685860cf7dd849d0bf7ac6eea0d259
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 28 02:43:44 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 16:29:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e685d043
7
8 app-admin/ulogd: use HTTP in SRC_URI due to untrusted certificate.
9
10 Recently upstream switched to a new HTTPS certificate by Let's Encrypt,
11 which has trust issues with currently stable app-misc/ca-certificates.
12
13 Package-Manager: portage-2.3.0
14
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild b/app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild
21 index 522e0a8..24c86f6 100644
22 --- a/app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild
23 +++ b/app-admin/ulogd/ulogd-2.0.5_p20160205.ebuild
24 @@ -11,7 +11,7 @@ inherit autotools-utils eutils flag-o-matic linux-info readme.gentoo-r1 systemd
25
26 DESCRIPTION="A userspace logging daemon for netfilter/iptables related logging"
27 HOMEPAGE="https://netfilter.org/projects/ulogd/index.html"
28 -SRC_URI="https://git.netfilter.org/${PN}2/snapshot/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
29 +SRC_URI="http://git.netfilter.org/${PN}2/snapshot/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"