* [ptxdist] [PATCH v2] socat: version bump 1.7.3.0 => 1.7.3.2
@ 2018-08-03 19:08 jon
0 siblings, 0 replies; only message in thread
From: jon @ 2018-08-03 19:08 UTC (permalink / raw)
To: ptxdist; +Cc: Jon Ringle
From: Jon Ringle <jringle@gridpoint.com>
Signed-off-by: Jon Ringle <jringle@gridpoint.com>
---
.../0001-Makefile.in-fix-for-parallel-build.patch | 26 ----------------------
patches/socat-1.7.3.0/series | 4 ----
.../0001-Makefile.in-fix-for-parallel-build.patch | 26 ++++++++++++++++++++++
patches/socat-1.7.3.2/series | 4 ++++
rules/socat.make | 4 ++--
5 files changed, 32 insertions(+), 32 deletions(-)
delete mode 100644 patches/socat-1.7.3.0/0001-Makefile.in-fix-for-parallel-build.patch
delete mode 100644 patches/socat-1.7.3.0/series
create mode 100644 patches/socat-1.7.3.2/0001-Makefile.in-fix-for-parallel-build.patch
create mode 100644 patches/socat-1.7.3.2/series
diff --git a/patches/socat-1.7.3.0/0001-Makefile.in-fix-for-parallel-build.patch b/patches/socat-1.7.3.0/0001-Makefile.in-fix-for-parallel-build.patch
deleted file mode 100644
index 77cf6f2..0000000
--- a/patches/socat-1.7.3.0/0001-Makefile.in-fix-for-parallel-build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Markus Niebel <Markus.Niebel@tq-group.de>
-Date: Tue, 25 Aug 2015 17:48:55 +0200
-Subject: [PATCH] Makefile.in: fix for parallel build
-
-Let filan depend on vsnprintf_r.o and snprinterr.o to fix the issue.
-
-original patch for OE-Core by: Robert Yang <liezhi.yang at windriver.com>
-
-Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.de>
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index f2a6edb87890..88b784b1592c 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -118,7 +118,7 @@ PROCAN_OBJS=procan_main.o procan.o procan-cdefs.o hostan.o error.o sycls.o sysut
- procan: $(PROCAN_OBJS)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(PROCAN_OBJS) $(CLIBS)
-
--filan: filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o
-+filan: filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o $(CLIBS)
-
- libxio.a: $(XIOOBJS) $(UTLOBJS)
diff --git a/patches/socat-1.7.3.0/series b/patches/socat-1.7.3.0/series
deleted file mode 100644
index c1c7355..0000000
--- a/patches/socat-1.7.3.0/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-Makefile.in-fix-for-parallel-build.patch
-# 61dca8976a5f7b756e48ea74ebd2750d - git-ptx-patches magic
diff --git a/patches/socat-1.7.3.2/0001-Makefile.in-fix-for-parallel-build.patch b/patches/socat-1.7.3.2/0001-Makefile.in-fix-for-parallel-build.patch
new file mode 100644
index 0000000..77cf6f2
--- /dev/null
+++ b/patches/socat-1.7.3.2/0001-Makefile.in-fix-for-parallel-build.patch
@@ -0,0 +1,26 @@
+From: Markus Niebel <Markus.Niebel@tq-group.de>
+Date: Tue, 25 Aug 2015 17:48:55 +0200
+Subject: [PATCH] Makefile.in: fix for parallel build
+
+Let filan depend on vsnprintf_r.o and snprinterr.o to fix the issue.
+
+original patch for OE-Core by: Robert Yang <liezhi.yang at windriver.com>
+
+Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.de>
+---
+ Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index f2a6edb87890..88b784b1592c 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -118,7 +118,7 @@ PROCAN_OBJS=procan_main.o procan.o procan-cdefs.o hostan.o error.o sycls.o sysut
+ procan: $(PROCAN_OBJS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(PROCAN_OBJS) $(CLIBS)
+
+-filan: filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o
++filan: filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o $(CLIBS)
+
+ libxio.a: $(XIOOBJS) $(UTLOBJS)
diff --git a/patches/socat-1.7.3.2/series b/patches/socat-1.7.3.2/series
new file mode 100644
index 0000000..c1c7355
--- /dev/null
+++ b/patches/socat-1.7.3.2/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-Makefile.in-fix-for-parallel-build.patch
+# 61dca8976a5f7b756e48ea74ebd2750d - git-ptx-patches magic
diff --git a/rules/socat.make b/rules/socat.make
index f21d78b..9a8b322 100644
--- a/rules/socat.make
+++ b/rules/socat.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SOCAT) += socat
# Paths and names
#
-SOCAT_VERSION := 1.7.3.0
-SOCAT_MD5 := de46e3f726f783271226eb94d5109bf8
+SOCAT_VERSION := 1.7.3.2
+SOCAT_MD5 := aec3154f7854580cfab0c2d81e910519
SOCAT := socat-$(SOCAT_VERSION)
SOCAT_SUFFIX := tar.gz
SOCAT_URL := http://www.dest-unreach.org/socat/download/$(SOCAT).$(SOCAT_SUFFIX)
--
1.9.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-03 19:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-03 19:08 [ptxdist] [PATCH v2] socat: version bump 1.7.3.0 => 1.7.3.2 jon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox