mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/6] gnutls: version bump 3.3.25 -> 3.3.27
@ 2017-04-24 22:18 Robert Schwebel
  2017-04-24 22:18 ` [ptxdist] [PATCH 2/6] expat: version bump 2.1.1 -> 2.2.0 Robert Schwebel
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Robert Schwebel @ 2017-04-24 22:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no relevant configure.ac changes.
There are no patches.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/gnutls.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/gnutls.make b/rules/gnutls.make
index 38290d9c3..2b5202d53 100644
--- a/rules/gnutls.make
+++ b/rules/gnutls.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GNUTLS) += gnutls
 #
 # Paths and names
 #
-GNUTLS_VERSION	:= 3.3.25
-GNUTLS_MD5	:= 00ec77f05cc0b970f44dad0cd0c67fb9
+GNUTLS_VERSION	:= 3.3.27
+GNUTLS_MD5	:= 8ee8cebd7f7575b11f232766a21c31d3
 GNUTLS		:= gnutls-$(GNUTLS_VERSION)
 GNUTLS_SUFFIX	:= tar.xz
 GNUTLS_URL	:= ftp://ftp.gnutls.org/gcrypt/gnutls/v$(basename $(GNUTLS_VERSION))/$(GNUTLS).$(GNUTLS_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ptxdist] [PATCH 2/6] expat: version bump 2.1.1 -> 2.2.0
  2017-04-24 22:18 [ptxdist] [PATCH 1/6] gnutls: version bump 3.3.25 -> 3.3.27 Robert Schwebel
@ 2017-04-24 22:18 ` Robert Schwebel
  2017-04-24 22:18 ` [ptxdist] [PATCH 3/6] gmp: version bump 6.0.0a -> 6.1.2 Robert Schwebel
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Robert Schwebel @ 2017-04-24 22:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no configure.ac changes.
There are no patches.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/expat.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/expat.make b/rules/expat.make
index 5881cb0c8..6dba7aeba 100644
--- a/rules/expat.make
+++ b/rules/expat.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_EXPAT) += expat
 #
 # Paths and names
 #
-EXPAT_VERSION	:= 2.1.1
-EXPAT_MD5	:= 7380a64a8e3a9d66a9887b01d0d7ea81
+EXPAT_VERSION	:= 2.2.0
+EXPAT_MD5	:= 2f47841c829facb346eb6e3fab5212e2
 EXPAT		:= expat-$(EXPAT_VERSION)
 EXPAT_SUFFIX	:= tar.bz2
 EXPAT_URL	:= $(call ptx/mirror, SF, expat/$(EXPAT).$(EXPAT_SUFFIX))
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ptxdist] [PATCH 3/6] gmp: version bump 6.0.0a -> 6.1.2
  2017-04-24 22:18 [ptxdist] [PATCH 1/6] gnutls: version bump 3.3.25 -> 3.3.27 Robert Schwebel
  2017-04-24 22:18 ` [ptxdist] [PATCH 2/6] expat: version bump 2.1.1 -> 2.2.0 Robert Schwebel
@ 2017-04-24 22:18 ` Robert Schwebel
  2017-04-24 22:18 ` [ptxdist] [PATCH 4/6] libseccomp: version bump 2.3.1 -> 2.3.2 Robert Schwebel
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Robert Schwebel @ 2017-04-24 22:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no relevant configure.ac changes.
There are no patches.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libgmp.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libgmp.make b/rules/libgmp.make
index 11e4a839e..a4ef28b65 100644
--- a/rules/libgmp.make
+++ b/rules/libgmp.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBGMP) += libgmp
 #
 # Paths and names
 #
