Accepting request 1140769 from Archiving

OBS-URL: https://build.opensuse.org/request/show/1140769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zchunk?expand=0&rev=22
This commit is contained in:
Ana Guerrero 2024-01-24 18:04:27 +00:00 committed by Git OBS Bridge
commit 07c1dd8f06
4 changed files with 16 additions and 5 deletions

BIN
zchunk-1.3.2.tar.gz (Stored with Git LFS)

Binary file not shown.

3
zchunk-1.4.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 15 10:51:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.4.0:
* Rework hash code to support openSSL 3.x EVP API
* memory leak fix
* tests for invalid zchunk files
* More statistics in zchunk_delta_info
* avoid infinite loop under certain conditions
* Add zck_get_chunk_ctx function to get context from chunk
-------------------------------------------------------------------
Sat Oct 14 10:19:38 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package zchunk
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2020 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@ -21,7 +21,7 @@
%global libname libzck%{somajor}
%global devname libzck-devel
Name: zchunk
Version: 1.3.2
Version: 1.4.0
Release: 0
Summary: Compressed file format that allows easy deltas
License: BSD-2-Clause AND MIT