Commit Graph

13874 Commits

Author SHA1 Message Date
R. Ryantm
405be78807 gopass: 1.15.13 -> 1.15.14 2024-08-04 01:25:25 +00:00
Fabian Affolter
0c53765af8
Merge pull request #331901 from r-ryantm/auto-update/httpx
httpx: 1.6.6 -> 1.6.7
2024-08-03 13:40:37 +02:00
R. Ryantm
8bd2e0edf1 httpx: 1.6.6 -> 1.6.7 2024-08-03 03:08:25 +00:00
Emily Trau
f10aad89bd
Merge pull request #329272 from vringar/fix/ghidra-extensions
gradle: fix update-deps.sh to use Nix bash
2024-08-03 10:41:29 +10:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
vringar
5c354f19ea ghidra: restore configurability to buildGhidraExtension
This is required as Ghidra plugins don't have a consistent
layout and have to be widely configurable
2024-08-02 13:11:01 +02:00
R. Ryantm
d0d88e7376 spire: 1.10.0 -> 1.10.1 2024-08-02 03:53:24 +00:00
Emily Trau
f98048899b jadx: format according to rfc 2024-08-01 16:26:50 +02:00
Emily Trau
7dbeba27ae jadx: 1.4.7 -> 1.5.0 2024-08-01 16:26:50 +02:00
Doron Behar
744ee783af
Merge pull request #331099 from doronbehar/pkg/sequoia-sq
sequoia-sq: 0.34.0 -> 0.37.0
2024-08-01 13:32:45 +00:00
Peder Bergebakken Sundt
b926e6ece9
Merge pull request #331116 from pbsds/fix-finalattrs-docheck-1722356587
treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
2024-08-01 14:58:44 +02:00
maralorn
a7a6e3dfe5 Merge branch 'master' into haskell-updates 2024-07-31 22:45:39 +02:00
maralorn
2a5bfeacab
Merge pull request #331080 from alexfmpe/echidna
echidna: fix build on aarch64-darwin
2024-07-31 19:51:53 +02:00
Peter Hoeg
15d31625fe pwgen-secure: recent python versions does not like invalid escape sequences 2024-07-31 16:11:36 +02:00
Zane van Iperen
df951077f3
fail2ban: backport openssh 9.8 fixes + move to by-name
See [1].

[1]: https://discourse.nixos.org/t/fail2ban-is-not-working-for-sshd-with-systemd-backend/48972/3?u=vs49688
2024-07-31 19:18:45 +10:00
zimbatm
caa12efaf4 keycard-cli: move to by-name 2024-07-31 09:10:31 +02:00
zimbatm
7b8adc065a su-exec: move to by-name 2024-07-31 09:10:31 +02:00
zimbatm
159042ff69 verifpal: move to by-name 2024-07-31 09:10:30 +02:00
Doron Behar
16aba95671 sequoia-sqv: 1.1.0 -> 1.2.1 2024-07-31 08:05:33 +03:00
Doron Behar
20b1291f06 sequoia-sqop: small 'with lib;' removal 2024-07-31 08:05:33 +03:00
Nick Cao
9100133809
Merge pull request #326342 from leona-ya/sudo-rs-0.2.3
sudo-rs: 0.2.2 -> 0.2.3
2024-07-30 18:48:34 -04:00
Peder Bergebakken Sundt
bbeed57c49
Merge pull request #330616 from yaxitech/step-ca-0.27.2-hash
step-ca: fix hash
2024-07-30 23:14:20 +02:00
Leona Maroni
cb15b280ab
sudo-rs: 0.2.2 -> 0.2.3
https://github.com/trifectatechfoundation/sudo-rs/releases/tag/v0.2.3

Update homepage and repo to point to the new owner
2024-07-30 23:48:36 +05:30
Peder Bergebakken Sundt
29ab705c17 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
repeat of #271241
discussion: #272978