-LIBGMP_VERSION	:= 6.0.0a
-LIBGMP_MD5	:= b7ff2d88cae7f8085bd5006096eed470
+LIBGMP_VERSION	:= 6.1.2
+LIBGMP_MD5	:= 8ddbb26dc3bd4e2302984debba1406a5
 LIBGMP		:= gmp-$(LIBGMP_VERSION)
 LIBGMP_SUFFIX	:= tar.bz2
 LIBGMP_URL	:= $(call ptx/mirror, GNU, gmp/$(LIBGMP).$(LIBGMP_SUFFIX))
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ptxdist] [PATCH 4/6] libseccomp: version bump 2.3.1 -> 2.3.2
  2017-04-24 22:18 [ptxdist] [PATCH 1/6] gnutls: version bump 3.3.25 -> 3.3.27 Robert Schwebel
  2017-04-24 22:18 ` [ptxdist] [PATCH 2/6] expat: version bump 2.1.1 -> 2.2.0 Robert Schwebel
  2017-04-24 22:18 ` [ptxdist] [PATCH 3/6] gmp: version bump 6.0.0a -> 6.1.2 Robert Schwebel
@ 2017-04-24 22:18 ` Robert Schwebel
  2017-04-24 22:19 ` [ptxdist] [PATCH 5/6] libnewt: version bump 0.52.18 -> 0.52.20 Robert Schwebel
  2017-04-24 22:19 ` [ptxdist] [PATCH 6/6] popt: version bump 1.15 -> 1.16 Robert Schwebel
  4 siblings, 0 replies; 8+ messages in thread
From: Robert Schwebel @ 2017-04-24 22:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no relevant configure.ac changes.
There are no patches.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libseccomp.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libseccomp.make b/rules/libseccomp.make
index 1b68b31c4..4196736d1 100644
--- a/rules/libseccomp.make
+++ b/rules/libseccomp.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
 #
 # Paths and names
 #
-LIBSECCOMP_VERSION	:= 2.3.1
-LIBSECCOMP_MD5		:= e6f3e84921ef9c2e9188681963f0943f
+LIBSECCOMP_VERSION	:= 2.3.2
+LIBSECCOMP_MD5		:= e74a626bea0cd607c23229b10b5f93da
 LIBSECCOMP		:= libseccomp-$(LIBSECCOMP_VERSION)
 LIBSECCOMP_SUFFIX	:= tar.gz
 LIBSECCOMP_URL		:= https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ptxdist] [PATCH 5/6] libnewt: version bump 0.52.18 -> 0.52.20
  2017-04-24 22:18 [ptxdist] [PATCH 1/6] gnutls: version bump 3.3.25 -> 3.3.27 Robert Schwebel
                   ` (2 preceding siblings ...)
  2017-04-24 22:18 ` [ptxdist] [PATCH 4/6] libseccomp: version bump 2.3.1 -> 2.3.2 Robert Schwebel
@ 2017-04-24 22:19 ` Robert Schwebel
  2017-04-28 13:21   ` Michael Olbrich
  2017-04-24 22:19 ` [ptxdist] [PATCH 6/6] popt: version bump 1.15 -> 1.16 Robert Schwebel
  4 siblings, 1 reply; 8+ messages in thread
From: Robert Schwebel @ 2017-04-24 22:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no configure.ac changes.
There are no patches.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libnewt.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libnewt.make b/rules/libnewt.make
index c3825c480..2a0946f39 100644
--- a/rules/libnewt.make
+++ b/rules/libnewt.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBNEWT) += libnewt
 #
 # Paths and names
 #
-LIBNEWT_VERSION	:= 0.52.18
-LIBNEWT_MD5	:= 685721bee1a318570704b19dcf31d268
+LIBNEWT_VERSION	:= 0.52.20
+LIBNEWT_MD5	:= 70b288f821234593a8e7920e435b259b
 LIBNEWT		:= newt-$(LIBNEWT_VERSION)
 LIBNEWT_SUFFIX	:= tar.gz
 LIBNEWT_URL	:= https://fedorahosted.org/releases/n/e/newt/$(LIBNEWT).$(LIBNEWT_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ptxdist] [PATCH 6/6] popt: version bump 1.15 -> 1.16
  2017-04-24 22:18 [ptxdist] [PATCH 1/6] gnutls: version bump 3.3.25 -> 3.3.27 Robert Schwebel
                   ` (3 preceding siblings ...)
  2017-04-24 22:19 ` [ptxdist] [PATCH 5/6] libnewt: version bump 0.52.18 -> 0.52.20 Robert Schwebel
