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 19:03:43 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35275@inbox.vuxu.org> (raw)

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

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/35275.patch is attached

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

From 728de3d432dee71516384e83a69b0e26a16b3fc3 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Fri, 28 Jan 2022 15:00:51 -0300
Subject: [PATCH] hostapd: update to 2.10

---
 srcpkgs/hostapd/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/hostapd/template b/srcpkgs/hostapd/template
index 87cf12033e40..07c13d4b74f9 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,14 +11,14 @@ 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
 }
 do_build() {
-	export CFLAGS+=" $(pkg-config --cflags libnl-3.0)"
+	export CFLAGS+="-O2 $(pkg-config --cflags libnl-3.0)"
 	make ${makejobs}
 }
 do_install() {

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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 18:03 hechos [this message]
2022-01-29 20:06 ` leahneukirchen
2022-02-01 14:51 ` [PR PATCH] [Closed]: " leahneukirchen
  -- strict thread matches above, loose matches on Subject: below --
2022-01-28 17:17 [PR PATCH] hostapd " 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-35275@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).