mirror of
https://repo.or.cz/socat.git
synced 2025-06-29 02:38:43 +00:00
Satisfy some deprecation warnings of newer Linux distributions
This commit is contained in:
parent
3f4b171523
commit
416fe38e33
4 changed files with 35 additions and 52 deletions
10
CHANGES
10
CHANGES
|
@ -79,6 +79,14 @@ Porting:
|
|||
Socat failed to build on platforms without flock() function (AIX,
|
||||
Solaris) due to a missing guard.
|
||||
|
||||
Newer Linux distributions do not provide libwrap: do not leave unused
|
||||
variable.
|
||||
|
||||
Newer Linux distributions deprecate usleep, replace it.
|
||||
|
||||
OpenSSL-3 loudly deprecates some functions or macros, replace a first
|
||||
bunch of them.
|
||||
|
||||
Testing:
|
||||
test.sh produces file results.txt with columns of test numbers, names,
|
||||
and results.
|
||||
|
@ -92,6 +100,8 @@ Testing:
|
|||
|
||||
Added a developer test that overwrites malloc'ed memory with non-zeros.
|
||||
|
||||
Newer Linux distributions now deprecate usleep; replaced it in test.sh
|
||||
|
||||
####################### V 1.8.0.2:
|
||||
|
||||
Security:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue