Skip to content

Commit

Permalink
Bump base for improvements by @benoit-pierre
Browse files Browse the repository at this point in the history
Includes:

* Input: Ensure clearTimer won't compute a lower nfds value than one of our opened fds <koreader/koreader-base#1685>

Also includes various dependency bumps.

<koreader/koreader-base@16a856a...master>
  • Loading branch information
Frenzie committed Nov 2, 2023
1 parent 58cb1ff commit 087a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base
Submodule base updated 60 files
+39 −12 .github/workflows/build.yml
+13 −9 Makefile
+13 −19 Makefile.defs
+36 −55 Makefile.third
+1 −1 ffi-cdecl/zeromq_cdecl.c
+3 −3 ffi/utf8proc.lua
+2 −1 ffi/utf8proc_h.lua
+10 −0 input/input.c
+3 −1 input/timerfd-callbacks.h
+1 −1 thirdparty/curl/CMakeLists.txt
+1 −1 thirdparty/czmq/CMakeLists.txt
+1 −1 thirdparty/djvulibre/CMakeLists.txt
+1 −1 thirdparty/dropbear/CMakeLists.txt
+1 −1 thirdparty/fbink/CMakeLists.txt
+1 −1 thirdparty/freetype2/CMakeLists.txt
+1 −1 thirdparty/fribidi/CMakeLists.txt
+1 −1 thirdparty/gettext/CMakeLists.txt
+1 −1 thirdparty/giflib/CMakeLists.txt
+1 −1 thirdparty/glib/CMakeLists.txt
+2 −2 thirdparty/harfbuzz/CMakeLists.txt
+1 −1 thirdparty/kobo-usbms/CMakeLists.txt
+10 −93 thirdparty/kpvcrlib/CMakeLists.txt
+1 −1 thirdparty/kpvcrlib/crengine
+84 −0 thirdparty/kpvcrlib/crsetup.h.cmake
+1 −1 thirdparty/leptonica/CMakeLists.txt
+1 −1 thirdparty/libffi/CMakeLists.txt
+1 −1 thirdparty/libiconv/CMakeLists.txt
+2 −2 thirdparty/libjpeg-turbo/CMakeLists.txt
+2 −2 thirdparty/libk2pdfopt/CMakeLists.txt
+1 −1 thirdparty/libpng/CMakeLists.txt
+1 −1 thirdparty/libunibreak/CMakeLists.txt
+1 −1 thirdparty/libwebp/CMakeLists.txt
+1 −1 thirdparty/libzmq/CMakeLists.txt
+1 −1 thirdparty/lj-wpaclient/CMakeLists.txt
+1 −1 thirdparty/lodepng/CMakeLists.txt
+1 −1 thirdparty/lpeg/CMakeLists.txt
+1 −1 thirdparty/lua-Spore/CMakeLists.txt
+1 −1 thirdparty/lua-htmlparser/CMakeLists.txt
+1 −1 thirdparty/lua-rapidjson/CMakeLists.txt
+3 −3 thirdparty/luajit/CMakeLists.txt
+1 −1 thirdparty/luasec/CMakeLists.txt
+1 −1 thirdparty/luasocket/CMakeLists.txt
+1 −1 thirdparty/lunasvg/CMakeLists.txt
+1 −1 thirdparty/minizip/CMakeLists.txt
+6 −3 thirdparty/mupdf/CMakeLists.txt
+15 −0 thirdparty/mupdf/free-html-doc-fonts-on-close.patch
+1 −1 thirdparty/nanosvg/CMakeLists.txt
+1 −1 thirdparty/openssh/CMakeLists.txt
+1 −1 thirdparty/openssl/CMakeLists.txt
+1 −1 thirdparty/popen-noshell/CMakeLists.txt
+1 −1 thirdparty/sdcv/CMakeLists.txt
+1 −1 thirdparty/sdl2/CMakeLists.txt
+1 −1 thirdparty/sqlite/CMakeLists.txt
+1 −1 thirdparty/tar/CMakeLists.txt
+1 −1 thirdparty/tesseract/CMakeLists.txt
+1 −1 thirdparty/turbo/CMakeLists.txt
+2 −2 thirdparty/utf8proc/CMakeLists.txt
+1 −1 thirdparty/zlib/CMakeLists.txt
+1 −1 thirdparty/zstd/CMakeLists.txt
+1 −1 thirdparty/zsync2/CMakeLists.txt

0 comments on commit 087a112

Please sign in to comment.