Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dhcpcd: update to 8.1.1.
@ 2019-10-19 12:18 voidlinux-github
  2019-10-19 13:38 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-19 12:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

There is a new pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages dhcpcd
https://github.com/void-linux/void-packages/pull/15616

dhcpcd: update to 8.1.1.


A patch file from https://github.com/void-linux/void-packages/pull/15616.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dhcpcd-15616.patch --]
[-- Type: text/x-diff, Size: 1017 bytes --]

From 4706d0c62067d649e67a44eb13ee32b974685419 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 19 Oct 2019 08:16:15 -0400
Subject: [PATCH] dhcpcd: update to 8.1.1.

---
 srcpkgs/dhcpcd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template
index 35b108a355f..bd4ae8bf0f8 100644
--- a/srcpkgs/dhcpcd/template
+++ b/srcpkgs/dhcpcd/template
@@ -1,6 +1,6 @@
 # Template file for 'dhcpcd'
 pkgname=dhcpcd
-version=8.0.6
+version=8.1.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://roy.marples.name/projects/dhcpcd"
 distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
-checksum=66b50199ed83bf502af3fab9ac001b417f0fac7e69c92d97a9c41499cebabd4f
+checksum=485d308fe10febd36b6f936e4260e4ab34a146e4f00a9f7a5509c4377ad5ea82
 lib32disabled=yes
 conf_files=/etc/dhcpcd.conf
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] dhcpcd: update to 8.1.1.
  2019-10-19 12:18 [PR PATCH] dhcpcd: update to 8.1.1 voidlinux-github
  2019-10-19 13:38 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-19 13:38 ` voidlinux-github
  2019-10-19 18:05 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-19 13:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages dhcpcd
https://github.com/void-linux/void-packages/pull/15616

dhcpcd: update to 8.1.1.


A patch file from https://github.com/void-linux/void-packages/pull/15616.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dhcpcd-15616.patch --]
[-- Type: text/x-diff, Size: 1796 bytes --]

From ed963b5752f49929cc3abc44f74e2dfff2d959e8 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 19 Oct 2019 08:16:15 -0400
Subject: [PATCH] dhcpcd: update to 8.1.1.

Add patch to fix musl builds.
---
 srcpkgs/dhcpcd/patches/musl-if_ether.patch | 14 ++++++++++++++
 srcpkgs/dhcpcd/template                    |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/dhcpcd/patches/musl-if_ether.patch

diff --git a/srcpkgs/dhcpcd/patches/musl-if_ether.patch b/srcpkgs/dhcpcd/patches/musl-if_ether.patch
new file mode 100644
index 00000000000..e8d3682cd7b
--- /dev/null
+++ b/srcpkgs/dhcpcd/patches/musl-if_ether.patch
@@ -0,0 +1,14 @@
+--- src/if-linux.c	2019-10-19 09:28:16.742626805 -0400
++++ src/if-linux.c	2019-10-19 09:27:47.962304568 -0400
+@@ -46,7 +46,11 @@
+ 
+ #include <arpa/inet.h>
+ #include <net/if.h>
++#if defined(__GLIBC__)
+ #include <netinet/if_ether.h>
++#else
++#include <linux/if_arp.h>
++#endif
+ #include <netinet/in_systm.h>
+ #include <netinet/in.h>
+ #include <net/route.h>
diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template
index 35b108a355f..bd4ae8bf0f8 100644
--- a/srcpkgs/dhcpcd/template
+++ b/srcpkgs/dhcpcd/template
@@ -1,6 +1,6 @@
 # Template file for 'dhcpcd'
 pkgname=dhcpcd
-version=8.0.6
+version=8.1.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://roy.marples.name/projects/dhcpcd"
 distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
-checksum=66b50199ed83bf502af3fab9ac001b417f0fac7e69c92d97a9c41499cebabd4f
+checksum=485d308fe10febd36b6f936e4260e4ab34a146e4f00a9f7a5509c4377ad5ea82
 lib32disabled=yes
 conf_files=/etc/dhcpcd.conf
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] dhcpcd: update to 8.1.1.
  2019-10-19 12:18 [PR PATCH] dhcpcd: update to 8.1.1 voidlinux-github
@ 2019-10-19 13:38 ` voidlinux-github
  2019-10-19 13:38 ` voidlinux-github
  2019-10-19 18:05 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-19 13:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages dhcpcd
https://github.com/void-linux/void-packages/pull/15616

dhcpcd: update to 8.1.1.


A patch file from https://github.com/void-linux/void-packages/pull/15616.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dhcpcd-15616.patch --]
[-- Type: text/x-diff, Size: 1796 bytes --]

From ed963b5752f49929cc3abc44f74e2dfff2d959e8 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 19 Oct 2019 08:16:15 -0400
Subject: [PATCH] dhcpcd: update to 8.1.1.

Add patch to fix musl builds.
---
 srcpkgs/dhcpcd/patches/musl-if_ether.patch | 14 ++++++++++++++
 srcpkgs/dhcpcd/template                    |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/dhcpcd/patches/musl-if_ether.patch

diff --git a/srcpkgs/dhcpcd/patches/musl-if_ether.patch b/srcpkgs/dhcpcd/patches/musl-if_ether.patch
new file mode 100644
index 00000000000..e8d3682cd7b
--- /dev/null
+++ b/srcpkgs/dhcpcd/patches/musl-if_ether.patch
@@ -0,0 +1,14 @@
+--- src/if-linux.c	2019-10-19 09:28:16.742626805 -0400
++++ src/if-linux.c	2019-10-19 09:27:47.962304568 -0400
+@@ -46,7 +46,11 @@
+ 
+ #include <arpa/inet.h>
+ #include <net/if.h>
++#if defined(__GLIBC__)
+ #include <netinet/if_ether.h>
++#else
++#include <linux/if_arp.h>
++#endif
+ #include <netinet/in_systm.h>
+ #include <netinet/in.h>
+ #include <net/route.h>
diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template
index 35b108a355f..bd4ae8bf0f8 100644
--- a/srcpkgs/dhcpcd/template
+++ b/srcpkgs/dhcpcd/template
@@ -1,6 +1,6 @@
 # Template file for 'dhcpcd'
 pkgname=dhcpcd
-version=8.0.6
+version=8.1.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://roy.marples.name/projects/dhcpcd"
 distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
-checksum=66b50199ed83bf502af3fab9ac001b417f0fac7e69c92d97a9c41499cebabd4f
+checksum=485d308fe10febd36b6f936e4260e4ab34a146e4f00a9f7a5509c4377ad5ea82
 lib32disabled=yes
 conf_files=/etc/dhcpcd.conf
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: dhcpcd: update to 8.1.1.
  2019-10-19 12:18 [PR PATCH] dhcpcd: update to 8.1.1 voidlinux-github
  2019-10-19 13:38 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-19 13:38 ` voidlinux-github
@ 2019-10-19 18:05 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-19 18:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

dhcpcd: update to 8.1.1.
https://github.com/void-linux/void-packages/pull/15616

Description:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-19 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-19 12:18 [PR PATCH] dhcpcd: update to 8.1.1 voidlinux-github
2019-10-19 13:38 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-19 13:38 ` voidlinux-github
2019-10-19 18:05 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).