Bobby Rong
4599a1f98e
Merge pull request #143522 from r-ryantm/auto-update/riemann-c-client
...
riemann_c_client: 1.10.4 -> 1.10.5
2021-11-06 19:49:02 +08:00
Fabian Affolter
8a9543c610
Merge pull request #144796 from fabaff/bump-metasploit
...
metasploit: 6.1.12 -> 6.1.13
2021-11-06 10:36:54 +01:00
Ryan Burns
2cd277453d
Merge pull request #144513 from trofi/fix-bwm_ng-for-ncurses-6.3
...
bwm_ng: pull upstream fix for upcoming ncurses-6.3
2021-11-06 01:48:56 -07:00
Bernardo Meurer
58a18138b2
Merge pull request #144825 from alyssais/treewide-mirror
...
treewide: use mirror URLs where available
2021-11-05 21:10:44 -07:00
Joel
f3decfa7da
octofetch: init at 0.3.1
...
octofetch: use buildInputs for openssl
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-11-05 19:02:00 -07:00
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
...
Candidates identified with
git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
grep -v nixos.org | grep :// | cut -d '"' -f 2)"
and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Fabian Affolter
331fb73e3b
Merge pull request #144528 from fabaff/bump-pwncat
...
pwncat: 0.1.1 -> 0.1.2
2021-11-06 00:44:24 +01:00
Artturi
60c602c897
Merge pull request #144769 from Thesola10/patch-4
...
dduper: update btrfs-progs patch
2021-11-05 23:24:45 +02:00
Fabian Affolter
3e368b176a
metasploit: 6.1.12 -> 6.1.13
2021-11-05 21:27:30 +01:00
Sandro
531afdf160
Merge pull request #144775 from ambroisie/sshfs-main-program
2021-11-05 21:06:25 +01:00
Karim Vergnes
cf0dfe4c7e
dduper: update btrfs-progs patch
...
This fixes the failing build for the patched `btrfs-progs` required by `dduper`.
2021-11-05 20:03:32 +01:00
Bruno BELANYI
b9bf35b065
sshfs: add 'meta.mainProgram'
2021-11-05 19:19:59 +01:00
Sandro
039162e402
Merge pull request #144753 from applePrincess/exploitdb-2021-11-05
2021-11-05 17:31:32 +01:00
Lein Matsumaru
61ef4e4599
exploitdb: 2021-11-04 -> 2021-11-05
2021-11-05 14:52:55 +00:00
Alyssa Ross
02a01828c5
pkgsMusl.connmanMinimal: fix build with Alpine patch
2021-11-05 14:51:49 +00:00
figsoda
6d6ab8e9ce
Merge pull request #144735 from nerdypepper/update-statix
...
statix: 0.3.5 -> 0.3.6
2021-11-05 07:57:47 -04:00
Akshay
c22dad59dc
statix: 0.3.5 -> 0.3.6
2021-11-05 16:56:45 +05:30
Sandro
da7b746c54
Merge pull request #143689 from tuxinaut/master
2021-11-05 10:54:48 +01:00
Nikola Knezevic
0278e1e297
ngrep: Make available on darwin
...
ngrep works on macos/Darwin without problems. The official page even
states that:
```
Confirmed Working Platforms
Linux 2.0+ (RH6+, SuSE, TurboLinux, Debian, Gentoo, Ubuntu, Mandrake, Slackware)/x86, RedHat/alpha Cobalt, (Qube2) Linux/MIPS
Solaris 2.5.1, 2.6/SPARC, Solaris 7, Solaris 8/SPARC, Solaris 9/SPARC
FreeBSD 2.2.5, 3.1, 3.2, 3.4-RC, 3.4-RELEASE, 4.0, 5.0
OpenBSD 2.4 (after upgrading pcap from 0.2), 2.9, 3.0, 3.1+
NetBSD 1.5/SPARC
Digital Unix V4.0D (OSF/1), Tru64 5.0, Tru64 5.1A
HPUX 11
IRIX
AIX 4.3.3.0/PowerPC
BeOS R5
Mac OS X 10+
GNU HURD
Windows 95, 98, NT, 2000, XP, 2003/x86, 7, 8, 8.1, 10
```
2021-11-05 10:08:50 +01:00
Schäfer, Denny
65b34026ba
awscli2: 2.2.40 -> 2.3.4
2021-11-05 10:07:55 +01:00
Ryan Mulligan
914813789d
Merge pull request #144458 from r-ryantm/auto-update/mcrcon
...
mcrcon: 0.7.1 -> 0.7.2
2021-11-04 19:42:05 -07:00
Bernardo Meurer
f140680724
Merge pull request #144671 from andersk/LD_LIBRARY_PATH
...
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
2021-11-04 19:38:39 -07:00
Robert Scott
9eb3c41fbe
Merge pull request #144647 from kurnevsky/tox-node-build-fix
...
tox-node: fix build
2021-11-05 00:56:14 +00:00
Janne Heß
7d40866ac5
Merge pull request #143661 from amarshall/mkpasswd-libcrypt
...
mkpasswd: Include support for more hash methods
2021-11-05 00:53:40 +01:00
Anders Kaseorg
e12f4db556
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. (See #67234 , for
example.) Fix this throughout the tree.
Followup to #76804 . Fixes #144646 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04 16:15:05 -07:00
Sandro
6ad1b0940f
Merge pull request #144656 from flokli/telepresence2-bump
2021-11-04 22:43:33 +01:00
Fabian Affolter
735a6f11d1
Merge pull request #144655 from legendofmiracles/credslayer
...
credslayer: remove failing tests, add missing runtime dependency
2021-11-04 22:33:02 +01:00
Sandro
cd45372277
Merge pull request #144651 from malob/fix-thefuck-darwin
2021-11-04 22:23:44 +01:00
legendofmiracles
4825cb2cb5
credslayer: remove failing tests, add missing runtime dependency
2021-11-04 15:00:18 -06:00
Sandro
cfefcfc460
Merge pull request #142380 from dan4ik605743/cubocore
2021-11-04 21:50:47 +01:00
Florian Klink
beb78c9468
telepresence2: 2.4.0 -> 2.4.6
2021-11-04 21:43:27 +01:00
Robert Hensing
b4fb63fa2b
acsccid: Remove myself as maintainer
...
I don't use it anymore.
2021-11-04 21:36:55 +01:00
Robert Hensing
a163ebf805
acsccid: Run nixpkgs-fmt
2021-11-04 21:36:38 +01:00
Malo Bourgon
1549123435
thefuck: fix build on darwin
2021-11-04 12:59:32 -07:00
Sandro
bce05e3b6a
Merge pull request #144412 from sternenseemann/lowdown-0.10.0
2021-11-04 20:51:20 +01:00
Pascal Bach
f98eeeb9bf
Merge pull request #144465 from r-ryantm/auto-update/minio-client
...
minio-client: 2021-09-02T09-21-27Z -> 2021-10-07T04-19-58Z
2021-11-04 20:31:41 +01:00
Michele Guerini Rocco
c75cf683f3
Merge pull request #144568 from rnhmjoj/pr-bdf2psf
...
bdf2psf: 1.205 -> 1.207
2021-11-04 19:42:30 +01:00
Evgeny Kurnevsky
55f6d818dd
tox-node: add myself to maintainers
2021-11-04 20:59:18 +03:00
Evgeny Kurnevsky
e2fe1f3fd4
tox-node: fix build
2021-11-04 20:51:47 +03:00
Doron Behar
ae9a94b44a
Merge pull request #144512 from alyssais/connman-cross
2021-11-04 14:29:41 +00:00
Silvan Mosberger
ef7975c607
Merge pull request #143413 from mweinelt/botamusique
...
botamusique: unstable-2021-09-01 -> 7.2.2
2021-11-04 15:11:05 +01:00
Alyssa Ross
e76aa52b2f
connmanMinimal: fix cross compilation
...
Move inputs from `nativeBuildInputs`.
2021-11-04 16:08:10 +02:00
Fabian Affolter
bf6a50628b
Merge pull request #144614 from applePrincess/exploitdb-2021-11-04
...
exploitdb: 2021-11-02 -> 2021-11-04
2021-11-04 14:54:49 +01:00
Lein Matsumaru
cfd196cb8b
exploitdb: 2021-11-02 -> 2021-11-04
2021-11-04 13:07:37 +00:00
Anderson Torres
be4a3509fa
Merge pull request #144507 from AndersonTorres/new-misc
...
Misc modifications
2021-11-04 10:04:31 -03:00
Robert Hensing
3bccce68d1
Merge pull request #144440 from SuperSandro2000/lib-fromJSON
...
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04 12:17:40 +01:00
Bobby Rong
9d7df9dcc3
Merge pull request #141919 from Luflosi/update/swtpm
...
swtpm: 0.6.0 -> 0.6.1
2021-11-04 18:07:30 +08:00
Pavol Rusnak
e955fad09e
Merge pull request #144524 from prusnak/bitwarden
...
bitwarden: 1.28.1 -> 1.29.1
2021-11-04 10:47:15 +01:00
happysalada
58776b8914
asciidoctor: 2.0.15 -> 2.0.16; darwin fix
2021-11-04 17:13:05 +09:00
Doron Behar
2da7d605fd
Merge pull request #144534 from r-ryantm/auto-update/pistol
2021-11-04 06:01:31 +00:00