- Oct 15, 2024
-
-
Chocobo1 authored
Using `getrandom` system call is faster than reading from `/dev/random` and doesn't require a file descriptor. Ubuntu also enables it: https://git.launchpad.net/ubuntu/+source/wpa/tree/debian/config/hostapd/linux?id=dd3cefa946a1fa14c957606bb016af801f7d6d44#n259
-
- Aug 21, 2024
-
-
David Runge authored
Rebuild to fix issue with tmpfiles.d integration. Fixes #2
-
- Aug 15, 2024
-
-
David Runge authored
-
- Jul 31, 2024
-
- Jul 25, 2024
-
-
David Runge authored
Rebuild to fix tmpfiles.d integration, as there was one blank entry too few for the factory content argument.
-
- Jul 24, 2024
-
-
David Runge authored
Use a patch instead of a complex sed call to modify the default config file for filesystem compliance.
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
- Jul 22, 2024
-
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
- Jul 06, 2024
-
-
Jelle van der Waa authored
-
- Sep 04, 2023
-
-
David Runge authored
Rebuild to add 802.11ax support: https://bugs.archlinux.org/task/68734
-
- Aug 10, 2023
-
-
Sergej Pupykin authored
-
- Nov 01, 2022
-
- Aug 21, 2022
-
-
- Jan 16, 2022
-
-
David Runge authored
Remove now included patches. Consolidate custom configuration with upstream defconfig. Simplify quoting in file. Do not break long lines.
-
- Apr 02, 2021
-
-
Jonas Witschel authored
-
- Dec 06, 2020
-
-
David Runge authored
Apply upstream suggested patches to fix CVE-2020-12695. See https://bugs.archlinux.org/task/68861 for further info.
-
- Nov 28, 2019
-
-
David Runge authored
Removing PrivateTmp=yes again from the systemd service file, as it introduces a regression, that prevents hostapd-cli from being used (FS#64375).
-
- Sep 17, 2019
-
-
David Runge authored
Adding contributor. Switching to correct license (BSD). Removing non-standard/ not-upstreamed (and undocumented) patches. Syncing build config with the standard one from version 2.9. Setting state dir and configuration locations in default configuration. Removing unrequired CFLAGS override. Installing (hopefully) all configurations to /etc/hostapd and adding them to backup array. Extracting correct license from README and installing it. Installing READMEs and ChangeLog as docs. Building against sqlite for additional functionality. Using install target to install files instead of manually installing them. Adding PrivateTmp=yes to hostapd.service, so a separate tmp is used for certain actions.
-
- Aug 09, 2019
-
-
Sergej Pupykin authored
-
- Apr 25, 2019
-
-
Sergej Pupykin authored
-
- Dec 05, 2018
-
-
Sergej Pupykin authored
-
- Feb 09, 2018
-
-
Sergej Pupykin authored
-
- Nov 15, 2017
-
-
Evangelos Foutras authored
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
-
- Oct 16, 2017
-
- Jun 28, 2017
-
-
Sergej Pupykin authored
-