Skip to content

Commit 9f208e8

Browse files
committed
1 parent 7d6511c commit 9f208e8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

thirdparty/libarchive/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ if(NOT MONOLIBTIC)
5050
endif()
5151

5252
external_project(
53-
DOWNLOAD URL 81a6d70daf20671ea2c5cd4bb1d371ae
54-
https://github.com/libarchive/libarchive/releases/download/v3.8.8/libarchive-3.8.8.tar.xz
53+
DOWNLOAD URL 535e3afec5f61d493f0b1b9e8bcf7539
54+
https://github.com/libarchive/libarchive/releases/download/v3.8.9/libarchive-3.8.9.tar.xz
5555
CMAKE_ARGS ${CMAKE_ARGS}
5656
PATCH_FILES ${PATCH_FILES}
5757
PATCH_COMMAND ${PATCH_CMD}

thirdparty/libarchive/android.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/libarchive/archive_read_disk_posix.c b/libarchive/archive_read_disk_posix.c
2-
index 47c1d334..f6664745 100644
2+
index a3c9e583..85e405e7 100644
33
--- a/libarchive/archive_read_disk_posix.c
44
+++ b/libarchive/archive_read_disk_posix.c
5-
@@ -1792,7 +1792,7 @@ setup_current_filesystem(struct archive_read_disk *a)
5+
@@ -1796,7 +1796,7 @@ setup_current_filesystem(struct archive_read_disk *a)
66
/* pathconf(_PC_REX_*) operations are not supported. */
77
#if defined(HAVE_STATVFS)
88
set_statvfs_transfer_size(t->current_filesystem, &svfs);

thirdparty/libarchive/avoid_mode_t.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h
2-
index aa4f4dfb..17cdd2e5 100644
2+
index 9c859a44..26a3dfb5 100644
33
--- a/libarchive/archive_entry.h
44
+++ b/libarchive/archive_entry.h
55
@@ -93,7 +93,7 @@ typedef ssize_t la_ssize_t;

thirdparty/libarchive/ignore_locale_and_use_utf8.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/libarchive/archive_string.c b/libarchive/archive_string.c
2-
index bbcec444..cdd771f9 100644
2+
index 87e21c8d..0f71f3b8 100644
33
--- a/libarchive/archive_string.c
44
+++ b/libarchive/archive_string.c
55
@@ -445,6 +445,7 @@ static const char *
@@ -10,7 +10,7 @@ index bbcec444..cdd771f9 100644
1010
#if HAVE_LOCALE_CHARSET && !defined(__APPLE__)
1111
/* locale_charset() is broken on Mac OS */
1212
return locale_charset();
13-
@@ -453,6 +454,9 @@ default_iconv_charset(const char *charset) {
13+
@@ -455,6 +456,9 @@ default_iconv_charset(const char *charset) {
1414
#else
1515
return "";
1616
#endif

0 commit comments

Comments
 (0)