From 8781af1dfc9fdc1fbc08b281cc418bee8dde604d Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 9 Feb 2020 22:46:32 -0700 Subject: * Creation of port wxp to build Alpine in Windows XP. At the time of this writing, the port w32 is the same as the port wxp, but it is intended to target other 32 bit operating systems. --- libressl/x86/README | 6 ++++++ libressl/x86/libcrypto-41.lib | Bin 784894 -> 0 bytes libressl/x86/libcrypto-45.lib | Bin 838006 -> 0 bytes libressl/x86/libssl-43.lib | Bin 62960 -> 0 bytes libressl/x86/libssl-47.lib | Bin 75200 -> 0 bytes libressl/x86/libtls-15.lib | Bin 20746 -> 0 bytes libressl/x86/libtls-19.lib | Bin 23172 -> 0 bytes libressl/x86/w32/libcrypto-41.lib | Bin 0 -> 784894 bytes libressl/x86/w32/libssl-43.lib | Bin 0 -> 62960 bytes libressl/x86/w32/libtls-15.lib | Bin 0 -> 20746 bytes libressl/x86/wnt/libcrypto-45.lib | Bin 0 -> 838006 bytes libressl/x86/wnt/libssl-47.lib | Bin 0 -> 75200 bytes libressl/x86/wnt/libtls-19.lib | Bin 0 -> 23172 bytes libressl/x86/wxp/libcrypto-41.lib | Bin 0 -> 784894 bytes libressl/x86/wxp/libssl-43.lib | Bin 0 -> 62960 bytes libressl/x86/wxp/libtls-15.lib | Bin 0 -> 20746 bytes 16 files changed, 6 insertions(+) create mode 100644 libressl/x86/README delete mode 100755 libressl/x86/libcrypto-41.lib delete mode 100644 libressl/x86/libcrypto-45.lib delete mode 100755 libressl/x86/libssl-43.lib delete mode 100644 libressl/x86/libssl-47.lib delete mode 100755 libressl/x86/libtls-15.lib delete mode 100644 libressl/x86/libtls-19.lib create mode 100644 libressl/x86/w32/libcrypto-41.lib create mode 100644 libressl/x86/w32/libssl-43.lib create mode 100644 libressl/x86/w32/libtls-15.lib create mode 100644 libressl/x86/wnt/libcrypto-45.lib create mode 100644 libressl/x86/wnt/libssl-47.lib create mode 100644 libressl/x86/wnt/libtls-19.lib create mode 100644 libressl/x86/wxp/libcrypto-41.lib create mode 100644 libressl/x86/wxp/libssl-43.lib create mode 100644 libressl/x86/wxp/libtls-15.lib (limited to 'libressl') diff --git a/libressl/x86/README b/libressl/x86/README new file mode 100644 index 00000000..2bde1fab --- /dev/null +++ b/libressl/x86/README @@ -0,0 +1,6 @@ +This directory is populated by the build.bat script. + +* wxp comes from libressl, and can run 32 bits version in Alpine. +* w32 is equal to wxp, but it is intended to be different from it, + and useful for other 32 bits operating systems +* wnt was compiled with cygwin 64 bits. diff --git a/libressl/x86/libcrypto-41.lib b/libressl/x86/libcrypto-41.lib deleted file mode 100755 index b85bfdfa..00000000 Binary files a/libressl/x86/libcrypto-41.lib and /dev/null differ diff --git a/libressl/x86/libcrypto-45.lib b/libressl/x86/libcrypto-45.lib deleted file mode 100644 index 2dce3dee..00000000 Binary files a/libressl/x86/libcrypto-45.lib and /dev/null differ diff --git a/libressl/x86/libssl-43.lib b/libressl/x86/libssl-43.lib deleted file mode 100755 index e1c673bc..00000000 Binary files a/libressl/x86/libssl-43.lib and /dev/null differ diff --git a/libressl/x86/libssl-47.lib b/libressl/x86/libssl-47.lib deleted file mode 100644 index 495816bf..00000000 Binary files a/libressl/x86/libssl-47.lib and /dev/null differ diff --git a/libressl/x86/libtls-15.lib b/libressl/x86/libtls-15.lib deleted file mode 100755 index 216745dd..00000000 Binary files a/libressl/x86/libtls-15.lib and /dev/null differ diff --git a/libressl/x86/libtls-19.lib b/libressl/x86/libtls-19.lib deleted file mode 100644 index 074b947b..00000000 Binary files a/libressl/x86/libtls-19.lib and /dev/null differ diff --git a/libressl/x86/w32/libcrypto-41.lib b/libressl/x86/w32/libcrypto-41.lib new file mode 100644 index 00000000..b85bfdfa Binary files /dev/null and b/libressl/x86/w32/libcrypto-41.lib differ diff --git a/libressl/x86/w32/libssl-43.lib b/libressl/x86/w32/libssl-43.lib new file mode 100644 index 00000000..e1c673bc Binary files /dev/null and b/libressl/x86/w32/libssl-43.lib differ diff --git a/libressl/x86/w32/libtls-15.lib b/libressl/x86/w32/libtls-15.lib new file mode 100644 index 00000000..216745dd Binary files /dev/null and b/libressl/x86/w32/libtls-15.lib differ diff --git a/libressl/x86/wnt/libcrypto-45.lib b/libressl/x86/wnt/libcrypto-45.lib new file mode 100644 index 00000000..2dce3dee Binary files /dev/null and b/libressl/x86/wnt/libcrypto-45.lib differ diff --git a/libressl/x86/wnt/libssl-47.lib b/libressl/x86/wnt/libssl-47.lib new file mode 100644 index 00000000..495816bf Binary files /dev/null and b/libressl/x86/wnt/libssl-47.lib differ diff --git a/libressl/x86/wnt/libtls-19.lib b/libressl/x86/wnt/libtls-19.lib new file mode 100644 index 00000000..074b947b Binary files /dev/null and b/libressl/x86/wnt/libtls-19.lib differ diff --git a/libressl/x86/wxp/libcrypto-41.lib b/libressl/x86/wxp/libcrypto-41.lib new file mode 100644 index 00000000..b85bfdfa Binary files /dev/null and b/libressl/x86/wxp/libcrypto-41.lib differ diff --git a/libressl/x86/wxp/libssl-43.lib b/libressl/x86/wxp/libssl-43.lib new file mode 100644 index 00000000..e1c673bc Binary files /dev/null and b/libressl/x86/wxp/libssl-43.lib differ diff --git a/libressl/x86/wxp/libtls-15.lib b/libressl/x86/wxp/libtls-15.lib new file mode 100644 index 00000000..216745dd Binary files /dev/null and b/libressl/x86/wxp/libtls-15.lib differ -- cgit v1.2.3-54-g00ecf