public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] socat: Update to version 1.7.4.2
@ 2021-12-01 12:29 Adolf Belka
  2021-12-01 13:55 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-12-01 12:29 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1449 bytes --]

- Update from 1.7.3.4 to 1.7.4.2
- Update fo rootfile not required
- Changelog is too long to include here. Full details can be found in the CHANGES file in
   the source tarball. Following is summary notes for each release from website
  1.7.4.2 fixes a lot of bugs, e.g., for options -r and -R.
  1.7.4.1 fixes compilation on 32 bit systems and file transfer with OpenSSL.
  1.7.4.0 fixes a couple of bugs including a very theoretical security issue,
          restauration of DTLS using UDP, some porting issues, and last but not
          least several new features: VSOCK support, OpenSSL SNI, raw data dump, and more.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/socat | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/socat b/lfs/socat
index 7b001e9d1..a6d58118c 100644
--- a/lfs/socat
+++ b/lfs/socat
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 1.7.3.4
+VER        = 1.7.4.2
 
 THISAPP    = socat-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG	   = socat
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS	   = 
 
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = c9e71d0136c88a01d6fd30a13a3936ed
+$(DL_FILE)_MD5 = 7f139e6caa1234640dfb4ef13f4c1417
 
 install : $(TARGET)
 
-- 
2.34.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] socat: Update to version 1.7.4.2
  2021-12-01 12:29 [PATCH] socat: Update to version 1.7.4.2 Adolf Belka
@ 2021-12-01 13:55 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-12-01 13:55 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1662 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 1 Dec 2021, at 12:29, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - Update from 1.7.3.4 to 1.7.4.2
> - Update fo rootfile not required
> - Changelog is too long to include here. Full details can be found in the CHANGES file in
>   the source tarball. Following is summary notes for each release from website
>  1.7.4.2 fixes a lot of bugs, e.g., for options -r and -R.
>  1.7.4.1 fixes compilation on 32 bit systems and file transfer with OpenSSL.
>  1.7.4.0 fixes a couple of bugs including a very theoretical security issue,
>          restauration of DTLS using UDP, some porting issues, and last but not
>          least several new features: VSOCK support, OpenSSL SNI, raw data dump, and more.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/socat | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/socat b/lfs/socat
> index 7b001e9d1..a6d58118c 100644
> --- a/lfs/socat
> +++ b/lfs/socat
> @@ -25,7 +25,7 @@
> 
> include Config
> 
> -VER        = 1.7.3.4
> +VER        = 1.7.4.2
> 
> THISAPP    = socat-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
> DIR_APP    = $(DIR_SRC)/$(THISAPP)
> TARGET     = $(DIR_INFO)/$(THISAPP)
> PROG	   = socat
> -PAK_VER    = 1
> +PAK_VER    = 2
> 
> DEPS	   = 
> 
> @@ -45,7 +45,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = c9e71d0136c88a01d6fd30a13a3936ed
> +$(DL_FILE)_MD5 = 7f139e6caa1234640dfb4ef13f4c1417
> 
> install : $(TARGET)
> 
> -- 
> 2.34.0
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-01 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 12:29 [PATCH] socat: Update to version 1.7.4.2 Adolf Belka
2021-12-01 13:55 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox