From 69b8944e475f51f87c5e9760cf62b82605e769be7162a10d06745a70418910b7 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 30 Mar 2022 11:45:33 +0000 Subject: [PATCH] - Update to 0.20.0 + Remove obsoleted API cr_xml_parse_main_metadata_together + Fix ampersand encoding in attributes when parsing repodata + Add a streaming parsing API that is user-controllable + Fix a bug in cr_repomd_record_compress_and_fill() + Zero init buffer to prevent use of garbage values if input is too short + Use copy+delete fallback when moving of a dir fails + Switch default of --keep-all-metadata to TRUE and add --discard-additional-metadata + Set database version only for the database records, not everything + If the new repodata generated during an --update run exactly matches the old repodata don't touch the files + Use --error-exit-val option by default + Remove insecure hashes SHA-1 and MD5 from the default build (rh#1935486) + Fix error when updating repo with removed modules metadata + Exit with status code 1 when loading of repo's metadata fails + Fix memory leaks and covscan warnings OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=60 --- createrepo_c-0.17.3.tar.gz | 3 --- createrepo_c-0.20.0.tar.gz | 3 +++ createrepo_c.changes | 19 +++++++++++++++++++ createrepo_c.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 createrepo_c-0.17.3.tar.gz create mode 100644 createrepo_c-0.20.0.tar.gz diff --git a/createrepo_c-0.17.3.tar.gz b/createrepo_c-0.17.3.tar.gz deleted file mode 100644 index 33a4a44..0000000 --- a/createrepo_c-0.17.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3fafdddcb4c58d45c48ca03f18998c4020fa0598a54093c24cd748fd308cb98 -size 592214 diff --git a/createrepo_c-0.20.0.tar.gz b/createrepo_c-0.20.0.tar.gz new file mode 100644 index 0000000..81911de --- /dev/null +++ b/createrepo_c-0.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09034551a040ca71a8ef8a38f8e4582721ac6010f68929372639d7ec522bb95 +size 614144 diff --git a/createrepo_c.changes b/createrepo_c.changes index e577497..42ccc10 100644 --- a/createrepo_c.changes +++ b/createrepo_c.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Mar 30 11:39:21 UTC 2022 - Neal Gompa + +- Update to 0.20.0 + + Remove obsoleted API cr_xml_parse_main_metadata_together + + Fix ampersand encoding in attributes when parsing repodata + + Add a streaming parsing API that is user-controllable + + Fix a bug in cr_repomd_record_compress_and_fill() + + Zero init buffer to prevent use of garbage values if input is too short + + Use copy+delete fallback when moving of a dir fails + + Switch default of --keep-all-metadata to TRUE and add --discard-additional-metadata + + Set database version only for the database records, not everything + + If the new repodata generated during an --update run exactly matches the old repodata don't touch the files + + Use --error-exit-val option by default + + Remove insecure hashes SHA-1 and MD5 from the default build (rh#1935486) + + Fix error when updating repo with removed modules metadata + + Exit with status code 1 when loading of repo's metadata fails + + Fix memory leaks and covscan warnings + ------------------------------------------------------------------- Tue Nov 30 04:52:35 UTC 2021 - Steve Kowalik diff --git a/createrepo_c.spec b/createrepo_c.spec index 26d5583..ed4ff1a 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -2,7 +2,7 @@ # spec file for package createrepo_c # # Copyright (c) 2021 SUSE LLC -# Copyright (c) 2020 Neal Gompa . +# Copyright (c) 2022 Neal Gompa . # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,7 +54,7 @@ %define devname lib%{name}-devel Name: createrepo_c -Version: 0.17.3 +Version: 0.20.0 Release: 0 Summary: RPM repository metadata generation utility License: GPL-2.0-or-later