aboutsummaryrefslogtreecommitdiffstats
path: root/testing/createrepo_c
Commit message (Collapse)AuthorAgeFilesLines
* testing/createrepo_c: rebuild against python 3.8Natanael Copa2019-11-051-1/+1
|
* testing/createrepo_c: upgrade to 0.15.1Leo2019-09-281-20/+21
|
* testing/createrepo_c: upgrade to 0.14.3Paul Morgan2019-08-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the repo for createrepo_c: git log --reverse --no-merges --pretty='- %s' 0.13.1..0.14.3 - Make ownership of createrepo, mergerepo, modifyrepo symlinks conditional - Release 0.13.2 - Fix crash when dumping updateinfo and module is ommited (RhBug:1707981) - Use g_clear_pointer() in koji_stuff_destroy() - Add --pkgorigins mode - Update manpage docs - Release 0.14.0 - Correct pkg count in headers if there were invalid pkgs (RhBug:1596211) - Add basic unit tests for rewriting pkg count in headers - Fix documentation inconsistency introduced in PR #92 - Update depracated glib threads calls - Failure_exit_cleanup uses global var instead of parameter it never got - Prevent exiting with 0 if errors occur while finalizing repodata. - Release 0.14.1 - [spec] Obsolete createrepo on all Fedoras again (RhBug:1702771) - Depend on the appropriate minimum version of libmodulemd - Add explicit initialization of GMutexes and GConds (RhBug:1714666) - Add check for fobidden control chars in package before xml_dump - Add tests for checking if package contains forbidden control chars - Fix various warnings when -DCMAKE_BUILD_TYPE:STRING=DEBUG - Release 0.14.2 - detect plain tar file as non compressed - Add missing python metadata to python2/3-createrepo_c (RhBug:1695677) - Release 0.14.3
* testing/createrepo_c: rebuild against new rpmLeo2019-06-261-1/+1
|
* testing/createrepo_c: upgrade to 0.13.1Leo2019-06-072-24/+13
| | | | | - Fix license - Switch to py3
* testing/createrepo_c: upgrade to 0.11.1Paul Morgan2018-11-241-17/+5
| | | | | | | | | | | | | | | | | | | 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.
* testing/createrepo_c: rebuild against openssl 1.1Natanael Copa2018-11-071-2/+2
|
* testing/createrepo_c: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
* testing/[various]: rebuild against libressl-2.6Natanael Copa2017-11-101-1/+1
|
* testing/createrepo_c: new aportPaul Morgan2017-08-242-0/+116
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.