↵ Return to the main page of python3-createrepo_c
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2022-03-14 | Pavla Kratochvilova <pkratoch at redhat dot com> - 0.19.0-1 | - Fix memory leaks - 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 |
| 2022-01-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.17.7-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild |
| 2021-10-21 | Pavla Kratochvilova <pkratoch at redhat dot com> - 0.17.7-1 | - Update to 0.17.7 - Remove insecure hashes SHA-1 and MD5 from the default build |
| 2021-09-16 | Sahana Prasad <sahana at redhat dot com> - 0.17.5-2 | - Rebuilt with OpenSSL 3.0.0 |
| 2021-09-15 | Pavla Kratochvilova <pkratoch at redhat dot com> - 0.17.5-1 | - Update to 0.17.5 - 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 |
| 2021-09-14 | Sahana Prasad <sahana at redhat dot com> - 0.17.3-3 | - Rebuilt with OpenSSL 3.0.0 |
| 2021-07-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.17.3-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
| 2021-06-15 | Pavla Kratochvilova <pkratoch at redhat dot com> - 0.17.3-1 | - Update to 0.17.3 - Fix valgrind warnings caused by subprocess calls - Fix memory leak |
| 2021-06-04 | Python Maint <python dash maint at redhat dot com> - 0.17.2-2 | - Rebuilt for Python 3.10 |
| 2021-04-15 | Nicola Sella <nsella at redhat dot com> - 0.17.2-1 | - Update to 0.17.2 - Remove empty arrays in tests, pass NULL instead (fixes a compiler war… - Replace 'blacklist' with 'excludelist' - Allow taking __repr__ (__str__) of closed xmlfile and sqlite (RhBug:1913465) - Fix segmentation fault when taking str() of closed file - Setting updated/issued_date to None - (RhBug:1921715) - Drop Python 2 support - Disable drpm also for RHEL >= 9 (RhBug:1914828) - Never leave behind .repodata lock on exit (RhBug:1906831) - Revert back to old API of cr_compress_file_with_stat and cr_compress |