Github messages for voidlinux
 help / color / mirror / Atom feed
From: hechos <hechos@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] hostapd update to 2.10
Date: Fri, 28 Jan 2022 18:17:23 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35274@inbox.vuxu.org> (raw)

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

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

https://github.com/hechos/void-packages hostapd
https://github.com/void-linux/void-packages/pull/35274

hostapd update to 2.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
Yes
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 2f626f4b31893e92058cdc4f6fa17743131f7d5a Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Fri, 28 Jan 2022 14:08:29 -0300
Subject: [PATCH] hostapd update to 2.10

---
 srcpkgs/hostapd/template | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/hostapd/template b/srcpkgs/hostapd/template
index 87cf12033e40..01b0409a6687 100644
--- a/srcpkgs/hostapd/template
+++ b/srcpkgs/hostapd/template
@@ -1,7 +1,7 @@
 # Template file for 'hostapd'
 pkgname=hostapd
-version=2.9
-revision=3
+version=2.10
+revision=1
 build_wrksrc="$pkgname"
 conf_files="/etc/hostapd/hostapd.conf"
 hostmakedepends="pkg-config"
@@ -11,29 +11,29 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://w1.fi/hostapd/"
 distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz"
-checksum=881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9db2bd7
+checksum=206e7c799b678572c2e3d12030238784bc4a9f82323b0156b4c9466f1498915d
 
 do_configure() {
-	cp -f ${FILESDIR}/config .config
-	sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
+    cp -f ${FILESDIR}/config .config
+    sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
 }
 do_build() {
-	export CFLAGS+=" $(pkg-config --cflags libnl-3.0)"
-	make ${makejobs}
+    export CFLAGS+=" $(pkg-config --cflags libnl-3.0)"
+    make ${makejobs}
 }
 do_install() {
-	vsv hostapd
+    vsv hostapd
 
-	vmkdir usr/bin
-	install -t ${DESTDIR}/usr/bin hostapd hostapd_cli
+    vmkdir usr/bin
+    install -t ${DESTDIR}/usr/bin hostapd hostapd_cli
 
-	vmkdir usr/share/examples/hostapd
-	install -m644 -t ${DESTDIR}/usr/share/examples/hostapd \
-		hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-		wired.conf hlr_auc_gw.milenage_db
+    vmkdir usr/share/examples/hostapd
+    install -m644 -t ${DESTDIR}/usr/share/examples/hostapd \
+	hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
+	wired.conf hlr_auc_gw.milenage_db
 
-	vinstall hostapd.conf 644 etc/hostapd
-	vman hostapd.8
-	vman hostapd_cli.1
-	vlicense ${wrksrc}/COPYING
+    vinstall hostapd.conf 644 etc/hostapd
+    vman hostapd.8
+    vman hostapd_cli.1
+    vlicense ${wrksrc}/COPYING
 }

             reply	other threads:[~2022-01-28 17:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 17:17 hechos [this message]
2022-01-28 17:19 ` [PR PATCH] [Closed]: hostapd: " hechos
2022-01-28 18:03 [PR PATCH] " hechos

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-35274@inbox.vuxu.org \
    --to=hechos@users.noreply.github.com \
    --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).