Commit Graph

6349 Commits

Author SHA1 Message Date
Fabian Affolter
02a48c9732
Merge pull request #167067 from fabaff/bump-metasploit
metasploit: 6.1.35 -> 6.1.36
2022-04-03 23:49:25 +02:00
Fabian Affolter
d6fc009d2c metasploit: 6.1.35 -> 6.1.36 2022-04-03 21:03:49 +02:00
ajs124
d0063f803c meo: remove after being marked broken for over two years
It was marked in commit 5aa4b19946 by Linus Heckemann on 2019-10-07 (commited on 2019-10-08)
2022-04-03 16:14:17 +01:00
ajs124
d8393bc040 chaps: remove after being marked broken for over two years
It was marked in commit c7ffe1778a by Franz Pletz on 2017-07-31 (commited on 2019-07-29)
2022-04-03 16:14:12 +01:00
Fabian Affolter
627d8390ff
Merge pull request #167006 from fabaff/bump-naabu
naabu: 2.0.5 -> 2.0.6
2022-04-03 09:46:06 +02:00
Fabian Affolter
28d736ac6a terrascan: 1.13.2 -> 1.14.0 2022-04-03 09:15:45 +02:00
Fabian Affolter
d341a9022e naabu: 2.0.5 -> 2.0.6 2022-04-03 09:10:31 +02:00
Nick Cao
884395eae0 zzuf: use autoreconfHook 2022-04-03 09:07:00 +02:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Samuel Gräfenstein
666a90e29d gnupg{,1}: add meta.mainProgram 2022-04-02 02:08:55 +02:00
Artturi
a40f967c85
Merge pull request #166577 from xrelkd/update/sn0int
sn0int: 0.24.1 -> 0.24.2
2022-04-01 22:59:40 +03:00
Fabian Affolter
48bb359967 cfripper: 1.7.0 -> 1.7.1 2022-04-01 20:19:59 +02:00
R. Ryantm
ff1c57bcfd spectre-meltdown-checker: 0.44 -> 0.45 2022-04-01 00:52:22 +00:00
Fabian Affolter
2b8c1d98fb
Merge pull request #166596 from 06kellyjac/kubescape
kubescape: 2.0.149 -> 2.0.150
2022-03-31 21:28:33 +02:00
Lein Matsumaru
237047f1e7
exploitdb: 2022-03-24 -> 2022-03-31 2022-03-31 16:55:54 +00:00
06kellyjac
d6e96b979e kubescape: 2.0.149 -> 2.0.150 2022-03-31 17:53:17 +01:00
xrelkd
578ba59bbf sn0int: 0.24.1 -> 0.24.2 2022-03-31 22:32:25 +08:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Fabian Affolter
0392957d1b kubeaudit: 0.16.0 -> 0.17.0 2022-03-31 02:32:55 +02:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Enno Richter
57a54d6e57
evil-winrm: init at 3.3 (#153752)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-30 03:25:14 +02:00
Sandro
a4c72214e3
Merge pull request #166301 from FedX-sudo/master 2022-03-30 02:02:33 +02:00
fedx-sudo
32a8f307ac aesfix: init at v1.0.1
aesfix: init at v1.0.1

aesfix: init at v1.0.1

aesfx: init at v1.0.1

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/security/aesfix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-29 22:23:32 +00:00
Fabian Affolter
f7ccecfe39
Merge pull request #166061 from SuperSandro2000/sshuttle
sshuttle: 1.0.5 -> 1.1.0, add SuperSandro2000 as maintainer
2022-03-28 20:52:36 +02:00
Nicolas M
ee684089c3
melt: init at 0.2.0 (#164439)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-28 16:38:33 +02:00
Sandro
2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git 2022-03-28 12:47:42 +02:00
Sandro Jäckel
87c0118ab1
sshuttle: 1.0.5 -> 1.1.0, add SuperSandro2000 as maintainer 2022-03-28 12:35:51 +02:00
Sandro Jäckel
17c8525e51
onlykey: replace git://github.com with https:// 2022-03-28 12:23:02 +02:00
Fabian Affolter
a107f9de56 ffuf: 1.3.1 -> 1.4.0 2022-03-28 08:26:48 +02:00
Sandro
c42bc84ecb
Merge pull request #164460 from sikmir/gopass 2022-03-27 14:51:05 +02:00
Fabian Affolter
c658a811be
Merge pull request #165825 from fabaff/bump-metasploit
metasploit: 6.1.34 -> 6.1.35
2022-03-26 12:44:01 +01:00
Fabian Affolter
841ef45dfb metasploit: 6.1.34 -> 6.1.35 2022-03-26 10:08:31 +01:00
Pascal Bach
93c4209d3f cryptomator: 1.6.5 -> 1.6.7
Disable maven tests as they try to mount and load kernel modules,
which is not somthing we want during a build.
2022-03-26 08:48:53 +01:00
Pascal Bach
878f72c7e3 cryptomator: 1.5.15 -> 1.6.5
- packer is not needed anymore, remove it
- use nix built jffi instead of bundeled one to avoid segfault
2022-03-26 08:48:53 +01:00
Artturi
be1f1aa58a
Merge pull request #165798 from r-ryantm/auto-update/tboot
tboot: 1.10.4 -> 1.10.5
2022-03-26 05:36:38 +02:00
06kellyjac
617074f4c8 shisho: init at 0.5.2 2022-03-25 22:19:45 -04:00
R. Ryantm
f3180f4cdc tboot: 1.10.4 -> 1.10.5 2022-03-26 00:01:40 +00:00
Lein Matsumaru
df26b72fe7
exploitdb: 2022-03-22 -> 2022-03-24 2022-03-25 16:31:39 +00:00
Ben Siraphob
e0e745fe26
Merge pull request #165512 from Artturin/metarepremove 2022-03-24 22:19:44 -05:00
Artturin
33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
06kellyjac
1ddf09c43f grype: 0.34.6 -> 0.34.7 2022-03-24 21:10:38 +00:00
Fabian Affolter
44d5b5e1e4
Merge pull request #165591 from r-ryantm/auto-update/cfripper
cfripper: 1.6.0 -> 1.7.0
2022-03-24 21:18:37 +01:00
Fabian Affolter
4f274e31f8
Merge pull request #165584 from r-ryantm/auto-update/authoscope
authoscope: 0.8.0 -> 0.8.1
2022-03-24 18:55:20 +01:00
maxine [they]
c6ae3a860d
Merge pull request #165476 from techknowlogick/bump-vault-bin 2022-03-24 18:45:58 +01:00
techknowlogick
53354d41d9 vault-bin: 1.9.1 -> 1.10.0 2022-03-24 13:20:12 -04:00
maxine [they]
d625945bf0
Merge pull request #165467 from techknowlogick/bump-vault
vault: 1.9.4 -> 1.10.0
2022-03-24 18:16:51 +01:00
Fabian Affolter
9327a5fcd5 sigma-cli: 0.3.3 -> 0.3.4 2022-03-24 09:10:49 -07:00
R. Ryantm
d6197c5380 cfripper: 1.6.0 -> 1.7.0 2022-03-24 10:13:33 +00:00
R. Ryantm
f96f3416bc authoscope: 0.8.0 -> 0.8.1 2022-03-24 09:01:26 +00:00