27 Commits

Author SHA256 Message Date
c8c861f844 Accepting request 1066628 from home:bmwiedemann:branches:Archiving
update to 1.2.4:
  * Update tests to handle zstd 1.5.4

OBS-URL: https://build.opensuse.org/request/show/1066628
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=41
2023-02-19 14:20:41 +00:00
70972fc273 Accepting request 1030884 from home:dirkmueller:Factory
- update to 1.2.3:
  * Remove meson deprecation warning 
  * Add license scan report and status 
  * test/zck_cmp_uncomp: fix printf format types 
  * meson: add option to build without docs 
  * zck: declare write_data as static

OBS-URL: https://build.opensuse.org/request/show/1030884
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=39
2022-10-24 13:14:11 +00:00
85af6b6dfb Accepting request 971961 from home:susnux:branches:Archiving
- Update to version 1.2.2
  * Turn off EOL handling for the *.zck test files.
  * Let the tests also pass with libzstd-1.4.10.

OBS-URL: https://build.opensuse.org/request/show/971961
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=37
2022-04-22 01:38:09 +00:00
bf3a3f37d6 Accepting request 970178 from home:susnux:branches:Archiving
- Update to version 1.2.1
  * Better error detection
  * Add support for specifying compression-format in zck
  * zck: add option to select chunk hash
  * Fix testsuite: Add expected sha256sums for zstd 1.5.1+
  * Fix memory leaks
  * Various bug fixes
- Drop upstream merged zstd-1.5.1.patch

