From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 19 Oct 2025 14:05:43 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vASAR-009X5a-0k for lore@lore.pengutronix.de; Sun, 19 Oct 2025 14:05:43 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vASAR-00046o-0o; Sun, 19 Oct 2025 14:05:43 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vASA4-0003u9-G5; Sun, 19 Oct 2025 14:05:20 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vASA4-004NUN-0z; Sun, 19 Oct 2025 14:05:20 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vASA4-00000002kdC-11yl; Sun, 19 Oct 2025 14:05:20 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 19 Oct 2025 14:05:20 +0200 Message-ID: <20251019120520.655899-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251014155656.1797756-1-s.pueschel@pengutronix.de> References: <20251014155656.1797756-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] socat: version bump 1.7.3.2 -> 1.8.0.3 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as a302bf10321f2edf0ee59bc9b2e15074fce95932. Michael [sent from post-receive hook] On Sun, 19 Oct 2025 14:05:20 +0200, Sven Püschel wrote: > The patch is integrated in the new version. Also the ext2 config option > was moved to the more generic fs config option. > > The README mentions that the project also uses MIT for the install-sh > file. As the configure script mentions that the file is required, the > license has been added to the list. > > Signed-off-by: Sven Püschel > Message-Id: <20251014155656.1797756-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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 > deleted file mode 100644 > index 77cf6f2a54f1..000000000000 > --- a/patches/socat-1.7.3.2/0001-Makefile.in-fix-for-parallel-build.patch > +++ /dev/null > @@ -1,26 +0,0 @@ > -From: Markus Niebel > -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 > - > -Signed-off-by: Markus Niebel > ---- > - 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 > deleted file mode 100644 > index c1c73553c0c6..000000000000 > --- a/patches/socat-1.7.3.2/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/rules/socat.make b/rules/socat.make > index 74eb6240c23a..cd98492e92bd 100644 > --- a/rules/socat.make > +++ b/rules/socat.make > @@ -12,8 +12,8 @@ PACKAGES-$(PTXCONF_SOCAT) += socat > # Paths and names > # > > -SOCAT_VERSION := 1.7.3.2 > -SOCAT_MD5 := aec3154f7854580cfab0c2d81e910519 > +SOCAT_VERSION := 1.8.0.3 > +SOCAT_MD5 := ffd9c84c8bce700eac26847c8a700a78 > SOCAT := socat-$(SOCAT_VERSION) > SOCAT_SUFFIX := tar.gz > SOCAT_URL := \ > @@ -21,7 +21,11 @@ SOCAT_URL := \ > http://www.dest-unreach.org/socat/download/Archive/$(SOCAT).$(SOCAT_SUFFIX) > SOCAT_SOURCE := $(SRCDIR)/$(SOCAT).$(SOCAT_SUFFIX) > SOCAT_DIR := $(BUILDDIR)/$(SOCAT) > -SOCAT_LICENSE := GPL-2.0-only > +SOCAT_LICENSE := GPL-2.0-only AND MIT > +SOCAT_LICENSE_FILES := \ > + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > + file://README;startline=248;endline=281;md5=4e953b796133e1470eb57b3f59611720 \ > + file://install-sh;startline=6;endline=16;md5=6c39b6a36ad775d09cc9ee0e33fe9e6c > > # ---------------------------------------------------------------------------- > # Prepare > @@ -38,12 +42,15 @@ SOCAT_CONF_TOOL := autoconf > SOCAT_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > --enable-help \ > + --enable-largefile \ > + --enable-stats \ > --enable-stdio \ > --enable-fdnum \ > --enable-file \ > --enable-creat \ > --enable-gopen \ > --enable-pipe \ > + --enable-socketpair \ > --enable-termios \ > --enable-unix \ > --enable-abstract-unixsocket \ > @@ -54,23 +61,34 @@ SOCAT_CONF_OPT := \ > --enable-interface \ > --enable-tcp \ > --enable-udp \ > + --enable-udplite \ > --enable-sctp \ > + --enable-dccp \ > + --enable-vsock \ > + --enable-namespaces \ > --enable-listen \ > + --enable-posixmq \ > --enable-socks4 \ > --enable-socks4a \ > + --enable-socks5 \ > --enable-proxy \ > --enable-exec \ > --enable-system \ > + --enable-shell \ > --enable-pty \ > - --enable-ext2 \ > + --enable-fs \ > --disable-readline \ > --$(call ptx/endis, PTXCONF_SOCAT_OPENSSL)-openssl \ > + --enable-resolve \ > + --disable-res-deprecated \ > --disable-fips \ > --enable-tun \ > --enable-sycls \ > --enable-filan \ > --enable-retry \ > + --disable-devtests \ > --enable-msglevel=0 \ > + --enable-default-ipv=4 \ > --disable-libwrap > >