Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iwd: update to 1.0.
@ 2019-10-30 13:32 voidlinux-github
  2019-10-30 14:44 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-30 13:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 334 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/15954

iwd: update to 1.0.
Tested with eduroam and an open network.

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

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

From 3ca9fa0622438adaa1298c2e0bec6f5f71bfe7ac Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Wed, 30 Oct 2019 09:06:38 -0400
Subject: [PATCH 1/2] ell: update to 0.26.

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

diff --git a/srcpkgs/ell/template b/srcpkgs/ell/template
index ace014248d3..6b0279c4c8d 100644
--- a/srcpkgs/ell/template
+++ b/srcpkgs/ell/template
@@ -1,6 +1,6 @@
 # Template file for 'ell'
 pkgname=ell
-version=0.25
+version=0.26
 revision=1
 build_style=gnu-configure
 configure_args="--enable-glib"
@@ -11,7 +11,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 license="GPL-2.0-only"
 homepage="https://01.org/ell"
 distfiles="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${version}.tar.xz"
-checksum=7f2be568219d991d566ca50c58a56e69df9a248619fed758dcd9a4b04e655e5b
+checksum=7855b4b8f271ba6ee67d87d0965b975a9a8dbeaa616665ca2248afa3b5fcbc77
 
 ell-devel_package() {
 	depends="ell-${version}_${revision}"

From 2d400321c291a86c90d1a8fd0500ff0bfe2de994 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Wed, 30 Oct 2019 09:22:53 -0400
Subject: [PATCH 2/2] iwd: update to 1.0.

---
 srcpkgs/iwd/patches/fix-name-request.patch | 24 ++++++++++------------
 srcpkgs/iwd/template                       |  7 +++----
 2 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/iwd/patches/fix-name-request.patch b/srcpkgs/iwd/patches/fix-name-request.patch
index e97efbc224a..3bad1201894 100644
--- a/srcpkgs/iwd/patches/fix-name-request.patch
+++ b/srcpkgs/iwd/patches/fix-name-request.patch
@@ -1,8 +1,6 @@
-diff --git Makefile.am Makefile.am
-index 6135524..5efb6f6 100644
---- Makefile.am
-+++ Makefile.am
-@@ -136,15 +136,15 @@ noinst_PROGRAMS =
+--- Makefile.am 2019-10-30 06:50:34.000000000 -0400
++++ Makefile.am	2019-10-30 09:10:08.542128891 -0400
+@@ -139,15 +139,15 @@
  if DBUS_POLICY
  dbus_datadir = @DBUS_DATADIR@/dbus-1/system.d
  dist_dbus_data_DATA =
@@ -18,10 +16,10 @@ index 6135524..5efb6f6 100644
 -dbus_busdir = @DBUS_BUSDIR@
 -dbus_bus_DATA =
 -
- systemd_modloaddir = @SYSTEMD_MODLOADDIR@
- systemd_modload_DATA = src/pkcs8.conf
- endif
-@@ -218,13 +218,13 @@ endif
+ systemd_networkdir = @SYSTEMD_NETWORKDIR@
+ systemd_network_DATA =
+ 
+@@ -244,13 +244,13 @@
  
  if DBUS_POLICY
  dist_dbus_data_DATA += src/iwd-dbus.conf
@@ -33,10 +31,10 @@ index 6135524..5efb6f6 100644
  
  systemd_unit_DATA += src/iwd.service
 -dbus_bus_DATA += src/net.connman.iwd.service
- endif
- endif
  
-@@ -277,13 +277,13 @@ wired_ead_DEPENDENCIES = $(ell_dependencies)
+ systemd_network_DATA += src/80-iwd.link
+ endif
+@@ -320,13 +320,13 @@
  
  if DBUS_POLICY
  dist_dbus_data_DATA += wired/ead-dbus.conf
@@ -49,8 +47,8 @@ index 6135524..5efb6f6 100644
  systemd_unit_DATA += wired/ead.service
 -dbus_bus_DATA += wired/net.connman.ead.service
  endif
- endif
  
+ if MANUAL_PAGES
 diff --git configure.ac configure.ac
 index ec0619e..13d6de4 100644
 --- configure.ac
diff --git a/srcpkgs/iwd/template b/srcpkgs/iwd/template
index c7e9ba102ec..60c60c5498d 100644
--- a/srcpkgs/iwd/template
+++ b/srcpkgs/iwd/template
@@ -1,20 +1,20 @@
 # Template file for 'iwd'
 pkgname=iwd
-version=0.23
+version=1.0
 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"
 makedepends="readline-devel dbus-devel ell-devel"
-depends="dbus ell>=0.25"
+depends="dbus ell>=0.26"
 checkdepends="python3"
 short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="LGPL-2.1-or-later"
 homepage="https://iwd.wiki.kernel.org/"
 distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
-checksum=e113b908c60537357b48c389317625e02cd1daa1b6e500bb356f7978a2a61280
+checksum=7296812b3012b0689a8af879c6028fa9efa5b43b27ecf037355b38f7af1aa167
 make_dirs="/var/lib/iwd 0600 root root
  /etc/iwd 755 root root"
 
@@ -23,6 +23,5 @@ pre_configure() {
 }
 
 post_install() {
-	vsconf doc/main.conf
 	vsv iwd
 }

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

* Re: [PR PATCH] [Merged]: iwd: update to 1.0.
  2019-10-30 13:32 [PR PATCH] iwd: update to 1.0 voidlinux-github
@ 2019-10-30 14:44 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-30 14:44 UTC (permalink / raw)
  To: ml

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

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

iwd: update to 1.0.
https://github.com/void-linux/void-packages/pull/15954

Description:
Tested with eduroam and an open network.

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

end of thread, other threads:[~2019-10-30 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 13:32 [PR PATCH] iwd: update to 1.0 voidlinux-github
2019-10-30 14:44 ` [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).