@ 2017-04-24 22:19 ` Robert Schwebel
  4 siblings, 0 replies; 8+ messages in thread
From: Robert Schwebel @ 2017-04-24 22:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libpopt.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libpopt.make b/rules/libpopt.make
index f1a121744..2be637c44 100644
--- a/rules/libpopt.make
+++ b/rules/libpopt.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBPOPT) += libpopt
 #
 # Paths and names
 #
-LIBPOPT_VERSION	:= 1.15
-LIBPOPT_MD5	:= c61ef795fa450eb692602a661ec8d7f1
+LIBPOPT_VERSION	:= 1.16
+LIBPOPT_MD5	:= 3743beefa3dd6247a73f8f7a32c14c33
 LIBPOPT		:= popt-$(LIBPOPT_VERSION)
 LIBPOPT_SUFFIX	:= tar.gz
 LIBPOPT_URL	:= http://rpm5.org/files/popt/$(LIBPOPT).$(LIBPOPT_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ptxdist] [PATCH 5/6] libnewt: version bump 0.52.18 -> 0.52.20
  2017-04-24 22:19 ` [ptxdist] [PATCH 5/6] libnewt: version bump 0.52.18 -> 0.52.20 Robert Schwebel
@ 2017-04-28 13:21   ` Michael Olbrich
  2017-04-30  9:26     ` [ptxdist] [PATCHv2] " Robert Schwebel
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Olbrich @ 2017-04-28 13:21 UTC (permalink / raw)
  To: ptxdist

On Tue, Apr 25, 2017 at 12:19:00AM +0200, Robert Schwebel wrote:
> There are no configure.ac changes.
> There are no patches.

There are patches. Please check which are still needed.

Michael

> 
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> ---
>  rules/libnewt.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/libnewt.make b/rules/libnewt.make
> index c3825c480..2a0946f39 100644
> --- a/rules/libnewt.make
> +++ b/rules/libnewt.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBNEWT) += libnewt
>  #
>  # Paths and names
>  #
> -LIBNEWT_VERSION	:= 0.52.18
> -LIBNEWT_MD5	:= 685721bee1a318570704b19dcf31d268
> +LIBNEWT_VERSION	:= 0.52.20
> +LIBNEWT_MD5	:= 70b288f821234593a8e7920e435b259b
>  LIBNEWT		:= newt-$(LIBNEWT_VERSION)
>  LIBNEWT_SUFFIX	:= tar.gz
>  LIBNEWT_URL	:= https://fedorahosted.org/releases/n/e/newt/$(LIBNEWT).$(LIBNEWT_SUFFIX)
> -- 
> 2.11.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ptxdist] [PATCHv2] libnewt: version bump 0.52.18 -> 0.52.20
  2017-04-28 13:21   ` Michael Olbrich
@ 2017-04-30  9:26     ` Robert Schwebel
  0 siblings, 0 replies; 8+ messages in thread
From: Robert Schwebel @ 2017-04-30  9:26 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

There are no configure.ac changes.

Two of the patches have been upstreamed in the meantime, so they are not
necessary any more:

- 0001-use-CC-instead-of-CPP-to-generate-.depend-files.patch
- 0002-remove-bogus-I-usr-include-slang-from-CPPFLAGS.patch

