From 2b70d3009982ef83a7866187b9d56d4c7772be75 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Sun, 9 Dec 2018 23:13:12 -1000 Subject: Update and split openssl into multiple packages and update curl Add openssl 0.9.8 --- data/_openssl1.0/_metadata/depends | 1 + data/_openssl1.0/_metadata/description | 1 + data/_openssl1.0/_metadata/in.1443.00 | 0 data/_openssl1.0/_metadata/license | 127 +++++++++++++++++++++++++++++++++ data/_openssl1.0/_metadata/maintainer | 1 + data/_openssl1.0/_metadata/name | 1 + data/_openssl1.0/_metadata/priority | 1 + data/_openssl1.0/_metadata/role | 1 + data/_openssl1.0/_metadata/section | 1 + data/_openssl1.0/_metadata/tags | 1 + data/_openssl1.0/_metadata/version | 1 + data/_openssl1.0/engines-path.diff | 83 +++++++++++++++++++++ data/_openssl1.0/iphoneos.diff | 30 ++++++++ data/_openssl1.0/make.sh | 11 +++ data/_openssl1.0/openssl-1.0.2q.tar.gz | Bin 0 -> 5345604 bytes 15 files changed, 260 insertions(+) create mode 100644 data/_openssl1.0/_metadata/depends create mode 100644 data/_openssl1.0/_metadata/description create mode 100644 data/_openssl1.0/_metadata/in.1443.00 create mode 100644 data/_openssl1.0/_metadata/license create mode 120000 data/_openssl1.0/_metadata/maintainer create mode 100644 data/_openssl1.0/_metadata/name create mode 100644 data/_openssl1.0/_metadata/priority create mode 100644 data/_openssl1.0/_metadata/role create mode 100644 data/_openssl1.0/_metadata/section create mode 100644 data/_openssl1.0/_metadata/tags create mode 100644 data/_openssl1.0/_metadata/version create mode 100644 data/_openssl1.0/engines-path.diff create mode 100644 data/_openssl1.0/iphoneos.diff create mode 100644 data/_openssl1.0/make.sh create mode 100644 data/_openssl1.0/openssl-1.0.2q.tar.gz (limited to 'data/_openssl1.0') diff --git a/data/_openssl1.0/_metadata/depends b/data/_openssl1.0/_metadata/depends new file mode 100644 index 000000000..a779e5d04 --- /dev/null +++ b/data/_openssl1.0/_metadata/depends @@ -0,0 +1 @@ +ca-certificates diff --git a/data/_openssl1.0/_metadata/description b/data/_openssl1.0/_metadata/description new file mode 100644 index 000000000..3750ad4db --- /dev/null +++ b/data/_openssl1.0/_metadata/description @@ -0,0 +1 @@ +SSL library and cryptographic tools diff --git a/data/_openssl1.0/_metadata/in.1443.00 b/data/_openssl1.0/_metadata/in.1443.00 new file mode 100644 index 000000000..e69de29bb diff --git a/data/_openssl1.0/_metadata/license b/data/_openssl1.0/_metadata/license new file mode 100644 index 000000000..ff99d9724 --- /dev/null +++ b/data/_openssl1.0/_metadata/license @@ -0,0 +1,127 @@ + + LICENSE ISSUES + ============== + + The OpenSSL toolkit stays under a dual license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. Actually both licenses are BSD-style + Open Source licenses. In case of any license issues related to OpenSSL + please contact openssl-core@openssl.org. + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + diff --git a/data/_openssl1.0/_metadata/maintainer b/data/_openssl1.0/_metadata/maintainer new file mode 120000 index 000000000..573d7ebef --- /dev/null +++ b/data/_openssl1.0/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/sbingner \ No newline at end of file diff --git a/data/_openssl1.0/_metadata/name b/data/_openssl1.0/_metadata/name new file mode 100644 index 000000000..effce34b6 --- /dev/null +++ b/data/_openssl1.0/_metadata/name @@ -0,0 +1 @@ +OpenSSL diff --git a/data/_openssl1.0/_metadata/priority b/data/_openssl1.0/_metadata/priority new file mode 100644 index 000000000..a6a7b9cd7 --- /dev/null +++ b/data/_openssl1.0/_metadata/priority @@ -0,0 +1 @@ +standard diff --git a/data/_openssl1.0/_metadata/role b/data/_openssl1.0/_metadata/role new file mode 100644 index 000000000..8d0320866 --- /dev/null +++ b/data/_openssl1.0/_metadata/role @@ -0,0 +1 @@ +developer diff --git a/data/_openssl1.0/_metadata/section b/data/_openssl1.0/_metadata/section new file mode 100644 index 000000000..4b487b7d5 --- /dev/null +++ b/data/_openssl1.0/_metadata/section @@ -0,0 +1 @@ +Security diff --git a/data/_openssl1.0/_metadata/tags b/data/_openssl1.0/_metadata/tags new file mode 100644 index 000000000..a8928cec8 --- /dev/null +++ b/data/_openssl1.0/_metadata/tags @@ -0,0 +1 @@ +purpose::library diff --git a/data/_openssl1.0/_metadata/version b/data/_openssl1.0/_metadata/version new file mode 100644 index 000000000..688126b53 --- /dev/null +++ b/data/_openssl1.0/_metadata/version @@ -0,0 +1 @@ +1.0.2q diff --git a/data/_openssl1.0/engines-path.diff b/data/_openssl1.0/engines-path.diff new file mode 100644 index 000000000..08659af8c --- /dev/null +++ b/data/_openssl1.0/engines-path.diff @@ -0,0 +1,83 @@ +diff -ur openssl-1.0.2q/Configure openssl-1.0.2q+iPhone/Configure +--- openssl-1.0.2q/Configure 2018-11-20 03:44:48.000000000 -1000 ++++ openssl-1.0.2q+iPhone/Configure 2018-12-09 21:49:24.000000000 -1000 +@@ -1939,7 +1939,7 @@ + } + elsif (/^#define\s+ENGINESDIR/) + { +- my $foo = "$prefix/$libdir/engines"; ++ my $foo = "$prefix/$libdir/engines-1.0"; + $foo =~ s/\\/\\\\/g; + print OUT "#define ENGINESDIR \"$foo\"\n"; + } +diff -ur openssl-1.0.2q/Makefile.org openssl-1.0.2q+iPhone/Makefile.org +--- openssl-1.0.2q/Makefile.org 2018-11-20 03:44:48.000000000 -1000 ++++ openssl-1.0.2q+iPhone/Makefile.org 2018-12-09 21:49:24.000000000 -1000 +@@ -545,7 +545,7 @@ + install_sw: + @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \ + $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR) \ +- $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines \ ++ $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0 \ + $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig \ + $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \ + $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \ +diff -ur openssl-1.0.2q/engines/Makefile openssl-1.0.2q+iPhone/engines/Makefile +--- openssl-1.0.2q/engines/Makefile 2018-11-20 03:44:49.000000000 -1000 ++++ openssl-1.0.2q+iPhone/engines/Makefile 2018-12-09 21:50:10.000000000 -1000 +@@ -107,13 +107,13 @@ + @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... + @if [ -n "$(SHARED_LIBS)" ]; then \ + set -e; \ +- $(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines; \ ++ $(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0; \ + for l in $(LIBNAMES); do \ + ( echo installing $$l; \ + pfx=lib; \ + if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ + sfx=".so"; \ +- cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \ ++ cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0/$$pfx$$l$$sfx.new; \ + else \ + case "$(CFLAGS)" in \ + *DSO_BEOS*) sfx=".so";; \ +@@ -122,10 +122,10 @@ + *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \ + *) sfx=".bad";; \ + esac; \ +- cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \ ++ cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0/$$pfx$$l$$sfx.new; \ + fi; \ +- chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \ +- mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx ); \ ++ chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0/$$pfx$$l$$sfx.new; \ ++ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0/$$pfx$$l$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0/$$pfx$$l$$sfx ); \ + done; \ + fi + @target=install; $(RECURSIVE_MAKE) +diff -ur openssl-1.0.2q/engines/ccgost/Makefile openssl-1.0.2q+iPhone/engines/ccgost/Makefile +--- openssl-1.0.2q/engines/ccgost/Makefile 2018-11-20 03:44:49.000000000 -1000 ++++ openssl-1.0.2q+iPhone/engines/ccgost/Makefile 2018-12-09 21:50:45.000000000 -1000 +@@ -47,7 +47,7 @@ + pfx=lib; \ + if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ + sfx=".so"; \ +- cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ ++ cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0/$${pfx}$(LIBNAME)$$sfx.new; \ + else \ + case "$(CFLAGS)" in \ + *DSO_BEOS*) sfx=".so";; \ +@@ -56,10 +56,10 @@ + *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \ + *) sfx=".bad";; \ + esac; \ +- cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ ++ cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0/$${pfx}$(LIBNAME)$$sfx.new; \ + fi; \ +- chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ +- mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx; \ ++ chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0/$${pfx}$(LIBNAME)$$sfx.new; \ ++ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0/$${pfx}$(LIBNAME)$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines-1.0/$${pfx}$(LIBNAME)$$sfx; \ + fi + + links: diff --git a/data/_openssl1.0/iphoneos.diff b/data/_openssl1.0/iphoneos.diff new file mode 100644 index 000000000..3e22940fd --- /dev/null +++ b/data/_openssl1.0/iphoneos.diff @@ -0,0 +1,30 @@ +diff -ur openssl-1.0.2o/Configure openssl-1.0.2o+iPhone/Configure +--- openssl-1.0.2o/Configure 2018-03-27 03:54:46.000000000 -1000 ++++ openssl-1.0.2o+iPhone/Configure 2018-07-24 11:49:38.000000000 -1000 +@@ -652,7 +652,8 @@ + "debug-darwin64-x86_64-cc","cc:-arch x86_64 -ggdb -g2 -O0 -DL_ENDIAN -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:".eval{my $asm=$x86_64_asm;$asm=~s/rc4\-[^:]+//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", + "debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", + # iPhoneOS/iOS +-"iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", ++"arm-apple-darwin11","arm-apple-darwin11-gcc:-O3 -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", ++"aarch64-apple-darwin17","aarch64-apple-darwin17-gcc:-O3 -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", + + ##### A/UX + "aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::", +diff -ur openssl-1.0.2o/config openssl-1.0.2o+iPhone/config +--- openssl-1.0.2o/config 2018-03-27 03:54:46.000000000 -1000 ++++ openssl-1.0.2o+iPhone/config 2018-07-24 11:54:37.000000000 -1000 +@@ -578,9 +578,10 @@ + armv6+7-*-iphoneos) + options="$options -arch%20armv6 -arch%20armv7" + OUT="iphoneos-cross" ;; +- *-*-iphoneos) +- options="$options -arch%20${MACHINE}" +- OUT="iphoneos-cross" ;; ++ arm-apple-darwin11) ++ OUT="iphoneos-arm" ;; ++ aarch64-apple-darwin17) ++ OUT="iphoneos-arm" ;; + alpha-*-linux2) + ISA=`awk '/cpu model/{print$4;exit(0);}' /proc/cpuinfo` + case ${ISA:-generic} in diff --git a/data/_openssl1.0/make.sh b/data/_openssl1.0/make.sh new file mode 100644 index 000000000..d83b0e547 --- /dev/null +++ b/data/_openssl1.0/make.sh @@ -0,0 +1,11 @@ +pkg:setup +echo ./Configure -D__DARWIN_UNIX03 "${PKG_TARG}" --prefix=/usr --openssldir=/usr/lib/ssl shared +./Configure -D__DARWIN_UNIX03 "${PKG_TARG}" --prefix=/usr --openssldir=/usr/lib/ssl shared +make AR="${PKG_TARG}-ar -r" -j8 +make install INSTALL_PREFIX="${PKG_DEST}" +pkg: rm -rf /usr/lib/man /usr/lib/ssl/man +pkg: mkdir -p /etc/ssl +mv "${PKG_DEST}"/usr/lib/ssl/{certs,openssl.cnf,private} "${PKG_DEST}"/etc/ssl +ln -s /etc/ssl/{certs,openssl.cnf,private} "${PKG_DEST}"/usr/lib/ssl +pkg: ln -s certs/cacert.pem /usr/lib/ssl/cert.pem +rm -rf "${PKG_DEST}"/usr/lib/*.a diff --git a/data/_openssl1.0/openssl-1.0.2q.tar.gz b/data/_openssl1.0/openssl-1.0.2q.tar.gz new file mode 100644 index 000000000..26ca0019e Binary files /dev/null and b/data/_openssl1.0/openssl-1.0.2q.tar.gz differ -- cgit v1.2.3