bump llhttp to v 6.0.6; install its LICENSE; remove executable flags

This commit is contained in:
fduncanh
2022-01-17 15:50:16 -05:00
parent 659b001d89
commit 05c37df05b
13 changed files with 621 additions and 448 deletions

View File

@@ -33,6 +33,7 @@ target_link_libraries( uxplay
install( TARGETS uxplay RUNTIME DESTINATION bin )
install( FILES uxplay.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 )
install( FILES README.md README.txt README.html LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR} )
install( FILES lib/llhttp/LICENSE-MIT DESTINATION ${CMAKE_INSTALL_DOCDIR}/llhttp )
# uninstall target
if(NOT TARGET uninstall)

0
lib/llhttp/CMakeLists.txt Executable file → Normal file
View File

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
#define LLHTTP_VERSION_MAJOR 6
#define LLHTTP_VERSION_MINOR 0
#define LLHTTP_VERSION_PATCH 4
#define LLHTTP_VERSION_PATCH 6
#ifndef LLHTTP_STRICT_MODE
# define LLHTTP_STRICT_MODE 0

0
lib/playfair/CMakeLists.txt Executable file → Normal file
View File

0
lib/playfair/LICENSE.md Executable file → Normal file
View File

0
lib/playfair/hand_garble.c Executable file → Normal file
View File

0
lib/playfair/modified_md5.c Executable file → Normal file
View File

0
lib/playfair/omg_hax.c Executable file → Normal file
View File

0
lib/playfair/omg_hax.h Executable file → Normal file
View File

0
lib/playfair/playfair.c Executable file → Normal file
View File

0
lib/playfair/playfair.h Executable file → Normal file
View File

0
lib/playfair/sap_hash.c Executable file → Normal file
View File