mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-10 04:23:22 +00:00
First commit of MeshAgent for MeshCentral
This commit is contained in:
BIN
openssl/libstatic/linux/arm/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/arm/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/arm/libssl.a
Normal file
BIN
openssl/libstatic/linux/arm/libssl.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/arm2/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/arm2/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/arm2/libssl.a
Normal file
BIN
openssl/libstatic/linux/arm2/libssl.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/armhf/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/armhf/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/armhf/libssl.a
Normal file
BIN
openssl/libstatic/linux/armhf/libssl.a
Normal file
Binary file not shown.
9
openssl/libstatic/linux/compileall
Normal file
9
openssl/libstatic/linux/compileall
Normal file
@@ -0,0 +1,9 @@
|
||||
./openssl-arm
|
||||
./openssl-arm2
|
||||
./openssl-mips
|
||||
./openssl-mipsel
|
||||
./openssl-pogo
|
||||
./openssl-poky
|
||||
./openssl-poky64
|
||||
./openssl-x64
|
||||
./openssl-x86
|
||||
9
openssl/libstatic/linux/deleteall
Normal file
9
openssl/libstatic/linux/deleteall
Normal file
@@ -0,0 +1,9 @@
|
||||
rm ./arm/*
|
||||
rm ./arm2/*
|
||||
rm ./mips/*
|
||||
rm ./mipsel/*
|
||||
rm ./pogo/*
|
||||
rm ./poky/*
|
||||
rm ./poky64/*
|
||||
rm ./x86-64/*
|
||||
rm ./x86/*
|
||||
BIN
openssl/libstatic/linux/mips/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/mips/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/mips/libssl.a
Normal file
BIN
openssl/libstatic/linux/mips/libssl.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/mipsel/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/mipsel/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/mipsel/libssl.a
Normal file
BIN
openssl/libstatic/linux/mipsel/libssl.a
Normal file
Binary file not shown.
16
openssl/libstatic/linux/openssl-arm
Normal file
16
openssl/libstatic/linux/openssl-arm
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for ARM compatible OpenSSL stack
|
||||
#
|
||||
export PATH=/home/default/Public/ToolChains/LinuxArm/bin/:$PATH
|
||||
export CC=/home/default/Public/ToolChains/LinuxArm/bin/arm-none-linux-gnueabi-gcc
|
||||
|
||||
cd ../openssl
|
||||
make clean
|
||||
./Configure linux-generic32 no-weak-ssl-ciphers no-srp no-psk no-comp no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-ec no-ecdsa no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -Os /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/arm
|
||||
cd ..
|
||||
16
openssl/libstatic/linux/openssl-arm2
Normal file
16
openssl/libstatic/linux/openssl-arm2
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for ARM compatible OpenSSL stack
|
||||
#
|
||||
# export PATH=/home/default/Public/ToolChains/LinuxArm/bin/:$PATH
|
||||
export CC=arm-linux-gnueabi-gcc
|
||||
|
||||
cd ../openssl
|
||||
make clean
|
||||
./Configure linux-generic32 no-weak-ssl-ciphers no-srp no-psk no-comp no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-ec no-ecdsa no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -Os /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/arm2
|
||||
cd ..
|
||||
16
openssl/libstatic/linux/openssl-mips
Normal file
16
openssl/libstatic/linux/openssl-mips
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for MIPS compatible OpenSSL stack
|
||||
#
|
||||
export PATH=/home/default/Public/ToolChains/ddwrt/4.1.0-uclibc-0.9.28/bin/:$PATH
|
||||
export CC=/home/default/Public/ToolChains/ddwrt/4.1.0-uclibc-0.9.28/bin/mipsel-linux-gcc
|
||||
|
||||
cd ../openssl
|
||||
make clean
|
||||
./Configure linux-generic32 no-weak-ssl-ciphers no-srp no-psk no-comp no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-ec no-ecdsa no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -Os /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/mips
|
||||
cd ..
|
||||
20
openssl/libstatic/linux/openssl-mipsel
Normal file
20
openssl/libstatic/linux/openssl-mipsel
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for MIPS compatible OpenSSL stack
|
||||
#
|
||||
# NEED TO ADD "-EL" to Compiler and Linker options in OpenSSL Makefile!!!!
|
||||
#
|
||||
export PATH=/home/default/Public/PTV1000-GPL/mips-4.3/bin:$PATH
|
||||
export CC=/home/default/Public/PTV1000-GPL/mips-4.3/bin/mips-linux-gnu-gcc
|
||||
|
||||
cd ../openssl
|
||||
./Configure linux-mipsel no-weak-ssl-ciphers no-srp no-psk no-comp no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-ec no-ecdsa no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -Os -EL /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
sed 's/SHARED_LDFLAGS=/SHARED_LDFLAGS=-EL/g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/mipsel
|
||||
cd ..
|
||||
16
openssl/libstatic/linux/openssl-pogo
Normal file
16
openssl/libstatic/linux/openssl-pogo
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for ARM Pogoplug compatible OpenSSL stack
|
||||
#
|
||||
export PATH=/home/default/Public/ToolChains/pogoplug-gcc/bin/:$PATH
|
||||
export CC=/home/default/Public/ToolChains/pogoplug-gcc/bin/arm-none-linux-gnueabi-gcc
|
||||
|
||||
cd ../openssl
|
||||
make clean
|
||||
./Configure linux-generic32 no-weak-ssl-ciphers no-srp no-psk no-comp no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-ec no-ecdsa no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -Os /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/pogo
|
||||
cd ..
|
||||
18
openssl/libstatic/linux/openssl-poky
Normal file
18
openssl/libstatic/linux/openssl-poky
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for x86 Galileo compatible OpenSSL stack
|
||||
#
|
||||
export PATH=/home/default/Public/Galileo/arduino-1.5.3/hardware/tools/sysroots/x86_64-pokysdk-linux/usr/bin/i586-poky-linux-uclibc/:$PATH
|
||||
export CC="/home/default/Public/Galileo/arduino-1.5.3/hardware/tools/sysroots/x86_64-pokysdk-linux/usr/bin/i586-poky-linux-uclibc/i586-poky-linux-uclibc-gcc --sysroot=/home/default/Public/Galileo/arduino-1.5.3/hardware/tools/sysroots/i586-poky-linux-uclibc"
|
||||
|
||||
# --sysroot=/home/default/Public/Galileo/arduino-1.5.3/hardware/tools/sysroots/i586-poky-linux-uclibc
|
||||
|
||||
cd ../openssl
|
||||
make clean
|
||||
./Configure linux-generic32 no-weak-ssl-ciphers no-srp no-psk no-comp no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-ec no-ecdsa no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -Os -m32 /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/poky
|
||||
cd ..
|
||||
18
openssl/libstatic/linux/openssl-poky64
Normal file
18
openssl/libstatic/linux/openssl-poky64
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for x86 Galileo compatible OpenSSL stack
|
||||
#
|
||||
export PATH=/opt/poky/1.6.1/sysroots/x86_64-pokysdk-linux/usr/bin/x86_64-poky-linux/:$PATH
|
||||
export CC="/opt/poky/1.6.1/sysroots/x86_64-pokysdk-linux/usr/bin/x86_64-poky-linux/x86_64-poky-linux-gcc --sysroot=/opt/poky/1.6.1/sysroots/core2-64-poky-linux"
|
||||
|
||||
# --sysroot=/home/default/Public/Galileo/arduino-1.5.3/hardware/tools/sysroots/i586-poky-linux-uclibc
|
||||
|
||||
cd ../openssl
|
||||
make clean
|
||||
./Configure linux-generic64 no-weak-ssl-ciphers no-srp no-psk no-comp no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-ec no-ecdsa no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -Os /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/poky64
|
||||
cd ..
|
||||
12
openssl/libstatic/linux/openssl-x64
Normal file
12
openssl/libstatic/linux/openssl-x64
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for Intel x86 64bit compatible OpenSSL stack
|
||||
#
|
||||
cd ../openssl
|
||||
./Configure linux-x86_64 no-weak-ssl-ciphers no-srp no-psk no-comp no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-ec no-ecdsa no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -O3 /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/x86-64
|
||||
cd ..
|
||||
13
openssl/libstatic/linux/openssl-x86
Normal file
13
openssl/libstatic/linux/openssl-x86
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for Intel x86 64bit compatible OpenSSL stack
|
||||
#
|
||||
cd ../openssl
|
||||
make clean
|
||||
./Configure linux-x86 no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-ec no-ecdsa no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -O3 -m32 /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/x86
|
||||
cd ..
|
||||
BIN
openssl/libstatic/linux/pogo/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/pogo/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/pogo/libssl.a
Normal file
BIN
openssl/libstatic/linux/pogo/libssl.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/poky/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/poky/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/poky/libssl.a
Normal file
BIN
openssl/libstatic/linux/poky/libssl.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/poky64/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/poky64/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/poky64/libssl.a
Normal file
BIN
openssl/libstatic/linux/poky64/libssl.a
Normal file
Binary file not shown.
3
openssl/libstatic/linux/state.txt
Normal file
3
openssl/libstatic/linux/state.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
openssl-1.1.0f.tar.gz in use
|
||||
|
||||
Xen need to be compiled
|
||||
BIN
openssl/libstatic/linux/x86-64/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/x86-64/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/x86-64/libssl.a
Normal file
BIN
openssl/libstatic/linux/x86-64/libssl.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/x86/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/x86/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/x86/libssl.a
Normal file
BIN
openssl/libstatic/linux/x86/libssl.a
Normal file
Binary file not shown.
Reference in New Issue
Block a user