- 16 Aug, 2019 1 commit
-
-
J0WI authored
-
- 14 Aug, 2019 1 commit
-
-
J0WI authored
Closes GH-10082
-
- 03 Apr, 2019 1 commit
-
-
J0WI authored
-
- 14 Feb, 2019 1 commit
-
-
Simon F authored
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
-
- 01 Feb, 2019 1 commit
-
-
Kaarle Ritvanen authored
fixes #9829
-
- 25 Jan, 2019 2 commits
-
-
J0WI authored
- 07 Nov, 2018 1 commit
-
-
Natanael Copa authored
-
- 25 Oct, 2018 2 commits
-
-
Andy Postnikov authored
-
Andy Postnikov authored
fixes #9577
-
- 06 Oct, 2018 1 commit
-
-
J0WI authored
-
- 17 Aug, 2018 1 commit
-
-
Andy Postnikov authored
-
- 06 Apr, 2018 1 commit
-
-
Natanael Copa authored
-
- 27 Mar, 2018 1 commit
-
-
Kaarle Ritvanen authored
-
- 30 Dec, 2017 1 commit
-
-
Jakub Jirutka authored
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/
-
- 09 Nov, 2017 1 commit
-
-
Natanael Copa authored
-
- 23 Oct, 2017 1 commit
-
-
Kaarle Ritvanen authored
-
- 10 Oct, 2017 1 commit
-
-
Kaarle Ritvanen authored
-
- 21 Sep, 2017 2 commits
-
-
Kaarle Ritvanen authored
ref #5505
-
Daniel Isaksen authored
-
- 10 Jul, 2017 1 commit
-
-
Kaarle Ritvanen authored
-
- 06 Jul, 2017 1 commit
-
-
Kaarle Ritvanen authored
fixes #7463
-
- 18 Apr, 2017 1 commit
-
-
Natanael Copa authored
-
- 06 Mar, 2017 1 commit
-
-
Kaarle Ritvanen authored
-
- 27 Dec, 2016 1 commit
-
-
Andy Postnikov authored
Security release http://www.apache.org/dist/httpd/CHANGES_2.4.25 Also it includes previous patch for httpoxy
-
- 04 Nov, 2016 2 commits
-
-
Kaarle Ritvanen authored
fixes #6099 fixes #6100
-
Kaarle Ritvanen authored
fixes #5505
-
- 01 Nov, 2016 1 commit
-
-
Timo Teräs authored
fixes commit "main/[various]: dont set arch in split function"
-
- 30 Oct, 2016 1 commit
-
-
Kaarle Ritvanen authored
increase key length to 2048 bits remove 'rand' option (not supported by libressl)
-
- 26 Oct, 2016 1 commit
-
-
Natanael Copa authored
-
- 11 Oct, 2016 1 commit
-
-
Natanael Copa authored
-
- 10 Oct, 2016 1 commit
-
-
Natanael Copa authored
-
- 14 Aug, 2016 2 commits
-
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
- 27 Jul, 2016 1 commit
-
-
Natanael Copa authored
-
- 20 Jul, 2016 1 commit
-
-
Natanael Copa authored
fixes #5925
-
- 06 Jul, 2016 1 commit
-
-
Christian Kampka authored
-
- 29 Jun, 2016 3 commits
-
-
Przemysław Pawełczyk authored
-
Przemysław Pawełczyk authored
Just for consistency with what's in other packages's APKBUILDs.
-
Przemysław Pawełczyk authored
apache2.pre-upgrade now links to apache2.pre-install. It's not something we want to do for all packages in master (edge). apache2 already had .pre-upgrade script (ensuring www-data group existence and making apache user a member of it), which is what existing .pre-install script also does, so this kind of unification is fine here. In most other cases linking .pre-upgrade to .pre-install should happen only in 3.4-stable branch.
-