<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/openpgm, branch master</title>
<subtitle>Main aports tree
</subtitle>
<id>https://git-old.alpinelinux.org/aports/atom?h=master</id>
<link rel='self' href='https://git-old.alpinelinux.org/aports/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<updated>2020-03-23T15:07:30Z</updated>
<entry>
<title>community/*: move lots of stuff from main and modernize</title>
<updated>2020-03-23T15:07:30Z</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2020-03-16T05:26:02Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=41ab224df12b8487004a1522b4f671680c082954'/>
<id>urn:sha1:41ab224df12b8487004a1522b4f671680c082954</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main/openpgm: fix url= and pkgconfig</title>
<updated>2020-02-11T23:26:52Z</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2020-02-11T23:21:48Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5b9ce24b9219f4640c34902c21ddc874e383198e'/>
<id>urn:sha1:5b9ce24b9219f4640c34902c21ddc874e383198e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main/openpgm: switch to python3</title>
<updated>2019-11-12T15:20:48Z</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-10-23T09:26:29Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=57eabb486f30b5697cab13e79e2782e14e7731ab'/>
<id>urn:sha1:57eabb486f30b5697cab13e79e2782e14e7731ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[various]: unify names of licenses according to SPDX</title>
<updated>2017-12-30T20:05:50Z</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-30T18:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=63f5e7d295659a855709901ce22a3e5f40fce455'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>main/openpgm: fix source</title>
<updated>2016-10-31T14:45:09Z</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2016-10-31T14:45:09Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3e0594cf909c273e99481a5a1ccbff05bcfd1046'/>
<id>urn:sha1:3e0594cf909c273e99481a5a1ccbff05bcfd1046</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[various] rename dependency python to python2</title>
<updated>2016-10-26T17:47:58Z</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2016-10-26T16:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d6529c8d14d870c966dc74c3008cdce15dabb7c5'/>
<id>urn:sha1:d6529c8d14d870c966dc74c3008cdce15dabb7c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not delete *.la files manually</title>
<updated>2015-09-10T11:59:03Z</updated>
<author>
<name>Bartłomiej Piotrowski</name>
<email>b@bpiotrowski.pl</email>
</author>
<published>2015-09-10T11:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b4a13e7314bfe25e63b2f1ae5014d5429c17b539'/>
<id>urn:sha1:b4a13e7314bfe25e63b2f1ae5014d5429c17b539</id>
<content type='text'>
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
</content>
</entry>
<entry>
<title>main/openpgm: new aport</title>
<updated>2013-09-20T14:07:46Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2013-09-20T14:06:49Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=78075744e7705bf9c5af51708b119ce1f2b09645'/>
<id>urn:sha1:78075744e7705bf9c5af51708b119ce1f2b09645</id>
<content type='text'>
An implementation of the PGM reliable multicast protocol
https://code.google.com/p/openpgm/
</content>
</entry>
</feed>
