~xdavidwu/systemd-apkbuilds

684d7466f85019842a0d8b0c9794f591c9080ce3 — Pinghao Wu 7 months ago 4751864
systemd: 254.4
2 files changed, 10 insertions(+), 11 deletions(-)

M systemd/0001-Adjust-for-musl-headers.patch
M systemd/APKBUILD
M systemd/0001-Adjust-for-musl-headers.patch => systemd/0001-Adjust-for-musl-headers.patch +7 -8
@@ 51,12 51,12 @@ index 57dd91f81f..2b7f4fa3a7 100644
--- a/src/libsystemd-network/sd-dhcp6-client.c
+++ b/src/libsystemd-network/sd-dhcp6-client.c
@@ -5,7 +5,7 @@

 #include <errno.h>
 #include <sys/ioctl.h>
 #include <net/if.h>
-#include <linux/if_arp.h> /* Must be included after <net/if.h> */
+//#include <linux/if_arp.h> /* Must be included after <net/if.h> */
 #include <linux/if_infiniband.h> /* Must be included after <net/if.h> */
-#include <linux/if_arp.h>
+//#include <linux/if_arp.h>
 #include <linux/if_infiniband.h>
 
 #include "sd-dhcp6-client.h"
diff --git a/src/network/netdev/bareudp.c b/src/network/netdev/bareudp.c


@@ 416,10 416,9 @@ index 620fbbddc7..c8af20fb34 100644
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 
 #include <netinet/in.h>
 #include <net/if.h>
-#include <linux/if_arp.h> /* Must be included after <net/if.h> */
+//#include <linux/if_arp.h> /* Must be included after <net/if.h> */
 #include <linux/if.h> /* Must be included after <net/if.h> */
-#include <linux/if_arp.h>
+//#include <linux/if_arp.h>
 #include <linux/if.h>
 
 #include "sd-dhcp-server.h"
diff --git a/src/network/networkd-dhcp4.c b/src/network/networkd-dhcp4.c

M systemd/APKBUILD => systemd/APKBUILD +3 -3
@@ 1,7 1,7 @@
# Contributor: xdavidwu <xdavidwuph@gmail.com>
# Maintainer: xdavidwu <xdavidwuph@gmail.com>
pkgname=systemd
pkgver=254.3
pkgver=254.4
pkgrel=0
pkgdesc="System and Service Manager"
url="https://www.github.com/systemd/systemd"


@@ 153,8 153,8 @@ dev() {
}

sha512sums="
a0c361c993ac9a121823bdd58e29ef7bd25ccfd206ae0c3e1eed9833b3ddf24f53afe6f669eb9fbff5078977403236b0e4ef5a5f6fde56c504caed1d411e71fe  systemd-254.3.tar.gz
91b1d78322580171d606a4d095dc345e50eac4a5f8067ef7e4cb8135c6dfe6d035c8ce6001d8e13dedbb22b56f5c8647f75739b20c7321e65600a60286171c10  0001-Adjust-for-musl-headers.patch
ea2faaa5ba9c8c286c24fba5f47317fa6b26f8678eb1e59c481cf35462b625b605ce18875eaa8cdfdd49ddfeca823e9c571e18bf6df4a62a2421762ab271fb69  systemd-254.4.tar.gz
f2a76d6d3a8dd899318f10f81cc8d65175e02f58806055de3de834cf2157686a0bb437cce18d8d4b9d33549f7c0bedb0d9637b8bb25d566381cd7a330a19c663  0001-Adjust-for-musl-headers.patch
e27af86219786437f66d9ecfea4996f95608e6d64baf7dcfb3421d40de863abdb2dedc114939b6f05feaec3cb3790c8214f92d5df95ea022d6037fe6d3ff6663  0003-errno-util-Make-STRERROR-portable-for-musl.patch
c7c92dd6e98c0960fb6744b78ef60df1cd33e6ac71cce02146b656c795fc181d8e20609381d0bae07d95716e3eb8bed9aa1185494cfe074cfa2b67fcdf4f4940  0005-pass-correct-parameters-to-getdents64.patch
d6cd00693af5c905ab17764e45825eb5a8c23f727b9296efa0603207f48debe6f4a376681517d7558c7ec8c75ea6dd7b436637106e0d06d103dc289d6ddbdd33  0006-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch