<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/createrepo_c, branch 3.10-stable</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/createrepo_c: upgrade to 0.13.1</title>
<updated>2019-06-07T11:10:27+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-05-07T13:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=31a7736df5e90c04eabd6df2ee3ae348919ffbf1'/>
<id>31a7736df5e90c04eabd6df2ee3ae348919ffbf1</id>
<content type='text'>
- Fix license
- Switch to py3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix license
- Switch to py3
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/createrepo_c: upgrade to 0.11.1</title>
<updated>2018-11-24T16:28:57+00:00</updated>
<author>
<name>Paul Morgan</name>
<email>jumanjiman@gmail.com</email>
</author>
<published>2018-11-24T13:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=49a35677347232d3dd06428c9eafb23162d1ffa4'/>
<id>49a35677347232d3dd06428c9eafb23162d1ffa4</id>
<content type='text'>
Changes in upstream since previous packaged version:

- Fix "CR_DELTA_RPM_SUPPORT" redefined warnings
- Set to build against Python 3 by default
- Update README
- Add mergerepo_c --repo-prefix-search and --repo-prefix-replace.
- Fix missing packages in mergerepo_c in case multiple VR exists for single pkg in repo.
- Enable support for processing legacy tags by default
- Correctly identify Requires(missingok) dependencies as legacy Recommends
- Change location of drpm code to new address in GitHub

Note: Upstream git log says it defaults to Python3.
Actually it detects the version of Python and builds accordingly.
Therefore this package continues to provide Python2 bindings
in the `py2-createrepo_c` subpackage to avoid churn.
A future commit can convert the subpackage from Python2 to Python3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes in upstream since previous packaged version:

- Fix "CR_DELTA_RPM_SUPPORT" redefined warnings
- Set to build against Python 3 by default
- Update README
- Add mergerepo_c --repo-prefix-search and --repo-prefix-replace.
- Fix missing packages in mergerepo_c in case multiple VR exists for single pkg in repo.
- Enable support for processing legacy tags by default
- Correctly identify Requires(missingok) dependencies as legacy Recommends
- Change location of drpm code to new address in GitHub

Note: Upstream git log says it defaults to Python3.
Actually it detects the version of Python and builds accordingly.
Therefore this package continues to provide Python2 bindings
in the `py2-createrepo_c` subpackage to avoid churn.
A future commit can convert the subpackage from Python2 to Python3.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/createrepo_c: rebuild against openssl 1.1</title>
<updated>2018-11-07T16:46:15+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-11-06T16:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=64b7509c59bfe5e6d17e350db20a93c8c6e33cf1'/>
<id>64b7509c59bfe5e6d17e350db20a93c8c6e33cf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/createrepo_c: rebuild against libressl-2.7</title>
<updated>2018-04-06T05:19:30+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-04-05T20:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f7a1f103a1c0f94608cfd97dac0e93d5e509638d'/>
<id>f7a1f103a1c0f94608cfd97dac0e93d5e509638d</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/[various]: rebuild against libressl-2.6</title>
<updated>2017-11-10T16:14:35+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-11-09T20:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e38d407f1156c45a0c83d740aef9a2e6d078bc9c'/>
<id>e38d407f1156c45a0c83d740aef9a2e6d078bc9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/createrepo_c: new aport</title>
<updated>2017-08-24T22:39:56+00:00</updated>
<author>
<name>Paul Morgan</name>
<email>jumanjiman@gmail.com</email>
</author>
<published>2017-08-22T22:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=00007ce8cecd281a981e9c6c80b64f5f3cb8a6e9'/>
<id>00007ce8cecd281a981e9c6c80b64f5f3cb8a6e9</id>
<content type='text'>
This is a C implementation of createrepo and
is smaller and faster than (the python-based) createrepo.

The base package provides utilities to manipulate yum repositories:

- createrepo_c
- mergerepo_c
- modifyrepo_c
- sqliterepo_c

Subpackages provide additional features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a C implementation of createrepo and
is smaller and faster than (the python-based) createrepo.

The base package provides utilities to manipulate yum repositories:

- createrepo_c
- mergerepo_c
- modifyrepo_c
- sqliterepo_c

Subpackages provide additional features.
</pre>
</div>
</content>
</entry>
</feed>
