Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/389-admin/files/, www-apache/libapreq2/, www-servers/apache/, ...
Date: Wed, 01 Jun 2016 19:53:17
Message-Id: 1464810754.e68f99339aa6fa5a7f57f83c2f519f2b69b81036.vapier@gentoo
1 commit: e68f99339aa6fa5a7f57f83c2f519f2b69b81036
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 19:49:26 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 19:52:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68f9933
7
8 apache: switch to https:// URI
9
10 app-admin/apache-tools/apache-tools-2.2.31.ebuild | 2 +-
11 app-admin/apache-tools/apache-tools-2.4.18.ebuild | 2 +-
12 app-admin/apache-tools/apache-tools-2.4.20.ebuild | 2 +-
13 app-backup/backuppc/files/apache2-backuppc.conf | 2 +-
14 app-backup/backuppc/files/httpd.conf | 8 ++++----
15 .../happstack-server/files/happstack-server-7.4.2-time-1.5.patch | 2 +-
16 net-nds/389-admin/files/389-admin.confd | 2 +-
17 www-apache/libapreq2/libapreq2-2.13-r1.ebuild | 2 +-
18 www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild | 2 +-
19 www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild | 2 +-
20 www-apache/mod_mono/metadata.xml | 2 +-
21 www-apache/mod_proxy_fcgi/mod_proxy_fcgi-0_p816361.ebuild | 2 +-
22 www-apps/bugzilla/files/postinstall-en.txt | 2 +-
23 www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf | 2 +-
24 www-servers/apache/apache-2.2.31.ebuild | 2 +-
25 www-servers/apache/apache-2.4.18-r1.ebuild | 2 +-
26 www-servers/apache/apache-2.4.18.ebuild | 2 +-
27 www-servers/apache/apache-2.4.20.ebuild | 2 +-
28 18 files changed, 21 insertions(+), 21 deletions(-)
29
30 diff --git a/app-admin/apache-tools/apache-tools-2.2.31.ebuild b/app-admin/apache-tools/apache-tools-2.2.31.ebuild
31 index a0a17b5..eb4d5e6 100644
32 --- a/app-admin/apache-tools/apache-tools-2.2.31.ebuild
33 +++ b/app-admin/apache-tools/apache-tools-2.2.31.ebuild
34 @@ -6,7 +6,7 @@ EAPI="4"
35 inherit flag-o-matic eutils
36
37 DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
38 -HOMEPAGE="http://httpd.apache.org/"
39 +HOMEPAGE="https://httpd.apache.org/"
40 SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
41
42 LICENSE="Apache-2.0"
43
44 diff --git a/app-admin/apache-tools/apache-tools-2.4.18.ebuild b/app-admin/apache-tools/apache-tools-2.4.18.ebuild
45 index f29452a..993b58d 100644
46 --- a/app-admin/apache-tools/apache-tools-2.4.18.ebuild
47 +++ b/app-admin/apache-tools/apache-tools-2.4.18.ebuild
48 @@ -6,7 +6,7 @@ EAPI=5
49 inherit flag-o-matic eutils multilib toolchain-funcs
50
51 DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
52 -HOMEPAGE="http://httpd.apache.org/"
53 +HOMEPAGE="https://httpd.apache.org/"
54 SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
55
56 LICENSE="Apache-2.0"
57
58 diff --git a/app-admin/apache-tools/apache-tools-2.4.20.ebuild b/app-admin/apache-tools/apache-tools-2.4.20.ebuild
59 index 1afa371..f503d5a 100644
60 --- a/app-admin/apache-tools/apache-tools-2.4.20.ebuild
61 +++ b/app-admin/apache-tools/apache-tools-2.4.20.ebuild
62 @@ -6,7 +6,7 @@ EAPI=6
63 inherit flag-o-matic eutils multilib toolchain-funcs
64
65 DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
66 -HOMEPAGE="http://httpd.apache.org/"
67 +HOMEPAGE="https://httpd.apache.org/"
68 SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
69
70 LICENSE="Apache-2.0"
71
72 diff --git a/app-backup/backuppc/files/apache2-backuppc.conf b/app-backup/backuppc/files/apache2-backuppc.conf
73 index 1c27c69..4df0b4e 100644
74 --- a/app-backup/backuppc/files/apache2-backuppc.conf
75 +++ b/app-backup/backuppc/files/apache2-backuppc.conf
76 @@ -68,6 +68,6 @@ CONFIGFILE=/etc/BackupPC/httpd.conf
77
78 # Method to use when reloading the server
79 # Valid options are 'restart' and 'graceful'
80 -# See http://httpd.apache.org/docs/2.2/stopping.html for information on
81 +# See https://httpd.apache.org/docs/2.2/stopping.html for information on
82 # what they do and how they differ.
83 #RELOAD_TYPE="graceful"
84
85 diff --git a/app-backup/backuppc/files/httpd.conf b/app-backup/backuppc/files/httpd.conf
86 index 00493d8..b47475c 100644
87 --- a/app-backup/backuppc/files/httpd.conf
88 +++ b/app-backup/backuppc/files/httpd.conf
89 @@ -8,14 +8,14 @@
90 #
91 # Bug Reports:
92 # http://bugs.gentoo.org [gentoo related bugs]
93 -# http://httpd.apache.org/bug_report.html [apache httpd related bugs]
94 +# https://httpd.apache.org/bug_report.html [apache httpd related bugs]
95 #
96 #
97 # This is the main Apache HTTP server configuration file. It contains the
98 # configuration directives that give the server its instructions.
99 -# See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
100 +# See <URL:https://httpd.apache.org/docs/2.2> for detailed information.
101 # In particular, see
102 -# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
103 +# <URL:https://httpd.apache.org/docs/2.2/mod/directives.html>
104 # for a discussion of each configuration directive.
105 #
106 # Do NOT simply read the instructions in here without understanding
107 @@ -285,7 +285,7 @@ NameVirtualHost *:80
108 # doesn't give it to you.
109 #
110 # The Options directive is both complicated and important. Please see
111 - # http://httpd.apache.org/docs/2.2/mod/core.html#options
112 + # https://httpd.apache.org/docs/2.2/mod/core.html#options
113 # for more information.
114 Options Indexes FollowSymLinks
115
116
117 diff --git a/dev-haskell/happstack-server/files/happstack-server-7.4.2-time-1.5.patch b/dev-haskell/happstack-server/files/happstack-server-7.4.2-time-1.5.patch
118 index a536ba0..d116cb6 100644
119 --- a/dev-haskell/happstack-server/files/happstack-server-7.4.2-time-1.5.patch
120 +++ b/dev-haskell/happstack-server/files/happstack-server-7.4.2-time-1.5.patch
121 @@ -103,7 +103,7 @@ index 5561940..c85ff81 100644
122 +#endif
123
124 -- | Format the time as describe in the Apache combined log format.
125 - -- http://httpd.apache.org/docs/2.2/logs.html#combined
126 + -- https://httpd.apache.org/docs/2.2/logs.html#combined
127 diff --git a/src/Happstack/Server/Response.hs b/src/Happstack/Server/Response.hs
128 index 7ae52b3..23f61b0 100644
129 --- a/src/Happstack/Server/Response.hs
130
131 diff --git a/net-nds/389-admin/files/389-admin.confd b/net-nds/389-admin/files/389-admin.confd
132 index 8f134a4..2f3e92a 100644
133 --- a/net-nds/389-admin/files/389-admin.confd
134 +++ b/net-nds/389-admin/files/389-admin.confd
135 @@ -68,6 +68,6 @@ APACHE2_OPTS="-D DEFAULT_VHOST -D LANGUAGE -D INFO -D SUEXEC"
136
137 # Method to use when reloading the server
138 # Valid options are 'restart' and 'graceful'
139 -# See http://httpd.apache.org/docs/2.2/stopping.html for information on
140 +# See https://httpd.apache.org/docs/2.2/stopping.html for information on
141 # what they do and how they differ.
142 #RELOAD_TYPE="graceful"
143
144 diff --git a/www-apache/libapreq2/libapreq2-2.13-r1.ebuild b/www-apache/libapreq2/libapreq2-2.13-r1.ebuild
145 index e136450..6ef5f7d 100644
146 --- a/www-apache/libapreq2/libapreq2-2.13-r1.ebuild
147 +++ b/www-apache/libapreq2/libapreq2-2.13-r1.ebuild
148 @@ -8,7 +8,7 @@ inherit apache-module perl-module multilib
149
150 DESCRIPTION="A library for manipulating client request data via the Apache API"
151 SRC_URI="mirror://apache/httpd/libapreq/${P}.tar.gz"
152 -HOMEPAGE="http://httpd.apache.org/apreq/"
153 +HOMEPAGE="https://httpd.apache.org/apreq/"
154
155 LICENSE="Apache-2.0"
156 SLOT="2"
157
158 diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild
159 index 6d6d73d..3ddd2a2 100644
160 --- a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild
161 +++ b/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild
162 @@ -6,7 +6,7 @@ EAPI=5
163 inherit apache-module eutils multilib
164
165 DESCRIPTION="A binary-compatible alternative to mod_fastcgi with better process management"
166 -HOMEPAGE="http://httpd.apache.org/mod_fcgid/"
167 +HOMEPAGE="https://httpd.apache.org/mod_fcgid/"
168 SRC_URI="mirror://apache/httpd/mod_fcgid/${P}.tar.bz2"
169
170 LICENSE="GPL-2"
171
172 diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
173 index 4b43cb6..3739ac2 100644
174 --- a/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
175 +++ b/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
176 @@ -5,7 +5,7 @@
177 inherit apache-module eutils multilib
178
179 DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management"
180 -HOMEPAGE="http://httpd.apache.org/mod_fcgid/"
181 +HOMEPAGE="https://httpd.apache.org/mod_fcgid/"
182 SRC_URI="mirror://apache/httpd/mod_fcgid/${P}.tar.bz2"
183
184 LICENSE="GPL-2"
185
186 diff --git a/www-apache/mod_mono/metadata.xml b/www-apache/mod_mono/metadata.xml
187 index 7f9136b..153f190 100644
188 --- a/www-apache/mod_mono/metadata.xml
189 +++ b/www-apache/mod_mono/metadata.xml
190 @@ -6,7 +6,7 @@
191 <name>Gentoo Dotnet Project</name>
192 </maintainer>
193 <longdescription lang="en">
194 - The module allows Apache (http://httpd.apache.org) to serve ASP.NET
195 + The module allows Apache (https://httpd.apache.org/) to serve ASP.NET
196 pages by proxying the requests to a slightly modified version of our XSP
197 called mod-mono-server that is installed along with XSP.
198 </longdescription>
199
200 diff --git a/www-apache/mod_proxy_fcgi/mod_proxy_fcgi-0_p816361.ebuild b/www-apache/mod_proxy_fcgi/mod_proxy_fcgi-0_p816361.ebuild
201 index e3b3456..bceea6d 100644
202 --- a/www-apache/mod_proxy_fcgi/mod_proxy_fcgi-0_p816361.ebuild
203 +++ b/www-apache/mod_proxy_fcgi/mod_proxy_fcgi-0_p816361.ebuild
204 @@ -5,7 +5,7 @@
205 inherit apache-module
206
207 DESCRIPTION="mod_proxy_fcgi is a FastCGI protocol handler for mod_proxy"
208 -HOMEPAGE="http://httpd.apache.org"
209 +HOMEPAGE="https://httpd.apache.org/"
210 SRC_URI="https://dev.gentoo.org/~hollow/distfiles/${P}.tar.bz2"
211
212 LICENSE="Apache-2.0"
213
214 diff --git a/www-apps/bugzilla/files/postinstall-en.txt b/www-apps/bugzilla/files/postinstall-en.txt
215 index 2d18de0..9b6a879 100644
216 --- a/www-apps/bugzilla/files/postinstall-en.txt
217 +++ b/www-apps/bugzilla/files/postinstall-en.txt
218 @@ -9,5 +9,5 @@
219
220 3. Please note that Apache2 sets AllowOverride None by default. You may have
221 to edit it to process the .htaccess file provided by Bugzilla. Please see
222 - http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride and
223 + https://httpd.apache.org/docs/2.2/mod/core.html#allowoverride and
224 http://www.bugzilla.org/docs/${MY_PB}/en/html/configuration.html#http for more info.
225
226 diff --git a/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf b/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf
227 index 58bef75..cf1d4d4 100644
228 --- a/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf
229 +++ b/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf
230 @@ -32,7 +32,7 @@
231 #
232 # For further informations and other configuration possibilities consult the
233 # WebDAV CGI documentation which is located at http://webdavcgi.sourceforge.net
234 -# and the Apache HTTP server documentation at http://httpd.apache.org/docs/
235 +# and the Apache HTTP server documentation at https://httpd.apache.org/docs/
236 #
237 ScriptAlias /webdavcgi "/usr/libexec/webdavcgi-0.8/cgi-bin/webdavwrapper"
238 ScriptAlias /webdav/logout "/usr/libexec/webdavcgi-0.8/cgi-bin/logout"
239
240 diff --git a/www-servers/apache/apache-2.2.31.ebuild b/www-servers/apache/apache-2.2.31.ebuild
241 index 414698f..6a3ac35 100644
242 --- a/www-servers/apache/apache-2.2.31.ebuild
243 +++ b/www-servers/apache/apache-2.2.31.ebuild
244 @@ -84,7 +84,7 @@ MODULE_CRITICAL="
245 inherit apache-2 systemd toolchain-funcs
246
247 DESCRIPTION="The Apache Web Server"
248 -HOMEPAGE="http://httpd.apache.org/"
249 +HOMEPAGE="https://httpd.apache.org/"
250
251 # some helper scripts are Apache-1.1, thus both are here
252 LICENSE="Apache-2.0 Apache-1.1"
253
254 diff --git a/www-servers/apache/apache-2.4.18-r1.ebuild b/www-servers/apache/apache-2.4.18-r1.ebuild
255 index 3892d01..d2eebc8 100644
256 --- a/www-servers/apache/apache-2.4.18-r1.ebuild
257 +++ b/www-servers/apache/apache-2.4.18-r1.ebuild
258 @@ -120,7 +120,7 @@ MODULE_CRITICAL="
259 inherit eutils apache-2 systemd toolchain-funcs
260
261 DESCRIPTION="The Apache Web Server"
262 -HOMEPAGE="http://httpd.apache.org/"
263 +HOMEPAGE="https://httpd.apache.org/"
264
265 # some helper scripts are Apache-1.1, thus both are here
266 LICENSE="Apache-2.0 Apache-1.1"
267
268 diff --git a/www-servers/apache/apache-2.4.18.ebuild b/www-servers/apache/apache-2.4.18.ebuild
269 index 931cd78..40cfb2e 100644
270 --- a/www-servers/apache/apache-2.4.18.ebuild
271 +++ b/www-servers/apache/apache-2.4.18.ebuild
272 @@ -120,7 +120,7 @@ MODULE_CRITICAL="
273 inherit eutils apache-2 systemd toolchain-funcs
274
275 DESCRIPTION="The Apache Web Server"
276 -HOMEPAGE="http://httpd.apache.org/"
277 +HOMEPAGE="https://httpd.apache.org/"
278
279 # some helper scripts are Apache-1.1, thus both are here
280 LICENSE="Apache-2.0 Apache-1.1"
281
282 diff --git a/www-servers/apache/apache-2.4.20.ebuild b/www-servers/apache/apache-2.4.20.ebuild
283 index 16d1143..2227c4d 100644
284 --- a/www-servers/apache/apache-2.4.20.ebuild
285 +++ b/www-servers/apache/apache-2.4.20.ebuild
286 @@ -120,7 +120,7 @@ MODULE_CRITICAL="
287 inherit eutils apache-2 systemd toolchain-funcs
288
289 DESCRIPTION="The Apache Web Server"
290 -HOMEPAGE="http://httpd.apache.org/"
291 +HOMEPAGE="https://httpd.apache.org/"
292
293 # some helper scripts are Apache-1.1, thus both are here
294 LICENSE="Apache-2.0 Apache-1.1"