The last patch is still necessary and is forward-ported here.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 ...-instead-of-CPP-to-generate-.depend-files.patch | 33 ----------------------
 ...e-bogus-I-usr-include-slang-from-CPPFLAGS.patch | 29 -------------------
 patches/newt-0.52.18/series                        |  6 ----
 .../0001-fix-parallel-building.patch}              |  2 +-
 patches/{newt-0.52.18 => newt-0.52.20}/autogen.sh  |  0
 patches/newt-0.52.20/series                        |  4 +++
 rules/libnewt.make                                 |  4 +--
 7 files changed, 7 insertions(+), 71 deletions(-)
 delete mode 100644 patches/newt-0.52.18/0001-use-CC-instead-of-CPP-to-generate-.depend-files.patch
 delete mode 100644 patches/newt-0.52.18/0002-remove-bogus-I-usr-include-slang-from-CPPFLAGS.patch
 delete mode 100644 patches/newt-0.52.18/series
 rename patches/{newt-0.52.18/0003-fix-parallel-building.patch => newt-0.52.20/0001-fix-parallel-building.patch} (94%)
 rename patches/{newt-0.52.18 => newt-0.52.20}/autogen.sh (100%)
 create mode 100644 patches/newt-0.52.20/series

Changes since (implicit) v1:

* checked if patches are still needed; one is -> ported

