<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kunkku/aports/community/cppcheck, 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>community/cppcheck: disable findFunction19</title>
<updated>2018-06-27T21:37:29+00:00</updated>
<author>
<name>Henrik Riomar</name>
<email>henrik.riomar@gmail.com</email>
</author>
<published>2018-06-27T21:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=04213a552282023ed2e893047cf1643dd9cce03f'/>
<id>04213a552282023ed2e893047cf1643dd9cce03f</id>
<content type='text'>
The findFunction19 test fails on s390x, aarch64 and armhf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The findFunction19 test fails on s390x, aarch64 and armhf
</pre>
</div>
</content>
</entry>
<entry>
<title>community/cppcheck: upgrade to 1.84</title>
<updated>2018-06-27T20:34:08+00:00</updated>
<author>
<name>André Klitzing</name>
<email>aklitzing@gmail.com</email>
</author>
<published>2018-06-12T16:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=8c51f3c457e06eaca36005577ec7dc340dd4bfd6'/>
<id>8c51f3c457e06eaca36005577ec7dc340dd4bfd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/cppcheck: upgrade to 1.83, clarify license</title>
<updated>2018-04-05T07:23:40+00:00</updated>
<author>
<name>prspkt</name>
<email>prspkt@protonmail.com</email>
</author>
<published>2018-04-02T19:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=a8e0cc4ca941f3acd2cdb2f4ee65052f354ece36'/>
<id>a8e0cc4ca941f3acd2cdb2f4ee65052f354ece36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/cppcheck: upgrade to 1.82</title>
<updated>2018-01-15T20:59:28+00:00</updated>
<author>
<name>André Klitzing</name>
<email>aklitzing@gmail.com</email>
</author>
<published>2018-01-15T09:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=573dd64cf4d290a3824f52805b5f9c8a7435ba0f'/>
<id>573dd64cf4d290a3824f52805b5f9c8a7435ba0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>community/cppcheck: upgrade to 1.81</title>
<updated>2017-10-12T15:01:35+00:00</updated>
<author>
<name>André Klitzing</name>
<email>aklitzing@gmail.com</email>
</author>
<published>2017-10-12T08:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=e508798a21c8ebffb23b79ebf33a0e0bd33129b6'/>
<id>e508798a21c8ebffb23b79ebf33a0e0bd33129b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/cppcheck: upgrade to 1.80 and modernize abuild</title>
<updated>2017-07-31T00:40:50+00:00</updated>
<author>
<name>André Klitzing</name>
<email>aklitzing@gmail.com</email>
</author>
<published>2017-07-29T16:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=44064a994e32f4ad1639795ab8087f2278017e7f'/>
<id>44064a994e32f4ad1639795ab8087f2278017e7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/cppcheck: upgrade to 1.79</title>
<updated>2017-05-25T11:24:08+00:00</updated>
<author>
<name>André Klitzing</name>
<email>aklitzing@gmail.com</email>
</author>
<published>2017-05-17T12:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=5907711d727459aa2bda83a760af5289ce80ec9f'/>
<id>5907711d727459aa2bda83a760af5289ce80ec9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/cppcheck: upgrade to 1.78</title>
<updated>2017-04-08T21:04:58+00:00</updated>
<author>
<name>André Klitzing</name>
<email>aklitzing@gmail.com</email>
</author>
<published>2017-04-01T14:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=ad5b248751f7f054130a42a4bfda9916f5d9cc66'/>
<id>ad5b248751f7f054130a42a4bfda9916f5d9cc66</id>
<content type='text'>
* Add check function
* Add noarch to htmlreport
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add check function
* Add noarch to htmlreport
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/cppcheck: claim maintainership and move to community</title>
<updated>2017-03-24T23:32:23+00:00</updated>
<author>
<name>André Klitzing</name>
<email>aklitzing@gmail.com</email>
</author>
<published>2017-03-24T09:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=8c5a331e745e63c806cdee2e7f55deeb632aed94'/>
<id>8c5a331e745e63c806cdee2e7f55deeb632aed94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
