[Buildroot] [git commit] python-bottle: security bump to version 0.12.7

Peter Korsgaard peter at korsgaard.com
Thu Jun 5 19:22:19 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=70bd2d9ab5ca4261cade36aa671675dea52688b6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes CVE-2014-3137.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-bottle/python-bottle.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/python-bottle/python-bottle.mk b/package/python-bottle/python-bottle.mk
index 58c51f9..441419e 100644
--- a/package/python-bottle/python-bottle.mk
+++ b/package/python-bottle/python-bottle.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_BOTTLE_VERSION = 0.11.6
+PYTHON_BOTTLE_VERSION = 0.12.7
 PYTHON_BOTTLE_SOURCE = bottle-$(PYTHON_BOTTLE_VERSION).tar.gz
 PYTHON_BOTTLE_SITE = http://pypi.python.org/packages/source/b/bottle
 PYTHON_BOTTLE_LICENSE = MIT


More information about the buildroot mailing list