From 47674f924a0b217e977ca12919688680ca3db2a4 Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Sun, 31 Oct 2021 19:06:39 +0100 Subject: [PATCH] Version 1.7.4.2 --- CHANGES | 2 ++ README | 2 +- VERSION | 2 +- socat.spec | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index d5be4ff..882ec01 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@  +####################### V 1.7.4.2: + Corrections: The per address parameters for OpenSSL overlapped in memory with socket parameters. Magically this did not seem to cause problems except on diff --git a/README b/README index 01ab67f..f39729e 100644 --- a/README +++ b/README @@ -75,7 +75,7 @@ install Get the tarball and extract it: tar xzf socat.tar.gz - cd socat-1.7.4.0 + cd socat-1.7.4.2 ./configure make su diff --git a/VERSION b/VERSION index 53e1fe8..b3f7c6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -"1.7.4.1+" +"1.7.4.2" diff --git a/socat.spec b/socat.spec index 73ae750..d5585e7 100644 --- a/socat.spec +++ b/socat.spec @@ -1,6 +1,6 @@ %define majorver 1.7 -%define minorver 3.4 +%define minorver 4.2 Summary: socat - multipurpose relay Name: socat