www-servers/lighttpd: switch to HTTPS
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 29 Apr 2018 14:04:03 +0000 (17:04 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 29 Apr 2018 14:04:29 +0000 (17:04 +0300)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
www-servers/lighttpd/lighttpd-1.4.45.ebuild
www-servers/lighttpd/lighttpd-1.4.49.ebuild
www-servers/lighttpd/lighttpd-9999.ebuild

index 6bf3425fb4a5909f7887e03b1fb6e6ca32219c2f..492f35263c476f99e61acdc695b6b54e8f022ef2 100644 (file)
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools readme.gentoo-r1 systemd user
 
 DESCRIPTION="Lightweight high-performance web server"
-HOMEPAGE="http://www.lighttpd.net/"
-SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
+HOMEPAGE="https://www.lighttpd.net/"
+SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
index ad8fafed3d285b8344cc201a3eb7242c3b06a0f9..c0c1fb534991811f75a2cfbe71ac75c45c2cb0be 100644 (file)
@@ -5,8 +5,8 @@ EAPI="6"
 inherit autotools eutils readme.gentoo-r1 user systemd
 
 DESCRIPTION="Lightweight high-performance web server"
-HOMEPAGE="http://www.lighttpd.net/"
-SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
+HOMEPAGE="https://www.lighttpd.net/"
+SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
index a8b1cc10cf2802cc8418c43f17556b23b8d676ba..902e56f4bb6f6afc94f3b61d3829ed64d21fa3e0 100644 (file)
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools flag-o-matic readme.gentoo-r1 systemd user
 
 DESCRIPTION="Lightweight high-performance web server"
-HOMEPAGE="http://www.lighttpd.net/"
-SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
+HOMEPAGE="https://www.lighttpd.net/"
+SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x8
 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"
 
 REQUIRED_USE="kerberos? ( ssl !libressl )
-                         webdav? ( sqlite )"
+             webdav? ( sqlite )"
 
 CDEPEND="
        bzip2?    ( app-arch/bzip2 )
@@ -32,7 +32,7 @@ CDEPEND="
        php?      ( dev-lang/php:*[cgi] )
        postgres? ( dev-db/postgresql:* )
        rrdtool?  ( net-analyzer/rrdtool )
-       sasl?     (     dev-libs/cyrus-sasl )
+       sasl?     ( dev-libs/cyrus-sasl )
        ssl? (
                !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos?] )
                libressl? ( dev-libs/libressl:= )
index 889032d8b589e8043dfb6a36b50da4e7d126e1b4..c567f487647d4d01633f7064d46d0941469d7cb0 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 inherit autotools eutils readme.gentoo-r1 user systemd git-r3
 
 DESCRIPTION="Lightweight high-performance web server"
-HOMEPAGE="http://www.lighttpd.net/"
+HOMEPAGE="https://www.lighttpd.net/"
 EGIT_REPO_URI="https://git.lighttpd.net/lighttpd1.4.git git+ssh://git@lighttpd.net/lighttpd/lighttpd1.4.git git://git.lighttpd.net/lighttpd/lighttpd1.4.git"
 
 LICENSE="BSD GPL-2"