Commit graph

963 commits

Author SHA1 Message Date
J Phani Mahesh fefa2749a5 duo-unix: 1.9.11 -> 1.9.19
Closes NixOs/nixpkgs#17911
2016-08-24 22:56:38 +05:30
Daniel Peebles 3f337a2b23 Merge pull request #17685 from matthewbauer/darwin-misc2
Darwin misc. fixes
2016-08-24 11:52:27 +02:00
Tuomas Tynkkynen 74a3a2cd7e treewide: Use makeBinPath 2016-08-23 01:18:10 +03:00
Luca Bruno 4916c11ec2 Merge pull request #17898 from RamKromberg/fix/vala_namespace
remove vala namespace
2016-08-21 20:31:44 +01:00
Ram Kromberg 7d393440df gencfsm: vala -> vala_0_23 2016-08-21 20:18:54 +03:00
Luca Bruno cccdbf0bfd crunch: init at 3.6 2016-08-21 17:58:56 +01:00
Chris Williams 602d325342 gnupg: change 1compat platform to unix 2016-08-20 12:07:28 -04:00
Lancelot SIX 6a1e9d253d
gnupg1orig: 1.4.20 -> 1.4.21
Fixes CVE-2016-6316.

See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00008.html
2016-08-18 10:02:49 +02:00
Joachim Fasting cb5a2acaa1
torbrowser: 6.0.2 -> 6.0.4
Tested briefly on x86_64-linux

Closes: https://github.com/NixOS/nixpkgs/issues/17750
2016-08-17 20:53:47 +02:00
Matthew Bauer 20e86e1282 stricat: fix darwin build 2016-08-16 19:25:46 +00:00
Matthew Bauer 0acdc51d0e pcsclite: fix darwin build
needs IOKit
2016-08-16 19:25:43 +00:00
Daniel Peebles 65ed79a1e8 Merge pull request #17642 from svend/gnupg21-fix-gpgsm-linking
gnupg: Fix gpgsm linking for gnupg 2.1.14
2016-08-15 14:19:19 -04:00
Svend Sorensen ac2836610d gnupg: Add comment about when to drop fix-gpgsm-linking.patch 2016-08-15 11:16:55 -07:00
Robin Gloster 3fa7ef49d5 gnupg21: remove unnecessary substituteInPlace
`substituteInPlace` was operating on a non-existant file.
2016-08-14 22:55:21 +00:00
Robin Gloster afbeda22d5 fail2ban: remove unnecessary substituteInPlace
`substituteInPlace` was operating on non-existant files.
2016-08-14 22:55:21 +00:00
Frederik Rietdijk e4b47de694 Remove top-level pycrypto
See #11567.
2016-08-14 14:28:26 +02:00
Frederik Rietdijk 7986b718f3 Remove pycairo from top-level
See #11567.
2016-08-14 13:52:42 +02:00
Luca Bruno e36c239897 Merge pull request #17669 from cheecheeo/shc
shc: init at 3.9.3
2016-08-12 21:51:47 +01:00
zimbatm c2302f2f45 Merge pull request #17677 from kamilchm/no-go-libs-json
buildGoPackage: remove Go deps file `libs.json`
2016-08-12 18:13:29 +01:00
Kamil Chmielewski da3ddd48e4 buildGoPackage: remove Go deps file libs.json
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046

    > Because of the content-addressable store, if two programs have the
    > same dependency it will already result in the same derivation in
    > the
    > store. Git also has compression in the pack files so it won't make
    > much difference to duplicate the dependencies on disk. And finally
    > most users will just use the binary builds so it won't make any
    > differences to them.

This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
John Chee 17a9109b34 shc: init at 3.9.3 2016-08-11 20:56:11 +00:00
Vladimír Čunát b523c1deb9 thc-hydra: fix the tarball job
Darwin has no `stdenv.glibc`.
2016-08-11 19:16:45 +02:00
Nikolay Amiantov 1d726ace0c thc-hydra: 7.5 -> 8.2 2016-08-11 13:49:25 +03:00
Svend Sorensen 092b6b68a0 gnupg: Fix gpgsm linking for gnupg 2.1.14
gnupg 2.1.14 fails to compile under OS X due to a missing -lintl flag [1].
This was fixed in commit c49c43d7 in the gnupg repository [2], which adds
the flag to Makefile.am.

