<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/ffcall, branch 3.9-stable</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel</title>
<updated>2018-10-06T17:19:31+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2018-10-06T12:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=16f8ceb8e2d24fc6e5dccc926d86c48ad52a8b64'/>
<id>16f8ceb8e2d24fc6e5dccc926d86c48ad52a8b64</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/ffcall: upgrade to 2.1</title>
<updated>2018-03-31T19:51:41+00:00</updated>
<author>
<name>prspkt</name>
<email>prspkt@protonmail.com</email>
</author>
<published>2018-03-30T16:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0ac04b71cb5e4150231e77699f004bb5b71a8b73'/>
<id>0ac04b71cb5e4150231e77699f004bb5b71a8b73</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/ffcall: disable on armhf due to build failure</title>
<updated>2017-11-05T00:56:55+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-11-05T00:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4c6f8e1fdf89d2899b81dd6a680a65e89e20b7a9'/>
<id>4c6f8e1fdf89d2899b81dd6a680a65e89e20b7a9</id>
<content type='text'>
  gcc -Os -fomit-frame-pointer -pipe -x none minitests.o libvacall.a -Wl,--as-needed -o minitests
  /usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../../armv6-alpine-linux-musleabihf/bin/ld: libvacall.a(vacall.o): relocation R_ARM_MOVW_ABS_NC against `vacall_function' can not be used when making a shared object; recompile with -fPIC
  libvacall.a: error adding symbols: Bad value
  collect2: error: ld returned 1 exit status
  make[1]: *** [Makefile:271: minitests] Error 1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  gcc -Os -fomit-frame-pointer -pipe -x none minitests.o libvacall.a -Wl,--as-needed -o minitests
  /usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../../armv6-alpine-linux-musleabihf/bin/ld: libvacall.a(vacall.o): relocation R_ARM_MOVW_ABS_NC against `vacall_function' can not be used when making a shared object; recompile with -fPIC
  libvacall.a: error adding symbols: Bad value
  collect2: error: ld returned 1 exit status
  make[1]: *** [Makefile:271: minitests] Error 1
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ffcall: disable on x86 due to segfault in test</title>
<updated>2017-11-01T21:02:27+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-11-01T21:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3ef3d4f1d674e14d7f103e529c463dfc7ba16ed5'/>
<id>3ef3d4f1d674e14d7f103e529c463dfc7ba16ed5</id>
<content type='text'>
  gcc -Os -fomit-frame-pointer -x none minitests.o libvacall.a -Wl,--as-needed -o minitests
  i586-alpine-linux-musl-g++ -Os -fomit-frame-pointer -x none minitests-c++.o libvacall.a -Wl,--as-needed -o minitests-c++
  ./minitests &gt; minitests.out
  Segmentation fault
  make[1]: *** [Makefile:280: check] Error 139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  gcc -Os -fomit-frame-pointer -x none minitests.o libvacall.a -Wl,--as-needed -o minitests
  i586-alpine-linux-musl-g++ -Os -fomit-frame-pointer -x none minitests-c++.o libvacall.a -Wl,--as-needed -o minitests-c++
  ./minitests &gt; minitests.out
  Segmentation fault
  make[1]: *** [Makefile:280: check] Error 139
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ffcall: bump pkgrel to run check</title>
<updated>2017-10-27T00:48:25+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-10-27T00:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=11f1b9c8ab890a3265b7402a9510369759cb4120'/>
<id>11f1b9c8ab890a3265b7402a9510369759cb4120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ffcall: add check function</title>
<updated>2017-10-27T00:44:22+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-10-27T00:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=08caba0cba6f054af7e5b0d4a36795293e9fb645'/>
<id>08caba0cba6f054af7e5b0d4a36795293e9fb645</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ffcall: upgrade to 2.0</title>
<updated>2017-10-27T00:39:10+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-10-27T00:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0774ccde5d98503aa11ee3542ce19c334210e4e0'/>
<id>0774ccde5d98503aa11ee3542ce19c334210e4e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ffcall: upgrade to 1.13</title>
<updated>2017-07-06T09:16:39+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@gmail.com</email>
</author>
<published>2017-07-06T09:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=999240389ec460eec1c6d3211a63ba4521864cfe'/>
<id>999240389ec460eec1c6d3211a63ba4521864cfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
