diff --git a/LICENSE b/LICENSE index 573d5d9..fa70609 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner -The authors can be contacted at +The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/README.libzip.md b/README.libzip.md index c8cffd5..3c2e31c 100644 --- a/README.libzip.md +++ b/README.libzip.md @@ -32,7 +32,7 @@ subscribe to it by sending a mail with the subject "subscribe libzip-discuss" to minimalist at nih.at. List mail should be sent to libzip-discuss at nih.at. Use this for bug reports or questions. -If you want to reach the authors in private, use . +If you want to reach the authors in private, use . [![Github Actions Build Status](https://github.com/nih-at/libzip/workflows/build/badge.svg)](https://github.com/nih-at/libzip/actions?query=workflow%3Abuild) [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/f1bqqt9djvf22f5g?svg=true)](https://ci.appveyor.com/project/nih-at/libzip) diff --git a/README.md b/README.md index 744afff..2a4ae62 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ libzip Windows build with Visual Studio. -This version is libzip-1.9.0. +This version is libzip-1.9.1. To build, simply open the required solution file, and you know how to use Visual Studio, right? diff --git a/THIS_VERSION_IS_1.9.0 b/THIS_VERSION_IS_1.9.1 similarity index 100% rename from THIS_VERSION_IS_1.9.0 rename to THIS_VERSION_IS_1.9.1 diff --git a/distfiles/download.url b/distfiles/download.url index 8a821e0..7b4e14d 100644 --- a/distfiles/download.url +++ b/distfiles/download.url @@ -1 +1 @@ -https://github.com/nih-at/libzip/releases/download/v1.9.0/libzip-1.9.0.tar.xz +https://github.com/nih-at/libzip/releases/download/v1.9.1/libzip-1.9.1.tar.xz diff --git a/distfiles/libzip-1.9.0.tar.xz b/distfiles/libzip-1.9.0.tar.xz deleted file mode 100644 index 319baf7..0000000 Binary files a/distfiles/libzip-1.9.0.tar.xz and /dev/null differ diff --git a/distfiles/libzip-1.9.1.tar.xz b/distfiles/libzip-1.9.1.tar.xz new file mode 100644 index 0000000..84a51d9 Binary files /dev/null and b/distfiles/libzip-1.9.1.tar.xz differ diff --git a/lib/compat.h b/lib/compat.h index 1cb5d25..8266179 100644 --- a/lib/compat.h +++ b/lib/compat.h @@ -6,7 +6,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip.h b/lib/zip.h index 736c9ad..61003fd 100644 --- a/lib/zip.h +++ b/lib/zip.h @@ -6,7 +6,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -246,6 +246,8 @@ typedef enum zip_source_cmd zip_source_cmd_t; #define ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd) (((zip_int64_t)1) << (cmd)) +#define ZIP_SOURCE_CHECK_SUPPORTED(supported, cmd) (((supported) & ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd)) != 0) + /* clang-format off */ #define ZIP_SOURCE_SUPPORTS_READABLE (ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_OPEN) \ diff --git a/lib/zip_add.c b/lib/zip_add.c index dd6dcbc..9770139 100644 --- a/lib/zip_add.c +++ b/lib/zip_add.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_add_dir.c b/lib/zip_add_dir.c index 41de94b..c31fea3 100644 --- a/lib/zip_add_dir.c +++ b/lib/zip_add_dir.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_add_entry.c b/lib/zip_add_entry.c index 6f3c162..bf12dd5 100644 --- a/lib/zip_add_entry.c +++ b/lib/zip_add_entry.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_algorithm_bzip2.c b/lib/zip_algorithm_bzip2.c index ebc68d9..c79cb8a 100644 --- a/lib/zip_algorithm_bzip2.c +++ b/lib/zip_algorithm_bzip2.c @@ -3,7 +3,7 @@ Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_algorithm_deflate.c b/lib/zip_algorithm_deflate.c index 8707eec..03250ef 100644 --- a/lib/zip_algorithm_deflate.c +++ b/lib/zip_algorithm_deflate.c @@ -3,7 +3,7 @@ Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_algorithm_xz.c b/lib/zip_algorithm_xz.c index f0c2fd3..d8f4266 100644 --- a/lib/zip_algorithm_xz.c +++ b/lib/zip_algorithm_xz.c @@ -4,7 +4,7 @@ Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_algorithm_zstd.c b/lib/zip_algorithm_zstd.c index a7e2d67..7a08fbb 100644 --- a/lib/zip_algorithm_zstd.c +++ b/lib/zip_algorithm_zstd.c @@ -3,7 +3,7 @@ Copyright (C) 2020-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_buffer.c b/lib/zip_buffer.c index 4e5783e..a353ce0 100644 --- a/lib/zip_buffer.c +++ b/lib/zip_buffer.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_close.c b/lib/zip_close.c index 91a6935..8d1a2aa 100644 --- a/lib/zip_close.c +++ b/lib/zip_close.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto.h b/lib/zip_crypto.h index ac6e109..0d74d1a 100644 --- a/lib/zip_crypto.h +++ b/lib/zip_crypto.h @@ -3,7 +3,7 @@ Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto_commoncrypto.c b/lib/zip_crypto_commoncrypto.c index 58b797d..b198be5 100644 --- a/lib/zip_crypto_commoncrypto.c +++ b/lib/zip_crypto_commoncrypto.c @@ -3,7 +3,7 @@ Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto_commoncrypto.h b/lib/zip_crypto_commoncrypto.h index 1eae1b7..01828cc 100644 --- a/lib/zip_crypto_commoncrypto.h +++ b/lib/zip_crypto_commoncrypto.h @@ -3,7 +3,7 @@ Copyright (C) 2018 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto_gnutls.c b/lib/zip_crypto_gnutls.c index 406fceb..1a25aa1 100644 --- a/lib/zip_crypto_gnutls.c +++ b/lib/zip_crypto_gnutls.c @@ -3,7 +3,7 @@ Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto_gnutls.h b/lib/zip_crypto_gnutls.h index 6743186..dc8b97a 100644 --- a/lib/zip_crypto_gnutls.h +++ b/lib/zip_crypto_gnutls.h @@ -3,7 +3,7 @@ Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto_mbedtls.c b/lib/zip_crypto_mbedtls.c index 09cdf09..95ac899 100644 --- a/lib/zip_crypto_mbedtls.c +++ b/lib/zip_crypto_mbedtls.c @@ -3,7 +3,7 @@ Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto_mbedtls.h b/lib/zip_crypto_mbedtls.h index a82b2fd..1151fff 100644 --- a/lib/zip_crypto_mbedtls.h +++ b/lib/zip_crypto_mbedtls.h @@ -3,7 +3,7 @@ Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto_openssl.c b/lib/zip_crypto_openssl.c index f67faf7..acbfe4b 100644 --- a/lib/zip_crypto_openssl.c +++ b/lib/zip_crypto_openssl.c @@ -3,7 +3,7 @@ Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto_openssl.h b/lib/zip_crypto_openssl.h index 548ab28..030e67e 100644 --- a/lib/zip_crypto_openssl.h +++ b/lib/zip_crypto_openssl.h @@ -3,7 +3,7 @@ Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto_win.c b/lib/zip_crypto_win.c index 8202bfe..6dc1bb1 100644 --- a/lib/zip_crypto_win.c +++ b/lib/zip_crypto_win.c @@ -3,7 +3,7 @@ Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_crypto_win.h b/lib/zip_crypto_win.h index be9fdc6..a533fe2 100644 --- a/lib/zip_crypto_win.h +++ b/lib/zip_crypto_win.h @@ -3,7 +3,7 @@ Copyright (C) 2018-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_delete.c b/lib/zip_delete.c index 7d82d9a..676c16b 100644 --- a/lib/zip_delete.c +++ b/lib/zip_delete.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_dir_add.c b/lib/zip_dir_add.c index 89eb432..42ba5e8 100644 --- a/lib/zip_dir_add.c +++ b/lib/zip_dir_add.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_dirent.c b/lib/zip_dirent.c index 0fb627e..4615fc6 100644 --- a/lib/zip_dirent.c +++ b/lib/zip_dirent.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_discard.c b/lib/zip_discard.c index 42f4eb8..d1dc4f8 100644 --- a/lib/zip_discard.c +++ b/lib/zip_discard.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_entry.c b/lib/zip_entry.c index dfc6419..35a36e4 100644 --- a/lib/zip_entry.c +++ b/lib/zip_entry.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_error.c b/lib/zip_error.c index 6c7e49f..5fc2e83 100644 --- a/lib/zip_error.c +++ b/lib/zip_error.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_error_clear.c b/lib/zip_error_clear.c index f655539..94ff506 100644 --- a/lib/zip_error_clear.c +++ b/lib/zip_error_clear.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_error_get.c b/lib/zip_error_get.c index f310ed3..c0418f0 100644 --- a/lib/zip_error_get.c +++ b/lib/zip_error_get.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_error_get_sys_type.c b/lib/zip_error_get_sys_type.c index d9eb47a..a22ffb0 100644 --- a/lib/zip_error_get_sys_type.c +++ b/lib/zip_error_get_sys_type.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_error_strerror.c b/lib/zip_error_strerror.c index c283d88..2a1fbaf 100644 --- a/lib/zip_error_strerror.c +++ b/lib/zip_error_strerror.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_error_to_str.c b/lib/zip_error_to_str.c index f13ac19..acd91c9 100644 --- a/lib/zip_error_to_str.c +++ b/lib/zip_error_to_str.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_extra_field.c b/lib/zip_extra_field.c index 8983f75..92cec01 100644 --- a/lib/zip_extra_field.c +++ b/lib/zip_extra_field.c @@ -3,7 +3,7 @@ Copyright (C) 2012-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_extra_field_api.c b/lib/zip_extra_field_api.c index 9a828e4..cd143f3 100644 --- a/lib/zip_extra_field_api.c +++ b/lib/zip_extra_field_api.c @@ -3,7 +3,7 @@ Copyright (C) 2012-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_fclose.c b/lib/zip_fclose.c index 3984b98..b820d98 100644 --- a/lib/zip_fclose.c +++ b/lib/zip_fclose.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_fdopen.c b/lib/zip_fdopen.c index c2708c6..5cd4391 100644 --- a/lib/zip_fdopen.c +++ b/lib/zip_fdopen.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_add.c b/lib/zip_file_add.c index 02b6599..c2c41e1 100644 --- a/lib/zip_file_add.c +++ b/lib/zip_file_add.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_error_clear.c b/lib/zip_file_error_clear.c index b47e3d2..a10bff8 100644 --- a/lib/zip_file_error_clear.c +++ b/lib/zip_file_error_clear.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_error_get.c b/lib/zip_file_error_get.c index cce1ac2..b93117b 100644 --- a/lib/zip_file_error_get.c +++ b/lib/zip_file_error_get.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_get_comment.c b/lib/zip_file_get_comment.c index 59b768a..fa998f0 100644 --- a/lib/zip_file_get_comment.c +++ b/lib/zip_file_get_comment.c @@ -3,7 +3,7 @@ Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_get_external_attributes.c b/lib/zip_file_get_external_attributes.c index f642918..a79bb3e 100644 --- a/lib/zip_file_get_external_attributes.c +++ b/lib/zip_file_get_external_attributes.c @@ -3,7 +3,7 @@ Copyright (C) 2013-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_get_offset.c b/lib/zip_file_get_offset.c index c9c8fd8..213f7d3 100644 --- a/lib/zip_file_get_offset.c +++ b/lib/zip_file_get_offset.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_rename.c b/lib/zip_file_rename.c index d65f64a..9ac2581 100644 --- a/lib/zip_file_rename.c +++ b/lib/zip_file_rename.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_replace.c b/lib/zip_file_replace.c index a8cf86c..4262d45 100644 --- a/lib/zip_file_replace.c +++ b/lib/zip_file_replace.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_set_comment.c b/lib/zip_file_set_comment.c index 0276a47..f50953b 100644 --- a/lib/zip_file_set_comment.c +++ b/lib/zip_file_set_comment.c @@ -3,7 +3,7 @@ Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_set_encryption.c b/lib/zip_file_set_encryption.c index aa0d707..41392c1 100644 --- a/lib/zip_file_set_encryption.c +++ b/lib/zip_file_set_encryption.c @@ -3,7 +3,7 @@ Copyright (C) 2016-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_set_external_attributes.c b/lib/zip_file_set_external_attributes.c index 6ca01f2..1a0028d 100644 --- a/lib/zip_file_set_external_attributes.c +++ b/lib/zip_file_set_external_attributes.c @@ -3,7 +3,7 @@ Copyright (C) 2013-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_set_mtime.c b/lib/zip_file_set_mtime.c index 774328a..10abe81 100644 --- a/lib/zip_file_set_mtime.c +++ b/lib/zip_file_set_mtime.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_file_strerror.c b/lib/zip_file_strerror.c index e21c1dc..5b5a009 100644 --- a/lib/zip_file_strerror.c +++ b/lib/zip_file_strerror.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_fopen.c b/lib/zip_fopen.c index 513f78b..e3cde9b 100644 --- a/lib/zip_fopen.c +++ b/lib/zip_fopen.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_fopen_encrypted.c b/lib/zip_fopen_encrypted.c index 5a48437..d5880dc 100644 --- a/lib/zip_fopen_encrypted.c +++ b/lib/zip_fopen_encrypted.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_fopen_index.c b/lib/zip_fopen_index.c index 1f7ce8c..a449b83 100644 --- a/lib/zip_fopen_index.c +++ b/lib/zip_fopen_index.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_fopen_index_encrypted.c b/lib/zip_fopen_index_encrypted.c index dfdeffa..a69dfb9 100644 --- a/lib/zip_fopen_index_encrypted.c +++ b/lib/zip_fopen_index_encrypted.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_fread.c b/lib/zip_fread.c index edad9d2..22fabe3 100644 --- a/lib/zip_fread.c +++ b/lib/zip_fread.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_fseek.c b/lib/zip_fseek.c index 2eeab81..3313615 100644 --- a/lib/zip_fseek.c +++ b/lib/zip_fseek.c @@ -3,7 +3,7 @@ Copyright (C) 2016-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -57,5 +57,5 @@ zip_file_is_seekable(zip_file_t *zfile) { return -1; } - return (zip_source_supports(zfile->src) & ZIP_SOURCE_SEEK) != 0; + return ZIP_SOURCE_CHECK_SUPPORTED(zip_source_supports(zfile->src), ZIP_SOURCE_SEEK); } diff --git a/lib/zip_ftell.c b/lib/zip_ftell.c index 42067a1..7a3cda0 100644 --- a/lib/zip_ftell.c +++ b/lib/zip_ftell.c @@ -3,7 +3,7 @@ Copyright (C) 2016-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_get_archive_comment.c b/lib/zip_get_archive_comment.c index 6752380..ea9a00a 100644 --- a/lib/zip_get_archive_comment.c +++ b/lib/zip_get_archive_comment.c @@ -3,7 +3,7 @@ Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_get_archive_flag.c b/lib/zip_get_archive_flag.c index e4d412c..fc200bd 100644 --- a/lib/zip_get_archive_flag.c +++ b/lib/zip_get_archive_flag.c @@ -3,7 +3,7 @@ Copyright (C) 2008-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_get_encryption_implementation.c b/lib/zip_get_encryption_implementation.c index 191e805..72e48fe 100644 --- a/lib/zip_get_encryption_implementation.c +++ b/lib/zip_get_encryption_implementation.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_get_file_comment.c b/lib/zip_get_file_comment.c index dd11816..d58e22b 100644 --- a/lib/zip_get_file_comment.c +++ b/lib/zip_get_file_comment.c @@ -3,7 +3,7 @@ Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_get_name.c b/lib/zip_get_name.c index 8777868..4828d78 100644 --- a/lib/zip_get_name.c +++ b/lib/zip_get_name.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_get_num_entries.c b/lib/zip_get_num_entries.c index 16d901c..667dc51 100644 --- a/lib/zip_get_num_entries.c +++ b/lib/zip_get_num_entries.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_get_num_files.c b/lib/zip_get_num_files.c index 1c6d6bb..140e34f 100644 --- a/lib/zip_get_num_files.c +++ b/lib/zip_get_num_files.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_hash.c b/lib/zip_hash.c index e01d935..d3a954e 100644 --- a/lib/zip_hash.c +++ b/lib/zip_hash.c @@ -3,7 +3,7 @@ Copyright (C) 2015-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_io_util.c b/lib/zip_io_util.c index 3ee3670..0a1e4d5 100644 --- a/lib/zip_io_util.c +++ b/lib/zip_io_util.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_libzip_version.c b/lib/zip_libzip_version.c index 6e20724..4200727 100644 --- a/lib/zip_libzip_version.c +++ b/lib/zip_libzip_version.c @@ -3,7 +3,7 @@ Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_memdup.c b/lib/zip_memdup.c index 8f6175b..38459d8 100644 --- a/lib/zip_memdup.c +++ b/lib/zip_memdup.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_name_locate.c b/lib/zip_name_locate.c index ca92b5c..806053c 100644 --- a/lib/zip_name_locate.c +++ b/lib/zip_name_locate.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_new.c b/lib/zip_new.c index 3768d5b..4f69c8a 100644 --- a/lib/zip_new.c +++ b/lib/zip_new.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_open.c b/lib/zip_open.c index 1b659e8..96f4dbc 100644 --- a/lib/zip_open.c +++ b/lib/zip_open.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_pkware.c b/lib/zip_pkware.c index 1b1b461..6a8c9fc 100644 --- a/lib/zip_pkware.c +++ b/lib/zip_pkware.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_progress.c b/lib/zip_progress.c index a881df4..e080514 100644 --- a/lib/zip_progress.c +++ b/lib/zip_progress.c @@ -3,7 +3,7 @@ Copyright (C) 2017-2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_random_unix.c b/lib/zip_random_unix.c index da44d3c..f84a548 100644 --- a/lib/zip_random_unix.c +++ b/lib/zip_random_unix.c @@ -3,7 +3,7 @@ Copyright (C) 2016-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_random_uwp.c b/lib/zip_random_uwp.c index 7a644ef..9f842b9 100644 --- a/lib/zip_random_uwp.c +++ b/lib/zip_random_uwp.c @@ -3,7 +3,7 @@ Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_random_win32.c b/lib/zip_random_win32.c index 436306b..966b9a5 100644 --- a/lib/zip_random_win32.c +++ b/lib/zip_random_win32.c @@ -3,7 +3,7 @@ Copyright (C) 2016-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_rename.c b/lib/zip_rename.c index 3e67b7c..c89b06c 100644 --- a/lib/zip_rename.c +++ b/lib/zip_rename.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_replace.c b/lib/zip_replace.c index e9a2973..96c083c 100644 --- a/lib/zip_replace.c +++ b/lib/zip_replace.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_set_archive_comment.c b/lib/zip_set_archive_comment.c index ee6f2ba..9063710 100644 --- a/lib/zip_set_archive_comment.c +++ b/lib/zip_set_archive_comment.c @@ -3,7 +3,7 @@ Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_set_archive_flag.c b/lib/zip_set_archive_flag.c index a5afc81..610409d 100644 --- a/lib/zip_set_archive_flag.c +++ b/lib/zip_set_archive_flag.c @@ -3,7 +3,7 @@ Copyright (C) 2008-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_set_default_password.c b/lib/zip_set_default_password.c index 625ac3f..4bab513 100644 --- a/lib/zip_set_default_password.c +++ b/lib/zip_set_default_password.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_set_file_comment.c b/lib/zip_set_file_comment.c index 2e7dcb7..5d2b0b8 100644 --- a/lib/zip_set_file_comment.c +++ b/lib/zip_set_file_comment.c @@ -3,7 +3,7 @@ Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_set_file_compression.c b/lib/zip_set_file_compression.c index d2027c9..1a19fb7 100644 --- a/lib/zip_set_file_compression.c +++ b/lib/zip_set_file_compression.c @@ -3,7 +3,7 @@ Copyright (C) 2012-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_set_name.c b/lib/zip_set_name.c index af4ec93..f1bf703 100644 --- a/lib/zip_set_name.c +++ b/lib/zip_set_name.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_accept_empty.c b/lib/zip_source_accept_empty.c index 10f4012..d6a0495 100644 --- a/lib/zip_source_accept_empty.c +++ b/lib/zip_source_accept_empty.c @@ -3,7 +3,7 @@ Copyright (C) 2019-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_begin_write.c b/lib/zip_source_begin_write.c index cefb809..3781832 100644 --- a/lib/zip_source_begin_write.c +++ b/lib/zip_source_begin_write.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_begin_write_cloning.c b/lib/zip_source_begin_write_cloning.c index 71911e7..fc1bc26 100644 --- a/lib/zip_source_begin_write_cloning.c +++ b/lib/zip_source_begin_write_cloning.c @@ -3,7 +3,7 @@ Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_buffer.c b/lib/zip_source_buffer.c index baf687f..04cd4f0 100644 --- a/lib/zip_source_buffer.c +++ b/lib/zip_source_buffer.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -376,6 +376,10 @@ static zip_uint64_t buffer_find_fragment(const buffer_t *buffer, zip_uint64_t offset) { zip_uint64_t low, high, mid; + if (buffer->nfragments == 0) { + return 0; + } + low = 0; high = buffer->nfragments - 1; diff --git a/lib/zip_source_call.c b/lib/zip_source_call.c index 41b5c0f..8c98fc2 100644 --- a/lib/zip_source_call.c +++ b/lib/zip_source_call.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_close.c b/lib/zip_source_close.c index 48efe8a..f4f3ff2 100644 --- a/lib/zip_source_close.c +++ b/lib/zip_source_close.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_commit_write.c b/lib/zip_source_commit_write.c index 30243d5..3e699ec 100644 --- a/lib/zip_source_commit_write.c +++ b/lib/zip_source_commit_write.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_compress.c b/lib/zip_source_compress.c index 9776065..0b849de 100644 --- a/lib/zip_source_compress.c +++ b/lib/zip_source_compress.c @@ -3,7 +3,7 @@ Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_crc.c b/lib/zip_source_crc.c index ebbeaa7..37ea022 100644 --- a/lib/zip_source_crc.c +++ b/lib/zip_source_crc.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_error.c b/lib/zip_source_error.c index 042901f..dc7fa20 100644 --- a/lib/zip_source_error.c +++ b/lib/zip_source_error.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file.h b/lib/zip_source_file.h index 40d87dd..cca9fd2 100644 --- a/lib/zip_source_file.h +++ b/lib/zip_source_file.h @@ -3,7 +3,7 @@ Copyright (C) 2020-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file_common.c b/lib/zip_source_file_common.c index 0012395..e92a43b 100644 --- a/lib/zip_source_file_common.c +++ b/lib/zip_source_file_common.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file_stdio.c b/lib/zip_source_file_stdio.c index 1581771..c4e3f8a 100644 --- a/lib/zip_source_file_stdio.c +++ b/lib/zip_source_file_stdio.c @@ -3,7 +3,7 @@ Copyright (C) 2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file_stdio.h b/lib/zip_source_file_stdio.h index 1bf698c..87436b6 100644 --- a/lib/zip_source_file_stdio.h +++ b/lib/zip_source_file_stdio.h @@ -6,7 +6,7 @@ Copyright (C) 2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file_stdio_named.c b/lib/zip_source_file_stdio_named.c index 7841b86..92ae344 100644 --- a/lib/zip_source_file_stdio_named.c +++ b/lib/zip_source_file_stdio_named.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file_win32.c b/lib/zip_source_file_win32.c index 703ffac..4708dc8 100644 --- a/lib/zip_source_file_win32.c +++ b/lib/zip_source_file_win32.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file_win32.h b/lib/zip_source_file_win32.h index 88e45b1..f012326 100644 --- a/lib/zip_source_file_win32.h +++ b/lib/zip_source_file_win32.h @@ -6,7 +6,7 @@ Copyright (C) 2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file_win32_ansi.c b/lib/zip_source_file_win32_ansi.c index f299692..9b8f180 100644 --- a/lib/zip_source_file_win32_ansi.c +++ b/lib/zip_source_file_win32_ansi.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file_win32_named.c b/lib/zip_source_file_win32_named.c index 1fe5591..d154728 100644 --- a/lib/zip_source_file_win32_named.c +++ b/lib/zip_source_file_win32_named.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file_win32_utf16.c b/lib/zip_source_file_win32_utf16.c index 6aef2bb..08443d3 100644 --- a/lib/zip_source_file_win32_utf16.c +++ b/lib/zip_source_file_win32_utf16.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_file_win32_utf8.c b/lib/zip_source_file_win32_utf8.c index d6728e3..687c30f 100644 --- a/lib/zip_source_file_win32_utf8.c +++ b/lib/zip_source_file_win32_utf8.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_free.c b/lib/zip_source_free.c index 2e6944e..1a80040 100644 --- a/lib/zip_source_free.c +++ b/lib/zip_source_free.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_function.c b/lib/zip_source_function.c index de9f58d..e4eac9d 100644 --- a/lib/zip_source_function.c +++ b/lib/zip_source_function.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_get_file_attributes.c b/lib/zip_source_get_file_attributes.c index 734767a..df7ad58 100644 --- a/lib/zip_source_get_file_attributes.c +++ b/lib/zip_source_get_file_attributes.c @@ -3,7 +3,7 @@ Copyright (C) 2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_is_deleted.c b/lib/zip_source_is_deleted.c index c2c7eb5..838aa90 100644 --- a/lib/zip_source_is_deleted.c +++ b/lib/zip_source_is_deleted.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_layered.c b/lib/zip_source_layered.c index f6db2a7..3c21441 100644 --- a/lib/zip_source_layered.c +++ b/lib/zip_source_layered.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_open.c b/lib/zip_source_open.c index b12a4c2..7116bef 100644 --- a/lib/zip_source_open.c +++ b/lib/zip_source_open.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_pkware_decode.c b/lib/zip_source_pkware_decode.c index a1c9e3a..01b6417 100644 --- a/lib/zip_source_pkware_decode.c +++ b/lib/zip_source_pkware_decode.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_pkware_encode.c b/lib/zip_source_pkware_encode.c index 7c77e1e..5958af4 100644 --- a/lib/zip_source_pkware_encode.c +++ b/lib/zip_source_pkware_encode.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_read.c b/lib/zip_source_read.c index ee7686a..0938fcb 100644 --- a/lib/zip_source_read.c +++ b/lib/zip_source_read.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_remove.c b/lib/zip_source_remove.c index 46230cd..c94fa1e 100644 --- a/lib/zip_source_remove.c +++ b/lib/zip_source_remove.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_rollback_write.c b/lib/zip_source_rollback_write.c index 6f98c39..13aa097 100644 --- a/lib/zip_source_rollback_write.c +++ b/lib/zip_source_rollback_write.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_seek.c b/lib/zip_source_seek.c index 1acd6d8..e3baad5 100644 --- a/lib/zip_source_seek.c +++ b/lib/zip_source_seek.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_seek_write.c b/lib/zip_source_seek_write.c index 5599bcb..30f1643 100644 --- a/lib/zip_source_seek_write.c +++ b/lib/zip_source_seek_write.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_stat.c b/lib/zip_source_stat.c index a9745e0..e7954e7 100644 --- a/lib/zip_source_stat.c +++ b/lib/zip_source_stat.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_supports.c b/lib/zip_source_supports.c index 66a5303..ff8e478 100644 --- a/lib/zip_source_supports.c +++ b/lib/zip_source_supports.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_tell.c b/lib/zip_source_tell.c index 8518739..49057ce 100644 --- a/lib/zip_source_tell.c +++ b/lib/zip_source_tell.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_tell_write.c b/lib/zip_source_tell_write.c index 8edee67..4b96535 100644 --- a/lib/zip_source_tell_write.c +++ b/lib/zip_source_tell_write.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_window.c b/lib/zip_source_window.c index 6f457b6..7e4d8ed 100644 --- a/lib/zip_source_window.c +++ b/lib/zip_source_window.c @@ -3,7 +3,7 @@ Copyright (C) 2012-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_winzip_aes_decode.c b/lib/zip_source_winzip_aes_decode.c index 2999654..a3d978d 100644 --- a/lib/zip_source_winzip_aes_decode.c +++ b/lib/zip_source_winzip_aes_decode.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_winzip_aes_encode.c b/lib/zip_source_winzip_aes_encode.c index 44c4e4b..73586ba 100644 --- a/lib/zip_source_winzip_aes_encode.c +++ b/lib/zip_source_winzip_aes_encode.c @@ -3,7 +3,7 @@ Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_write.c b/lib/zip_source_write.c index bb72b14..24dde9b 100644 --- a/lib/zip_source_write.c +++ b/lib/zip_source_write.c @@ -3,7 +3,7 @@ Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_zip.c b/lib/zip_source_zip.c index e6cedaf..737fa4d 100644 --- a/lib/zip_source_zip.c +++ b/lib/zip_source_zip.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_source_zip_new.c b/lib/zip_source_zip_new.c index cf3d267..68394b7 100644 --- a/lib/zip_source_zip_new.c +++ b/lib/zip_source_zip_new.c @@ -3,7 +3,7 @@ Copyright (C) 2012-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_stat.c b/lib/zip_stat.c index 4b7c495..51d8026 100644 --- a/lib/zip_stat.c +++ b/lib/zip_stat.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_stat_index.c b/lib/zip_stat_index.c index 62dc045..fb532ec 100644 --- a/lib/zip_stat_index.c +++ b/lib/zip_stat_index.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_stat_init.c b/lib/zip_stat_init.c index f513bde..9c6088a 100644 --- a/lib/zip_stat_init.c +++ b/lib/zip_stat_init.c @@ -3,7 +3,7 @@ Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_strerror.c b/lib/zip_strerror.c index e22db65..7d82793 100644 --- a/lib/zip_strerror.c +++ b/lib/zip_strerror.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_string.c b/lib/zip_string.c index 7013315..570a8fa 100644 --- a/lib/zip_string.c +++ b/lib/zip_string.c @@ -3,7 +3,7 @@ Copyright (C) 2012-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_unchange.c b/lib/zip_unchange.c index 46a14fa..d69a3df 100644 --- a/lib/zip_unchange.c +++ b/lib/zip_unchange.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_unchange_all.c b/lib/zip_unchange_all.c index 7b0a4c0..34f3702 100644 --- a/lib/zip_unchange_all.c +++ b/lib/zip_unchange_all.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_unchange_archive.c b/lib/zip_unchange_archive.c index a0616cc..56a8e31 100644 --- a/lib/zip_unchange_archive.c +++ b/lib/zip_unchange_archive.c @@ -3,7 +3,7 @@ Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_unchange_data.c b/lib/zip_unchange_data.c index 153c839..6bdecd1 100644 --- a/lib/zip_unchange_data.c +++ b/lib/zip_unchange_data.c @@ -3,7 +3,7 @@ Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_utf-8.c b/lib/zip_utf-8.c index ebf67fa..678912f 100644 --- a/lib/zip_utf-8.c +++ b/lib/zip_utf-8.c @@ -3,7 +3,7 @@ Copyright (C) 2011-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zip_winzip_aes.c b/lib/zip_winzip_aes.c index b36e46c..74a003f 100644 --- a/lib/zip_winzip_aes.c +++ b/lib/zip_winzip_aes.c @@ -3,7 +3,7 @@ Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/lib/zipint.h b/lib/zipint.h index a34f42c..7594220 100644 --- a/lib/zipint.h +++ b/lib/zipint.h @@ -6,7 +6,7 @@ Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/win32/config.h b/win32/config.h index 8995b21..01fcec6 100644 --- a/win32/config.h +++ b/win32/config.h @@ -27,6 +27,7 @@ #define HAVE_CRYPTO /* #undef HAVE_FICLONERANGE */ #define HAVE_FILENO +/* #undef HAVE_FCHMOD */ /* #undef HAVE_FSEEKO */ /* #undef HAVE_FTELLO */ /* #undef HAVE_GETPROGNAME */ @@ -79,6 +80,6 @@ #define HAVE_SHARED /* END DEFINES */ #define PACKAGE "libzip" -#define VERSION "1.9.0" +#define VERSION "1.9.1" #endif /* HAD_CONFIG_H */ diff --git a/win32/libzip.rc b/win32/libzip.rc index ef04c56..8a18cb3 100644 --- a/win32/libzip.rc +++ b/win32/libzip.rc @@ -1,9 +1,9 @@ #include -#define LIBZIP_VERSION_STR "1.9.0" +#define LIBZIP_VERSION_STR "1.9.1" #define LIBZIP_VER_MAJOR 1 #define LIBZIP_VER_MINOR 9 -#define LIBZIP_VER_REVISION 0 +#define LIBZIP_VER_REVISION 1 #ifdef GCC_WINDRES VS_VERSION_INFO VERSIONINFO diff --git a/win32/zipconf.h b/win32/zipconf.h index 700b74e..65f69e3 100644 --- a/win32/zipconf.h +++ b/win32/zipconf.h @@ -8,10 +8,10 @@ based on ../cmake-zipconf.h.in. */ -#define LIBZIP_VERSION "1.9.0" +#define LIBZIP_VERSION "1.9.1" #define LIBZIP_VERSION_MAJOR 1 #define LIBZIP_VERSION_MINOR 9 -#define LIBZIP_VERSION_MICRO 0 +#define LIBZIP_VERSION_MICRO 1 /* #undef ZIP_STATIC */