mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
Ports: Update bash to 5.1.8
Also switches to using a sha256 signature check.
This commit is contained in:
parent
e3b588a43d
commit
999448066f
9 changed files with 58 additions and 60 deletions
10
Ports/bash/patches/include-sys-select.patch
Normal file
10
Ports/bash/patches/include-sys-select.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- bash-5.1.8.serenity/examples/loadables/accept.c 2020-03-18 12:58:36.000000000 +0000
|
||||
+++ bash-5.1.8/examples/loadables/accept.c 2021-07-29 17:11:26.258287156 +0100
|
||||
@@ -35,6 +35,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
+#include <sys/select.h>
|
||||
|
||||
#include "loadables.h"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue