Commit Graph

1990 Commits

Author SHA1 Message Date
Frederik Rietdijk
701375662b Merge master into staging-next 2018-11-21 12:39:20 +01:00
Pierre Bourdon
2f11166f43 kpcli: fix wrong program name in prompt (#50845) 2018-11-20 18:46:19 +01:00
Matthew Bauer
2c1d3a9a82 Merge remote-tracking branch 'upstream/master' into staging 2018-11-18 19:02:09 -06:00
Jörg Thalheim
f6fd7f44c7
Merge pull request #50523 from kierdavis/hashcat-5.0.0
hashcat: 4.2.1 -> 5.0.0
2018-11-18 12:11:58 +00:00
Jörg Thalheim
61686e4957
Merge pull request #50565 from r-ryantm/auto-update/shc
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shc/versions
2018-11-18 11:05:09 +00:00
Jörg Thalheim
60ee032c39
shc: update homepage 2018-11-18 11:04:03 +00:00
Frederik Rietdijk
0d0d7dcd06 Merge staging-next into staging 2018-11-18 10:41:34 +01:00
R. RyanTM
3bfc2d29cd shc: 3.9.6 -> 4.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shc/versions
2018-11-18 00:59:14 -08:00
Kier Davis
df462d09e4
hashcat: 4.2.1 -> 5.0.0
This introduces a dependency on xxHash. Unfortunately, hashcat's
build system wants to rebuild xxHash from the source code located
in `<hashcat source root>/deps/git/xxHash`, a Git submodule whose
contents are not included in the source tarball we currently
download.

This could be fixed by either using a recursive git clone instead
a tarball download, or patching the build files to use an existing
installation of xxHash (i.e. the one already provided by Nix). I
believe the latter is preferable since it avoids the situation in
which the xxHash version used by hashcat is different to the xxHash
version used by all other Nix packages.

Fortunately, this situation has been greatly improved [1] since
release 5.0.0; the next release of hashcat should drop usage of
git submodules and provide better support for using existing
installations of dependencies.

[1] 4177e1ee28
2018-11-17 20:10:52 +00:00
Linus Heckemann
ff15da0b06
Merge pull request #50478 from Vskilet/fprintd-fix
nixos/fprintd : use correct path for read/write configuration
2018-11-17 08:19:10 +01:00
Will Dietz
0a085d508a sudo: 1.8.25p1 -> 1.8.26 (#50422)
https://www.sudo.ws/stable.html#1.8.26
2018-11-16 23:54:46 +01:00
Victor SENE
a70779458a use correct path for read/write configuration 2018-11-16 16:05:02 +01:00
Vladyslav M
361d04b376
Merge pull request #49831 from lsix/update_gnupg22
gnupg22: 2.2.10 -> 2.2.11
2018-11-15 23:22:20 +02:00
Martin Lu
fb6f21a0f0 sops: 3.1.0 -> 3.2.0 2018-11-15 16:02:52 +01:00
Renaud
cde945a165
Merge pull request #48044 from schneefux/pkg/fetchfromgithub
treewide: Use fetchFromGitHub instead of fetchurl
2018-11-14 09:48:22 +01:00
R. RyanTM
70ef844c4d eid-mw: 4.4.8 -> 4.4.9 (#50123)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eid-mw/versions
2018-11-10 15:20:02 +01:00
Daiderd Jordan
8d603be22d
Merge pull request #49880 from LnL7/darwin-cfprivate-fixes
darwin cf-private fixes
2018-11-10 15:03:21 +01:00
R. RyanTM
b5179c6d1a lynis: 2.6.9 -> 2.7.0 (#50045)
* lynis: 2.6.9 -> 2.7.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lynis/versions

* lynis: remove perl and create plugins subdir
2018-11-10 14:48:26 +01:00
Jörg Thalheim
2f97911566
Merge pull request #49817 from alyssais/rack_cve
rack: 1.6.* -> 1.6.11, 2.0.* -> 2.0.6 (CVE-2018-16470, CVE-2018-16471)
2018-11-09 19:30:43 +00:00
Domen Kožar
068374c0ae Add chrome-token-signing 2018-11-08 18:05:01 +00:00
Domen Kožar
e854a7a72f
qdigidoc: 3.13.6 -> 4.1.0 2018-11-08 11:42:01 +00:00
Domen Kožar
544778d231
qesteidutil: 3.12.10 -> 2018-08-21 2018-11-08 11:17:24 +00:00
Robert Hensing
cd80aee989 acsccid: init at 1.1.6 2018-11-08 10:44:50 +00:00
Daiderd Jordan
be9fc0d669
keybase: add cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSData", referenced from:
          objc-class-ref in _x002.o
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in _x002.o
      "_OBJC_CLASS_$_NSURL", referenced from:
          objc-class-ref in _x002.o
    ld: symbol(s) not found for architecture x86_64
2018-11-07 23:47:24 +01:00
R. RyanTM
51251b446c
pcsclite: 1.8.23 -> 1.8.24
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcsclite/versions

(cherry picked from commit f174ae0f4f)
Signed-off-by: Domen Kožar <domen@dev.si>
(cherry picked from commit 7cf572d87a)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-11-07 18:46:21 +00:00
Daiderd Jordan
b6dcb9e641
Merge pull request #49768 from LnL7/darwin-no-cfprivate
darwin: don't include cf-private in framework dependencies
2018-11-06 20:15:27 +01:00
Lancelot SIX
ace631b616
gnupg22: 2.2.10 -> 2.2.11
See http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00003.html for
release information
2018-11-06 15:59:38 +01:00
Alyssa Ross
e2d72ed954
metasploit: rack: 1.6.8 -> 1.6.11
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:26 +00:00
Daiderd Jordan
7fd359f2f9
pinentry_mac: add cf-private
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSArray", referenced from:
          objc-class-ref in GPGDefaults.o
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in PinentryController.o
          objc-class-ref in GPGDefaults.o
          objc-class-ref in KeychainSupport.o
      "_OBJC_CLASS_$_NSMutableDictionary", referenced from:
          objc-class-ref in GPGDefaults.o
      "_OBJC_CLASS_$_NSSet", referenced from:
          objc-class-ref in GPGDefaults.o
      "_OBJC_CLASS_$_NSUserDefaults", referenced from:
          objc-class-ref in GPGDefaults.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 19:57:12 +01:00
Will Dietz
c78761b5bd tor: 0.3.4.8 -> 0.3.4.9
https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.3.4.9

Please confirm the sha256 is correct for a verified tarball,
I'm not setup (or know how offhand but docs look promising)
to do this myself.
2018-11-02 13:21:25 -05:00
Tristan Helmich (omniIT)
41880aea09 saml2aws: 2.6.1 -> 2.10.0 2018-10-31 18:59:32 +01:00
Renaud
5e9d66e125
Merge pull request #49133 from r-ryantm/auto-update/truffleHog
trufflehog: 2.0.91 -> 2.0.97
2018-10-27 13:55:59 +02:00
Silvan Mosberger
657d50b762
Merge pull request #49190 from r-ryantm/auto-update/paperkey
paperkey: 1.5 -> 1.6
2018-10-27 01:09:12 +02:00
R. RyanTM
170797f234 paperkey: 1.5 -> 1.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/paperkey/versions
2018-10-26 13:35:52 -07:00
Andreas Rammhold
5f75f72497 yara: 3.7.1 -> 3.8.1
This fixes issues CVE-2018-12034 & CVE-2018-12035. They are OOB read &
write issues of the internal VM. Details can be retrieved at [1] & [2].

[1] https://github.com/VirusTotal/yara/issues/891
[2] https://bnbdr.github.io/posts/swisscheese/
2018-10-26 12:17:58 +02:00
R. RyanTM
ff4fdc8cb3 trufflehog: 2.0.91 -> 2.0.97
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/trufflehog/versions
2018-10-25 23:54:28 -07:00
Richard Lupton
b28552d58f signify: init at 24 (#48927) 2018-10-25 19:08:49 +00:00
Renaud
9b2059f077
Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6
rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
2018-10-24 20:11:10 +02:00
R. RyanTM
b9b82e371f sslscan: 1.11.11 -> 1.11.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sslscan/versions
2018-10-24 15:21:50 +02:00
Ignat Loskutov
d2c53295f4 opensc: 0.18.0 -> 0.19.0 2018-10-24 03:46:09 +03:00
Daniel Schaefer
8ada6f6c46 jitterentropy: init at 2.1.2 2018-10-23 23:36:57 +02:00
Daniel Schaefer
5c249a3245 rng-tools: 5 -> 6.6 2018-10-23 23:36:31 +02:00
Joachim F
b326148231
Merge pull request #48541 from r-ryantm/auto-update/clamav
clamav: 0.100.1 -> 0.100.2
2018-10-23 14:39:40 +00:00
Michael Weiss
58a36edd20 monkeysphere: Replace a hardcoded path and fix more tests 2018-10-19 10:31:49 +02:00
volth
f90009cbd7 nmap: fix cross-build (#48264) 2018-10-19 09:30:36 +01:00
Michael Weiss
3759341420 monkeysphere: 0.41 -> 0.42 2018-10-17 19:59:52 +02:00
R. RyanTM
b249bcc7b4 clamav: 0.100.1 -> 0.100.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clamav/versions
2018-10-16 00:31:09 -07:00
Tim Steinbach
562866e64f
fail2ban: 0.10.3.1 -> 0.10.4 2018-10-14 10:27:04 -04:00
R. RyanTM
4ca9524e98 spectre-meltdown-checker: 0.39 -> 0.40
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spectre-meltdown-checker/versions
2018-10-14 09:48:08 +02:00
Jörg Thalheim
b27d39e044
Merge pull request #48232 from jonafato/keybase-2.7.3
keybase: 2.5.0 -> 2.7.3
2018-10-13 00:18:47 +01:00