mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] liboping: version bump 1.9.0 -> 1.10.0
@ 2019-04-11 19:50 Ladislav Michl
  2019-04-11 19:51 ` [ptxdist] [PATCH 2/2] liboping: Fix compilation with gcc-8 Ladislav Michl
  0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2019-04-11 19:50 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 rules/liboping.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/liboping.make b/rules/liboping.make
index 07829faed..0944ee974 100644
--- a/rules/liboping.make
+++ b/rules/liboping.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBOPING) += liboping
 #
 # Paths and names
 #
-LIBOPING_VERSION	:= 1.9.0
-LIBOPING_MD5		:= 28d085b95d1ca1acd541fc2606d5e02d
+LIBOPING_VERSION	:= 1.10.0
+LIBOPING_MD5		:= 3a11b18a92b651225da10108242f71a4
 LIBOPING		:= liboping-$(LIBOPING_VERSION)
 LIBOPING_SUFFIX		:= tar.gz
 LIBOPING_URL		:= http://verplant.org/liboping/files/$(LIBOPING).$(LIBOPING_SUFFIX)
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 2/2] liboping: Fix compilation with gcc-8
  2019-04-11 19:50 [ptxdist] [PATCH 1/2] liboping: version bump 1.9.0 -> 1.10.0 Ladislav Michl
@ 2019-04-11 19:51 ` Ladislav Michl
  0 siblings, 0 replies; 2+ messages in thread
From: Ladislav Michl @ 2019-04-11 19:51 UTC (permalink / raw)
  To: ptxdist

As gcc-8 added -Werror=format-truncation compilation fails.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 patches/liboping-1.10.0/0001-disable-werror.patch | 11 +++++++++++
 patches/liboping-1.10.0/series                    |  1 +
 2 files changed, 12 insertions(+)
 create mode 100644 patches/liboping-1.10.0/0001-disable-werror.patch
 create mode 100644 patches/liboping-1.10.0/series

diff --git a/patches/liboping-1.10.0/0001-disable-werror.patch b/patches/liboping-1.10.0/0001-disable-werror.patch
new file mode 100644
index 000000000..6cf4f3589
--- /dev/null
+++ b/patches/liboping-1.10.0/0001-disable-werror.patch
@@ -0,0 +1,11 @@
+--- liboping-1.10.0/src/Makefile.in.orig	2019-04-09 08:49:58.470387572 +0200
++++ liboping-1.10.0/src/Makefile.in	2019-04-09 08:50:08.080696809 +0200
+@@ -387,7 +387,7 @@
+ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = foreign no-dependencies
+ SUBDIRS = mans
+-@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror
++@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall
+ include_HEADERS = oping.h
+ lib_LTLIBRARIES = liboping.la
+ 
diff --git a/patches/liboping-1.10.0/series b/patches/liboping-1.10.0/series
new file mode 100644
index 000000000..c7dbe82e5
--- /dev/null
+++ b/patches/liboping-1.10.0/series
@@ -0,0 +1 @@
+0001-disable-werror.patch
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2019-04-11 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-11 19:50 [ptxdist] [PATCH 1/2] liboping: version bump 1.9.0 -> 1.10.0 Ladislav Michl
2019-04-11 19:51 ` [ptxdist] [PATCH 2/2] liboping: Fix compilation with gcc-8 Ladislav Michl

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