mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
bump llhttp to v 6.0.6; install its LICENSE; remove executable flags
This commit is contained in:
@@ -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
0
lib/llhttp/CMakeLists.txt
Executable file → Normal file
1066
lib/llhttp/llhttp.c
1066
lib/llhttp/llhttp.c
File diff suppressed because it is too large
Load Diff
@@ -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
0
lib/playfair/CMakeLists.txt
Executable file → Normal file
0
lib/playfair/LICENSE.md
Executable file → Normal file
0
lib/playfair/LICENSE.md
Executable file → Normal file
0
lib/playfair/hand_garble.c
Executable file → Normal file
0
lib/playfair/hand_garble.c
Executable file → Normal file
0
lib/playfair/modified_md5.c
Executable file → Normal file
0
lib/playfair/modified_md5.c
Executable file → Normal file
0
lib/playfair/omg_hax.c
Executable file → Normal file
0
lib/playfair/omg_hax.c
Executable file → Normal file
0
lib/playfair/omg_hax.h
Executable file → Normal file
0
lib/playfair/omg_hax.h
Executable file → Normal file
0
lib/playfair/playfair.c
Executable file → Normal file
0
lib/playfair/playfair.c
Executable file → Normal file
0
lib/playfair/playfair.h
Executable file → Normal file
0
lib/playfair/playfair.h
Executable file → Normal file
0
lib/playfair/sap_hash.c
Executable file → Normal file
0
lib/playfair/sap_hash.c
Executable file → Normal file
Reference in New Issue
Block a user