Changelog for
socat-1.8.0.0-150400.79.2.x86_64.rpm :
* Tue Jun 18 2024 meissnerAATTsuse.com- 0004-udp-listen-bind4.patch: fixed a UDP listen error (bsc#1226459)
* Wed May 01 2024 mail+rpmAATTgeorg-pfuetzenreuter.net- Update to 1.8.0.0:
* Support for network namespaces (option netns)
* TCP client now automatically tries all addresses (IPv4 and IPv6) provided by nameserver until success
* Implementation of POSIX message queue (mq) control and access on Linux (addresses POSIXMQ-READ and following)
* New wrapper script socat-chain.sh allows to stack two addresses, e.g.HTTP proxy connect over SSL
* New script socat-mux.sh allows n-to-1 / 1-to-n communications
* New script socat-broker.sh allows group communications
* Experimental socks5 client feature
* Address ACCEPT-FD for systemd \"inetd\" mode
* UDP-Lite and DCCP address types
* Addresses SOCKETPAIR and SHELL
* New option bind-tmpname allows forked off children to bind UNIX domain client sockets to random unique pathes
* New option retrieve-vlan (with INTERFACE addresses) now makes kernel keep VLAN tags in incoming packets
* Simple statistics output with Socat option --statistics and with SIGUSR1
* A couple of new options, many fixes and corrections, see file CHANGES- Drop socat-common-fixes.patch (no longer necessary)- Refactor socat-ignore-tests-failure-boo1078346.patch (test suite no longer exits at this stage)- Add socat-test-dhparam fixture (reduce build load and time)- Add socat-test-without-tty.patch for testing without tty.- Note: This version introduces \"socat1\", linking to \"socat\"- Note: This version introduces additional shell scripts, those are shipped in a new \"socat-extra\" subpackage
* Tue Dec 06 2022 infoAATTpaolostivanin.com- Update to 1.7.4.4:
* FIX: In error.c msg2() there was a stack overflow on long messages: The terminating \\0 Byte was written behind the last position.
* FIX: UDP-RECVFROM with fork sometimes terminated when multiple packets arrived.
* FIX: a couple of weaknesses and errors when accessing invalid or incompatible file system entries with UNIX domain, file, and generic addresses.
* FIX: bad parser error message on \"socat /tmp/x\\\"x/x -\"- Drop socat-fix-asan-error.patch
* Wed Apr 13 2022 mliskaAATTsuse.cz- Use autosetup- Add socat-fix-asan-error.patch that is offered to upstream and that fixes an ASAN error seen for \'test 313 NESTEDOVFL\'.
* Sat Jan 22 2022 dmuellerAATTsuse.com- update to 1.7.4.3:
* fixes the TCP_INFO issue that broke building on non-Linux platforms.
* building on AIX works again.
* A few more corrections and improvements have been added
* Mon Nov 01 2021 mardnhAATTgmx.de- 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 2021 dmuellerAATTsuse.com- update to 1.7.4.1: Security:
* Buffer size option (-b) is internally doubled for CR-CRLF conversion, but not checked for integer overflow. This could lead to heap based buffer overflow, assuming the attacker could provide this parameter.
* Many further bugfixes and new features, see the CHANGES file
* Fri Apr 17 2020 mpluskalAATTsuse.com- Update to version 1.7.3.4:
* bugfix release, see the CHANGES file for all changes- Refresh patches:
* socat-common-fixes.patch
* socat-ignore-tests-failure-boo1078346.patch
* Tue Feb 04 2020 meissnerAATTsuse.com- socat-common-fixes.patch: include tcpd.h where needed to fix - fno-common bsc#1160293
* Sat Apr 06 2019 mardnhAATTgmx.de- Update to version 1.7.3.3:
* bugfix release, see the CHANGES file for all changes- Drop patch:
* socat-openssl-1.1-tests.patch (not longer needed)- Run spec-cleaner
* Mon Sep 10 2018 jengelhAATTinai.de- Replace old variables by modern counterparts.
* Thu Aug 30 2018 crrodriguezAATTopensuse.org- We HAVE_SSLv23_
*_method, just not as functions, but macros add the relevant defines in the command line so support for autonegotiation of the highest TLS version is restored.
* Tue Apr 03 2018 kukukAATTsuse.de- Use %license instead of %doc [bsc#1082318]
* Fri Feb 02 2018 normandAATTlinux.vnet.ibm.com- Add socat-ignore-tests-failure-boo1078346.patch flaky test failures PowerPC and s390 , bypass boo#1078346
* Thu Aug 17 2017 meissnerAATTsuse.com- socat-openssl-1.1-tests.patch: make tests work on openssl1. (bsc#1042674)
* Mon Apr 10 2017 sweet_f_aAATTgmx.de- update to 1.7.3.2, bug fixes:
* fixes uninterruptable hang / CPU loop on host resolution problems
* some compile problems, and lots of other bugs and porting issues- remove fix-linux-errqueue.h-not-found.patch, this build issue was fixed by upstream
* Tue Feb 02 2016 sweet_f_aAATTgmx.de- update to 1.7.3.1, security fixes:
* Socat security advisory 7 and MSVR-1499: \"Bad DH p parameter in OpenSSL\" (bnc#938913 and CVE-2015-4000).
* Socat security advisory 8: \"Stack overflow in arguments parser\" (bnc#964844)
* Mon Apr 20 2015 sweet_f_aAATTgmx.de- test-suite, use a small but safe subset of all tests- don\'t remove \"example\" scripts from builddir, they are needed for tests
* Tue Apr 14 2015 sweet_f_aAATTgmx.de- remove socat-remove_date.patch, export BUILD_DATE instead (new feature since 1.7.2.4)- run tests, don\'t abort yet- require tcpd-devel only on SUSE systems at build time
* Wed Mar 25 2015 p.drouandAATTgmail.com- Update to version 1.7.3.0
* Too many changes to list; please read the CHANGES file for news- Remove redundant %clean section- Update fix-linux-errqueue.h-not-found.patch and socat-remove_date.patch
* Sat Oct 25 2014 cooloAATTsuse.com- correctly apply the patch
* Fri Oct 24 2014 javierAATTopensuse.org- Add fix-linux-errqueue.h-not-found.patch