ref: 5d38a3db15e75dd5a4d22f84afcf2f9a403d4f72
parent: 3b3b3e5519bbb235df3fb457818337160a8ca260
author: Ralph Giles <giles@thaumas.net>
date: Fri May 26 08:19:21 EDT 2017
Update mingw dependencies. opus 1.1.5 openssl 1.0.2l There's a newer branch (openssl 1.1.x) availabe now, but the build script needs changes to make it work. Stay on 1.0.2 for now.
--- a/mingw/Dockerfile
+++ b/mingw/Dockerfile
@@ -15,6 +15,7 @@
WORKDIR opusfile
RUN git pull
+COPY Makefile mingw/Makefile
RUN make -C mingw
RUN ./autogen.sh && ./configure --host=i686-w64-mingw32 --prefix=${PWD}/mingw PKG_CONFIG_PATH=${PWD}/mingw/lib/pkgconfig && make && make check && make install
RUN make -C mingw package
--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -8,11 +8,11 @@
ogg_URL := http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz
ogg_SHA := 3f687ccdd5ac8b52d76328fbbfebc70c459a40ea891dbf3dccb74a210826e79b
-opus_URL := https://archive.mozilla.org/pub/opus/opus-1.1.3.tar.gz
-opus_SHA := 58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633
+opus_URL := https://archive.mozilla.org/pub/opus/opus-1.1.5.tar.gz
+opus_SHA := eb84981ca0f40a3e5d5e58d2e8582cb2fee05a022825a6dfe14d14b04eb563e4
-ssl_URL := https://openssl.org/source/openssl-1.0.2j.tar.gz
-ssl_SHA := e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431
+ssl_URL := https://openssl.org/source/openssl-1.0.2l.tar.gz
+ssl_SHA := ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c
all: $(DEPS)