-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Golang to [1.19.3](#siderolabs/tools#241) Bump cni plugin to v1.2.0 Bump kernel to 5.15.76 Bump OpenSSL to 1.1.1s Bump socat to 1.7.4.4 Bump ipxe to f48b01c Bump raspberrypi-firmware to 1.20221028 Signed-off-by: Noel Georgi <[email protected]>
- Loading branch information
Showing
5 changed files
with
45 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# https://git.alpinelinux.org/aports/plain/main/socat/use-linux-headers.patch | ||
--- socat-1.7.2.4.orig/sysincludes.h | ||
+++ socat-1.7.2.4/sysincludes.h | ||
@@ -134,7 +134,7 @@ | ||
#include <netpacket/packet.h> | ||
#endif | ||
#if HAVE_NETINET_IF_ETHER_H | ||
-#include <netinet/if_ether.h> | ||
+#include <linux/if_ether.h> | ||
#endif | ||
#if HAVE_LINUX_IF_TUN_H | ||
#include <linux/if_tun.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters