Sergei Trofimovich
09dad664a1
wireless-regdb: 2024.07.04 -> 2024.10.07
...
Changes: https://lore.kernel.org/wireless-regdb/ZwNXo23LR-zCMSYw@wens.tw/T/#u
2024-10-07 22:55:48 +01:00
R. Ryantm
75978131f6
wireless-regdb: 2024.05.08 -> 2024.07.04
2024-07-04 19:04:27 +00:00
Sergei Trofimovich
02288621a8
wireless-regdb: 2024.01.23 -> 2024.05.08
...
Changes: https://git.kernel.org/pub/scm/linux/kernel/git/wens/wireless-regdb.git/log/?h=master-2024-05-08
2024-05-09 21:49:11 +01:00
Sergei Trofimovich
21924d4c93
wireless-regdb: 2023.09.01 -> 2024.01.23 (take 2, with crda removed)
...
Now that `crda` is removed from `nixpkgs` we can update `wireless-regdb`
to a newer version.
2024-02-06 22:53:14 +00:00
Sergei Trofimovich
31fc36fcd9
wireless-regdb: revert "add crda
to tests"
...
This reverts commit eb657c45f9
.
Prepare for `crda` removal from `nixpkgs`. According to upstream
https://lore.kernel.org/linux-wireless/455bafff0d609eb182ba30a5fbf319888e0e961d.camel@sipsolutions.net/
`crda` is not needed for kernels `4.16` or later. Such old kernels are
not in `nixpkgs` anymore.
2024-02-06 22:45:47 +00:00
Franz Pletz
194fa8635d
Merge pull request #286726 from trofi/wireless-regdb-revert
...
wireless-regdb: revert "2023.09.01 -> 2024.01.23 (#286012 )"
2024-02-06 16:24:34 +01:00
Sergei Trofimovich
eb657c45f9
wireless-regdb: add crda
to tests
...
This will make it easier to catch bugs like
https://github.com/NixOS/nixpkgs/pull/286012#issuecomment-1929238512 in
future.
2024-02-06 11:27:27 +00:00
Sergei Trofimovich
b08cb4999f
wireless-regdb: revert "2023.09.01 -> 2024.01.23 ( #286012 )"
...
This reverts commit abe3cbb1c1
.
Reported by Martin Weinelt at https://github.com/NixOS/nixpkgs/pull/286012#issuecomment-1929238512
The change caused `crda` test failure as:
crda> Running phase: checkPhase
crda> check flags: -j64 SHELL=/nix/store/cjbyb45nxiqidj95c4k1mh65azn1x896-bash-5.2-p21/bin/bash PREFIX=\$\(out\) SBINDIR=\$\(out\)/bin/ UDEV_RULE_DIR=\$\(out\)/lib/udev/rules.d/ REG_BIN=/nix/store/qx9xcsda4ypxfkg1x3s3ra1v6p38k6a5-wireless-regdb-2024.01.23/lib/crda/regulatory.bin VERBOSE=y verify
crda> CHK /nix/store/qx9xcsda4ypxfkg1x3s3ra1v6p38k6a5-wireless-regdb-2024.01.23/lib/crda/regulatory.bin
crda> Database signature verification failed.
crda> Invalid or empty regulatory file, note: a binary regulatory file should be used.
crda> make: *** [Makefile:161: verify] Error 234
Let's revert until it's sorted upstream.
2024-02-06 11:05:21 +00:00
Sergei Trofimovich
abe3cbb1c1
wireless-regdb: 2023.09.01 -> 2024.01.23 ( #286012 )
2024-02-03 16:40:35 +01:00
R. Ryantm
0af6c474ee
wireless-regdb: 2023.05.03 -> 2023.09.01
2023-09-11 02:21:16 +00:00
R. Ryantm
bbaa71fa60
wireless-regdb: 2023.02.13 -> 2023.05.03
2023-05-07 23:01:59 +00:00
R. Ryantm
f3f74ac6c7
wireless-regdb: 2022.08.12 -> 2023.02.13
2023-02-25 23:35:47 +00:00
R. Ryantm
04c142749c
wireless-regdb: 2022.06.06 -> 2022.08.12
2022-08-17 06:49:13 +02:00
Alyssa Ross
839d828b9c
treewide: firmware: stdenv -> stdenvNoCC
...
None of these packages use a compiler, except for alsa-firmware, which
has the appropriate compiler in depsBuildBuild already.
Tested by building a NixOS system with hardware.enableAllFirmware = true.
2022-08-12 15:51:22 +00:00
kilianar
12218a56e0
wireless-regdb: 2022.02.18 -> 2022.06.06
2022-07-01 21:07:51 +02:00
R. Ryantm
c4cfcc559f
wireless-regdb: 2021.08.28 -> 2022.02.18
2022-02-23 06:02:54 +00:00
R. RyanTM
18aa4e31ef
wireless-regdb: 2021.07.14 -> 2021.08.28
2021-09-13 21:13:09 +00:00
R. RyanTM
d1434fd896
wireless-regdb: 2021.04.21 -> 2021.07.14
2021-08-14 06:24:20 +00:00
Yurii Matsiuk
5ca20c29fa
wireless-regdb: 2020.04.29 -> 2021.04.21
2021-06-28 10:43:40 +02:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
0bbb0d488c
wireless-regdb: 2019.06.03 -> 2020.04.29
2020-06-07 10:53:07 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Will Dietz
b791d03480
wireless-regdb: 2019-03-01 -> 2019-06-03
2019-06-06 22:48:51 -05:00
Will Dietz
bdc2080f95
wireless-regdb: 2018.10.24 -> 2019.03.01
2019-03-07 16:41:03 -06:00
R. RyanTM
9262001250
wireless-regdb: 2018.09.07 -> 2018.10.24
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireless-regdb/versions
2018-10-25 22:26:14 -07:00
R. RyanTM
286915d54e
wireless-regdb: 2018.05.31 -> 2018.09.07
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireless-regdb/versions
2018-09-20 01:38:36 -07:00
R. RyanTM
0a01677533
wireless-regdb: 2018.05.09 -> 2018.05.31 ( #41502 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/wireless-regdb/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/eb0bfbd5021737ca480ef0988bdb7c0b
- du listing: https://gist.github.com/bef51cf6379ac49345c3a945c0d86181
2018-06-06 08:27:07 +02:00
R. RyanTM
5956939f35
wireless-regdb: 2017.12.23 -> 2018.05.09
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/wireless-regdb/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/6eb5b27b95c943023d5aa76dab9d870e
2018-05-12 14:03:48 +02:00
Franz Pletz
cc98976b47
wireless-regdb: 2017.03.07 -> 2017.12.23
2018-01-28 18:52:23 +01:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Franz Pletz
7d48dc39f6
wireless-regdb: 2016-06-16 -> 2017.03.07
2017-08-28 00:54:43 +02:00
Kranium Gikos Mendoza
9d8262bd92
wireless-regdb: 2016-05-02 -> 2016-06-10 ( #17706 )
2016-08-14 11:45:01 +00:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Tobias Geerinckx-Rice
69ef7566a8
wireless-regdb: 2016-02-08 -> 2016-05-02
2016-05-03 02:01:12 +02:00
Tobias Geerinckx-Rice
2671d4ffdb
wireless-regdb: 2015-12-14 -> 2016-02-08
2016-02-12 00:14:01 +01:00
Tobias Geerinckx-Rice
9fb8020e4e
Add version attribute where maintainers |= nckx
...
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Tobias Geerinckx-Rice
624b3a34c0
wireless-regdb: change homepage to more accessible wiki
2015-12-31 05:04:05 +01:00
Tobias Geerinckx-Rice
f50a719a4d
wireless-regdb: licenses.{free -> isc}, apparently
2015-12-27 21:43:26 +01:00
Tobias Geerinckx-Rice
b88abaaf5e
wireless-regdb: init at 2015-12-14
2015-12-27 19:00:42 +01:00