Frederik Rietdijk
a510aa2672
Merge master into staging-next
2018-12-03 12:18:43 +01:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
c0bw3b
a04a512f34
Treewide: use HTTPS on NonGNU domains
2018-12-02 15:21:04 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Michael Weiss
bdb007ddce
monkeysphere: Update the comment why the tests don't run
2018-11-30 21:33:30 +01:00
Frederik Rietdijk
9db2421d1f
Merge master into staging-next
2018-11-29 08:12:56 +01:00
Benno Fünfstück
468d1595f8
mkpasswd: fix cross compilation
2018-11-27 17:04:40 +01:00
Vladimír Čunát
a5de78b7d7
Merge branch 'master' into staging-next
2018-11-26 10:28:00 +01:00
worldofpeace
b49ed49c68
kbfs: 2.6.0 -> 2.10.1
2018-11-25 16:44:34 -05:00
worldofpeace
3fdbd985d9
keybase: 2.7.3 -> 2.10.1
2018-11-25 16:44:34 -05:00
worldofpeace
02e9d06e5e
keybase-gui: 2.7.0 -> 2.11.0
...
- Use `autoPatchelfHook`
- Don't explicitly set phases - Part of #28910
- Correct `version` by hoisting out the suffix
2018-11-25 16:44:34 -05:00
c0bw3b
6b4433cfe6
super: get patch from salsa.debian.org
...
http://anonscm.debian.org/cgit is not available anymore
2018-11-25 00:35:26 +01:00
c0bw3b
adea16b86c
Treewide: use https for launchpad.net
2018-11-24 23:47:52 +01:00
Paul TREHIOU
04c038e219
wpscan: init at 3.4.0
...
* wpscan: init at 3.4.0 (#50958 )
* wpscan: fix typo in description
Co-Authored-By: nyanloutre <paul@nyanlout.re>
* wpscan: missing indentation
Co-Authored-By: nyanloutre <paul@nyanlout.re>
* wpscan: wrap executable with curl
2018-11-24 11:48:32 +01:00
Frederik Rietdijk
e41154d1ab
Merge master into staging-next
2018-11-24 10:43:33 +01:00
Michael Raskin
f79bf0a924
Merge pull request #50973 from c0bw3b/pkg/nsjail
...
nsjail: 2.7 -> 2.8
2018-11-24 08:01:47 +00:00
Franz Pletz
5ea22c49f1
browserpass: 2.0.18 -> 2.0.22
2018-11-24 01:35:47 +01:00
c0bw3b
9e5b98c81a
nsjail: 2.7 -> 2.8
...
Changelog: https://github.com/google/nsjail/releases/tag/2.8
2018-11-24 00:26:40 +01:00
Frederik Rietdijk
c31cb577ae
Merge master into staging-next
2018-11-22 09:57:08 +01:00
R. RyanTM
5aa34d934d
duo-unix: 1.10.5 -> 1.11.0 ( #50793 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duo-unix/versions
2018-11-22 02:55:52 -05:00
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 f174ae0f4f8c594624b34dc2fc77fe3755e785fb)
Signed-off-by: Domen Kožar <domen@dev.si>
(cherry picked from commit 7cf572d87abfafcde7b7142ea403445385612233)
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