Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-04-06 16:25:41 +02:00
485 changed files with 4663 additions and 2031 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
, glib, libGLU, libGL, libpulseaudio, zlib, dbus, fontconfig, freetype
, gtk3, pango
, makeWrapper , python2Packages, lib
, lsof, curl, libuuid, cups, mesa, lzma, libxkbcommon
, lsof, curl, libuuid, cups, mesa, xz, libxkbcommon
}:
let
@@ -38,7 +38,7 @@ let
curl
libuuid
cups
lzma
xz
libxkbcommon
]);
package = stdenv.mkDerivation {
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, openssl, nss, nspr, kerberos, gmp, zlib, libpcap, re2
{ lib, stdenv, fetchurl, openssl, nss, nspr, libkrb5, gmp, zlib, libpcap, re2
, gcc, python3Packages, perl, perlPackages, makeWrapper
}:
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
"--with-systemwide"
];
buildInputs = [ openssl nss nspr kerberos gmp zlib libpcap re2 ];
buildInputs = [ openssl nss nspr libkrb5 gmp zlib libpcap re2 ];
nativeBuildInputs = [ gcc python3Packages.wrapPython perl makeWrapper ];
propagatedBuildInputs = (with python3Packages; [ dpkt scapy lxml ]) ++ # For pcap2john.py
(with perlPackages; [ DigestMD4 DigestSHA1 GetoptLong # For pass_gen.pl
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "nuclei";
version = "2.3.3";
version = "2.3.4";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6Y93Buxq9HIqeXY92xq5KjSn2nn+u05bKGNNi/myeSo=";
sha256 = "sha256-qjbr3kTgIFdxyzRwSvWyh5krrlzD8i1nMeoLZYSbr6g=";
};
vendorSha256 = "sha256-qmuua7HXnwuy24CSqHKALqNDmXBvSIXYTVu3kaGVoeU=";
+3 -3
View File
@@ -5,18 +5,18 @@
buildPythonApplication rec {
pname = "pwncat";
version = "0.1.0";
version = "0.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "0sfdqphs0v3lj3vffda4w05r6sqir7qafa8lmlh0wr921wyiqwag";
sha256 = "62e625e9061f037cfca7b7455a4f7db4213c1d1302e73d4c475c63f924f1805f";
};
# Tests requires to start containers
doCheck = false;
meta = with lib; {
description = " TCP/UDP communication suite";
description = "TCP/UDP communication suite";
homepage = "https://pwncat.org/";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, autoreconfHook, yacc, flex}:
{ lib, stdenv, fetchurl, autoreconfHook, bison, flex}:
stdenv.mkDerivation rec {
version = "2.4.1";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
doCheck = true;
nativeBuildInputs = [ autoreconfHook yacc flex ];
nativeBuildInputs = [ autoreconfHook bison flex ];
configureFlags = [ "--sysconfdir=/etc" ];
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "teler";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "kitabisa";
repo = "teler";
rev = "v${version}";
sha256 = "sha256-lExZWFj0PQFUBJgfhahF8PfYaOndRxKyVHoMlubmEpc=";
sha256 = "sha256-i4106PtoCJt5CY9ahczZYe9GufBkaZS+9Peh0IY9r1M=";
};
vendorSha256 = "sha256-TQjwPem+RMuoF5T02CL/CTvBS6W7Q786gTvYUFIvxjE=";
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, pkg-config, libevent, openssl, zlib, torsocks
, libseccomp, systemd, libcap, lzma, zstd, scrypt, nixosTests
, libseccomp, systemd, libcap, xz, zstd, scrypt, nixosTests
, writeShellScript
# for update.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "geoip" ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libevent openssl zlib lzma zstd scrypt ] ++
buildInputs = [ libevent openssl zlib xz zstd scrypt ] ++
lib.optionals stdenv.isLinux [ libseccomp systemd libcap ];
patches = [ ./disable-monotonic-timer-tests.patch ];
+2
View File
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'zsteg'
+19
View File
@@ -0,0 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
iostruct (0.0.4)
rainbow (3.0.0)
zpng (0.3.1)
rainbow
zsteg (0.2.2)
iostruct
zpng (>= 0.3.1)
PLATFORMS
ruby
DEPENDENCIES
zsteg
BUNDLED WITH
2.1.4
+16
View File
@@ -0,0 +1,16 @@
{ lib, bundlerApp }:
bundlerApp {
pname = "zsteg";
gemdir = ./.;
exes = [ "zsteg" ];
meta = with lib; {
description = "Detect stegano-hidden data in PNG & BMP.";
homepage = "http://zed.0xff.me/";
license = licenses.mit;
maintainers = with maintainers; [ applePrincess ];
};
}
+44
View File
@@ -0,0 +1,44 @@
{
iostruct = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0kwp6ryis32j3z7myw8g7v1yszwrwyl04g2c7flr42pwxga1afxc";
type = "gem";
};
version = "0.0.4";
};
rainbow = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk";
type = "gem";
};
version = "3.0.0";
};
zpng = {
dependencies = ["rainbow"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0ciyab7qxqsxjhfvr6rbpdzg655fi1zygqg9sd9m6wmgc037dj74";
type = "gem";
};
version = "0.3.1";
};
zsteg = {
dependencies = ["iostruct" "zpng"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1mwajlsgs27449n2yf2f9hz8g46qv9bz9f58i9cz1jg58spvpxpk";
type = "gem";
};
version = "0.2.2";
};
}