Skip to content

Commit

Permalink
erofs-utils: [23-07-20]Upstream update
Browse files Browse the repository at this point in the history
1.erofs-utils: [23-07-20]
2.e2fsprogs
3.libbase
4.libfuse
5.logging
6.pcre
7.selinux
8.xz

Signed-off-by: sekaiacg <[email protected]>
  • Loading branch information
sekaiacg committed Jul 20, 2023
1 parent 2801d59 commit 32f487c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/cmake/lib/libfuse/fuse_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define pthread_cancel(c)
#endif

#define PACKAGE_VERSION "3.14.0"
#define PACKAGE_VERSION "3.15.1"

#cmakedefine HAVE_COPY_FILE_RANGE 1

Expand Down
2 changes: 1 addition & 1 deletion build/cmake/lib/libfuse/libfuse.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ configure_file(
)

set(LIBFUSE_DEFAULTS_CFLAGS
"-DFUSE_USE_VERSION=314"
"-DFUSE_USE_VERSION=315"
"-D_REENTRANT"
"-DHAVE_LIBFUSE_PRIVATE_CONFIG_H"
"-Wall"
Expand Down
2 changes: 1 addition & 1 deletion src/e2fsprogs
Submodule e2fsprogs updated from 09ac04 to ee2a14
2 changes: 1 addition & 1 deletion src/libbase
Submodule libbase updated from f96a42 to 442c19
2 changes: 1 addition & 1 deletion src/logging
Submodule logging updated from ae1738 to 91e880
2 changes: 1 addition & 1 deletion src/lz4
Submodule lz4 updated from d401c4 to 99b28c
2 changes: 1 addition & 1 deletion src/pcre
Submodule pcre updated from 0667e8 to 2113dc
2 changes: 1 addition & 1 deletion src/selinux
Submodule selinux updated from a40fe1 to c3d1e5
2 changes: 1 addition & 1 deletion src/xz
Submodule xz updated 55 files
+29 −0 .github/SECURITY.md
+79 −117 .github/workflows/ci.yml
+543 −188 CMakeLists.txt
+72 −17 INSTALL
+24 −0 NEWS
+4 −0 README
+5 −0 THANKS
+157 −91 build-aux/ci_build.sh
+55 −23 configure.ac
+94 −95 po/de.po
+87 −88 po/eo.po
+158 −161 po/es.po
+95 −96 po/hr.po
+158 −161 po/ko.po
+155 −161 po/pl.po
+98 −97 po/ro.po
+158 −161 po/sv.po
+159 −162 po/uk.po
+349 −271 po/vi.po
+157 −160 po/zh_CN.po
+377 −282 po/zh_TW.po
+12 −40 po4a/de.po
+568 −2,447 po4a/ko.po
+10 −9 po4a/ro.po
+6 −6 po4a/uk.po
+9 −3 src/common/tuklib_integer.h
+1 −1 src/liblzma/api/lzma.h
+31 −2 src/liblzma/api/lzma/container.h
+1 −1 src/liblzma/api/lzma/filter.h
+36 −9 src/liblzma/check/crc64_fast.c
+0 −11 src/liblzma/common/alone_encoder.c
+10 −6 src/liblzma/common/filter_encoder.c
+1 −5 src/liblzma/common/filter_encoder.h
+14 −2 src/liblzma/common/memcmplen.h
+10 −12 src/liblzma/common/stream_encoder_mt.c
+2 −2 src/liblzma/common/string_conversion.c
+5 −0 src/liblzma/liblzma_generic.map
+5 −0 src/liblzma/liblzma_linux.map
+1 −3 src/liblzma/lz/lz_encoder.c
+8 −0 src/liblzma/lz/lz_encoder.h
+1 −4 src/liblzma/lzma/Makefile.inc
+3 −0 src/liblzma/lzma/lzma2_encoder.c
+107 −11 src/xz/args.c
+2 −1 src/xz/args.h
+534 −117 src/xz/coder.c
+22 −4 src/xz/coder.h
+4 −4 src/xz/file_io.c
+6 −5 src/xz/list.c
+49 −4 src/xz/message.c
+5 −0 src/xz/message.h
+246 −122 src/xz/xz.1
+22 −16 tests/test_block_header.c
+12 −12 tests/test_compress.sh
+1 −1 tests/test_files.sh
+11 −0 tests/test_index.c

0 comments on commit 32f487c

Please sign in to comment.