Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] iwd: update to 1.0.
Date: Wed, 30 Oct 2019 14:32:33 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15954@inbox.vuxu.org> (raw)

[-- 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
 }

             reply	other threads:[~2019-10-30 13:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-30 13:32 voidlinux-github [this message]
2019-10-30 14:44 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15954@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).