Commit Graph
4337 Commits
Author SHA1 Message Date
Ben Siraphob 52366ba8ca snow: init at 20130616 2020-10-28 15:01:29 +07:00
Andreas Rammhold db0fe5c3eb Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Ben Siraphob 74c6afa7d2 ncrack: init at 0.7 2020-10-27 23:09:15 +07:00
Timothy Stott e84fc8f64c _1password-gui: add timstott as maintainer 2020-10-27 08:52:40 +00:00
Doron Behar ccf24bf7dd Merge pull request #101753 from doronbehar/pkg/sequoia 2020-10-27 09:09:11 +02:00
Doron Behar dc63a0d525 sequoia: unmark as broken on Darwin
According to:
https://github.com/NixOS/nixpkgs/pull/101753#issuecomment-716641372
2020-10-26 23:10:50 +02:00
Doron Behar a28e589938 sequoia: 0.19.0 -> 0.20.0 2020-10-26 14:18:49 +02:00
Sandro Jäckel fd29e9a3c0 rustscan: fix building on darwin 2020-10-26 21:55:34 +10:00
Sandro Jäckel 57c2755ca2 ssh-audit: set meta.platforms.all 2020-10-26 21:55:34 +10:00
Vladimír Čunát 336bc8283b Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
WORLDofPEACE 309ce3f8a1 Merge pull request #100031 from ju1m/gnupg
gnupg: put libexec tools (eg. gpg-preset-passphrase) in PATH
2020-10-25 17:39:50 -04:00
makefu f3fa188c02 metasploit: add passthru.updateScript 2020-10-25 21:35:33 +01:00
makefu 5c79b3dda0 metasploit: 5.0.90 -> 6.0.12 2020-10-25 21:34:08 +01:00
R. RyanTM 03206f88e5 lynis: 3.0.0 -> 3.0.1 2020-10-25 20:04:47 +00:00
Ryan Mulligan f262382e01 Merge pull request #101653 from r-ryantm/auto-update/gobuster
gobuster: 3.0.1 -> 3.1.0
2020-10-25 09:19:07 -07:00
R. RyanTM ce1bc3c3b0 gobuster: 3.0.1 -> 3.1.0 2020-10-25 14:40:51 +00:00
R. RyanTM 782cf9ba0b bitwarden: 1.22.1 -> 1.22.2 2020-10-25 09:48:36 +01:00
Vladimír Čunát 2f6b00b15e Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
Vladimír Čunát c778945806 Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
R. RyanTM c88f981f80 tpm2-abrmd: 2.3.2 -> 2.3.3 2020-10-25 09:40:35 +01:00
Vladimír Čunát 17f5305b6c Merge #101508: libraw: 0.20.0 -> 0.20.2 2020-10-25 09:28:53 +01:00
WORLDofPEACE 949f7f9227 Merge pull request #98316 from NixOS/gnome-3.38
GNOME 3.38
2020-10-23 20:02:38 -04:00
Jan Tojnar 9b64ebbeb7 onioncircuits: Switch to Python 3
PyGObject no longer supports Python 2.
2020-10-24 01:18:44 +02:00
Jan Tojnar 8317c630af Merge branch 'staging-next' into staging 2020-10-24 01:10:37 +02:00
Ryan Mulligan 77fe740a5b sonar-scanner-bin: rename to sonar-scanner-cli, 3.3.0.1492 -> 4.5.0.2216
also fix up meta info
2020-10-23 06:30:32 -07:00
Ryan Mulligan e3ac67d42e Merge pull request #55558 from ghost/sonar-scanner
sonar-scanner-bin: init at 3.3.0.1492
2020-10-23 06:21:41 -07:00
Anton Plotnikov 1321ae850c fido2luks: 0.2.3 -> 0.2.15
Also remove interactive flag from initrd, because of broken io.
2020-10-23 11:03:31 +03:00
Jan Tojnar 3e01d383ee Merge branch 'staging-next' into staging 2020-10-22 21:20:32 +02:00
R. RyanTM 52d5ebe067 clamav: 0.102.4 -> 0.103.0 2020-10-22 15:36:30 +00:00
R. RyanTM 1afa7b7746 _1password-gui: 0.8.10 -> 0.9.0 2020-10-21 22:05:32 +00:00
Daiderd Jordan bb0b872b61 Merge pull request #100388 from thefloweringash/darwin-dylib-names-hook
treewide: move fixDarwinDylibNames to nativeBuildInputs
2020-10-21 19:25:48 +02:00
Andrew Childs 5b5d38a7e7 sudolikeaboss: remove input propagation and unused hook
This package is a leaf that exports no libraries, so propagating its
inputs should have no effect.

The fixDarwinDylibNames hook only applies to *.dylib files, which this
package does not contain.
2020-10-21 13:31:12 +09:00
Andrew Childs 722d02a720 treewide: move fixDarwinDylibNames to nativeBuildInputs
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09:00
Justin Humm c4237e2be1 opensc: patch for CVE-2020-26570, CVE-2020-26572 2020-10-20 17:31:26 +02:00
Diego Rodriguez 212523abad aws-okta: 1.0.4 -> 1.0.5 2020-10-19 20:53:50 -06:00
hloeffler bea078e7b3 aide: update metadata 2020-10-19 13:03:46 -07:00
Jörg Thalheim 2ee6d466f5 Merge pull request #98410 from SuperSandro2000/rustscan-1.9.0 2020-10-19 12:12:08 +02:00
Jörg Thalheim a1a0ea730f Merge pull request #99088 from SuperSandro2000/ssh-audit-2.3.0 2020-10-19 07:52:39 +02:00
Mario Rodas 405131bc7e Merge pull request #100993 from r-ryantm/auto-update/kbs2
kbs2: 0.1.5 -> 0.1.6
2020-10-18 11:46:29 -05:00
R. RyanTM 33e782aaf7 kbs2: 0.1.5 -> 0.1.6 2020-10-18 15:43:20 +00:00
Mario Rodas 07fef1bea1 Merge pull request #100960 from r-ryantm/auto-update/hcxdumptool
hcxdumptool: 6.1.2 -> 6.1.3
2020-10-18 09:10:59 -05:00
Mario Rodas f95d603c9e Merge pull request #100915 from r-ryantm/auto-update/doppler
doppler: 3.10.3 -> 3.15.0
2020-10-18 08:28:42 -05:00
R. RyanTM 051fd9bf77 hcxdumptool: 6.1.2 -> 6.1.3 2020-10-18 11:27:23 +00:00
R. RyanTM 7e9df8c8f1 doppler: 3.10.3 -> 3.15.0 2020-10-18 02:26:25 +00:00
R. RyanTM 4627d7617d bitwarden_rs-vault: 2.16.0b -> 2.16.1 2020-10-17 19:12:17 +00:00
R. RyanTM e373dd9821 bitwarden_rs: 1.16.3 -> 1.17.0 2020-10-17 18:49:08 +00:00
Mario Rodas e2591b03fb rbw: add marsam to maintainers 2020-10-17 04:20:00 +00:00
Mario Rodas 1f319ea6ad rbw: 0.4.6 -> 0.5.0 2020-10-17 04:20:00 +00:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00