<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/apache2-mod-perl, branch v3.11.5</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/apache2-mod-perl: disable til we fix segfault in httpd</title>
<updated>2019-09-05T15:36:55+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-09-05T14:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f03e1b0595d78b5320eaa0ceceb6c6b6e1930039'/>
<id>f03e1b0595d78b5320eaa0ceceb6c6b6e1930039</id>
<content type='text'>
Sometehingk makes apache segault with perl 5.30. Disable til we figured
out what.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometehingk makes apache segault with perl 5.30. Disable til we figured
out what.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/apache2-mod-perl: rebuild against perl 5.28</title>
<updated>2019-05-11T07:13:00+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-05-10T20:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=cf25bbd88efc975a4d3df02598ba8b196b672ddb'/>
<id>cf25bbd88efc975a4d3df02598ba8b196b672ddb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/apache2-mod-perl: add fedora patches</title>
<updated>2018-10-12T18:44:48+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-12T18:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c5c23eafc1e116c4f7301fc5358a3614c52f894c'/>
<id>c5c23eafc1e116c4f7301fc5358a3614c52f894c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>testing: (Bulk change) Update source urls to https using HTTPS Everywhere</title>
<updated>2018-10-06T17:10:15+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2018-10-06T12:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3b516609b49a621f80d2084316438d55a5cbbcaf'/>
<id>3b516609b49a621f80d2084316438d55a5cbbcaf</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/apache2-mod-perl: rebuild against perl 5.26. Added check()</title>
<updated>2017-11-27T15:59:03+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2017-11-27T15:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1f69ca14eecea17f2f2f8a80420cc62c2028a813'/>
<id>1f69ca14eecea17f2f2f8a80420cc62c2028a813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/apache2-mod-perl: upgrade to 2.0.10</title>
<updated>2017-02-15T13:39:01+00:00</updated>
<author>
<name>Valery Kartel</name>
<email>valery.kartel@gmail.com</email>
</author>
<published>2017-02-15T11:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b0f49963a40a01b0db973ce4d826b941050799d0'/>
<id>b0f49963a40a01b0db973ce4d826b941050799d0</id>
<content type='text'>
--
- remove unused patch
- remove obsoletes from config
- cleanups in APKBUILD
- mp2bug binary and development text-data moved to -dev
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
- remove unused patch
- remove obsoletes from config
- cleanups in APKBUILD
- mp2bug binary and development text-data moved to -dev
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/apache2-mod-perl: rebuild against perl 5.24</title>
<updated>2016-07-27T16:52:02+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-07-27T16:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=40f25ffff0844784aab8e132078123fe4a768fa6'/>
<id>40f25ffff0844784aab8e132078123fe4a768fa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/apache2-mod-perl: new perl-5.22 compatibility patch from upstream</title>
<updated>2015-12-22T06:58:58+00:00</updated>
<author>
<name>Valery Kartel</name>
<email>valery.kartel@gmail.com</email>
</author>
<published>2015-12-13T13:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=683e44958ff395f4a920b7482d8132d0e85db621'/>
<id>683e44958ff395f4a920b7482d8132d0e85db621</id>
<content type='text'>
'make test' still fails but now more tests run

pkgver=2 summary: Failed 16/245 test programs. 29/2547 subtests failed.
pkgver=3 summary: Failed 14/245 test programs. 26/2691 subtests failed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'make test' still fails but now more tests run

pkgver=2 summary: Failed 16/245 test programs. 29/2547 subtests failed.
pkgver=3 summary: Failed 14/245 test programs. 26/2691 subtests failed.
</pre>
</div>
</content>
</entry>
</feed>
