Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iwd: update to 1.11.
@ 2021-01-07 17:34 pbui
  2021-01-07 17:45 ` pbui
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: pbui @ 2021-01-07 17:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages iwd
https://github.com/void-linux/void-packages/pull/27741

iwd: update to 1.11.
Tested with WPA2 network on x86_64, armv7l, and aarch64 hosts.

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

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

From 5a8af45e7c9a6c4fee0efe8dcdd40c24b54816aa Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Thu, 7 Jan 2021 12:07:21 -0500
Subject: [PATCH 1/2] ell: update to 0.36.

---
 srcpkgs/ell/patches/linux-types.patch | 10 ----------
 srcpkgs/ell/template                  |  4 ++--
 2 files changed, 2 insertions(+), 12 deletions(-)
 delete mode 100644 srcpkgs/ell/patches/linux-types.patch

diff --git a/srcpkgs/ell/patches/linux-types.patch b/srcpkgs/ell/patches/linux-types.patch
deleted file mode 100644
index a3b6baa3cef..00000000000
--- a/srcpkgs/ell/patches/linux-types.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ell/dhcp-server.c.orig	2020-11-30 12:16:40.821110152 -0500
-+++ ell/dhcp-server.c	2020-11-30 12:16:55.123140621 -0500
-@@ -24,6 +24,7 @@
- #include <config.h>
- #endif
- 
-+#include <linux/types.h>
- #include <net/ethernet.h>
- #include <sys/socket.h>
- #include <arpa/inet.h>
diff --git a/srcpkgs/ell/template b/srcpkgs/ell/template
index 427104e5e16..4b1ca34683d 100644
--- a/srcpkgs/ell/template
+++ b/srcpkgs/ell/template
@@ -1,6 +1,6 @@
 # Template file for 'ell'
 pkgname=ell
-version=0.35
+version=0.36
 revision=1
 build_style=gnu-configure
 configure_args="--enable-glib"
@@ -12,7 +12,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 license="GPL-2.0-only"
 homepage="https://01.org/ell"
 distfiles="${KERNEL_SITE}/libs/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=2bfe9da7781f65f1cb1595a5a068a3ae74d4b68b74f287c6f0c892cfe623913f
+checksum=2f99e743a235b1c834b19112e4e0283d02da93b863899381466cde47bf159cf6
 
 do_check() {
 	dbus-run-session make check

From cfbff2cb7ffc1d3e09ca6376bb760d37594e0a79 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Thu, 7 Jan 2021 12:07:29 -0500
Subject: [PATCH 2/2] iwd: update to 1.11.

---
 srcpkgs/iwd/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/iwd/template b/srcpkgs/iwd/template
index aa7e24ffb1d..5876e48c19e 100644
--- a/srcpkgs/iwd/template
+++ b/srcpkgs/iwd/template
@@ -1,11 +1,11 @@
 # Template file for 'iwd'
 pkgname=iwd
-version=1.10
+version=1.11
 revision=1
 build_style=gnu-configure
 configure_args="--disable-systemd-service --enable-pie
  --enable-external-ell --enable-dbus-policy --enable-wired"
-hostmakedepends="python3-docutils pkg-config automake libtool"
+hostmakedepends="python3-docutils pkg-config"
 makedepends="readline-devel dbus-devel ell-devel"
 depends="dbus ell>=0.29"
 checkdepends="python3"
@@ -15,15 +15,11 @@ license="LGPL-2.1-or-later"
 homepage="https://iwd.wiki.kernel.org/"
 changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
 distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
-checksum=94781d7435f1822dd55ae6abe8091e04db4c69abd2e800669981a1a75512e463
+checksum=db854f569cfa94dc32120d8cf2e7d483a16679f238e1a4794837d0e455ea7aa9
 make_dirs="/var/lib/iwd 0600 root root
  /var/lib/ead 0600 root root
  /etc/iwd 755 root root"
 
-pre_configure() {
-	autoreconf -fi
-}
-
 post_install() {
 	vsv ead
 	vsv iwd

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

end of thread, other threads:[~2021-01-21 14:31 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 17:34 [PR PATCH] iwd: update to 1.11 pbui
2021-01-07 17:45 ` pbui
2021-01-07 17:57 ` pbui
2021-01-07 19:32 ` st3r4g
2021-01-15  0:38 ` sgn
2021-01-15  0:46 ` sgn
2021-01-15  0:50 ` sgn
2021-01-15  0:53 ` ericonr
2021-01-15  1:59 ` [PR PATCH] [Updated] " pbui
2021-01-15  2:02 ` pbui
2021-01-15  2:24 ` ericonr
2021-01-15  3:45 ` ericonr
2021-01-15  9:36 ` travankor
2021-01-15  9:42 ` travankor
2021-01-15  9:43 ` travankor
2021-01-15  9:57 ` travankor
2021-01-15  9:57 ` travankor
2021-01-15 16:39 ` [PR PATCH] [Updated] " pbui
2021-01-15 16:40 ` pbui
2021-01-15 16:51 ` pbui
2021-01-18 21:30 ` ericonr
2021-01-21 14:31 ` [PR PATCH] [Closed]: " ericonr

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).