<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/upmpdcli, branch v20190925</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/upmpdcli: upgrade to 1.4.2</title>
<updated>2019-05-12T07:17:10+00:00</updated>
<author>
<name>Marvin Steadfast</name>
<email>marvin@xsteadfastx.org</email>
</author>
<published>2019-02-14T14:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c15f4a2c2b6468d195825cea1bc38e8521576501'/>
<id>c15f4a2c2b6468d195825cea1bc38e8521576501</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>aports: add support for armv7 [skip ci]</title>
<updated>2018-09-24T07:19:24+00:00</updated>
<author>
<name>Oliver Smith</name>
<email>ollieparanoid@bitmessage.ch</email>
</author>
<published>2018-09-20T04:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9d9f981a2c421f44db3ae66b90293202748eb9f3'/>
<id>9d9f981a2c421f44db3ae66b90293202748eb9f3</id>
<content type='text'>
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
&lt;https://lists.alpinelinux.org/alpine-devel/6271.html&gt;

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
&lt;https://lists.alpinelinux.org/alpine-devel/6271.html&gt;

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/upmpdcli: upgrade to 1.2.16</title>
<updated>2018-04-10T11:50:18+00:00</updated>
<author>
<name>Marvin Steadfast</name>
<email>marvin@xsteadfastx.org</email>
</author>
<published>2018-04-10T08:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=049ae7a507981474824eabdad2306f744b2eb43c'/>
<id>049ae7a507981474824eabdad2306f744b2eb43c</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/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>testing/upmpdcli: disable on armhf</title>
<updated>2017-12-29T18:31:49+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-12-29T18:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=46e135c71ac53d8708a6f5df8f9a413570af5038'/>
<id>46e135c71ac53d8708a6f5df8f9a413570af5038</id>
<content type='text'>
build fails with:
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libupnpp.so:
undefined reference to
`std::__set_once_functor_lock_ptr(std::unique_lock&lt;std::mutex&gt;*)'
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libupnpp.so:
undefined reference to `std::__once_functor'
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libupnpp.so:
undefined reference to `std::__get_once_mutex()'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
build fails with:
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libupnpp.so:
undefined reference to
`std::__set_once_functor_lock_ptr(std::unique_lock&lt;std::mutex&gt;*)'
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libupnpp.so:
undefined reference to `std::__once_functor'
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libupnpp.so:
undefined reference to `std::__get_once_mutex()'
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/upmpdcli: rebuild against jsoncpp-1.8.4</title>
<updated>2017-12-29T09:46:54+00:00</updated>
<author>
<name>André Klitzing</name>
<email>aklitzing@gmail.com</email>
</author>
<published>2017-11-19T17:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=afc8fe806ff524e8011c388cbe56545e52bfce0a'/>
<id>afc8fe806ff524e8011c388cbe56545e52bfce0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/upmpdcli: add sysconfdir to move from /usr/etc to /etc</title>
<updated>2017-08-28T06:44:08+00:00</updated>
<author>
<name>André Klitzing</name>
<email>aklitzing@gmail.com</email>
</author>
<published>2017-08-26T14:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0b71fb875060d70e3217ecee7d42de496d29a781'/>
<id>0b71fb875060d70e3217ecee7d42de496d29a781</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/upmpdcli: new package</title>
<updated>2017-08-25T23:19:22+00:00</updated>
<author>
<name>Marvin Steadfast</name>
<email>marvin@xsteadfastx.org</email>
</author>
<published>2017-08-25T06:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=cff5678b347f584fa03404d018e877b1d71b6cea'/>
<id>cff5678b347f584fa03404d018e877b1d71b6cea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