This commit adds the flag to Makefile.in.

[1] https://lists.gnupg.org/pipermail/gnupg-devel/2016-July/031354.html
[2] https://lists.gnupg.org/pipermail/gnupg-devel/2016-July/031362.html

Fixes #17617.
2016-08-10 11:24:23 -07:00
Franz Pletz c66814d9ce nmap: 7.01 -> 7.12 2016-08-07 16:52:07 +02:00
Benno Fünfstück 51aee89740 kbfs: init 2016-08-06 17:20:23 +02:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen 63de40099f treewide: Move some meta sections to end-of-file
That seems to be the overwhelming convention.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen 2258b21e4b treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen 59ce911810 treewide: Some EOF-whitespace fixes 2016-08-02 21:17:44 +03:00
Joachim Fasting 9e2937ca65 afl: 2.10b -> 2.23b
Looks like mostly performance enhancements and stability fixes.  The main
user facing changes appear to be:

- The -Z option was removed
- A macro named FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION is defined when
    compiling with afl-gcc

Full changelog at http://lcamtuf.coredump.cx/afl/ChangeLog.txt
2016-08-02 07:38:00 +02:00
Frederik Rietdijk 0a1703ba27 hash-slinger: fix evaluation 2016-08-01 10:19:55 +02:00
Frederik Rietdijk 8f9326ffd8 Merge pull request #17323 from arpa2/hashslinger
Hash-slinger: init at  2.7.0
2016-08-01 09:57:12 +02:00
Michiel Leenaars 55904aa5c4 hash-slinger: init at 2.7.0 2016-08-01 09:51:33 +02:00
Miguel Madrid 2a4ba66d6c clamav: 0.99.1 -> 0.99.2 (#17351) 2016-07-28 23:36:38 +02:00
Vladimír Čunát 3a402e248f Merge branch 'staging'
It includes a security update of libidn.
2016-07-28 20:36:17 +02:00
leenaars ad87385b0e simpleTpmPk11: git-20140925 -> git-20160712 (#17317) 2016-07-28 04:01:08 +02:00
Vladimír Čunát 49ad8ce561 Merge branch 'master' into staging 2016-07-26 20:52:54 +02:00
zimbatm 3d0e8060fd vault: 0.5.3 -> 0.6.0 2016-07-26 14:07:30 +01:00
Tuomas Tynkkynen eb4d37cde2 haka: Fix typo 2016-07-23 13:32:04 +03:00
obadz 70a2278e18 ecryptfs-helper: add meta 2016-07-23 00:24:19 +01:00
obadz fd5cdca916 ecryptfs-helper: init at 20160722 2016-07-23 00:19:34 +01:00
Carl Sverre b54009fdfb keybase-go: init at 1.0.16 (#17094)
Build the official keybase go client from source.  The client includes both a
CLI for performing keybase operations and a service which will start
automatically when needed.

Keybase is a service which combines social proof with encryption.  Learn more at
their site: http://keybase.io
2016-07-19 12:34:51 +02:00
Kranium Gikos Mendoza 60624a4625 nasty: add large file support (#17011)
also fixes i686 build as a side-effect
2016-07-19 01:47:33 +02:00
Franz Pletz 9117d20b45 sslscan: 1.11.5 -> 1.11.7, fixes darwin build 2016-07-17 17:15:24 +02:00
Eelco Dolstra 018d674354 Merge pull request #17024 from mimadrid/update/sudo-1.8.17p1
sudo: 1.8.16 -> 1.8.17p1
2016-07-17 13:29:11 +02:00
Joachim Fasting 6d35e0259c
minisign: use fetchFromGitHub and set meta.platforms 2016-07-17 11:39:01 +02:00
mimadrid a311b06919
sudo: 1.8.16 -> 1.8.17p1 2016-07-16 23:46:42 +02:00
Nikolay Amiantov d936272b79 Merge branch 'master' into staging 2016-07-16 13:36:27 +03:00
Lancelot SIX 00e8e4c2ed gnupg21: 2.1.13 -> 2.1.14
See announcement at
http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00005.html
2016-07-16 11:53:50 +02:00