<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/syncthing13, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/syncthing13: remove</title>
<updated>2018-05-25T14:17:37+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-05-25T14:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8316fbc25979b56ad2d85a05feea815f66d5e128'/>
<id>8316fbc25979b56ad2d85a05feea815f66d5e128</id>
<content type='text'>
users should upgrade to syncthing by now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
users should upgrade to syncthing by now
</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/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/*: fix homepage url and source from http:// to https://</title>
<updated>2017-11-19T13:16:58+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-11-19T13:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4ee7c35b7d373eda37833e00b68898f63b65a14a'/>
<id>4ee7c35b7d373eda37833e00b68898f63b65a14a</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>community/syncthing13: update sha512sums</title>
<updated>2017-11-06T23:57:10+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-11-06T23:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3bafc48a148673e0d53fa976d2a5d5c350c5094d'/>
<id>3bafc48a148673e0d53fa976d2a5d5c350c5094d</id>
<content type='text'>
syncthing 0.13.10 sha512sums changed but upstream said
that no changes were made in the tarball. Maybe github
generated it again?

See: https://github.com/syncthing/syncthing/issues/4492
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
syncthing 0.13.10 sha512sums changed but upstream said
that no changes were made in the tarball. Maybe github
generated it again?

See: https://github.com/syncthing/syncthing/issues/4492
</pre>
</div>
</content>
</entry>
<entry>
<title>community/syncthing13: enable build on ppc64le</title>
<updated>2017-06-11T17:34:31+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-06-09T19:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=557c09644508064269207d77489446d268be81c9'/>
<id>557c09644508064269207d77489446d268be81c9</id>
<content type='text'>
enabling syncthing13 package on ppc64le as go is available.
Also had to remove a tar.gz before using ln command, otherwise it
was failing the build in ppc64le.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enabling syncthing13 package on ppc64le as go is available.
Also had to remove a tar.gz before using ln command, otherwise it
was failing the build in ppc64le.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/terraform: upgrade to 0.9.5</title>
<updated>2017-05-16T10:59:06+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-05-16T10:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=eca1e8dac742e990f4b8c599ddf0b7b3b09430bd'/>
<id>eca1e8dac742e990f4b8c599ddf0b7b3b09430bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/syncthing13: rebuild with go 1.8</title>
<updated>2017-05-16T10:56:10+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-05-16T10:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6ad52c252781336eae78a78babc345c15b47b813'/>
<id>6ad52c252781336eae78a78babc345c15b47b813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/syncthing13: fix s390x build</title>
<updated>2017-05-13T16:12:51+00:00</updated>
<author>
<name>Shiz</name>
<email>hi@shiz.me</email>
</author>
<published>2017-05-13T16:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a64d4fea8afd532546921f5c2ec4bb361d01123c'/>
<id>a64d4fea8afd532546921f5c2ec4bb361d01123c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/&lt;go packages&gt;: Do not compile on ppc64le</title>
<updated>2017-04-10T16:42:33+00:00</updated>
<author>
<name>Breno Leitao</name>
<email>breno.leitao@gmail.com</email>
</author>
<published>2017-04-10T16:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f00aec781a758491c79913d9ebe47f8530a6a234'/>
<id>f00aec781a758491c79913d9ebe47f8530a6a234</id>
<content type='text'>
Currently ppc64le does not have go, thus, disabling the build of
the packages that depends on golang.

This patch should be reverted once we have go enabled on ppc64le.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently ppc64le does not have go, thus, disabling the build of
the packages that depends on golang.

This patch should be reverted once we have go enabled on ppc64le.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/syncthing13: set proper builddir</title>
<updated>2016-08-01T12:42:01+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@gmail.com</email>
</author>
<published>2016-08-01T12:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=fef722cdfd859073c37ec8386932ed0ac4d6eb1c'/>
<id>fef722cdfd859073c37ec8386932ed0ac4d6eb1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
