aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-28 20:16:33 +0100
committerMax Kellermann <max@duempel.org>2014-11-28 21:08:27 +0100
commitbe492ed108ca4ed11ec6334fb001e089d4bef116 (patch)
tree656ddbe936529c125c9ef7dc7e7a7401dfce0944
parent24da14f4f7124d801ffb43e8c4cda5fccf624752 (diff)
downloadmpd-be492ed108ca4ed11ec6334fb001e089d4bef116.tar.gz
mpd-be492ed108ca4ed11ec6334fb001e089d4bef116.tar.xz
mpd-be492ed108ca4ed11ec6334fb001e089d4bef116.zip
android: update libFLAC to 1.3.1
Due to security vulnerabilities.
Diffstat (limited to '')
-rw-r--r--NEWS2
-rwxr-xr-xandroid/build.py4
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fa02106b1..d79897bae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.19.6 (not yet released)
+* android
+ - update libFLAC to 1.3.1
ver 0.19.5 (2014/11/26)
* input
diff --git a/android/build.py b/android/build.py
index 634d9bffb..c9430b356 100755
--- a/android/build.py
+++ b/android/build.py
@@ -314,8 +314,8 @@ thirdparty_libs = [
),
AutotoolsProject(
- 'https://svn.xiph.org/releases/flac/flac-1.3.0.tar.xz',
- '13b5c214cee8373464d3d65dee362cdd',
+ 'http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz',
+ 'b9922c9a0378c88d3e901b234f852698',
'lib/libFLAC.a',
[
'--disable-shared', '--enable-static',