diff --git a/patches/newt-0.52.18/0001-use-CC-instead-of-CPP-to-generate-.depend-files.patch b/patches/newt-0.52.18/0001-use-CC-instead-of-CPP-to-generate-.depend-files.patch
deleted file mode 100644
index d593b5b75..000000000
--- a/patches/newt-0.52.18/0001-use-CC-instead-of-CPP-to-generate-.depend-files.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Samuel Martin <s.martin49@gmail.com>
-Date: Sat, 10 Jan 2015 11:57:38 +0100
-Subject: [PATCH] use $(CC) instead of $(CPP) to generate .depend files
-
-Use $(CC) instead of $(CPP) to generate .depend file because '$(CPP)
--M' call does not support multiple input files.  This avoid the
-following error:
-
-make[1]: Entering directory `/opt/br/output/build/newt-0.51.0'
-/opt/br/output/host/usr/bin/arm-none-linux-gnueabi-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -M newt.c button.c form.c checkbox.c entry.c label.c listbox.c scrollbar.c textbox.c scale.c grid.c windows.c buttonbar.c checkboxtree.c > .depend
-arm-none-linux-gnueabi-cpp: too many input files
-make[1]: *** [depend] Error 1
-
-Signed-off-by: Samuel Martin <s.martin49@gmail.com>
-Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 798920313a30..17853e011bdb 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -121,7 +121,7 @@ clean:
- 		$(SHAREDDIR)/*.o *.$(SOEXT)*
- 
- depend:
--	$(CPP) $(CFLAGS) $(CPPFLAGS) -M $(SOURCES) > .depend
-+	$(CC) $(CFLAGS) $(CPPFLAGS) -M $(SOURCES) > .depend
- 
- $(SHAREDDIR):
- 	mkdir -p $(SHAREDDIR)
diff --git a/patches/newt-0.52.18/0002-remove-bogus-I-usr-include-slang-from-CPPFLAGS.patch b/patches/newt-0.52.18/0002-remove-bogus-I-usr-include-slang-from-CPPFLAGS.patch
deleted file mode 100644
index 0468c8e57..000000000
--- a/patches/newt-0.52.18/0002-remove-bogus-I-usr-include-slang-from-CPPFLAGS.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Alex Suykov <alex.suykov@gmail.com>
-Date: Sat, 10 Jan 2015 11:57:39 +0100
-Subject: [PATCH] remove bogus -I/usr/include/slang from CPPFLAGS
-
-Hardcoding -I/usr/include/slang in CPPFLAGS is bogus for
-cross-compilation. With recent versions of slang, the headers are
-installed in ${sysroot}/usr/include directly, so there is no need for
-an additional flag. And if one was needed, it should be added by the
-configure script, after detecting the right header location.
-
-Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 17853e011bdb..d32d7843659e 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -5,7 +5,7 @@ CC = @CC@
- CPP = @CPP@
- CFLAGS = @CFLAGS@
- LDFLAGS = @LDFLAGS@
--CPPFLAGS = -D_GNU_SOURCE -I/usr/include/slang @CPPFLAGS@ 
-+CPPFLAGS = -D_GNU_SOURCE @CPPFLAGS@
- GNU_LD = @GNU_LD@
- 
- VERSION = @VERSION@
diff --git a/patches/newt-0.52.18/series b/patches/newt-0.52.18/series
deleted file mode 100644
index 558a16c3e..000000000
--- a/patches/newt-0.52.18/series
+++ /dev/null
@@ -1,6 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-use-CC-instead-of-CPP-to-generate-.depend-files.patch
-0002-remove-bogus-I-usr-include-slang-from-CPPFLAGS.patch
-0003-fix-parallel-building.patch
-# 3da7fa330a5dbc1b8f7175767b0d8c44  - git-ptx-patches magic
diff --git a/patches/newt-0.52.18/0003-fix-parallel-building.patch b/patches/newt-0.52.20/0001-fix-parallel-building.patch
similarity index 94%
rename from patches/newt-0.52.18/0003-fix-parallel-building.patch
rename to patches/newt-0.52.20/0001-fix-parallel-building.patch
index 2f6fcbea4..9c800d136 100644
--- a/patches/newt-0.52.18/0003-fix-parallel-building.patch
+++ b/patches/newt-0.52.20/0001-fix-parallel-building.patch
@@ -8,7 +8,7 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile.in b/Makefile.in
-index d32d7843659e..501631acadbf 100644
+index be203e44e691..22e24fe92b3d 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -133,7 +133,7 @@ $(LIBNEWTSH): $(SHAREDDIR) $(SHAREDOBJS)
diff --git a/patches/newt-0.52.18/autogen.sh b/patches/newt-0.52.20/autogen.sh
similarity index 100%
rename from patches/newt-0.52.18/autogen.sh
rename to patches/newt-0.52.20/autogen.sh
diff --git a/patches/newt-0.52.20/series b/patches/newt-0.52.20/series
new file mode 100644
index 000000000..c107fa32c
--- /dev/null
+++ b/patches/newt-0.52.20/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-fix-parallel-building.patch
+# 5cc5d42dfd5d2c4a2a35024d9a874950  - git-ptx-patches magic
diff --git a/rules/libnewt.make b/rules/libnewt.make
index c3825c480..2a0946f39 100644
--- a/rules/libnewt.make
+++ b/rules/libnewt.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBNEWT) += libnewt
 #
 # Paths and names
 #
-LIBNEWT_VERSION	:= 0.52.18
-LIBNEWT_MD5	:= 685721bee1a318570704b19dcf31d268
+LIBNEWT_VERSION	:= 0.52.20
+LIBNEWT_MD5	:= 70b288f821234593a8e7920e435b259b
 LIBNEWT		:= newt-$(LIBNEWT_VERSION)
 LIBNEWT_SUFFIX	:= tar.gz
 LIBNEWT_URL	:= https://fedorahosted.org/releases/n/e/newt/$(LIBNEWT).$(LIBNEWT_SUFFIX)
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-04-30  9:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-24 22:18 [ptxdist] [PATCH 1/6] gnutls: version bump 3.3.25 -> 3.3.27 Robert Schwebel
2017-04-24 22:18 ` [ptxdist] [PATCH 2/6] expat: version bump 2.1.1 -> 2.2.0 Robert Schwebel
2017-04-24 22:18 ` [ptxdist] [PATCH 3/6] gmp: version bump 6.0.0a -> 6.1.2 Robert Schwebel
2017-04-24 22:18 ` [ptxdist] [PATCH 4/6] libseccomp: version bump 2.3.1 -> 2.3.2 Robert Schwebel
2017-04-24 22:19 ` [ptxdist] [PATCH 5/6] libnewt: version bump 0.52.18 -> 0.52.20 Robert Schwebel
2017-04-28 13:21   ` Michael Olbrich
2017-04-30  9:26     ` [ptxdist] [PATCHv2] " Robert Schwebel
2017-04-24 22:19 ` [ptxdist] [PATCH 6/6] popt: version bump 1.15 -> 1.16 Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox