<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kunkku/aports/main/make, branch master</title>
<subtitle>kunkku's aports repo
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/'/>
<entry>
<title>main/make: fix glob bug exposed by musl 1.1.19</title>
<updated>2018-03-26T06:14:21+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2018-03-26T06:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=b9f20e63a6482a743f83d534ec840b80bb346f8e'/>
<id>b9f20e63a6482a743f83d534ec840b80bb346f8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/make: modernise, move test to check()</title>
<updated>2018-02-10T03:08:41+00:00</updated>
<author>
<name>A. Wilcox</name>
<email>AWilcox@Wilcox-Tech.com</email>
</author>
<published>2018-02-10T02:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=a3d5bb5ee81069e375a72c2313c1b439306e30f3'/>
<id>a3d5bb5ee81069e375a72c2313c1b439306e30f3</id>
<content type='text'>
The test relies on 64 being the maximum number of fds.
Otherwise it will fail on ppc/ppc64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test relies on 64 being the maximum number of fds.
Otherwise it will fail on ppc/ppc64.
</pre>
</div>
</content>
</entry>
<entry>
<title>[various]: unify names of licenses according to SPDX</title>
<updated>2017-12-30T20:05:50+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-30T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=63f5e7d295659a855709901ce22a3e5f40fce455'/>
<id>63f5e7d295659a855709901ce22a3e5f40fce455</id>
<content type='text'>
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/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/
</pre>
</div>
</content>
</entry>
<entry>
<title>main/*: fix homepage url and source from http:// to https://</title>
<updated>2017-11-19T13:16:51+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-11-19T13:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=730cdcef6901750f4029d4c3b8639ce02ee3ead1'/>
<id>730cdcef6901750f4029d4c3b8639ce02ee3ead1</id>
<content type='text'>
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/make: upgrade to 4.2.1</title>
<updated>2016-06-20T09:33:01+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2016-06-20T09:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=8717b793c48072646087a3c062bf7ceaf2fca053'/>
<id>8717b793c48072646087a3c062bf7ceaf2fca053</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/make: bump pkgrel</title>
<updated>2016-06-06T17:55:04+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-06-06T17:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=71ee258c3c51aa40342ad30de2e2bad8c5880abc'/>
<id>71ee258c3c51aa40342ad30de2e2bad8c5880abc</id>
<content type='text'>
we previously reverted the 4.2-r0, but it may still be in caches. we
bump pkgrel to avoid getting the old version from cache which will cause
signature error.

fixes gliderlabs/docker-alpine#177
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we previously reverted the 4.2-r0, but it may still be in caches. we
bump pkgrel to avoid getting the old version from cache which will cause
signature error.

fixes gliderlabs/docker-alpine#177
</pre>
</div>
</content>
</entry>
<entry>
<title>main/make: upgrade to 4.2</title>
<updated>2016-06-01T08:59:07+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2016-06-01T08:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=58daa5b8e6661a9fb5c2b159f7562333eaaa220c'/>
<id>58daa5b8e6661a9fb5c2b159f7562333eaaa220c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/make: bump pkgrel after downgrade</title>
<updated>2016-05-26T19:21:39+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-05-26T19:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=cbddb86b140e3814005843ac0648e6888e931f43'/>
<id>cbddb86b140e3814005843ac0648e6888e931f43</id>
<content type='text'>
we bump pkgrel to not get cache conflict
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we bump pkgrel to not get cache conflict
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "main/make: upgrade to 4.2"</title>
<updated>2016-05-26T15:05:59+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-05-26T14:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=95bdd48092ccf25e7727f96a9dc1fd48c02cd812'/>
<id>95bdd48092ccf25e7727f96a9dc1fd48c02cd812</id>
<content type='text'>
git fails to build with make 4.2

This reverts commit b1478d40a79251b28b069f5de4282efc02585758.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git fails to build with make 4.2

This reverts commit b1478d40a79251b28b069f5de4282efc02585758.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/make: upgrade to 4.2</title>
<updated>2016-05-26T10:41:38+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2016-05-26T10:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=b1478d40a79251b28b069f5de4282efc02585758'/>
<id>b1478d40a79251b28b069f5de4282efc02585758</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
