diff mbox series

package/socat: bump to version 1.7.4.2

Message ID 5b186b86fcb09362595194f266ca1fe33a8f0f59.1636397496.git.baruch@tkos.co.il
State Accepted
Headers show
Series package/socat: bump to version 1.7.4.2 | expand

Commit Message

Baruch Siach Nov. 8, 2021, 6:51 p.m. UTC
Bug fixes release.

Update README hash for version update.

Update comment; we do not patch configure.in.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/socat/socat.hash | 6 +++---
 package/socat/socat.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Thomas Petazzoni Nov. 14, 2021, 2:08 p.m. UTC | #1
On Mon,  8 Nov 2021 20:51:36 +0200
Baruch Siach via buildroot <buildroot@buildroot.org> wrote:

> Bug fixes release.
> 
> Update README hash for version update.
> 
> Update comment; we do not patch configure.in.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/socat/socat.hash | 6 +++---
>  package/socat/socat.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/socat/socat.hash b/package/socat/socat.hash
index 5a4c5204555a..0d9d0ba76c9d 100644
--- a/package/socat/socat.hash
+++ b/package/socat/socat.hash
@@ -1,8 +1,8 @@ 
 # From http://www.dest-unreach.org/socat/download.md5sum
-md5  36cad050ecf4981ab044c3fbd75c643f  socat-1.7.4.1.tar.bz2
+md5  003686f80d820072649660b85f80c58f  socat-1.7.4.2.tar.bz2
 # From http://www.dest-unreach.org/socat/download.sha256sum
-sha256  3faca25614e89123dff5045680549ecef519d02e331aaf3c4f5a8f6837c675e9  socat-1.7.4.1.tar.bz2
+sha256  6690a9f9990457b505097a272bbf2cbf4cc35576176f76646e3524b0e91c1763  socat-1.7.4.2.tar.bz2
 # Locally calculated
-sha256  b1ebebbce145027f4268211f36d121b083aeeabdc1736eb144b8afd8e86ce8da  README
+sha256  062e425b43da6b3df6d8657639b5e2c781781572b5d8867444fd6d2487ac7644  README
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
 sha256  fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761  COPYING.OpenSSL
diff --git a/package/socat/socat.mk b/package/socat/socat.mk
index 61c985256541..cf2a31b0969c 100644
--- a/package/socat/socat.mk
+++ b/package/socat/socat.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-SOCAT_VERSION = 1.7.4.1
+SOCAT_VERSION = 1.7.4.2
 SOCAT_SOURCE = socat-$(SOCAT_VERSION).tar.bz2
 SOCAT_SITE = http://www.dest-unreach.org/socat/download
 SOCAT_LICENSE = GPL-2.0 with OpenSSL exception
@@ -24,7 +24,7 @@  SOCAT_CONF_ENV += \
 endif
 
 # We need to run autoconf to regenerate the configure script, since we patch
-# configure.in and Makefile.in. However, the package only uses autoconf and not
+# Makefile.in. However, the package only uses autoconf and not
 # automake, so we can't use the normal autoreconf logic.
 
 SOCAT_DEPENDENCIES = host-autoconf