Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
Date: Sun, 29 Apr 2018 14:04:42
Message-Id: 1525010669.7640f89e58147c267cb03c0821e90a4169d71387.zlogene@gentoo
1 commit: 7640f89e58147c267cb03c0821e90a4169d71387
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 14:04:03 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 14:04:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7640f89e
7
8 www-servers/lighttpd: switch to HTTPS
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild | 4 ++--
13 www-servers/lighttpd/lighttpd-1.4.45.ebuild | 4 ++--
14 www-servers/lighttpd/lighttpd-1.4.49.ebuild | 8 ++++----
15 www-servers/lighttpd/lighttpd-9999.ebuild | 4 ++--
16 4 files changed, 10 insertions(+), 10 deletions(-)
17
18 diff --git a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
19 index 6bf3425fb4a..492f35263c4 100644
20 --- a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
21 +++ b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
22 @@ -6,8 +6,8 @@ EAPI=6
23 inherit autotools readme.gentoo-r1 systemd user
24
25 DESCRIPTION="Lightweight high-performance web server"
26 -HOMEPAGE="http://www.lighttpd.net/"
27 -SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
28 +HOMEPAGE="https://www.lighttpd.net/"
29 +SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
30
31 LICENSE="BSD GPL-2"
32 SLOT="0"
33
34 diff --git a/www-servers/lighttpd/lighttpd-1.4.45.ebuild b/www-servers/lighttpd/lighttpd-1.4.45.ebuild
35 index ad8fafed3d2..c0c1fb53499 100644
36 --- a/www-servers/lighttpd/lighttpd-1.4.45.ebuild
37 +++ b/www-servers/lighttpd/lighttpd-1.4.45.ebuild
38 @@ -5,8 +5,8 @@ EAPI="6"
39 inherit autotools eutils readme.gentoo-r1 user systemd
40
41 DESCRIPTION="Lightweight high-performance web server"
42 -HOMEPAGE="http://www.lighttpd.net/"
43 -SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
44 +HOMEPAGE="https://www.lighttpd.net/"
45 +SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
46
47 LICENSE="BSD GPL-2"
48 SLOT="0"
49
50 diff --git a/www-servers/lighttpd/lighttpd-1.4.49.ebuild b/www-servers/lighttpd/lighttpd-1.4.49.ebuild
51 index a8b1cc10cf2..902e56f4bb6 100644
52 --- a/www-servers/lighttpd/lighttpd-1.4.49.ebuild
53 +++ b/www-servers/lighttpd/lighttpd-1.4.49.ebuild
54 @@ -6,8 +6,8 @@ EAPI=6
55 inherit autotools flag-o-matic readme.gentoo-r1 systemd user
56
57 DESCRIPTION="Lightweight high-performance web server"
58 -HOMEPAGE="http://www.lighttpd.net/"
59 -SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
60 +HOMEPAGE="https://www.lighttpd.net/"
61 +SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
62
63 LICENSE="BSD GPL-2"
64 SLOT="0"
65 @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x8
66 IUSE="bzip2 dbi doc fam gdbm geoip ipv6 kerberos ldap libev libressl lua minimal mmap memcached mysql pcre php postgres rrdtool sasl selinux ssl sqlite test webdav xattr zlib"
67
68 REQUIRED_USE="kerberos? ( ssl !libressl )
69 - webdav? ( sqlite )"
70 + webdav? ( sqlite )"
71
72 CDEPEND="
73 bzip2? ( app-arch/bzip2 )
74 @@ -32,7 +32,7 @@ CDEPEND="
75 php? ( dev-lang/php:*[cgi] )
76 postgres? ( dev-db/postgresql:* )
77 rrdtool? ( net-analyzer/rrdtool )
78 - sasl? ( dev-libs/cyrus-sasl )
79 + sasl? ( dev-libs/cyrus-sasl )
80 ssl? (
81 !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos?] )
82 libressl? ( dev-libs/libressl:= )
83
84 diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild b/www-servers/lighttpd/lighttpd-9999.ebuild
85 index 889032d8b58..c567f487647 100644
86 --- a/www-servers/lighttpd/lighttpd-9999.ebuild
87 +++ b/www-servers/lighttpd/lighttpd-9999.ebuild
88 @@ -1,11 +1,11 @@
89 -# Copyright 1999-2016 Gentoo Foundation
90 +# Copyright 1999-2018 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92
93 EAPI="6"
94 inherit autotools eutils readme.gentoo-r1 user systemd git-r3
95
96 DESCRIPTION="Lightweight high-performance web server"
97 -HOMEPAGE="http://www.lighttpd.net/"
98 +HOMEPAGE="https://www.lighttpd.net/"
99 EGIT_REPO_URI="https://git.lighttpd.net/lighttpd1.4.git git+ssh://git@××××××××.net/lighttpd/lighttpd1.4.git git://git.lighttpd.net/lighttpd/lighttpd1.4.git"
100
101 LICENSE="BSD GPL-2"