Skip to content

Commit 7542467

Browse files
committed
Update to libzip-1.9.1
1 parent fb82706 commit 7542467

150 files changed

Lines changed: 157 additions & 150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner
22

3-
The authors can be contacted at <libzip@nih.at>
3+
The authors can be contacted at <info@libzip.org>
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions

README.libzip.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

distfiles/download.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/nih-at/libzip/releases/download/v1.9.0/libzip-1.9.0.tar.xz
1+
https://github.com/nih-at/libzip/releases/download/v1.9.1/libzip-1.9.1.tar.xz

distfiles/libzip-1.9.0.tar.xz

-746 KB
Binary file not shown.

distfiles/libzip-1.9.1.tar.xz

746 KB
Binary file not shown.

lib/compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
77
88
This file is part of libzip, a library to manipulate ZIP archives.
9-
The authors can be contacted at <libzip@nih.at>
9+
The authors can be contacted at <info@libzip.org>
1010
1111
Redistribution and use in source and binary forms, with or without
1212
modification, are permitted provided that the following conditions

lib/zip.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
77
88
This file is part of libzip, a library to manipulate ZIP archives.
9-
The authors can be contacted at <libzip@nih.at>
9+
The authors can be contacted at <info@libzip.org>
1010
1111
Redistribution and use in source and binary forms, with or without
1212
modification, are permitted provided that the following conditions
@@ -246,6 +246,8 @@ typedef enum zip_source_cmd zip_source_cmd_t;
246246

247247
#define ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd) (((zip_int64_t)1) << (cmd))
248248

249+
#define ZIP_SOURCE_CHECK_SUPPORTED(supported, cmd) (((supported) & ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd)) != 0)
250+
249251
/* clang-format off */
250252

251253
#define ZIP_SOURCE_SUPPORTS_READABLE (ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_OPEN) \

lib/zip_add.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
44
55
This file is part of libzip, a library to manipulate ZIP archives.
6-
The authors can be contacted at <libzip@nih.at>
6+
The authors can be contacted at <info@libzip.org>
77
88
Redistribution and use in source and binary forms, with or without
99
modification, are permitted provided that the following conditions

0 commit comments

Comments
 (0)