OBS-URL: https://build.opensuse.org/request/show/970178
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=35
2022-04-14 14:11:26 +00:00
cd80b180c0 Accepting request 943660 from home:dirkmueller:Factory
- add zstd-1.5.1.patch (gh#zchunk/zchunk/57)

OBS-URL: https://build.opensuse.org/request/show/943660
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=34
2022-01-03 21:09:44 +00:00
172426ff1b Accepting request 901696 from home:susnux:branches:Archiving
- Update to version 1.1.16
  * Fix major bug when compressing with dictionary

OBS-URL: https://build.opensuse.org/request/show/901696
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=33
2021-06-24 10:24:21 +00:00
6deb32992f Accepting request 894706 from home:namtrac:branches:Archiving
- Update to version 1.1.14
  * Final fixes for zstd 1.5 support

- Update to version 1.1.12
  * Update testsuite for zstd 1.5

OBS-URL: https://build.opensuse.org/request/show/894706
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=31
2021-05-21 10:21:21 +00:00
fdc486b2df Accepting request 890155 from home:susnux:branches:Archiving
Update to version 1.1.11

OBS-URL: https://build.opensuse.org/request/show/890155
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=29
2021-05-03 16:29:28 +00:00
74c1fb948c Accepting request 888804 from home:susnux:branches:Archiving
- Update to version 1.1.9
  * Handle zstd 1.4.7+
  * Update documentation
  * unzck: require a *.zck extension
  * General bug fixes
- Dropped upstream merged
  d2eae512bee09a4047cfe586de12f644d73b0736.patch
- Add fix-test-argp.patch: Fix argp detection

OBS-URL: https://build.opensuse.org/request/show/888804
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=27
2021-04-27 13:25:09 +00:00
5f5091e27b Accepting request 860094 from home:dimstar:Factory
- Add d2eae512bee09a4047cfe586de12f644d73b0736.patch: Fix build
  with zstd 1.4.7+.

The patch is what makes up version 1.1.9 (diff to 1.1.8), but the full upgrade
will take more time of the actual maintainers, as there are new dependencies
to a package we don't even have yet (argp) - so I opted, in a quick attempt
to get zstd 1.4.7 ready, to just add the patch. Feel free to decline and
do the full upgrade

OBS-URL: https://build.opensuse.org/request/show/860094
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=25
2021-01-04 11:56:46 +00:00
9c4a2c109f - Update to version 1.1.5
+ Handle write errors correctly

OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=23
2020-01-19 14:47:29 +00:00
f8c1b57479 Accepting request 757687 from home:pluskalm:branches:Archiving
- Update to version 1.1.4:
  * Simplify regex for detecting part header info
  * Fix coverity warnings 
  * Open files with permissions 0666 and let umask(2) do its job.
  * Multipart boundary field can be quoted.

OBS-URL: https://build.opensuse.org/request/show/757687
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=21
2019-12-18 12:45:26 +00:00
0142cf7e24 - Update to version 1.1.0
+ Fix multipart boundary bug when dealing with lighttpd servers
  + Optimize chunk matching while downloading, significantly reducing CPU usage

OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=19
2019-03-31 15:02:46 +00:00
5d0b5bd225 - Update to version 1.0.3
+ Fix some small bugs found by Coverity
  + Fix memory leak and off-by-one errors
- Drop patches part of 1.0.3 release
  + 0001-Fix-some-small-bugs-found-by-Coverity.patch

OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=17
2019-01-24 20:58:15 +00:00
509c931d2e - Backport patch from upstream to fix bugs discovered by Coverity
+ Add patch: 0001-Fix-some-small-bugs-found-by-Coverity.patch

OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=16
2019-01-24 04:18:21 +00:00
b33be0d4df - Update to version 1.0.2
+ Use hash table for finding identical chunks, speeding up process
    considerably
  + Add test case to verify that identical chunk checking is working
  + Turn off some tests for big-endian architectures since zstd
    isn't deterministic on them
  + Add zck_gen_zdict binary to generate optimal zdict for a zchunk file
  + Add functions to API to simplify extracting a single chunk
  + Change default zstd compression to 9 for a 6x speed increase in
    compression speed for a 5% increase in compression size
  + Switch from optional flags to more robust optional elements
  + Sanity check hex hashes passed in as an option

OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=15
2019-01-23 10:45:30 +00:00
1202726936 Accepting request 645355 from home:alois:branches:Archiving
- Update to version 0.9.13
  * Add read support for zchunk files with optional flags
  * Fix tests for zstd-1.3.6

OBS-URL: https://build.opensuse.org/request/show/645355
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=13
2018-10-29 20:22:14 +00:00
b11e2c3c16 - Bump meson build dependency to match meson.build requirement
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=11
2018-09-29 00:52:20 +00:00
dabca671bd - Rebase to 0.9.11
+ Fix small bug where creating a zck_dl context fails when zck
    context is NULL
  + Fix security bugs found by Coverity
  + Fix test failures for zstd <= 1.3.4
  + Add gen_xml_dictionary to libexecdir with zck_ prefix
  + Fix intermittent bug where auto-chunking wasn't deterministic
  + ABI (but not API change) - Use bool from stdbool.h
  + Allow specification of output file in zck
  + Set minimum and maximum chunk sizes for both automatic and
    manual chunking
  + New error handling functions
  + File format changes
  + API changes
- Make requirements between subpackages stricter to avoid issues
  due to inter-subpackage ABI/API changes

OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=10
2018-09-29 00:49:32 +00:00
c59c6e5866 OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=8 2018-07-18 10:55:22 +00:00
37dd153d14 OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=7 2018-07-18 10:54:43 +00:00
047f605c8c OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=6 2018-07-18 10:54:23 +00:00
Martin Pluskal
6339c62155 OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=5 2018-07-18 10:36:56 +00:00
Martin Pluskal
4f311c6512 Accepting request 623576 from home:pluskalm:branches:Archiving
- Do not manually specify dependencies which are automatically
  generated
- Make requirements of devel package less strict

OBS-URL: https://build.opensuse.org/request/show/623576
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=4
2018-07-18 10:36:28 +00:00
12751896f2 - Update to 0.7.6
+ SHA-512 and SHA-512/128 support
  + New default chunk checksum type SHA-512/128
  + Automatic chunking moved into libzck and is now default
  + New option to disable automatic chunking
  + Bugfixes

OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=3
2018-07-17 12:50:29 +00:00
Dominique Leuenberger
e4ad117a60 Accepting request 621714 from Archiving
- Initial packaging based on Mageia package

OBS-URL: https://build.opensuse.org/request/show/621714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zchunk?expand=0&rev=1
2018-07-10 14:15:46 +00:00
Martin Pluskal
149bfc0a4a Accepting request 621144 from home:Pharaoh_Atem:SUSE_zck
- Initial packaging based on Mageia package

OBS-URL: https://build.opensuse.org/request/show/621144
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=1
2018-07-09 07:43:24 +00:00