1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
Commit graph

27 commits

Author SHA1 Message Date
Sören Tempel
40af46fe46 community/[various]: rebuild against go 1.12.8-r0
go recently received a security upgrade to 1.12.8 (f4894bf9) this
upgrade fixes various CVEs in go standard libraries, for instance in
HTTP/2 functionality. Since go is statically linked packages using this
functionality need to be rebuild.
2019-08-18 17:51:09 +02:00
Andy Postnikov
f847e0b68f community/docker-registry: upgrade to 2.7.1 and improve 2019-03-23 05:47:06 +00: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
Andy Postnikov
8550985b9c community/docker-registry: security upgrade to 2.6.2
CVE-2017-1146 https://github.com/docker/distribution/releases/tag/v2.6.2
2017-11-15 08:30:10 +00:00
Natanael Copa
3973baa878 community/docker-registry: rebuild with go 1.8, enable ppc64le 2017-05-16 10:09:13 +00:00
Jakub Jirutka
472c7c7ab5 community/docker-registry: precreate data dir and improve config 2017-04-21 20:15:06 +02:00
Jakub Jirutka
e4cc4b79b5 community/docker-registry: fix init script 2017-04-20 18:01:49 +02:00
Jakub Jirutka
d0e9919ac8 community/docker-registry: add basic check() function 2017-04-20 15:28:36 +02:00
Jakub Jirutka
e0963bd5df community/docker-registry: strip and add -dbg subpackage 2017-04-20 15:28:36 +02:00
Jakub Jirutka
ab84f15b68 community/docker-registry: upgrade to 2.6.1 2017-04-20 15:28:36 +02:00
Jakub Jirutka
773439923a community/docker-registry: upgrade to 2.6.0 2017-02-25 14:10:39 +01:00
Jakub Jirutka
c2a7d0f51f community/docker-registry: improve runscript 2017-02-25 14:10:39 +01:00
Jakub Jirutka
a6c484ebf9 community/docker-registry: improve abuild 2017-02-25 14:10:39 +01:00
Christian Kampka
315bf29a27 community/docker-registry: upgrade to 2.5.1 2016-09-13 10:49:51 +02:00
Christian Kampka
466de1ab72 community/docker-registry: new upstream version 2.4.1 2016-06-30 22:50:41 +02:00
Przemyslaw Pawelczyk
12b331734c community/[various]: bump pkgrel for pre-install fixes 2016-04-25 07:10:48 +00:00
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Christian Kampka
cf07f7b00a community/docker-registry: bump pkgrel 2016-04-16 15:50:34 +02:00
Christian Kampka
7a3870ab68 community/docker-registry: fix build path 2016-04-16 15:48:29 +02:00
Christian Kampka
bdbabd296b community/docker-registry: new upstream version 2.4.0 2016-04-16 14:32:41 +02:00
Christian Kampka
8f96fe2dcf community/docker-registry: new upstream version 2.3.1 2016-03-20 13:22:36 +01:00
Christian Kampka
dd8c57e91f community/docker-registry: new upstream version 2.2.1 2015-12-12 13:31:21 +01:00
Natanael Copa
5f19b517c0 community/docker-registry: enable on x86 2015-11-04 10:31:16 +00:00
Christian Kampka
ba52d2a3ad community/docker-registry: new upstream version 2.2.0 2015-11-04 10:31:16 +00:00
Christian Kampka
7512e1a1ba testing/docker-registry: move to community 2015-10-21 05:59:15 +00:00