1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
Commit graph

33 commits

Author SHA1 Message Date
Kevin Daudt
616e8fba37 testing/createrepo_c: add missing dep on zstd-dev 2023-09-21 10:32:46 +00:00
Celeste
e8c6fb138d
testing/createrepo_c: rebuild against rpm 4.19.0 2023-09-21 11:44:59 +02:00
ptrcnull
6ec0c6ca76 testing/createrepo_c: upgrade to 1.0.0 2023-09-21 09:44:08 +00:00
psykose
44f3e5a840 testing/createrepo_c: use bash-completion-dev 2023-06-07 06:33:15 +02:00
psykose
324dd4fd5d testing/createrepo_c: modernise, split -pyc
you don't need an rpath for the default system library directory this
installs to.. this rationale made no sense
2023-06-03 06:57:30 +02:00
ptrcnull
cdddd98da5 testing/createrepo_c: upgrade to 0.21.1 2023-06-02 21:36:58 +00:00
psykose
db35995065 testing/*: rebuild against libxml2 2023-04-28 23:20:54 +02:00
psykose
7972f49701 testing/*: rebuild against python3.11 2022-11-22 20:33:36 +01:00
ptrcnull
0ca0cd694e testing/createrepo_c: upgrade to 0.20.1 2022-09-28 23:47:03 +00:00
Natanael Copa
8e632f678e testing: mass rebuild against openssl3 2022-08-02 10:35:27 +02:00
Michał Polański
d25739828a testing/createrepo_c: rebuild against python 3.10 2021-12-19 03:15:09 +01:00
Rasmus Thomsen
bb386320ff testing/createrepo_c: upgrade to 0.17.1
Also re-enable test we previously disabled, works with file=5.40-r1
2021-05-03 14:15:52 +00:00
Leo
db134aed4d testing/*: remove usage of shell-completion functions
instead we use the ones provided to us by abuild itself
2021-04-23 19:27:29 -03:00
Rasmus Thomsen
b4b83fc64f
testing/createrepo_c: disable failing tests
Upstream issue: https://github.com/rpm-software-management/createrepo_c/issues/258
2021-04-07 18:28:26 +02:00
Natanael Copa
6a15bb0bf0 testing/createrepo_c: rebuild against python 3.9 2021-04-05 18:19:00 +00:00
Leo
efbd6618db testing/createrepo_c: upgrade to 0.15.7 2020-02-27 07:42:36 -03:00
Rasmus Thomsen
539c11eaf7 testing/*: make CMake and meson respect our C{,PP,XX}FLAGS
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
2020-02-21 18:12:22 +01:00
Leo
8e041b263f testing/createrepo_c: upgrade to 0.15.6 2020-01-20 00:35:36 +01:00
Leo
e5cfc1413c testing/createrepo_c: upgrade to 0.15.5 2020-01-10 16:20:07 +01:00
Leo
e77653a872 testing/createrepo_c: upgrade to 0.15.4 2019-12-11 03:28:33 +01:00
Leo
e21107a415 testing/createrepo_c: upgrade to 0.15.3 2019-12-07 07:51:18 +01:00
Leo
36d78873d2 testing/createrepo_c: rebuild against new rpm 2019-11-22 17:09:21 +01:00
Natanael Copa
ce74ff0786 testing/createrepo_c: rebuild against python 3.8 2019-11-05 15:35:34 +00:00
Leo
4c054d79ab testing/createrepo_c: upgrade to 0.15.1 2019-09-28 00:14:30 -03:00
Paul Morgan
27d6204dc0 testing/createrepo_c: upgrade to 0.14.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
2019-08-18 20:00:29 +03:00
Leo
e15c0f9941 testing/createrepo_c: rebuild against new rpm 2019-06-26 14:39:23 -03:00
Leo
31a7736df5 testing/createrepo_c: upgrade to 0.13.1
- Fix license
- Switch to py3
2019-06-07 08:10:27 -03:00
Paul Morgan
49a3567734 testing/createrepo_c: upgrade to 0.11.1
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.
2018-11-24 18:28:57 +02:00
Natanael Copa
64b7509c59 testing/createrepo_c: rebuild against openssl 1.1 2018-11-07 16:46:15 +00:00
Natanael Copa
f7a1f103a1 testing/createrepo_c: rebuild against libressl-2.7 2018-04-06 05:19:30 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Natanael Copa
e38d407f11 testing/[various]: rebuild against libressl-2.6 2017-11-10 16:14:35 +00:00
Paul Morgan
00007ce8ce testing/createrepo_c: new aport
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.
2017-08-24 22:39:56 +00:00