I did not replace the instance in eiwd, since it causes an infinite recursion.
2024-07-30 18:32:01 +02:00
Doron Behar
39ecfa6273 sequoia-sqv: small 'with lib;' removal 2024-07-30 18:07:39 +03:00
Alexandre Esteves
f307302a7f echidna: run nixfmt 2024-07-30 13:53:34 +01:00
Alexandre Esteves
cb10e91077 echidna: fix build on aarch64-darwin 2024-07-30 13:43:53 +01:00
Yt
dcd0434dc9
Merge pull request #330891 from jmbaur/aide-sysconfdir
aide: fix default DB/config location
2024-07-30 00:28:39 +00:00
Nick Cao
c7b5f486d3
Merge pull request #330598 from r-ryantm/auto-update/nitrokey-app2
nitrokey-app2: 2.3.0 -> 2.3.1
2024-07-29 15:40:38 -04:00
Philip Taron
1dfa4e2a3f metasploit-env: avoid top-level with in shell.nix 2024-07-29 19:46:18 +02:00
Jared Baur
146ee44c70
aide: fix default DB/config location
Without specifying otherwise, aide will look in $out/etc for its
configuration file and database. Since this is immutable, changing it to
/etc allows it to be usable.
2024-07-29 09:27:20 -07:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Fabian Affolter
8761cb17a5
Merge pull request #330631 from r-ryantm/auto-update/trufflehog
trufflehog: 3.80.0 -> 3.80.2
2024-07-28 18:32:53 +02:00
Jörg Thalheim
8968b1abb7
Merge pull request #330232 from atorres1985-contrib/remove-viric
Treewide: remove inactive maintainer viric
2024-07-28 17:15:00 +02:00
Anderson Torres
9a624d10e3 treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
Florian Klink
68ba40ce4e
Merge pull request #330642 from r-ryantm/auto-update/jwx
jwx: 2.1.0 -> 2.1.1
2024-07-28 17:23:45 +03:00
Nick Cao
d179dd95d1
Merge pull request #330501 from r-ryantm/auto-update/exploitdb
exploitdb: 2024-07-17 -> 2024-07-27
2024-07-28 10:04:09 -04:00
R. Ryantm
6d0535007e jwx: 2.1.0 -> 2.1.1 2024-07-28 12:56:36 +00:00
R. Ryantm
273848a31a trufflehog: 3.80.0 -> 3.80.2 2024-07-28 12:30:22 +00:00
Vincent Haupert
f348ae03dc step-ca: fix hash 2024-07-28 12:57:28 +02:00
R. Ryantm
3dda8c7f45 nitrokey-app2: 2.3.0 -> 2.3.1 2024-07-28 08:20:17 +00:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
R. Ryantm
f23715a833 exploitdb: 2024-07-17 -> 2024-07-27 2024-07-27 20:04:34 +00:00
Someone
63cc38bf10
Merge pull request #324545 from paparodeo/treewide-strict-deps-fixes
treewide: fix packages that use cmake strict deps when cmake strict deps works
2024-07-27 22:19:23 +03:00
zhoufanjin
99da330f23
treewide: fix some comments (#330407)
Signed-off-by: zhoufanjin <shuangcui@live.cn>
2024-07-27 22:05:18 +08:00
Nick Cao
8cb0914e72
Merge pull request #330340 from r-ryantm/auto-update/vault-ssh-plus
vault-ssh-plus: 0.7.4 -> 0.7.5
2024-07-27 09:41:48 -04:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
R. Ryantm
b85d65d55e vault-ssh-plus: 0.7.4 -> 0.7.5 2024-07-27 06:49:11 +00:00
Nick Cao
d92cf7e18f
Merge pull request #330080 from r-ryantm/auto-update/pinentry-bemenu
pinentry-bemenu: 0.13.2 -> 0.14.0
2024-07-26 16:27:33 -04:00
R. Ryantm
34c989194e pinentry-bemenu: 0.13.2 -> 0.14.0 2024-07-26 06:18:14 +00:00