Skip to content
Snippets Groups Projects
Commit 45042b3b authored by Kevin Bowling's avatar Kevin Bowling
Browse files

emulators/open-simh: Update to 4.1.0.20240303

parent 6a6b4b4b
No related branches found
No related tags found
No related merge requests found
PORTNAME= open-simh
PORTVERSION= 4.1.0.20230920
PORTVERSION= 4.1.0.20240303
CATEGORIES= emulators
MAINTAINER= kbowling@FreeBSD.org
......
TIMESTAMP = 1695274105
SHA256 (open-simh-simh-4.1.0.20230920-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = da2fcf7b37d9804ccc8bae6787573d624ba5347ae5fa4ab2cec6141aebeef159
SIZE (open-simh-simh-4.1.0.20230920-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = 31243456
TIMESTAMP = 1716438772
SHA256 (open-simh-simh-4.1.0.20240303-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = da2fcf7b37d9804ccc8bae6787573d624ba5347ae5fa4ab2cec6141aebeef159
SIZE (open-simh-simh-4.1.0.20240303-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = 31243456
--- sim_sock.c.orig 2024-03-21 04:42:41 UTC
+++ sim_sock.c
@@ -1412,7 +1412,7 @@ void sim_close_sock (SOCKET sock)
void sim_close_sock (SOCKET sock)
{
-shutdown(sock, SD_BOTH);
+shutdown(sock, SHUT_RDWR);
closesocket (sock);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment