mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
emulators/open-simh: Update to 4.1.0.20240303
This commit is contained in:
parent
6a6b4b4b7d
commit
45042b3b42
@ -1,5 +1,5 @@
|
||||
PORTNAME= open-simh
|
||||
PORTVERSION= 4.1.0.20230920
|
||||
PORTVERSION= 4.1.0.20240303
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= kbowling@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
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
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- 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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user