Accepting request 965969 from system:packagemanager

- 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/request/show/965969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/createrepo_c?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-04-02 16:20:01 +00:00 committed by Git OBS Bridge
commit 6ae4bd3ea1
4 changed files with 24 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3fafdddcb4c58d45c48ca03f18998c4020fa0598a54093c24cd748fd308cb98
size 592214

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f09034551a040ca71a8ef8a38f8e4582721ac6010f68929372639d7ec522bb95
size 614144

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Mar 30 11:39:21 UTC 2022 - Neal Gompa <ngompa13@gmail.com>
- 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 <steven.kowalik@suse.com>

View File

@ -2,7 +2,7 @@
# spec file for package createrepo_c
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2020 Neal Gompa <ngompa13@gmail.com>.
# Copyright (c) 2022 Neal Gompa <ngompa13@gmail.com>.
#
# 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