118 Commits

Author SHA1 Message Date
J0WI
547d4c893f main/apache2: security upgrade to 2.4.56 2023-03-07 20:34:39 +01:00
J0WI
2597ee1de8 main/apache2: security upgrade to 2.4.55 2023-01-17 20:22:54 +01:00
J0WI
a9198e449d main/apache2: security upgrade to 2.4.54 2022-06-13 12:42:59 +03:00
J0WI
1cd4037ac2 main/apache2: security upgrade to 2.4.53 2022-03-15 18:16:09 +02:00
Kaarle Ritvanen
9ee66fcc59 main/apache2: remove superfluous pkgver
mistake in rebasing the patch
2021-12-21 00:59:07 +02:00
J0WI
5ffab2f9a2 main/apache2: security upgrade to 2.4.52 2021-12-21 00:46:32 +02:00
Kevin Daudt
04ade1dae3 main/apache2: change source to dlcdn.apache.org
source for v2.4.51 is only available there.
2021-10-08 09:58:38 +03:00
J0WI
cac34badf4 main/apache2: security upgrade to 2.4.51 2021-10-08 09:58:38 +03:00
J0WI
77d04884f2 main/apache2: security upgrade to 2.4.50 2021-10-05 16:18:48 +02:00
Andy Postnikov
008714ad18 main/apache2: security upgrade to 2.4.49
- CVE-2021-40438
- CVE-2021-39275
- CVE-2021-36160
- CVE-2021-34798
- CVE-2021-33193
2021-09-20 07:21:06 +00:00
Ariadne Conill
a4817a8653 main/apache2: add missing secfixes data for 2.4.48 2021-06-11 17:11:45 -06:00
J0WI
e5a8e68f38 main/apache2: security upgrade to 2.4.48 2021-06-11 00:19:28 +03:00
Kaarle Ritvanen
c8e63783f8 main/apache2: brotli subpackage
ref #11863
2020-12-02 23:45:58 +02:00
Kaarle Ritvanen
bf30b6d3da main/apache2: enable mod_brotli
fixes #11863
2020-12-02 18:05:17 +02:00
Kaarle Ritvanen
63ae1d955f main/apache2: fix error subpackage
There is a directory named 'include', so this split function has to run before
that of 'dev', which collects all directories with that name.

fixes #12127
2020-12-02 16:58:26 +02:00
Kaarle Ritvanen
797390cbb6 main/apache2: security upgrade to 2.4.46
ref #11831
2020-08-10 16:53:22 +03:00
J0WI
035f1e687d main/apache2: modernize 2020-04-01 18:18:42 +00:00
J0WI
f9dbe36405 main/apache2: security upgrade to 2.4.43 2020-04-01 18:18:42 +00:00
J0WI
2352aedda7 main/apache2: add secfixes 2019-08-16 13:35:43 +00:00
J0WI
ecb0c026c1 main/apache2: upgrade to 2.4.41
Closes GH-10082
2019-08-14 17:23:40 +00:00
J0WI
9d23763439 main/apache2: security upgrade to 2.4.39 2019-04-03 15:40:36 +00:00
Simon Frankenberger
be9c8ed89d main/apache2: Create /run folder for apache2 on install
The directory /run/apache2 is only created when running in openrc (see
apache2.initd). When installing on a non-openrc system (e.g. docker),
this folder is missing and apache2 refuses to start.

Closes https://bugs.alpinelinux.org/issues/9982
2019-02-14 23:39:16 +02:00
Kaarle Ritvanen
aa1a70d7d2 main/apache2: fix mod_proxy default configuration
fixes #9829
2019-02-01 19:01:05 +02:00
J0WI
e82176fd8b main/apache2: security upgrade to 2.4.38
fixes #9906
2019-01-25 21:34:59 +02:00
J0WI
15b3529d6a main/apache2: modernize APKBUILD 2019-01-25 21:32:58 +02:00
Natanael Copa
4e53775211 main/apache2: rebuild against openssl 1.1 2018-11-07 16:46:10 +00:00
Andy Postnikov
4a7f6f1bf0 main/apache2: upgrade to 2.4.37 2018-10-25 10:07:56 +00:00
Andy Postnikov
f6d1356e60 main/apache2: security upgrade to 2.4.35 (CVE-2018-11763)
fixes #9577
2018-10-25 10:07:45 +00:00
J0WI
d2bfb22c8e main: (Bulk change) Update source urls to https using HTTPS Everywhere 2018-10-06 17:10:04 +00:00
Andy Postnikov
426610a910 main/apache2: security upgrade to 2.4.34 2018-08-17 13:55:20 +00:00
Natanael Copa
cd09307fe3 main/apache2: rebuild against libressl-2.7 2018-04-06 05:19:23 +00:00
Kaarle Ritvanen
fc2557dadf main/apache2: security upgrade to 2.4.33 2018-03-27 14:28:16 +03:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Natanael Copa
800d524912 main/apache2: rebuild against libressl-2.6 2017-11-09 19:58:33 +00:00
Kaarle Ritvanen
4435a760f3 main/apache2: upgrade to 2.4.29 2017-10-23 23:40:33 +03:00
Kaarle Ritvanen
933cdbb71e main/apache2: upgrade to 2.4.28 2017-10-10 11:40:39 +03:00
Kaarle Ritvanen
2327807882 main/apache2: subpackage for apachectl
ref #5505
2017-09-21 12:06:50 +03:00
Daniel Isaksen
3e84f75e86 main/apache2: fix CVE-2017-9798 aka Optionsbleed 2017-09-21 05:04:20 +00:00
Kaarle Ritvanen
ab8ceb2613 main/apache2: upgrade to 2.4.27 2017-07-10 15:27:01 +03:00
Kaarle Ritvanen
c930c29f44 main/apache2: security upgrade to 2.4.26
fixes #7463
2017-07-06 14:26:18 +03:00
Natanael Copa
8ebdb5403c main/apache2: rebuild against libressl 2.5 2017-04-18 20:45:31 +00:00
Kaarle Ritvanen
ad0a795521 main/apache2: remove obsolete patch 2017-03-06 13:41:08 +02:00
Andy Postnikov
57ba71e078 main/apache2: upgrade to 2.4.25
Security release http://www.apache.org/dist/httpd/CHANGES_2.4.25
Also it includes previous patch for httpoxy
2016-12-27 09:35:24 +02:00
Kaarle Ritvanen
fbaa29e60d main/apache2: generate simple module config files
fixes #6099
fixes #6100
2016-11-04 18:31:38 +02:00
Kaarle Ritvanen
173f86aa76 main/apache2: utils: depend on lynx
fixes #5505
2016-11-04 12:22:49 +02:00
Timo Teräs
ade3338882 main/[various]: set proper arch
fixes commit "main/[various]: dont set arch in split function"
2016-11-01 09:19:40 +02:00
Kaarle Ritvanen
45fa9ece3e main/apache2: adjust genrsa options
increase key length to 2048 bits
remove 'rand' option (not supported by libressl)
2016-10-30 18:44:39 +02:00
Natanael Copa
75ad2ca27e main/[various]: dont set arch in split function 2016-10-26 20:46:53 +00:00
Natanael Copa
0b83baa024 main/apache2: use openssl binary from libressl 2016-10-11 14:14:02 +02:00
Natanael Copa
d68cba99ea main/apache2: rebuild against libressl 2016-10-10 12:04:03 +00:00