2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

dhcpcd: bump to 8.1.2

This commit is contained in:
Dylan Araps 2019-11-13 19:21:39 +00:00
parent de032cb04e
commit 96cbae77e5
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 3 additions and 28 deletions

View File

@ -1,7 +1,5 @@
#!/bin/sh -e
patch -p1 < dhcpcd-fix-musl.patch
./configure \
--prefix=/usr \
--sbindir=/usr/bin \

View File

@ -1,3 +1,2 @@
485d308fe10febd36b6f936e4260e4ab34a146e4f00a9f7a5509c4377ad5ea82 dhcpcd-8.1.1.tar.xz
588cf6f8e51c82dd652949b023b58eacd3c7a6cb6f17cd59b74ac4b682322cfe dhcpcd-fix-musl.patch
cbd3e7ab1584a5a3a49d863376fa138e5fa388397a3e27d2b35bb81a2e8c35ad dhcpcd-8.1.2.tar.xz
533714c2f3edcd70e47822cb880d8e8ffdba673b10452ea808037ec2714a375c dhcpcd.run

View File

@ -1,21 +0,0 @@
diff --git a/src/if-linux.c b/src/if-linux.c
index fd47278..6a6c0d0 100644
--- a/src/if-linux.c
+++ b/src/if-linux.c
@@ -37,7 +37,6 @@
#include <linux/if_addr.h>
#include <linux/if_link.h>
#include <linux/if_packet.h>
-#include <linux/if_tun.h>
#include <linux/if_vlan.h>
#include <linux/filter.h>
#include <linux/netlink.h>
@@ -291,7 +290,7 @@ if_tap(const char *ifname)
snprintf(path, sizeof(path), SYS_TUNTAP, ifname);
if (check_proc_hex(path, &n) == -1)
return false;
- return n & IFF_TAP;
+ return n & 0x0002;
}
bool

View File

@ -1,3 +1,2 @@
https://roy.marples.name/downloads/dhcpcd/dhcpcd-8.1.1.tar.xz
patches/dhcpcd-fix-musl.patch
https://roy.marples.name/downloads/dhcpcd/dhcpcd-8.1.2.tar.xz
files/dhcpcd.run

View File

@ -1 +1 @@
8.1.1 1
8.1.2 1