Package Release Info

deltarpm-3.6.5-bp160.1.9

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

deltarpm
python3-deltarpm

Change Logs

* Fri Sep 13 2024 mls@suse.de
- update to deltarpm-3.6.5
  * support for archive files bigger than 2GByte [bnc#1230547]
* Wed Aug 07 2024 mls@suse.de
- update to deltarpm-3.6.4
  * support for threaded zstd
  * use a tmp file instead of memory to hold the incore data
    [bsc#1228948]
- dropped patches:
  * deltarpm-b7987f6aa4211df3df03dcfc55a00b2ce7472e0a.patch
* Wed Apr 13 2022 Marcus Meissner <meissner@suse.com>
- deltarpm-b7987f6aa4211df3df03dcfc55a00b2ce7472e0a.patch: fixed
  some C bugs ( incorrect sized memset() , memcpy instead of strcpy,
  unsigned int)
* Fri Oct 29 2021 mls@suse.de
- update to deltarpm-3.6.3
  * support for threaded zstd compression
* Sat Jun 22 2019 Neal Gompa <ngompa13@gmail.com>
- Actually enable zstd compression
* Thu Jun 13 2019 mls@suse.de
- update to deltarpm-3.6.2
  * support for zstd compression
* Fri Jan 05 2018 tchvatal@suse.com
- Make python2 and python3 conditional to ensure we can build with
  python3 only
* Fri Nov 10 2017 mpluskal@suse.com
- Correct provides/obsoletes for python2 subpackage
* Tue Nov 07 2017 mpluskal@suse.com
- Build python3 bindings as well
- Rename python2 subpackage to name consistent with current python
  packaging
- Drop patch.sles8 - there does not seem to be any reason for it
* Tue Nov 24 2015 ro@suse.de
- update to version 3.6.1
  - remove upstreamed patch deltarpm-zlibcppflags.diff
  - fix off-by-one error in delta generation code (bnc#948504)
    This could lead to a segfault in rare circumstances.
  - Return error rather than crashing if we can't allocate memory
  - add newline in missing prelink error
  - do not finish applydeltarpm jobs when in the middle of a request
  - fix zlibcppflags typo