Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib/
Date: Sat, 09 Sep 2017 21:07:05
Message-Id: 1504991215.ec44ed6284fa327077d446a2d553ff53879232e2.polynomial-c@gentoo
1 commit: ec44ed6284fa327077d446a2d553ff53879232e2
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Thu Sep 7 06:54:08 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 9 21:06:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec44ed62
7
8 sys-libs/zlib: HOMEPAGE and SRC_URI use https
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/5649
12
13 sys-libs/zlib/zlib-1.2.11.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-libs/zlib/zlib-1.2.11.ebuild b/sys-libs/zlib/zlib-1.2.11.ebuild
17 index a8abe0654ab..8880513349a 100644
18 --- a/sys-libs/zlib/zlib-1.2.11.ebuild
19 +++ b/sys-libs/zlib/zlib-1.2.11.ebuild
20 @@ -7,8 +7,8 @@ AUTOTOOLS_AUTO_DEPEND="no"
21 inherit autotools toolchain-funcs multilib multilib-minimal
22
23 DESCRIPTION="Standard (de)compression library"
24 -HOMEPAGE="http://www.zlib.net/"
25 -SRC_URI="http://zlib.net/${P}.tar.gz
26 +HOMEPAGE="https://zlib.net/"
27 +SRC_URI="https://zlib.net/${P}.tar.gz
28 http://www.gzip.org/zlib/${P}.tar.gz
29 http://www.zlib.net/current/beta/${P}.tar.gz"