mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 07:22:34 +00:00
Renamed configure.in to configure.ac
This commit is contained in:
parent
bc3723e970
commit
ba27f6c3ba
3 changed files with 2030 additions and 2025 deletions
7
CHANGES
7
CHANGES
|
@ -10,7 +10,7 @@ Corrections:
|
|||
|
||||
The autoconf mechanism for determining SHIFT_OFFSET did not work when
|
||||
cross compiling.
|
||||
Thanks to Max Freisinger from Gentoo for seinding a patch.
|
||||
Thanks to Max Freisinger from Gentoo for sending a patch.
|
||||
|
||||
Socat still depended on obsolete gethostbyname() function, thus
|
||||
compiling with MUSL libc failed.
|
||||
|
@ -80,6 +80,11 @@ Porting:
|
|||
New versions of OpenSSL preset SSL_MODE_AUTO_RETRY which may hang socat.
|
||||
Solution: clear SSL_MODE_AUTO_RETRY when it is set.
|
||||
|
||||
Renamed configure.in to configure.ac and set an appropriate symlink for
|
||||
older environments.
|
||||
Related Gentoo bug 426262: Warning on configure.in
|
||||
Thanks to Francesco Turco for reporting that warning.
|
||||
|
||||
Testing:
|
||||
test.sh: Show a warning when phase-1 (insecure phase) of a security
|
||||
test fails
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
configure.in
|
2023
configure.ac
Normal file
2023
configure.ac
Normal file
File diff suppressed because it is too large
Load diff
2023
configure.in
2023
configure.in
File diff suppressed because it is too large
Load diff
1
configure.in
Symbolic link
1
configure.in
Symbolic link
|
@ -0,0 +1 @@
|
|||
configure.ac
|
Loading…
Reference in a new issue