Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932816 - dev-libs/libzip-1.11.2 version bump
Summary: dev-libs/libzip-1.11.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL: https://libzip.org/news/release-1.11....
Whiteboard:
Keywords:
Depends on:
Blocks: 771789
  Show dependency tree
 
Reported: 2024-05-27 01:00 UTC by David Duchesne
Modified: 2024-11-23 14:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Duchesne 2024-05-27 01:00:44 UTC
Please bump ! Thanks

https://github.com/nih-at/libzip/releases/tag/v1.10.1

----
1.10.1

    Add ZIP_LENGTH_TO_END and ZIP_LENGTH_UNCHECKED. Unless ZIP_LENGTH_UNCHECKED is used as length, it is an error for a file to shrink between the time when the source is created and when its data is read.
    Fix test on Windows.

1.10.0

    Make support for layered sources public.
    Add zip_source_zip_file and zip_source_zip_file_create, deprecate zip_source_zip and zip_source_zip_create.
    Allow reading changed file data.
    Fix handling of files of size 4294967295.
    zipmerge: copy extra fields.
    zipmerge: add option to keep files uncompressed.
    Switch test framework to use nihtest instead of Perl.
    Fix reading/writing compressed data with buffers > 4GiB.
    Restore support for torrentzip.
    Add warnings when using deprecated functions.
    Allow keeping files for empty archives.
    Support mbedTLS>=3.3.0.
    Support OpenSSL 3.
    Use ISO C secure library functions, if available.


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2024-11-23 14:51:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6c6c8ef64fdc3dc45475c91190f4d231ed3052

commit 2c6c6c8ef64fdc3dc45475c91190f4d231ed3052
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-11-23 14:46:24 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-11-23 14:50:30 +0000

    dev-libs/libzip: add 1.11.2
    
    Closes: https://bugs.gentoo.org/771789
    Closes: https://bugs.gentoo.org/830231
    Closes: https://bugs.gentoo.org/932816
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/libzip/Manifest                           |   1 +
 .../libzip/files/libzip-1.11.2-nullability.patch   |  96 ++++++++++++++++
 dev-libs/libzip/libzip-1.11.2.ebuild               | 123 +++++++++++++++++++++
 3 files changed, 220 insertions(+)