diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-02-24 15:52:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-27 10:55:16 +0000 |
commit | 510a1fb72b4bbe011948c5dc7918049fb18eaf3b (patch) | |
tree | 5a0bf8c124fdbfe9fd3a30e24c44287adc7f85d3 | |
parent | 26ad4e11b25fc95efd9a559053b8f76fd95a7919 (diff) | |
download | poky-510a1fb72b4bbe011948c5dc7918049fb18eaf3b.tar.gz |
socat: upgrade 1.8.0.2 -> 1.8.0.3
According to [1]:
2025-02-21: Socat version 1.8.0.3 has been released. It fixes a lot of minor
issues and provides some minor improvements, see file CHANGES [2]. The
experimental POSIXMQ feature has been improved, got a few new options,
and is now considered stable.
License in README has no change
[1] http://www.dest-unreach.org/socat/
[2] http://www.dest-unreach.org/socat/CHANGES:
(From OE-Core rev: 650e9b72ded376ef5974cb7a71ade00a93e4612f)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/socat/socat_1.8.0.3.bb (renamed from meta/recipes-connectivity/socat/socat_1.8.0.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.8.0.2.bb b/meta/recipes-connectivity/socat/socat_1.8.0.3.bb index 7d5da67c9c..ee6ca1fe44 100644 --- a/meta/recipes-connectivity/socat/socat_1.8.0.2.bb +++ b/meta/recipes-connectivity/socat/socat_1.8.0.3.bb | |||
@@ -7,13 +7,13 @@ SECTION = "console/network" | |||
7 | 7 | ||
8 | LICENSE = "GPL-2.0-with-OpenSSL-exception" | 8 | LICENSE = "GPL-2.0-with-OpenSSL-exception" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
10 | file://README;beginline=241;endline=271;md5=338c05eadd013872abb1d6e198e10a3f" | 10 | file://README;beginline=248;endline=278;md5=338c05eadd013872abb1d6e198e10a3f" |
11 | 11 | ||
12 | SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ | 12 | SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ |
13 | file://0001-fix-compile-procan.c-failed.patch \ | 13 | file://0001-fix-compile-procan.c-failed.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "adc07a9c2723527cf6568d2fb96559794cf9c254a4bc2edd36f7f3789e9f7625" | 16 | SRC_URI[sha256sum] = "01eb017361d95bb3a6941e840b59e4463a3fabf92df4154ed02b16a2ed6a0095" |
17 | 17 | ||
18 | inherit autotools | 18 | inherit autotools |
19 | 19 | ||