From d1c14650b6ebe37e68f2da2dde273b2a5bc869ce Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Sat, 8 Jan 2022 23:41:48 +0100 Subject: [PATCH] Version 1.7.4.3 --- CHANGES | 2 ++ README | 2 +- VERSION | 2 +- socat.spec | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index bed9302..191455f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@  +####################### V 1.7.4.3: + Corrections: Socat crashed with SIGSEGV when peer presented a certificate without (or empty?) subject. diff --git a/README b/README index f39729e..d576291 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.2 + cd socat-1.7.4.3 ./configure make su diff --git a/VERSION b/VERSION index 0a15046..81f18da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -"1.7.4.2+" +"1.7.4.3" diff --git a/socat.spec b/socat.spec index d5585e7..9023b24 100644 --- a/socat.spec +++ b/socat.spec @@ -1,6 +1,6 @@ %define majorver 1.7 -%define minorver 4.2 +%define minorver 4.3 Summary: socat - multipurpose relay Name: socat