[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-12-ga6f1c3c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2014-01-09 16:31:37
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via a6f1c3c15cddd6aa217dc957aa7dc80dfd3d684f (commit)
from 90b1147c16e9ef1b8c63be7fa6113888155b1841 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a6f1c3c15cddd6aa217dc957aa7dc80dfd3d684f
Author: Julien Boibessot <jul...@ar...>
Date: Thu Jan 9 17:30:36 2014 +0100
[BUILDROOT] Add support for BR 2013.11 (step 3: apf27/28/test build fix)
-----------------------------------------------------------------------
Summary of changes:
...oot-libpng-security-bump-to-version-1.6.6.patch | 27 ++++++++++++++++++++
patches/buildroot/2013.11/cleanup_buildroot.sh | 1 +
2 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.11/003-buildroot-libpng-security-bump-to-version-1.6.6.patch
diff --git a/patches/buildroot/2013.11/003-buildroot-libpng-security-bump-to-version-1.6.6.patch b/patches/buildroot/2013.11/003-buildroot-libpng-security-bump-to-version-1.6.6.patch
new file mode 100644
index 0000000..93b2f0c
--- /dev/null
+++ b/patches/buildroot/2013.11/003-buildroot-libpng-security-bump-to-version-1.6.6.patch
@@ -0,0 +1,27 @@
+From 6b5fd46de3bb4f646b32e560d491d3c84b353bc5 Mon Sep 17 00:00:00 2001
+From: Gustavo Zacarias <gu...@za...>
+Date: Sun, 22 Dec 2013 11:02:51 +0000
+Subject: libpng: security bump to version 1.6.8
+
+Fixes CVE-2013-6954.
+
+Signed-off-by: Gustavo Zacarias <gu...@za...>
+Signed-off-by: Peter Korsgaard <pe...@ko...>
+---
+(limited to 'package/libpng/libpng.mk')
+
+diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
+index 5ce828e..f8b4d98 100644
+--- a/package/libpng/libpng.mk
++++ b/package/libpng/libpng.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-LIBPNG_VERSION = 1.6.6
++LIBPNG_VERSION = 1.6.8
+ LIBPNG_SERIES = 16
+ LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
+ LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)
+--
+cgit v0.9.1
diff --git a/patches/buildroot/2013.11/cleanup_buildroot.sh b/patches/buildroot/2013.11/cleanup_buildroot.sh
index 65bb84b..78e5e91 100755
--- a/patches/buildroot/2013.11/cleanup_buildroot.sh
+++ b/patches/buildroot/2013.11/cleanup_buildroot.sh
@@ -78,3 +78,4 @@ rm -rf buildroot/package/joe/
rm -rf buildroot/package/gpsd/
rm -rf buildroot/linux/
rm -rf buildroot/package/freescale-imx/imx-lib/*.patch
+rm -rf buildroot/package/libpng/
hooks/post-receive
--
armadeus
|