From a782669ff7481e26237be0a8761bc175d7853b02024377803a27ada5f84ca19c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 2 Nov 2021 08:22:38 +0000 Subject: [PATCH] Accepting request 928587 from home:mnhauke - Update to version 1.7.4.2: * Fixes a lot of bugs, e.g., for options -r and -R. * Further bugfixes, see the CHANGES file OBS-URL: https://build.opensuse.org/request/show/928587 OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=58 --- socat-1.7.4.1.tar.bz2 | 3 --- socat-1.7.4.2.tar.gz | 3 +++ socat.changes | 7 +++++++ socat.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 socat-1.7.4.1.tar.bz2 create mode 100644 socat-1.7.4.2.tar.gz diff --git a/socat-1.7.4.1.tar.bz2 b/socat-1.7.4.1.tar.bz2 deleted file mode 100644 index f2c7e7a..0000000 --- a/socat-1.7.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3faca25614e89123dff5045680549ecef519d02e331aaf3c4f5a8f6837c675e9 -size 510101 diff --git a/socat-1.7.4.2.tar.gz b/socat-1.7.4.2.tar.gz new file mode 100644 index 0000000..5a9c55d --- /dev/null +++ b/socat-1.7.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38f507dea8aaa8f260f54ebc1de1a71e5adca416219f603cda3e3002960173c +size 653068 diff --git a/socat.changes b/socat.changes index 9ebac80..fb61e84 100644 --- a/socat.changes +++ b/socat.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 1 18:46:42 UTC 2021 - Martin Hauke + +- Update to version 1.7.4.2: + * Fixes a lot of bugs, e.g., for options -r and -R. + * Further bugfixes, see the CHANGES file + ------------------------------------------------------------------- Mon Jan 11 22:24:07 UTC 2021 - Dirk Müller diff --git a/socat.spec b/socat.spec index ea1c434..f5787ff 100644 --- a/socat.spec +++ b/socat.spec @@ -18,13 +18,13 @@ Name: socat -Version: 1.7.4.1 +Version: 1.7.4.2 Release: 0 Summary: Multipurpose relay for bidirectional data transfer -License: SUSE-GPL-2.0-with-openssl-exception AND MIT +License: MIT AND SUSE-GPL-2.0-with-openssl-exception Group: Productivity/Networking/Other URL: http://www.dest-unreach.org/socat/ -Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2 +Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.gz Source1: %{name}.changes Patch1: socat-ignore-tests-failure-boo1078346.patch Patch2: socat-common-fixes.patch