* [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2
@ 2017-09-05 12:20 Adam Duskett
2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] cairo: bump to 1.14.10 Adam Duskett
` (5 more replies)
0 siblings, 6 replies; 15+ messages in thread
From: Adam Duskett @ 2017-09-05 12:20 UTC (permalink / raw)
To: buildroot
Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
package/busybox/busybox.hash | 6 +++---
package/busybox/busybox.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/busybox/busybox.hash b/package/busybox/busybox.hash
index c0688ffb1..14d7d1c47 100644
--- a/package/busybox/busybox.hash
+++ b/package/busybox/busybox.hash
@@ -1,3 +1,3 @@
-# From https://busybox.net/downloads/busybox-1.27.1.tar.bz2.sign
-md5 df7e45d07634c54ca16b9191635db9c6 busybox-1.27.1.tar.bz2
-sha1 a154f70a10fe39062b6fb00eaff5baf39db535ec busybox-1.27.1.tar.bz2
+# From https://busybox.net/downloads/busybox-1.27.2.tar.bz2.sign
+md5 476186f4bab81781dab2369bfd42734e busybox-1.27.2.tar.bz2
+sha1 11669e223cc38de646ce26080e91ca29b8d42ad9 busybox-1.27.2.tar.bz2
diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index 3807383cb..1aeeeef4b 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BUSYBOX_VERSION = 1.27.1
+BUSYBOX_VERSION = 1.27.2
BUSYBOX_SITE = http://www.busybox.net/downloads
BUSYBOX_SOURCE = busybox-$(BUSYBOX_VERSION).tar.bz2
BUSYBOX_LICENSE = GPL-2.0
--
2.13.5
^ permalink raw reply related [flat|nested] 15+ messages in thread* [Buildroot] [PATCH 1/1] cairo: bump to 1.14.10 2017-09-05 12:20 [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 Adam Duskett @ 2017-09-05 12:20 ` Adam Duskett 2017-09-05 19:14 ` Thomas Petazzoni 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] harfbuzz: bump to 1.5.0 Adam Duskett ` (4 subsequent siblings) 5 siblings, 1 reply; 15+ messages in thread From: Adam Duskett @ 2017-09-05 12:20 UTC (permalink / raw) To: buildroot Signed-off-by: Adam Duskett <aduskett@gmail.com> --- package/cairo/cairo.hash | 6 +++--- package/cairo/cairo.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/cairo/cairo.hash b/package/cairo/cairo.hash index dd5365ba7..f3aa01f2c 100644 --- a/package/cairo/cairo.hash +++ b/package/cairo/cairo.hash @@ -1,4 +1,4 @@ -# From http://cairographics.org/releases/cairo-1.14.8.tar.xz.sha1 -sha1 c6f7b99986f93c9df78653c3e6a3b5043f65145e cairo-1.14.8.tar.xz +# From http://cairographics.org/releases/cairo-1.14.10.tar.xz.sha1 +sha1 28c59d85d6b790c21b8b59ece73a6a1dda28d69a cairo-1.14.10.tar.xz # Calculated based on the hash above -sha256 d1f2d98ae9a4111564f6de4e013d639cf77155baf2556582295a0f00a9bc5e20 cairo-1.14.8.tar.xz +sha256 7e87878658f2c9951a14fc64114d4958c0e65ac47530b8ac3078b2ce41b66a09 cairo-1.14.10.tar.xz diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk index 0d62dc393..974905677 100644 --- a/package/cairo/cairo.mk +++ b/package/cairo/cairo.mk @@ -4,7 +4,7 @@ # ################################################################################ -CAIRO_VERSION = 1.14.8 +CAIRO_VERSION = 1.14.10 CAIRO_SOURCE = cairo-$(CAIRO_VERSION).tar.xz CAIRO_LICENSE = LGPL-2.1 or MPL-1.1 (library) CAIRO_LICENSE_FILES = COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 -- 2.13.5 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] cairo: bump to 1.14.10 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] cairo: bump to 1.14.10 Adam Duskett @ 2017-09-05 19:14 ` Thomas Petazzoni 0 siblings, 0 replies; 15+ messages in thread From: Thomas Petazzoni @ 2017-09-05 19:14 UTC (permalink / raw) To: buildroot Hello, On Tue, 5 Sep 2017 08:20:06 -0400, Adam Duskett wrote: > Signed-off-by: Adam Duskett <aduskett@gmail.com> > --- > package/cairo/cairo.hash | 6 +++--- > package/cairo/cairo.mk | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] harfbuzz: bump to 1.5.0 2017-09-05 12:20 [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 Adam Duskett 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] cairo: bump to 1.14.10 Adam Duskett @ 2017-09-05 12:20 ` Adam Duskett 2017-09-05 19:15 ` Thomas Petazzoni 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] libxml2: bump to version 2.9.5 Adam Duskett ` (3 subsequent siblings) 5 siblings, 1 reply; 15+ messages in thread From: Adam Duskett @ 2017-09-05 12:20 UTC (permalink / raw) To: buildroot Signed-off-by: Adam Duskett <aduskett@gmail.com> --- package/harfbuzz/harfbuzz.hash | 4 ++-- package/harfbuzz/harfbuzz.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/harfbuzz/harfbuzz.hash b/package/harfbuzz/harfbuzz.hash index f48719194..d44bd561b 100644 --- a/package/harfbuzz/harfbuzz.hash +++ b/package/harfbuzz/harfbuzz.hash @@ -1,2 +1,2 @@ -# From https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.4.6.tar.bz2.sha256 -sha256 21a78b81cd20cbffdb04b59ac7edfb410e42141869f637ae1d6778e74928d293 harfbuzz-1.4.6.tar.bz2 +# From https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.5.0.tar.bz2.sha256 +sha256 c088ec363be8d03f7708feb76dd22d5f102678e67d6ce63b02496ca0beb64ac1 harfbuzz-1.5.0.tar.bz2 diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk index f9814cac5..0ee6a6b0f 100644 --- a/package/harfbuzz/harfbuzz.mk +++ b/package/harfbuzz/harfbuzz.mk @@ -4,7 +4,7 @@ # ################################################################################ -HARFBUZZ_VERSION = 1.4.6 +HARFBUZZ_VERSION = 1.5.0 HARFBUZZ_SITE = https://www.freedesktop.org/software/harfbuzz/release HARFBUZZ_SOURCE = harfbuzz-$(HARFBUZZ_VERSION).tar.bz2 HARFBUZZ_LICENSE = MIT, ISC (ucdn library) -- 2.13.5 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] harfbuzz: bump to 1.5.0 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] harfbuzz: bump to 1.5.0 Adam Duskett @ 2017-09-05 19:15 ` Thomas Petazzoni 0 siblings, 0 replies; 15+ messages in thread From: Thomas Petazzoni @ 2017-09-05 19:15 UTC (permalink / raw) To: buildroot Hello, On Tue, 5 Sep 2017 08:20:07 -0400, Adam Duskett wrote: > Signed-off-by: Adam Duskett <aduskett@gmail.com> > --- > package/harfbuzz/harfbuzz.hash | 4 ++-- > package/harfbuzz/harfbuzz.mk | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) Applied to master, thanks. Note that 1.5.1 has been released today, you may want to update :) Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] libxml2: bump to version 2.9.5 2017-09-05 12:20 [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 Adam Duskett 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] cairo: bump to 1.14.10 Adam Duskett 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] harfbuzz: bump to 1.5.0 Adam Duskett @ 2017-09-05 12:20 ` Adam Duskett 2017-09-05 12:36 ` Baruch Siach ` (2 more replies) 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] pango: bump to 1.40.12 Adam Duskett ` (2 subsequent siblings) 5 siblings, 3 replies; 15+ messages in thread From: Adam Duskett @ 2017-09-05 12:20 UTC (permalink / raw) To: buildroot Signed-off-by: Adam Duskett <aduskett@gmail.com> --- ...ix-XPointer-paths-beginning-with-range-to.patch | 178 --------------- ...sallow-namespace-nodes-in-XPointer-ranges.patch | 253 --------------------- package/libxml2/libxml2.hash | 2 +- package/libxml2/libxml2.mk | 2 +- 4 files changed, 2 insertions(+), 433 deletions(-) delete mode 100644 package/libxml2/0001-Fix-XPointer-paths-beginning-with-range-to.patch delete mode 100644 package/libxml2/0002-Disallow-namespace-nodes-in-XPointer-ranges.patch diff --git a/package/libxml2/0001-Fix-XPointer-paths-beginning-with-range-to.patch b/package/libxml2/0001-Fix-XPointer-paths-beginning-with-range-to.patch deleted file mode 100644 index 42570c635..000000000 --- a/package/libxml2/0001-Fix-XPointer-paths-beginning-with-range-to.patch +++ /dev/null @@ -1,178 +0,0 @@ -From 9ab01a277d71f54d3143c2cf333c5c2e9aaedd9e Mon Sep 17 00:00:00 2001 -From: Nick Wellnhofer <wellnhofer@aevum.de> -Date: Tue, 28 Jun 2016 14:22:23 +0200 -Subject: [PATCH] Fix XPointer paths beginning with range-to - -The old code would invoke the broken xmlXPtrRangeToFunction. range-to -isn't really a function but a special kind of location step. Remove -this function and always handle range-to in the XPath code. - -The old xmlXPtrRangeToFunction could also be abused to trigger a -use-after-free error with the potential for remote code execution. - -Found with afl-fuzz. - -Fixes CVE-2016-5131. - -Signed-off-by: Baruch Siach <baruch@tkos.co.il> ---- -Patch status: upstream commit 9ab01a277d7 - - result/XPath/xptr/vidbase | 13 ++++++++ - test/XPath/xptr/vidbase | 1 + - xpath.c | 7 ++++- - xpointer.c | 76 ++++------------------------------------------- - 4 files changed, 26 insertions(+), 71 deletions(-) - -diff --git a/result/XPath/xptr/vidbase b/result/XPath/xptr/vidbase -index 8b9e92d66d97..f19193e70edb 100644 ---- a/result/XPath/xptr/vidbase -+++ b/result/XPath/xptr/vidbase -@@ -17,3 +17,16 @@ Object is a Location Set: - To node - ELEMENT p - -+ -+======================== -+Expression: xpointer(range-to(id('chapter2'))) -+Object is a Location Set: -+1 : Object is a range : -+ From node -+ / -+ To node -+ ELEMENT chapter -+ ATTRIBUTE id -+ TEXT -+ content=chapter2 -+ -diff --git a/test/XPath/xptr/vidbase b/test/XPath/xptr/vidbase -index b1463830570a..884b1065d7fd 100644 ---- a/test/XPath/xptr/vidbase -+++ b/test/XPath/xptr/vidbase -@@ -1,2 +1,3 @@ - xpointer(id('chapter1')/p) - xpointer(id('chapter1')/p[1]/range-to(following-sibling::p[2])) -+xpointer(range-to(id('chapter2'))) -diff --git a/xpath.c b/xpath.c -index d992841ef0c2..5a01b1b399a2 100644 ---- a/xpath.c -+++ b/xpath.c -@@ -10691,13 +10691,18 @@ xmlXPathCompPathExpr(xmlXPathParserContextPtr ctxt) { - lc = 1; - break; - } else if ((NXT(len) == '(')) { -- /* Note Type or Function */ -+ /* Node Type or Function */ - if (xmlXPathIsNodeType(name)) { - #ifdef DEBUG_STEP - xmlGenericError(xmlGenericErrorContext, - "PathExpr: Type search\n"); - #endif - lc = 1; -+#ifdef LIBXML_XPTR_ENABLED -+ } else if (ctxt->xptr && -+ xmlStrEqual(name, BAD_CAST "range-to")) { -+ lc = 1; -+#endif - } else { - #ifdef DEBUG_STEP - xmlGenericError(xmlGenericErrorContext, -diff --git a/xpointer.c b/xpointer.c -index 676c5105837a..d74174a318f1 100644 ---- a/xpointer.c -+++ b/xpointer.c -@@ -1332,8 +1332,6 @@ xmlXPtrNewContext(xmlDocPtr doc, xmlNodePtr here, xmlNodePtr origin) { - ret->here = here; - ret->origin = origin; - -- xmlXPathRegisterFunc(ret, (xmlChar *)"range-to", -- xmlXPtrRangeToFunction); - xmlXPathRegisterFunc(ret, (xmlChar *)"range", - xmlXPtrRangeFunction); - xmlXPathRegisterFunc(ret, (xmlChar *)"range-inside", -@@ -2243,76 +2241,14 @@ xmlXPtrRangeInsideFunction(xmlXPathParserContextPtr ctxt, int nargs) { - * @nargs: the number of args - * - * Implement the range-to() XPointer function -+ * -+ * Obsolete. range-to is not a real function but a special type of location -+ * step which is handled in xpath.c. - */ - void --xmlXPtrRangeToFunction(xmlXPathParserContextPtr ctxt, int nargs) { -- xmlXPathObjectPtr range; -- const xmlChar *cur; -- xmlXPathObjectPtr res, obj; -- xmlXPathObjectPtr tmp; -- xmlLocationSetPtr newset = NULL; -- xmlNodeSetPtr oldset; -- int i; -- -- if (ctxt == NULL) return; -- CHECK_ARITY(1); -- /* -- * Save the expression pointer since we will have to evaluate -- * it multiple times. Initialize the new set. -- */ -- CHECK_TYPE(XPATH_NODESET); -- obj = valuePop(ctxt); -- oldset = obj->nodesetval; -- ctxt->context->node = NULL; -- -- cur = ctxt->cur; -- newset = xmlXPtrLocationSetCreate(NULL); -- -- for (i = 0; i < oldset->nodeNr; i++) { -- ctxt->cur = cur; -- -- /* -- * Run the evaluation with a node list made of a single item -- * in the nodeset. -- */ -- ctxt->context->node = oldset->nodeTab[i]; -- tmp = xmlXPathNewNodeSet(ctxt->context->node); -- valuePush(ctxt, tmp); -- -- xmlXPathEvalExpr(ctxt); -- CHECK_ERROR; -- -- /* -- * The result of the evaluation need to be tested to -- * decided whether the filter succeeded or not -- */ -- res = valuePop(ctxt); -- range = xmlXPtrNewRangeNodeObject(oldset->nodeTab[i], res); -- if (range != NULL) { -- xmlXPtrLocationSetAdd(newset, range); -- } -- -- /* -- * Cleanup -- */ -- if (res != NULL) -- xmlXPathFreeObject(res); -- if (ctxt->value == tmp) { -- res = valuePop(ctxt); -- xmlXPathFreeObject(res); -- } -- -- ctxt->context->node = NULL; -- } -- -- /* -- * The result is used as the new evaluation set. -- */ -- xmlXPathFreeObject(obj); -- ctxt->context->node = NULL; -- ctxt->context->contextSize = -1; -- ctxt->context->proximityPosition = -1; -- valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); -+xmlXPtrRangeToFunction(xmlXPathParserContextPtr ctxt, -+ int nargs ATTRIBUTE_UNUSED) { -+ XP_ERROR(XPATH_EXPR_ERROR); - } - - /** --- -2.10.2 - diff --git a/package/libxml2/0002-Disallow-namespace-nodes-in-XPointer-ranges.patch b/package/libxml2/0002-Disallow-namespace-nodes-in-XPointer-ranges.patch deleted file mode 100644 index 45c1a07ca..000000000 --- a/package/libxml2/0002-Disallow-namespace-nodes-in-XPointer-ranges.patch +++ /dev/null @@ -1,253 +0,0 @@ -From c1d1f7121194036608bf555f08d3062a36fd344b Mon Sep 17 00:00:00 2001 -From: Nick Wellnhofer <wellnhofer@aevum.de> -Date: Tue, 28 Jun 2016 18:34:52 +0200 -Subject: [PATCH] Disallow namespace nodes in XPointer ranges - -Namespace nodes must be copied to avoid use-after-free errors. -But they don't necessarily have a physical representation in a -document, so simply disallow them in XPointer ranges. - -Found with afl-fuzz. - -Fixes CVE-2016-4658. - -Signed-off-by: Baruch Siach <baruch@tkos.co.il> ---- -Patch status: upstream commit c1d1f712119403 - - xpointer.c | 149 +++++++++++++++++++++++-------------------------------------- - 1 file changed, 56 insertions(+), 93 deletions(-) - -diff --git a/xpointer.c b/xpointer.c -index a7b03fbdae16..694d120e2e0b 100644 ---- a/xpointer.c -+++ b/xpointer.c -@@ -320,6 +320,45 @@ xmlXPtrRangesEqual(xmlXPathObjectPtr range1, xmlXPathObjectPtr range2) { - } - - /** -+ * xmlXPtrNewRangeInternal: -+ * @start: the starting node -+ * @startindex: the start index -+ * @end: the ending point -+ * @endindex: the ending index -+ * -+ * Internal function to create a new xmlXPathObjectPtr of type range -+ * -+ * Returns the newly created object. -+ */ -+static xmlXPathObjectPtr -+xmlXPtrNewRangeInternal(xmlNodePtr start, int startindex, -+ xmlNodePtr end, int endindex) { -+ xmlXPathObjectPtr ret; -+ -+ /* -+ * Namespace nodes must be copied (see xmlXPathNodeSetDupNs). -+ * Disallow them for now. -+ */ -+ if ((start != NULL) && (start->type == XML_NAMESPACE_DECL)) -+ return(NULL); -+ if ((end != NULL) && (end->type == XML_NAMESPACE_DECL)) -+ return(NULL); -+ -+ ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject)); -+ if (ret == NULL) { -+ xmlXPtrErrMemory("allocating range"); -+ return(NULL); -+ } -+ memset(ret, 0, sizeof(xmlXPathObject)); -+ ret->type = XPATH_RANGE; -+ ret->user = start; -+ ret->index = startindex; -+ ret->user2 = end; -+ ret->index2 = endindex; -+ return(ret); -+} -+ -+/** - * xmlXPtrNewRange: - * @start: the starting node - * @startindex: the start index -@@ -344,17 +383,7 @@ xmlXPtrNewRange(xmlNodePtr start, int startindex, - if (endindex < 0) - return(NULL); - -- ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject)); -- if (ret == NULL) { -- xmlXPtrErrMemory("allocating range"); -- return(NULL); -- } -- memset(ret, 0 , (size_t) sizeof(xmlXPathObject)); -- ret->type = XPATH_RANGE; -- ret->user = start; -- ret->index = startindex; -- ret->user2 = end; -- ret->index2 = endindex; -+ ret = xmlXPtrNewRangeInternal(start, startindex, end, endindex); - xmlXPtrRangeCheckOrder(ret); - return(ret); - } -@@ -381,17 +410,8 @@ xmlXPtrNewRangePoints(xmlXPathObjectPtr start, xmlXPathObjectPtr end) { - if (end->type != XPATH_POINT) - return(NULL); - -- ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject)); -- if (ret == NULL) { -- xmlXPtrErrMemory("allocating range"); -- return(NULL); -- } -- memset(ret, 0 , (size_t) sizeof(xmlXPathObject)); -- ret->type = XPATH_RANGE; -- ret->user = start->user; -- ret->index = start->index; -- ret->user2 = end->user; -- ret->index2 = end->index; -+ ret = xmlXPtrNewRangeInternal(start->user, start->index, end->user, -+ end->index); - xmlXPtrRangeCheckOrder(ret); - return(ret); - } -@@ -416,17 +436,7 @@ xmlXPtrNewRangePointNode(xmlXPathObjectPtr start, xmlNodePtr end) { - if (start->type != XPATH_POINT) - return(NULL); - -- ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject)); -- if (ret == NULL) { -- xmlXPtrErrMemory("allocating range"); -- return(NULL); -- } -- memset(ret, 0 , (size_t) sizeof(xmlXPathObject)); -- ret->type = XPATH_RANGE; -- ret->user = start->user; -- ret->index = start->index; -- ret->user2 = end; -- ret->index2 = -1; -+ ret = xmlXPtrNewRangeInternal(start->user, start->index, end, -1); - xmlXPtrRangeCheckOrder(ret); - return(ret); - } -@@ -453,17 +463,7 @@ xmlXPtrNewRangeNodePoint(xmlNodePtr start, xmlXPathObjectPtr end) { - if (end->type != XPATH_POINT) - return(NULL); - -- ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject)); -- if (ret == NULL) { -- xmlXPtrErrMemory("allocating range"); -- return(NULL); -- } -- memset(ret, 0 , (size_t) sizeof(xmlXPathObject)); -- ret->type = XPATH_RANGE; -- ret->user = start; -- ret->index = -1; -- ret->user2 = end->user; -- ret->index2 = end->index; -+ ret = xmlXPtrNewRangeInternal(start, -1, end->user, end->index); - xmlXPtrRangeCheckOrder(ret); - return(ret); - } -@@ -486,17 +486,7 @@ xmlXPtrNewRangeNodes(xmlNodePtr start, xmlNodePtr end) { - if (end == NULL) - return(NULL); - -- ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject)); -- if (ret == NULL) { -- xmlXPtrErrMemory("allocating range"); -- return(NULL); -- } -- memset(ret, 0 , (size_t) sizeof(xmlXPathObject)); -- ret->type = XPATH_RANGE; -- ret->user = start; -- ret->index = -1; -- ret->user2 = end; -- ret->index2 = -1; -+ ret = xmlXPtrNewRangeInternal(start, -1, end, -1); - xmlXPtrRangeCheckOrder(ret); - return(ret); - } -@@ -516,17 +506,7 @@ xmlXPtrNewCollapsedRange(xmlNodePtr start) { - if (start == NULL) - return(NULL); - -- ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject)); -- if (ret == NULL) { -- xmlXPtrErrMemory("allocating range"); -- return(NULL); -- } -- memset(ret, 0 , (size_t) sizeof(xmlXPathObject)); -- ret->type = XPATH_RANGE; -- ret->user = start; -- ret->index = -1; -- ret->user2 = NULL; -- ret->index2 = -1; -+ ret = xmlXPtrNewRangeInternal(start, -1, NULL, -1); - return(ret); - } - -@@ -541,6 +521,8 @@ xmlXPtrNewCollapsedRange(xmlNodePtr start) { - */ - xmlXPathObjectPtr - xmlXPtrNewRangeNodeObject(xmlNodePtr start, xmlXPathObjectPtr end) { -+ xmlNodePtr endNode; -+ int endIndex; - xmlXPathObjectPtr ret; - - if (start == NULL) -@@ -549,7 +531,12 @@ xmlXPtrNewRangeNodeObject(xmlNodePtr start, xmlXPathObjectPtr end) { - return(NULL); - switch (end->type) { - case XPATH_POINT: -+ endNode = end->user; -+ endIndex = end->index; -+ break; - case XPATH_RANGE: -+ endNode = end->user2; -+ endIndex = end->index2; - break; - case XPATH_NODESET: - /* -@@ -557,39 +544,15 @@ xmlXPtrNewRangeNodeObject(xmlNodePtr start, xmlXPathObjectPtr end) { - */ - if (end->nodesetval->nodeNr <= 0) - return(NULL); -+ endNode = end->nodesetval->nodeTab[end->nodesetval->nodeNr - 1]; -+ endIndex = -1; - break; - default: - /* TODO */ - return(NULL); - } - -- ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject)); -- if (ret == NULL) { -- xmlXPtrErrMemory("allocating range"); -- return(NULL); -- } -- memset(ret, 0 , (size_t) sizeof(xmlXPathObject)); -- ret->type = XPATH_RANGE; -- ret->user = start; -- ret->index = -1; -- switch (end->type) { -- case XPATH_POINT: -- ret->user2 = end->user; -- ret->index2 = end->index; -- break; -- case XPATH_RANGE: -- ret->user2 = end->user2; -- ret->index2 = end->index2; -- break; -- case XPATH_NODESET: { -- ret->user2 = end->nodesetval->nodeTab[end->nodesetval->nodeNr - 1]; -- ret->index2 = -1; -- break; -- } -- default: -- STRANGE -- return(NULL); -- } -+ ret = xmlXPtrNewRangeInternal(start, -1, endNode, endIndex); - xmlXPtrRangeCheckOrder(ret); - return(ret); - } --- -2.10.2 - diff --git a/package/libxml2/libxml2.hash b/package/libxml2/libxml2.hash index 098121e11..7f9e7dbd3 100644 --- a/package/libxml2/libxml2.hash +++ b/package/libxml2/libxml2.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c libxml2-2.9.4.tar.gz +sha256 4031c1ecee9ce7ba4f313e91ef6284164885cdb69937a123f6a83bb6a72dcd38 libxml2-2.9.5.tar.gz diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index 7073169fd..1b870c4cb 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBXML2_VERSION = 2.9.4 +LIBXML2_VERSION = 2.9.5 LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_INSTALL_STAGING = YES LIBXML2_LICENSE = MIT -- 2.13.5 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] libxml2: bump to version 2.9.5 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] libxml2: bump to version 2.9.5 Adam Duskett @ 2017-09-05 12:36 ` Baruch Siach 2017-09-05 19:16 ` Thomas Petazzoni 2017-09-06 12:43 ` Peter Korsgaard 2 siblings, 0 replies; 15+ messages in thread From: Baruch Siach @ 2017-09-05 12:36 UTC (permalink / raw) To: buildroot Hi Adam, On Tue, Sep 05, 2017 at 08:20:08AM -0400, Adam Duskett wrote: > Signed-off-by: Adam Duskett <aduskett@gmail.com> > --- > ...ix-XPointer-paths-beginning-with-range-to.patch | 178 --------------- > ...sallow-namespace-nodes-in-XPointer-ranges.patch | 253 --------------------- > package/libxml2/libxml2.hash | 2 +- > package/libxml2/libxml2.mk | 2 +- > 4 files changed, 2 insertions(+), 433 deletions(-) > delete mode 100644 package/libxml2/0001-Fix-XPointer-paths-beginning-with-range-to.patch > delete mode 100644 package/libxml2/0002-Disallow-namespace-nodes-in-XPointer-ranges.patch This release also fixes a number of security issues. From the git log: CVE-2017-9049, CVE-2017-9050, CVE-2017-9047, CVE-2017-9048, CVE-2017-5969. baruch -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il - ^ permalink raw reply [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] libxml2: bump to version 2.9.5 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] libxml2: bump to version 2.9.5 Adam Duskett 2017-09-05 12:36 ` Baruch Siach @ 2017-09-05 19:16 ` Thomas Petazzoni 2017-09-06 12:43 ` Peter Korsgaard 2 siblings, 0 replies; 15+ messages in thread From: Thomas Petazzoni @ 2017-09-05 19:16 UTC (permalink / raw) To: buildroot Hello, On Tue, 5 Sep 2017 08:20:08 -0400, Adam Duskett wrote: > Signed-off-by: Adam Duskett <aduskett@gmail.com> > --- > ...ix-XPointer-paths-beginning-with-range-to.patch | 178 --------------- > ...sallow-namespace-nodes-in-XPointer-ranges.patch | 253 --------------------- > package/libxml2/libxml2.hash | 2 +- > package/libxml2/libxml2.mk | 2 +- > 4 files changed, 2 insertions(+), 433 deletions(-) > delete mode 100644 package/libxml2/0001-Fix-XPointer-paths-beginning-with-range-to.patch > delete mode 100644 package/libxml2/0002-Disallow-namespace-nodes-in-XPointer-ranges.patch Applied to master, after improving the commit log following the comment from Baruch. Thanks! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] libxml2: bump to version 2.9.5 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] libxml2: bump to version 2.9.5 Adam Duskett 2017-09-05 12:36 ` Baruch Siach 2017-09-05 19:16 ` Thomas Petazzoni @ 2017-09-06 12:43 ` Peter Korsgaard 2 siblings, 0 replies; 15+ messages in thread From: Peter Korsgaard @ 2017-09-06 12:43 UTC (permalink / raw) To: buildroot >>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes: > Signed-off-by: Adam Duskett <aduskett@gmail.com> Committed to 2017.02.x, thanks. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] pango: bump to 1.40.12 2017-09-05 12:20 [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 Adam Duskett ` (2 preceding siblings ...) 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] libxml2: bump to version 2.9.5 Adam Duskett @ 2017-09-05 12:20 ` Adam Duskett 2017-09-05 12:40 ` Baruch Siach 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] postgresql: bump to version 9.6.5 Adam Duskett 2017-09-05 19:14 ` [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 Thomas Petazzoni 5 siblings, 1 reply; 15+ messages in thread From: Adam Duskett @ 2017-09-05 12:20 UTC (permalink / raw) To: buildroot Signed-off-by: Adam Duskett <aduskett@gmail.com> --- .../0001-build-disable-tests-from-building.patch | 28 +++++++++++----------- package/pango/pango.hash | 4 ++-- package/pango/pango.mk | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package/pango/0001-build-disable-tests-from-building.patch b/package/pango/0001-build-disable-tests-from-building.patch index c518a34d3..51b645bae 100644 --- a/package/pango/0001-build-disable-tests-from-building.patch +++ b/package/pango/0001-build-disable-tests-from-building.patch @@ -1,16 +1,16 @@ -From cde9a78711e8eaed0aefb9e36288f22918e8d4b2 Mon Sep 17 00:00:00 2001 -From: Gustavo Zacarias <gustavo@zacarias.com.ar> -Date: Thu, 2 Mar 2017 09:41:41 -0300 -Subject: [PATCH] build: disable tests from building +From 1c503a8b2f127c12e58a6e8ba01743c04061df50 Mon Sep 17 00:00:00 2001 +From: Adam Duskett <aduskett@gmail.com> +Date: Tue, 5 Sep 2017 07:25:17 -0400 +Subject: [PATCH] disable tests from building -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> +Signed-off-by: Adam Duskett <aduskett@gmail.com> --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am -index 9e31b34..32e5c29 100644 +index 70bf8b0..c69daf0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ @@ -19,21 +19,21 @@ index 9e31b34..32e5c29 100644 -SUBDIRS= pango pango-view examples docs tools tests win32 +SUBDIRS= pango pango-view examples docs tools win32 - EXTRA_DIST = \ - autogen.sh \ + meson_dist_files = \ + pango/pango-features.h.meson \ diff --git a/Makefile.in b/Makefile.in -index 6b6f6c7..ed0cfa2 100644 +index 8489ca1..51f6ada 100644 --- a/Makefile.in +++ b/Makefile.in -@@ -418,7 +418,7 @@ target_alias = @target_alias@ +@@ -412,7 +412,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = pango pango-view examples docs tools tests win32 +SUBDIRS = pango pango-view examples docs tools win32 - EXTRA_DIST = \ - autogen.sh \ - pango.pc.in \ + meson_dist_files = \ + pango/pango-features.h.meson \ + pango-view/meson.build \ -- -2.10.2 +2.13.5 diff --git a/package/pango/pango.hash b/package/pango/pango.hash index 9908c4a53..1b6da7d32 100644 --- a/package/pango/pango.hash +++ b/package/pango/pango.hash @@ -1,2 +1,2 @@ -# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.40/pango-1.40.4.sha256sum -sha256 f8fdc5fc66356dc4edf915048cceeee065a0e0cb70b3b2598f62bda320129a3e pango-1.40.4.tar.xz +# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.40/pango-1.40.12.sha256sum +sha256 75f1a9a8e4e2b28cbc078b50c1fa927ee4ded994d1ade97c5603e2d1f3161cfc pango-1.40.12.tar.xz diff --git a/package/pango/pango.mk b/package/pango/pango.mk index 7556f0ba8..79283e885 100644 --- a/package/pango/pango.mk +++ b/package/pango/pango.mk @@ -5,7 +5,7 @@ ################################################################################ PANGO_VERSION_MAJOR = 1.40 -PANGO_VERSION = $(PANGO_VERSION_MAJOR).4 +PANGO_VERSION = $(PANGO_VERSION_MAJOR).12 PANGO_SOURCE = pango-$(PANGO_VERSION).tar.xz PANGO_SITE = http://ftp.gnome.org/pub/GNOME/sources/pango/$(PANGO_VERSION_MAJOR) PANGO_AUTORECONF = YES -- 2.13.5 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] pango: bump to 1.40.12 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] pango: bump to 1.40.12 Adam Duskett @ 2017-09-05 12:40 ` Baruch Siach 2017-09-05 19:17 ` Thomas Petazzoni 0 siblings, 1 reply; 15+ messages in thread From: Baruch Siach @ 2017-09-05 12:40 UTC (permalink / raw) To: buildroot Hi Adam, On Tue, Sep 05, 2017 at 08:20:09AM -0400, Adam Duskett wrote: > Signed-off-by: Adam Duskett <aduskett@gmail.com> > --- > .../0001-build-disable-tests-from-building.patch | 28 +++++++++++----------- > package/pango/pango.hash | 4 ++-- > package/pango/pango.mk | 2 +- > 3 files changed, 17 insertions(+), 17 deletions(-) > > diff --git a/package/pango/0001-build-disable-tests-from-building.patch b/package/pango/0001-build-disable-tests-from-building.patch > index c518a34d3..51b645bae 100644 > --- a/package/pango/0001-build-disable-tests-from-building.patch > +++ b/package/pango/0001-build-disable-tests-from-building.patch > @@ -1,16 +1,16 @@ > -From cde9a78711e8eaed0aefb9e36288f22918e8d4b2 Mon Sep 17 00:00:00 2001 > -From: Gustavo Zacarias <gustavo@zacarias.com.ar> > -Date: Thu, 2 Mar 2017 09:41:41 -0300 > -Subject: [PATCH] build: disable tests from building > +From 1c503a8b2f127c12e58a6e8ba01743c04061df50 Mon Sep 17 00:00:00 2001 > +From: Adam Duskett <aduskett@gmail.com> > +Date: Tue, 5 Sep 2017 07:25:17 -0400 > +Subject: [PATCH] disable tests from building > > -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> > +Signed-off-by: Adam Duskett <aduskett@gmail.com> This patch refresh only touches the context, not a complete rewrite. Please preserve the original subject, authorship and sign-off, and add your sign-off below the original. baruch > --- > Makefile.am | 2 +- > Makefile.in | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > -index 9e31b34..32e5c29 100644 > +index 70bf8b0..c69daf0 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -1,6 +1,6 @@ > @@ -19,21 +19,21 @@ index 9e31b34..32e5c29 100644 > -SUBDIRS= pango pango-view examples docs tools tests win32 > +SUBDIRS= pango pango-view examples docs tools win32 > > - EXTRA_DIST = \ > - autogen.sh \ > + meson_dist_files = \ > + pango/pango-features.h.meson \ > diff --git a/Makefile.in b/Makefile.in > -index 6b6f6c7..ed0cfa2 100644 > +index 8489ca1..51f6ada 100644 > --- a/Makefile.in > +++ b/Makefile.in > -@@ -418,7 +418,7 @@ target_alias = @target_alias@ > +@@ -412,7 +412,7 @@ target_alias = @target_alias@ > top_build_prefix = @top_build_prefix@ > top_builddir = @top_builddir@ > top_srcdir = @top_srcdir@ > -SUBDIRS = pango pango-view examples docs tools tests win32 > +SUBDIRS = pango pango-view examples docs tools win32 > - EXTRA_DIST = \ > - autogen.sh \ > - pango.pc.in \ > + meson_dist_files = \ > + pango/pango-features.h.meson \ > + pango-view/meson.build \ -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il - ^ permalink raw reply [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] pango: bump to 1.40.12 2017-09-05 12:40 ` Baruch Siach @ 2017-09-05 19:17 ` Thomas Petazzoni 0 siblings, 0 replies; 15+ messages in thread From: Thomas Petazzoni @ 2017-09-05 19:17 UTC (permalink / raw) To: buildroot Hello, On Tue, 5 Sep 2017 15:40:44 +0300, Baruch Siach wrote: > Hi Adam, > > On Tue, Sep 05, 2017 at 08:20:09AM -0400, Adam Duskett wrote: > > Signed-off-by: Adam Duskett <aduskett@gmail.com> > > --- > > .../0001-build-disable-tests-from-building.patch | 28 +++++++++++----------- > > package/pango/pango.hash | 4 ++-- > > package/pango/pango.mk | 2 +- > > 3 files changed, 17 insertions(+), 17 deletions(-) > > > > diff --git a/package/pango/0001-build-disable-tests-from-building.patch b/package/pango/0001-build-disable-tests-from-building.patch > > index c518a34d3..51b645bae 100644 > > --- a/package/pango/0001-build-disable-tests-from-building.patch > > +++ b/package/pango/0001-build-disable-tests-from-building.patch > > @@ -1,16 +1,16 @@ > > -From cde9a78711e8eaed0aefb9e36288f22918e8d4b2 Mon Sep 17 00:00:00 2001 > > -From: Gustavo Zacarias <gustavo@zacarias.com.ar> > > -Date: Thu, 2 Mar 2017 09:41:41 -0300 > > -Subject: [PATCH] build: disable tests from building > > +From 1c503a8b2f127c12e58a6e8ba01743c04061df50 Mon Sep 17 00:00:00 2001 > > +From: Adam Duskett <aduskett@gmail.com> > > +Date: Tue, 5 Sep 2017 07:25:17 -0400 > > +Subject: [PATCH] disable tests from building > > > > -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> > > +Signed-off-by: Adam Duskett <aduskett@gmail.com> > > This patch refresh only touches the context, not a complete rewrite. Please > preserve the original subject, authorship and sign-off, and add your sign-off > below the original. Agreed. Adam, could you fix and resend ? Thanks! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] postgresql: bump to version 9.6.5 2017-09-05 12:20 [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 Adam Duskett ` (3 preceding siblings ...) 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] pango: bump to 1.40.12 Adam Duskett @ 2017-09-05 12:20 ` Adam Duskett 2017-09-06 12:51 ` Peter Korsgaard 2017-09-05 19:14 ` [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 Thomas Petazzoni 5 siblings, 1 reply; 15+ messages in thread From: Adam Duskett @ 2017-09-05 12:20 UTC (permalink / raw) To: buildroot Signed-off-by: Adam Duskett <aduskett@gmail.com> --- package/postgresql/postgresql.hash | 4 ++-- package/postgresql/postgresql.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash index c65edf71d..62ce9a740 100644 --- a/package/postgresql/postgresql.hash +++ b/package/postgresql/postgresql.hash @@ -1,2 +1,2 @@ -# From https://ftp.postgresql.org/pub/source/v9.6.3/postgresql-9.6.3.tar.bz2.sha256 -sha256 1645b3736901f6d854e695a937389e68ff2066ce0cde9d73919d6ab7c995b9c6 postgresql-9.6.3.tar.bz2 +# From https://ftp.postgresql.org/pub/source/v9.6.5/postgresql-9.6.5.tar.bz2.sha256 +sha256 06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c postgresql-9.6.5.tar.bz2 diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk index 62b41cbea..7adb957cf 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 9.6.3 +POSTGRESQL_VERSION = 9.6.5 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL -- 2.13.5 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] postgresql: bump to version 9.6.5 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] postgresql: bump to version 9.6.5 Adam Duskett @ 2017-09-06 12:51 ` Peter Korsgaard 0 siblings, 0 replies; 15+ messages in thread From: Peter Korsgaard @ 2017-09-06 12:51 UTC (permalink / raw) To: buildroot >>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes: > Signed-off-by: Adam Duskett <aduskett@gmail.com> It would have been good to mention that 9.6.4 fixed a number of security issues: https://www.postgresql.org/about/news/1772/ Committed to 2017.02.x after extending the commit message with this info, thanks. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 15+ messages in thread
* [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 2017-09-05 12:20 [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 Adam Duskett ` (4 preceding siblings ...) 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] postgresql: bump to version 9.6.5 Adam Duskett @ 2017-09-05 19:14 ` Thomas Petazzoni 5 siblings, 0 replies; 15+ messages in thread From: Thomas Petazzoni @ 2017-09-05 19:14 UTC (permalink / raw) To: buildroot Hello, On Tue, 5 Sep 2017 08:20:05 -0400, Adam Duskett wrote: > Signed-off-by: Adam Duskett <aduskett@gmail.com> > --- > package/busybox/busybox.hash | 6 +++--- > package/busybox/busybox.mk | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2017-09-06 12:51 UTC | newest] Thread overview: 15+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-09-05 12:20 [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 Adam Duskett 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] cairo: bump to 1.14.10 Adam Duskett 2017-09-05 19:14 ` Thomas Petazzoni 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] harfbuzz: bump to 1.5.0 Adam Duskett 2017-09-05 19:15 ` Thomas Petazzoni 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] libxml2: bump to version 2.9.5 Adam Duskett 2017-09-05 12:36 ` Baruch Siach 2017-09-05 19:16 ` Thomas Petazzoni 2017-09-06 12:43 ` Peter Korsgaard 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] pango: bump to 1.40.12 Adam Duskett 2017-09-05 12:40 ` Baruch Siach 2017-09-05 19:17 ` Thomas Petazzoni 2017-09-05 12:20 ` [Buildroot] [PATCH 1/1] postgresql: bump to version 9.6.5 Adam Duskett 2017-09-06 12:51 ` Peter Korsgaard 2017-09-05 19:14 ` [Buildroot] [PATCH 1/1] busybox: bump to version 1.27.2 Thomas Petazzoni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox