Daniel Peebles
f21a6940da
Merge pull request #24838 from matthewbauer/ibtool
...
pinentry_mac: use xcbuild
2017-04-12 22:20:57 -04:00
Matthew Bauer
4672fe6998
pinentry_mac: use precompiled .nib's
...
sadly, xib2nib hasn't been working like i though. I've just
precompiled into our modified pinentry_mac. Eventually we can get this
fixed but it's not as easy as first thought.
2017-04-12 20:03:29 -05:00
Matthew Bauer
457570f61a
pinentry_mac: switch to pure version
...
Fixes #24734
2017-04-12 02:59:54 -05:00
pajowu
11913f2ce1
browserpass: change naming scheme
2017-04-11 17:32:33 +02:00
pajowu
b70077f551
browserpass: switch build source to git HEAD
...
Precompiled version only supports linux64, git version should also support darwin
2017-04-10 23:45:41 +02:00
pajowu
857a3b872c
browserpass: init at 1.0.2
2017-04-10 20:06:53 +02:00
Andrew R. M
785f6ce5d6
pass: Fix clipboard functionality
...
Add the patch that was removed that allows pass's clip() function to
work with single binary coreutils. This version of the patch is also
applied to darwin.sh, so this should fix the clipboard functionality in
darwin as well.
2017-04-10 10:31:00 -04:00
Matthew Bauer
38fa991064
pinentry_mac: use xcbuild
2017-04-09 04:24:16 -05:00
Lancelot SIX
637770f699
gnupg21: 2.1.19 -> 2.1.20
...
See http://lists.gnu.org/archive/html/info-gnu/2017-04/msg00002.html
for release information
2017-04-05 15:24:05 +02:00
Eelco Dolstra
e410c78cd5
gnupg: Give the 1compat package a higher priority
...
This resolves collision warnings with the regular gnupg packages.
2017-04-04 16:40:06 +02:00
rnhmjoj
2e1ccaa319
masscan: init at 2017-02-04
2017-04-01 19:05:10 +02:00
Michael Weiss
c9ecc70880
gnupg*: Improve the meta set
...
And use version from gnupg21 for gnupg1compat.
2017-03-28 22:19:12 +02:00
Michael Weiss
02e469fa04
signing-party: Add 4 missing man pages + dep fix
...
The manual pages for the following 4 tools where still missing:
- gpgsigs
- keyanalyze
- pgpring
- process_keys
The gpgdir script needs the gpg binary.
The 19 tools are licensed under various licenses.
2017-03-28 22:09:55 +02:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
...
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Michael Weiss
ef8c0d1388
signing-party: Fix deps and include all tools
...
Additional tools:
- gpg-key2latex
- gpgdir
- gpgwrap
This module is really hacky and the dependencies are very messy... :o
However I tried my best at testing all 19 individual tools and they
should (hopefully) all work now (apart from sendmail which can be
provided by multiple packages) :)
The code is very redundant (sorry) but imho it's easier to read and
maintain it that way.
TODO: There are some additional manual pages that could be included (I'm
too exhausted for that atm...). And there might be a lot of stuff that
could be improved in the future.
2017-03-26 21:12:45 +02:00
Daniel Ehlers
20a5b5bead
sshguard: new package
2017-03-26 14:46:22 +02:00
Joachim Fasting
ecd0e1a2c7
torbrowser: reduce risk of stale Nix store references
...
This patch restructures the expression and wrapper to minimize Nix store
references captured by the user's state directory.
The previous version would write lots of references to the Nix store into
the user's state directory, resulting in synchronization issues between
the Store and the local state directory. At best, this would cause TBB to
stop working when the version used to instantiate the local state was
garbage collected; at worst, a user would continue to use the old version
even after an upgrade.
To solve the issue, hard-code as much as possible at the Store side and
minimize the amount of stuff being copied into the local state dir.
Currently, only a few files generated at firefox startup and fontconfig
cache files end up capturing store paths; these files are simply removed
upon every startup. Otherwise, no capture should occur and the user
should always be using the TBB associated with the tor-browser wrapper
script.
To check for stale Store paths, do
`grep -Ero '/nix/store/[^/]+' ~/.local/share/tor-browser`
This command should *never* return any other store path than the one
associated with the current tor-browser wrapper script, even after an
update (assuming you've run tor-browser at least once after updating).
Deviations from this general rule are considered bugs from now on.
Note that no attempt has been made to support pluggable transports; they
are still broken with this patch (to be fixed in a follow-up patch).
User visible changes:
- Wrapper retains only environment variables required for TBB to work
- pulseaudioSupport can be toggled independently of mediaSupport (the
latter weakly implies the former).
- Store local state under $TBB_HOME. Defaults to $XDG_DATA_HOME/tor-browser
- Stop obnoxious first-run stuff (NoScript redirect, in particular)
- Set desktop item GenericName to Web Browser
Some minor enhancements:
- Disable Hydra builds
- Specify system -> source mapping to make it easier to
extend supported platforms.
2017-03-25 15:59:18 +01:00
Frederik Rietdijk
f4a1eab239
Merge pull request #23863 from plumps/add-vulnix
...
vulnix: init at 1.2.2
2017-03-24 11:12:50 +01:00
Jörg Thalheim
70322d8b87
pythonPackages.BTrees: 4.1.4 -> 4.3.1
2017-03-24 10:44:34 +01:00
Michael Weiss
4e29638323
Revert "gpgme: Drop multiple outputs (dev and info)"
...
This reverts commit 872770286d
.
This will fix fwknop as well (should have done it like this in the first
place, where was my mind...).
Conclusion: Did something stupid... :o - I am *so incredibly sorry*,
will be way more careful (was already careful, but apparently not
enought...) next time and use nox.
Sorry @everyone and thanks @calvertvl for noticing this.
2017-03-21 23:57:57 +01:00
Michael Weiss
b27652148a
fwknop: init at 2.6.9
...
fwknop stands for the "FireWall KNock OPerator", and implements an
authorization scheme called Single Packet Authorization (SPA).
2017-03-21 22:43:00 +01:00
Michael Raskin
89f62be345
Merge pull request #23715 from risicle/moz-sops
...
Add Mozilla sops package
2017-03-18 19:18:06 +01:00
Vladimír Čunát
742b120ddc
Merge branch 'master' into staging
...
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Peter Hoeg
bf5dc90f30
keybase: 20170209 -> 1.0.20
2017-03-16 10:01:57 +08:00
Maksim Bronsky
97f26ee39a
initial release: vulnix
2017-03-15 15:09:19 +01:00
Tuomas Tynkkynen
aba0b45b86
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
Daiderd Jordan
798623fd2b
Merge pull request #23653 from LnL7/darwin-crunch
...
crunch: enable darwin build
2017-03-10 22:01:41 +01:00
Robert Scott
b3fadc9085
sops: init at version 2.0.8
2017-03-10 15:41:57 +00:00
Tuomas Tynkkynen
e7ce27f9ce
john: Disable parallel build
...
http://hydra.nixos.org/build/49940032/nixlog/1/raw
2017-03-10 01:48:53 +02:00
Vladimír Čunát
ed4a79c65e
Merge branch 'master' into staging
...
... to fix an evaluation problem in dogecoin.
2017-03-09 23:14:19 +01:00
Jörg Thalheim
a1d6e74ef4
Merge pull request #23351 from ndowens/tpm-quote-tools
...
tpm-quote-tools: 1.0.2 -> 1.0.3
2017-03-09 10:34:01 +01:00
Daiderd Jordan
d5ef0daf7c
crunch: enable darwin build
2017-03-09 00:46:13 +01:00
Joachim Fasting
74f8e0fd7a
torbrowser: 6.5 -> 6.5.1
2017-03-08 20:08:46 +01:00
Vladimír Čunát
b86b7c04a3
Merge branch 'master' into staging
2017-03-07 21:59:32 +01:00
Michiel Leenaars
1522496288
softhsm: 2.1.0 -> 2.2.0
2017-03-07 11:43:46 +01:00
Graham Christensen
33b738be44
Merge pull request #23386 from lsix/update_gnupg21
...
gnupg21: 2.1.18 -> 2.1.19
2017-03-06 09:03:18 -05:00
Benno Fünfstück
c0bfcdf3a6
opensc: remove obsolete DESTDIR patch
...
This patch was actively causing harm, because it lead to a "double prefix"
issue where the etc files were installed into $out/$out/etc instead of just
$out/etc.
2017-03-05 23:36:35 +01:00
Michiel Leenaars
b5bb83b273
sha1collisiondetection: init at 1.0.1
...
Closes https://github.com/NixOS/nixpkgs/pull/23114
2017-03-05 18:59:28 +01:00
ndowens
40fb61392c
tpm-quote-tools: 1.0.2 -> 1.0.3
...
tpm-quote-tools: Fixed library issue
2017-03-02 17:53:26 -06:00
Joachim Fasting
c44a41c73f
tor: split out geoip data
...
Saves about 5.2 MiB.
To use geoip, add something like
```
GeoIPFile ${tor.geoip}/share/tor/geoip
GeoIPv6File ${tor.geoip}/share/tor/geoip6
```
to torrc
2017-03-02 12:40:33 +01:00
Lancelot SIX
ade2357c65
gnupg21: 2.1.18 -> 2.1.19
...
See http://lists.gnu.org/archive/html/info-gnu/2017-03/msg00000.html
for release information
2017-03-02 10:10:02 +01:00
Joachim Fasting
05054e34c0
tor: 0.2.9.9 -> 0.2.9.10
...
The 0.2.9 series is now a long-term support release, which will
receive backported security fixes until at least 2020.
tor should now build against libressl, as in
```nix
tor.override { openssl = libressl; }
```
Also re-enable the test-suite; works fine on my end.
2017-03-01 23:56:34 +01:00
Joachim Fasting
56ae1e25af
rhash: sha1 -> sha256
2017-03-01 00:28:25 +01:00
Jörg Thalheim
be23e983ae
haka: replace sha1 with sha256
2017-02-28 18:03:23 +01:00
Thomas Tuegel
b31a63d2e5
pinentry_qt5: build with C++11 for Qt 5.7
2017-02-28 05:59:45 -06:00
Bjørn Forsman
3d104ab2b3
gst-plugins-base: align attrname with pkgname
2017-02-27 12:16:26 +01:00
Bjørn Forsman
0591cd607b
gst-plugins-good: align attrname with pkgname
2017-02-27 12:16:26 +01:00
Bjørn Forsman
4b2c7fe3d1
gst-ffmpeg: align attrname with pkgname
2017-02-27 12:16:26 +01:00
Franz Pletz
9dbeca2240
pass: refactor, fix completions install
...
cc #23223
2017-02-26 20:54:58 +01:00
Franz Pletz
edcbb6da11
pass: 1.6.5 -> 1.7
2017-02-26 19:36:51 +01:00
Thomas Tuegel
dab94220fa
Remove kde4.polkit_kde_agent
...
- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
2017-02-24 16:49:01 -06:00
Thomas Tuegel
2d7f558661
Remove kde4.ksshaskpass
...
- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
2017-02-24 16:49:00 -06:00
Daniel Fullmer
a8c738713b
gnupg21: Fix scdaemon for usb smartcards ( #22891 )
...
The use of smartcard functionality for yubikeys (and presumably other
usb smartcards) was broken in gnupg 2.1.18. This has apparently already
been fixed in gnupg master, and debian backports the included patches
for 2.1.18.
See also:
https://bugs.gnupg.org/gnupg/issue2933
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852702
https://github.com/NixOS/nixpkgs/pull/21991
2017-02-20 04:30:01 +01:00
Peter Hoeg
68f01b3b8c
Merge pull request #23010 from peterhoeg/f/gpg
...
gnupg: include systemd user units in output
2017-02-20 08:16:15 +08:00
Peter Hoeg
9ca3caeb09
gnupg: include systemd user units in output
2017-02-20 08:09:44 +08:00
Vladimír Čunát
432dba859e
Merge branch 'staging'
...
A security update of libxml2 is within.
2017-02-18 08:59:29 +01:00
Bjørn Forsman
73112a6e78
pcsctools: unbreak 'gscriptor' by adding cairo
...
Fixes this:
$ gscriptor
Can't load '/nix/store/17w6hdwbli924v7d43xxxp66qhgqpc24-perl-Pango-1.227/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/auto/Pango/Pango.so' for module Pango: /nix/store/17w6hdwbli924v7d43xxxp66qhgqpc24-perl-Pango-1.227/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/auto/Pango/Pango.so: undefined symbol: cairo_font_type_to_sv at /nix/store/5z1wn7knhckr3a0asb8lzp99sdai09f2-perl-5.22.2/lib/perl5/5.22.2/x86_64-linux-thread-multi/DynaLoader.pm line 193.
at /nix/store/srdac7af3nz6fb74haa8l8ls9wd9pas0-perl-Gtk2-1.2498/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/Gtk2.pm line 31.
Compilation failed in require at /nix/store/srdac7af3nz6fb74haa8l8ls9wd9pas0-perl-Gtk2-1.2498/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/Gtk2.pm line 31.
BEGIN failed--compilation aborted at /nix/store/srdac7af3nz6fb74haa8l8ls9wd9pas0-perl-Gtk2-1.2498/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/Gtk2.pm line 31.
Compilation failed in require at /nix/store/sgy2xsyvmam09pl25x8gb507gyiz9ybn-pcsc-tools-1.4.25/bin/.gscriptor-wrapped line 28.
BEGIN failed--compilation aborted at /nix/store/sgy2xsyvmam09pl25x8gb507gyiz9ybn-pcsc-tools-1.4.25/bin/.gscriptor-wrapped line 28.
2017-02-17 17:01:29 +01:00
Brian McKenna
17f566d1e1
keybase-gui: init at 20170209.17b641d
...
The GUI requires the keybase and kbfs packages to be installed and
running with /keybase as the mount.
2017-02-17 02:44:06 +01:00
Bjarki Ágúst Guðmundsson
8561af2db9
kbfs: 1.0.2 -> 20170209.d1db463
2017-02-17 02:43:52 +01:00
Bjarki Ágúst Guðmundsson
c1fb4ec041
keybase: 1.0.18 -> 20170209.17b641d
2017-02-17 02:43:30 +01:00
Robin Gloster
c505564fc5
yara: 3.4.0 -> 3.5.0
2017-02-17 00:13:15 +01:00
Robin Gloster
395ca86018
tcpcrypt: 0.4 -> 0.5
2017-02-17 00:12:43 +01:00
Robin Gloster
bee26ba6b2
lastpass-cli: 1.0.0 -> 1.1.1
2017-02-17 00:11:49 +01:00
Pradeep Chhetri
3f971d9863
vault: 0.6.4 -> 0.6.5
2017-02-17 01:17:30 +05:30
Robin Gloster
790e5bf4d8
ecryptfs: fix after security wrapper change
...
The replacements matched to much due to wrapperDir having `/bin` in its
path now.
cc #16654
2017-02-16 11:35:41 +01:00
Eelco Dolstra
314dd9215b
Merge pull request #16654 from awakenetworks/parnell/setcap-wrappers
...
Adding setcap-wrapper functionality to Nix
2017-02-14 16:25:06 +01:00
Bjørn Forsman
30e8d577f1
ccid: 1.4.23 -> 1.4.26
2017-02-14 12:29:25 +01:00
Parnell Springmeyer
9e36a58649
Merging against upstream master
2017-02-13 17:16:28 -06:00
mimadrid
2aad8590d7
sudo: 1.8.19p1 -> 1.8.19p2
2017-02-13 23:43:32 +01:00
Joachim Fasting
2c21f742b2
minisign: 0.6 -> 0.7
2017-02-05 22:57:24 +01:00
Robin Gloster
e3d9f438c3
nmap: 7.31 -> 7.40
2017-02-02 19:33:21 +01:00
Robin Gloster
209d453bfb
fail2ban: 0.9.4 -> 0.9.6
2017-02-02 19:19:28 +01:00
Robin Gloster
51f4e1829c
sslscan: 1.11.7 -> 1.11.8
2017-02-02 18:59:08 +01:00
Daniel Peebles
ff8a21e03c
Merge pull request #22348 from nand0p/hologram-module
...
hologram: 8d86e3f -> d20d1c3
2017-02-02 17:42:07 +01:00
Fernando J Pando
1d85e0bbab
hologram: 8d86e3f -> d20d1c3
...
- Updates dependencies
- Adds configuration module
- Tested on Nixos Unstable
2017-02-02 11:31:42 -05:00
Bjørn Forsman
2bf0fd0f29
Revert "nmap: use python infra's .withPackages"
...
This reverts commit 278d3050ae
because it
breaks zenmap:
$ zenmap
Could not import the zenmapGUI.App module: 'No module named zenmapGUI.App'.
I checked in these directories:
/nix/store/2hiz11plgjdrk2mziwc2jcxqalqh9hii-nmap-graphical-7.12/bin
/home/bfo/forks/nixpkgs
/nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python27.zip
/nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7
/nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7/plat-linux2
/nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7/lib-tk
/nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7/lib-old
/nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7/lib-dynload
/nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7/site-packages
If you installed Zenmap in another directory, you may have to add the
modules directory to the PYTHONPATH environment variable.
2017-02-01 20:39:11 +01:00
Parnell Springmeyer
6777e6f812
Merging with upstream
2017-01-29 05:54:01 -06:00
Parnell Springmeyer
4aa0923009
Getting rid of the var indirection and using a bin path instead
2017-01-29 04:11:01 -06:00
Parnell Springmeyer
e92b8402b0
Addressing PR feedback
2017-01-28 20:48:03 -08:00
Pradeep Chhetri
c0fd124f60
vault: 0.6.3 -> 0.6.4
2017-01-29 01:38:50 +05:30
Joachim Fasting
b18ff7ab82
torbrowser: make additional media playback support optional
...
This feature might not be appropriate for all users, leave it off by
default.
See 96be6a11a8
2017-01-28 12:27:24 +01:00
Joachim Fasting
4a4bc14260
torbrowser: fix url typo
...
I used nix-prefetch-url to generate the hashes, so of course this
mistake slipped by ...
Ref: 5bbe54272d
2017-01-26 14:44:33 +01:00
Joachim Fasting
5bbe54272d
torbrowser: 6.0.8 -> 6.5
...
Updates to firefox-esr 45.7, which fixes several critical
vulnerabilities [1]
[1]: https://www.mozilla.org/en-US/security/advisories/mfsa2017-02/
2017-01-26 14:03:50 +01:00
Parnell Springmeyer
a26a796d5c
Merging against master - updating smokingpig, rebase was going to be messy
2017-01-26 02:00:04 -08:00
Parnell Springmeyer
025555d7f1
More fixes and improvements
2017-01-26 00:05:40 -08:00
Parnell Springmeyer
bae00e8aa8
setcap-wrapper: Merging with upstream master and resolving conflicts
2017-01-25 11:08:05 -08:00
Nicolò Balzarotti
9371acd80f
fcrackzip: init at 1.0
2017-01-25 19:34:34 +01:00
Joachim Fasting
bdfe638f31
tor: 0.2.8.12 -> 0.2.9.9
2017-01-25 00:58:37 +01:00
Lancelot SIX
b00a455752
gnupg21: 2.1.17 -> 2.1.18
...
See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg00013.html
for release announcement.
2017-01-24 15:51:14 +01:00
Franz Pletz
3c49d9788c
signing-party: 2.2 -> 2.5, install all tools
2017-01-21 20:46:04 +01:00
Nikolay Amiantov
d75a3cfb29
Merge pull request #21995 from abbradar/opencl
...
Fix OpenCL support
2017-01-20 12:09:17 +03:00
Nikolay Amiantov
10bae1a207
opencl-icd: remove, point to ocl-icd
2017-01-20 03:37:51 +03:00
Graham Christensen
847647af6a
pcsclite: 1.8.17 -> 1.8.20 for CVE-2016-10109
2017-01-11 20:11:08 -05:00
Vladimír Čunát
81c51b18ee
clamav: fixup build after updating zlib
2017-01-08 14:18:28 +01:00
Bjørn Forsman
26dce1924e
kpcli: 3.0 -> 3.1
2017-01-04 22:29:27 +01:00
Michael Raitza
39366c14d8
gnome-encfs-manager: 1.8.16 -> 1.8.18
2016-12-31 14:56:43 +01:00
Michael Raskin
6fef7f1f80
Merge pull request #21449 from namore/add_pkg_gorilla
...
gorilla-bin: init at 1.5.3.7
2016-12-30 22:23:38 +00:00
Guillaume Koenig
0465b1407b
enpass: fix install to work with browser extensions
2016-12-29 19:57:09 -05:00
Roman Naumann
87ef766f6b
Merge branch 'master' of github.com:nixos/nixpkgs into add_pkg_gorilla
2016-12-29 14:02:52 +01:00
Franz Pletz
3c104ca71c
gnupg: build with sqlite to enable TOFU
...
See https://lists.gnupg.org/pipermail/gnupg-users/2015-October/054608.html .
2016-12-29 02:30:26 +01:00
Roman Naumann
ec57a4bc50
Merge branch 'master' into add_pkg_gorilla
2016-12-28 23:33:56 +01:00
Roman Naumann
e5cd718974
gorilla: init at 1.5.3.7
2016-12-28 23:25:50 +01:00
Ronny Pfannschmidt
1765784b5e
enpass: bump to 5.4.0.post4 and fix application icon
2016-12-27 14:23:16 +01:00
Mitch Tishmack
7c0e1f9fe4
lastpass-cli: refactor allow builds on non linux
2016-12-26 15:05:05 -06:00
mimadrid
c4f46949a6
sudo: 1.8.18p1 -> 1.8.19p1
2016-12-23 19:39:01 -05:00
Lancelot SIX
501e485e75
gnupg21: 2.1.16 -> 2.1.17
...
See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00011.html
for release announcement
2016-12-23 14:09:43 +01:00
Joachim Fasting
3e92b56be3
tor: 0.2.8.10 -> 0.2.8.12
...
Notably contains fix for CVE-2016-1254
cc @grahamc
2016-12-19 23:49:17 +01:00
Jaka Hudoklin
8a85fc9531
Merge pull request #21068 from offlinehacker/pkgs/completions/add
...
Add bash completions for a few packages
2016-12-17 15:37:27 +01:00
Joachim Fasting
b55cef7514
torbrowser: prefer local builds
...
The build consists of downloading some stuff & writing a wrapper, the
additional Hydra load is hardly justified.
2016-12-14 03:45:50 +01:00
Joachim Fasting
2221130710
torbrowser: support pulseaudio playback
2016-12-14 03:13:18 +01:00
Joachim Fasting
96be6a11a8
torbrowser: support H.264 playback
...
Fixes https://github.com/NixOS/nixpkgs/issues/20840
Some notes for future reference:
- Firefox only supports legacy gstreamer (0.10)
- gmp and ffmpeg are appearantly used by gst-ffmpeg so must be in the
library search path
- Setting GST_DEBUG="*:3" or so was useful in figuring out what to add
2016-12-14 03:13:02 +01:00
Joachim Fasting
a26acf99ad
torbrowser: 6.0.7 -> 6.0.8
2016-12-13 23:47:57 +01:00
Jaka Hudoklin
a979297a96
valut: add bash completions
2016-12-11 15:14:41 +01:00
Jaka Hudoklin
fe89c54903
vault: add offline as maintainer
2016-12-11 15:06:24 +01:00
Jaka Hudoklin
3097782fff
vault: 0.6.1 -> 0.6.3
2016-12-11 15:06:16 +01:00
zimbatm
f9281609ae
afl: 2.23b -> 2.35b
2016-12-11 00:28:14 +00:00
Joachim F
65778e7c59
Merge pull request #20826 from kierdavis/hashcat3
...
hashcat3: init at 3.10
2016-12-08 16:14:00 +01:00
Alexey Shmalko
1c50bdd928
Merge pull request #18737 from chris-martin/secp256k1-flags
...
secp256k1: configure with more feature flags
2016-12-07 16:42:42 -08:00
Kier Davis
7200424589
hashcat3: init at 3.10
2016-12-07 11:25:32 +00:00
Graham Christensen
14e53ca5ab
sudolikeaboss: 0.2.1 -> 20161127-2d9afe1
2016-12-06 13:07:02 -05:00
Joachim Fasting
07c0cdcba2
torsocks: enable install check
2016-12-05 13:18:54 +01:00
Joachim Fasting
95608c3e8d
torsocks: redo patching, ensure getcap is available
2016-12-05 13:18:50 +01:00
Joachim Fasting
8aebb6b181
torsocks: expression cleanups
...
- Remove redundant preConfigure
torsocks installs into $libdir/torsocks, so setting libdir=$out/lib
doesn't really help. To put the shared objects into $out/lib we'd have
to manually move them into $out and patch various files (the script
itself expects $libdir/torsocks).
- Use nativeBuildInputs
2016-12-05 13:18:47 +01:00
Joachim Fasting
9353d8c1ea
torsocks: 2.1.0 -> 2.2.0
2016-12-05 13:18:08 +01:00
Joachim Fasting
2f861e6ba6
chkrootkit: 0.50 -> 0.51, fix build
2016-12-04 22:10:06 +01:00
Joachim Fasting
d06bf820ea
tor: 0.2.8.9 -> 0.2.8.10
...
Per upstream, this contains primarily stability & performance fixes.
Notably, the relase fixes a bug that would sometimes make clients
unusable after leaving standby mode, as well as plugging a memory leak.
2016-12-03 07:17:13 +01:00
Susan Potter
75cdbf48ae
torbrowser: 6.0.6 -> 6.0.7
2016-12-01 00:13:58 -06:00
Tuomas Tynkkynen
8a4d6516ee
Merge remote-tracking branch 'upstream/staging' into master
2016-11-30 00:34:23 +02:00
Chris Martin
d7afb872cd
secp256k1: 2016-05-30 -> 2016-11-27, more flags ( #18637 )
2016-11-29 09:36:53 -05:00
Graham Christensen
7b5619506b
Merge pull request #20250 from guillaumekoenig/add-encryptr-2.0.0
...
encryptr: init at 2.0.0
2016-11-27 20:59:56 -05:00
zimbatm
7f4e514a31
su-exec: init at 0.2
2016-11-26 16:48:13 +00:00
Vladimír Čunát
925b335607
Merge branch 'master' into staging
2016-11-26 11:27:09 +01:00
Frederik Rietdijk
310b5fb7be
Merge pull request #20710 from nico202/cowpatty
...
coWPAtty: init at 4.6
2016-11-25 12:44:57 +01:00
Nicolò Balzarotti
54b42cb454
coWPAtty: init at 4.6
2016-11-25 11:25:07 +01:00
Frederik Rietdijk
b91c43d8d3
afl-qemu: use python2
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
09a5864d28
tor-arm: use python2
2016-11-24 22:28:03 +01:00
Nikolay Amiantov
5cda77808a
fprintd: 0.6.0 -> 0.7.0
2016-11-24 01:17:59 +03:00
John Wiegley
113986f07a
gnupg21: Add -lintl on Darwin systems
2016-11-22 09:00:11 -08:00
Bjørn Forsman
682bb54cc4
phrasendrescher: init at 1.0
...
It's a cracking tool that finds passphrases of SSH keys.
2016-11-22 17:33:12 +01:00
John Wiegley
e8d86ee7b4
Merge pull request #20538 from lsix/update_gnupg21
...
gnupg21: 2.1.15 -> 2.1.16
2016-11-21 08:41:00 -08:00
Pascal Wittmann
f7e0bc2ae7
Make all meta.maintainers attributes lists
2016-11-20 18:06:03 +01:00
Lancelot SIX
98092df841
gnupg21: 2.1.15 -> 2.1.16
2016-11-19 00:11:44 +01:00
Aristid Breitkreuz
3ebefe8178
kbfs: 2016-08-02 -> 2016-11-18
2016-11-18 22:35:58 +01:00
Aristid Breitkreuz
711a42e03a
keybase: update 1.0.17 -> 1.0.18
2016-11-17 22:55:15 +01:00
Franz Pletz
6a5ae21c47
Merge pull request #20421 from mayflower/refactor/clamav-service
...
clamav service: refactor
2016-11-17 19:37:53 +01:00
Tobias Geerinckx-Rice
e3a7fc3905
eid-mw: 4.1.18 -> 4.1.19
2016-11-16 13:32:25 +01:00
Joachim Fasting
f477bc98be
torbrowser: 6.0.5 -> 6.0.6
2016-11-15 22:57:35 +01:00
Franz Pletz
9e1e3b2880
clamav service: refactor
...
* Sync systemd units with upstream. Upstream uses SIGUSR2 instead of SIGHUP
to reload the clamd service.
* Convert freshclam service to a oneshot service activated by a systemd timer.
This way we can make clamd wait for freshclam to finish fetching the virus
database before failing to start if the database doesn't exist yet.
* Fixes console tools to work as expected as they require hardcoded config
file locations.
2016-11-15 04:47:14 +01:00
Franz Pletz
02e9c88d77
clamav: don't bundle freshclam config with package
...
Building clamav is expensive due to the bundled llvm.
Closes #20304 .
2016-11-15 02:06:02 +01:00
Guillaume Koenig
031d639b4d
encryptr: init at 2.0.0
2016-11-08 09:48:08 +01:00
Christian Lask
2d524a37f8
Remove myself as maintainer.
2016-11-03 11:54:54 +01:00
Jude Taylor
e80a6dc62b
mpw: build from github to fix segfault
2016-10-30 04:15:41 -07:00
Kirill Elagin
213dc21443
gnupg: Variable path to pinentry
...
This is needed for pinentry-mac which has the pinentry binary
at an OS X-ish path.
2016-10-29 00:24:51 +03:00
Kirill Elagin
62d9edb9b9
gnupg: Rename parameter x11Support -> guiSupport
...
Because it is really about GUI in general, not X11 (e.g. OS X).
2016-10-28 23:18:57 +03:00
Zero King
c9204f7206
nmap: 7.12 -> 7.31 ( #19923 )
2016-10-27 13:55:08 +02:00
Michael Raskin
dbbe37bd94
gencfsm: use standalone libgee_0_6 as not every version of gnome3_* has libgee_1 after gnome 3.22 addition
2016-10-26 16:51:24 +02:00
Frederik Rietdijk
9b4a4b15bb
gencfsm: mark as broken
...
With staging merged into master, we now have gnome3 = gnome3_22;.
and
error: while querying the derivation named ‘gnome-encfs-manager-1.8.16’:
while evaluating the attribute ‘nativeBuildInputs’ of the derivation
‘gnome-encfs-manager-1.8.16’ at
nixpkgs/pkgs/tools/security/gencfsm/default.nix:6:3:
while evaluating ‘getOutput’ at nixpkgs/lib/attrsets.nix:453:23, called
from undefined position:
attribute ‘libgee_1’ missing, at
nixpkgs/pkgs/tools/security/gencfsm/default.nix:14:27
cc maintainer @spacefrogg
2016-10-26 16:02:46 +02:00
Frederik Rietdijk
7077a270bf
Merge remote-tracking branch 'upstream/master' into HEAD
2016-10-26 13:06:43 +02:00
Tim Steinbach
f188dc0e2f
Merge pull request #19807 from mimadrid/update/sudo-1.8.18p1
...
sudo: 1.8.18 -> 1.8.18p1
2016-10-23 20:51:10 -04:00
mimadrid
19b6d90cab
sudo: 1.8.18 -> 1.8.18p1
2016-10-23 17:57:16 +02:00
Kai Harries
dace6a176d
gnupg: take libusb include path from pkg-config
...
This makes smartcards (like the Nitrokey) usable again.
2016-10-23 09:00:08 +02:00
Kai Harries
0ef41e5477
nitrokey-app: 0.4.0 -> 0.5.1
2016-10-22 22:28:27 +02:00
Frederik Rietdijk
e56832d730
Merge remote-tracking branch 'upstream/master' into HEAD
2016-10-22 17:23:24 +02:00
Hans-Christian Esperer
3b96bfd1c6
Works only under linux
2016-10-20 16:35:58 +02:00
Hans-Christian Esperer
510111a1c3
fpm2: init at 0.79
2016-10-20 15:06:31 +02:00
Pascal Wittmann
24c3271e39
Merge pull request #17554 from KaiHa/master
...
nitrokey-app: init at 0.4.0
2016-10-20 07:55:05 +02:00
Kai Harries
c43243f085
nitrokey-app: add kaiha as maintainer
2016-10-20 07:15:45 +02:00
Frederik Rietdijk
b33d3cca02
ecryptfs: use python2
...
print statement
2016-10-18 23:16:04 +02:00
Frederik Rietdijk
78f46d23fe
knockknock: use python2
2016-10-18 23:14:36 +02:00
Joachim Fasting
b3ffc580ec
tor: 0.2.8.8 -> 0.2.8.9
...
Fixes a security hole that could be exploited for a denial of service
attack against a tor client, relay, hidden service, or authority [1].
[1]: https://trac.torproject.org/projects/tor/ticket/20384
2016-10-18 00:44:41 +02:00
Vladimír Čunát
6eeea6effd
Python: more evaluation fixups.
2016-10-14 00:03:12 +02:00
Frederik Rietdijk
104c50dd1a
Python: remove modules and pythonFull
2016-10-10 10:33:24 +02:00
Jörg Thalheim
905239db28
Merge pull request #18868 from RonnyPfannschmidt/enpass
...
enpass: init at 5.3.0
2016-10-10 07:56:56 +02:00
Ronny Pfannschmidt
98895f5b67
enpass: init at 5.3.0
2016-10-09 13:16:50 +02:00
Robin Gloster
8d317336ef
sslscan: use fetchFromGitHub
2016-10-09 12:52:02 +02:00
Graham Christensen
a72dd11b3e
Merge pull request #19341 from grahamc/sudolikeaboss
...
sudolikeaboss: init at 0.2.1
2016-10-08 08:52:02 -04:00
Graham Christensen
969cffca97
sudolikeaboss: init at 0.2.1
2016-10-07 22:19:33 -04:00
Thomas Tuegel
2e255a2edd
Merge branch 'staging'
2016-10-06 09:51:02 -05:00
Michael Weiss
8268f0a759
pgpdump: init at v0.31
...
Add the package "pgpdump" at version v0.31 under the category
"tools/security", add it to the top-level package collection and set
myself as the maintainer (I added myself to lib/maintainers.nix).
I have tested this package under NixOS and Gentoo+Nix.
2016-10-06 03:17:01 +02:00
Jörg Thalheim
888f6a1280
Merge pull request #19199 from wizeman/u/fix-help2man-hash
...
help2man: fix hash
2016-10-03 19:26:44 +02:00
Jörg Thalheim
3732d1d2c3
pass: add procps dep only on linux ( #19165 )
...
fixes #18929
2016-10-02 18:57:42 +02:00
Kai Harries
caeb218023
nitrokey-app: init at 0.4.0
...
Provides extra functionality for the Nitrokey Pro and Storage.
See https://github.com/Nitrokey/nitrokey-app and
https://www.nitrokey.com/download for information about the
nitrokey-app.
2016-10-02 18:43:26 +02:00
Tuomas Tynkkynen
19225bf5cc
Merge remote-tracking branch 'upstream/master' into staging
2016-10-02 10:36:47 +03:00
Tuomas Tynkkynen
c61cc2d56c
ssdeep: No need to include patchelf in buildInputs
...
It's implicitly there on Linux.
2016-10-01 23:15:35 +03:00
Eelco Dolstra
518340624d
Merge remote-tracking branch 'origin/master' into staging
2016-09-29 13:06:14 +02:00
Frederik Rietdijk
74e3793300
Merge pull request #19025 from mbbx6spp/update-lastpass-cli-to-1.0.0
...
lastpass-cli: 0.9.0 -> 1.0.0
2016-09-29 09:45:25 +02:00
Vladimír Čunát
77604964b6
Merge branch 'master' into staging
2016-09-28 17:13:59 +02:00
Susan Potter
87ffa1cea0
lastpass-cli: 0.9.0 -> 1.0.0
2016-09-27 21:35:41 -05:00
Frederik Rietdijk
3ba16c8234
Do not use top-level buildPythonPackage or buildPythonApplication
...
but instead use the one in pythonPackages.
2016-09-26 11:10:51 +02:00
Vladimír Čunát
fffc7638cd
Merge branch 'master' into staging
2016-09-24 18:54:31 +02:00
Joachim Fasting
f0c85376b2
tor: 0.2.8.7 -> 0.2.8.8
...
Fixes two crashing bugs, nothing else of note.
2016-09-24 15:47:28 +02:00
Aneesh Agrawal
278d3050ae
nmap: use python infra's .withPackages
2016-09-24 15:05:28 +02:00
Aneesh Agrawal
6321a1b67c
nmap: pin to Python 2, make Python optional
...
Python 3 is not supported, so use python2Packages.
Python is only required for the `ndiff` and `zenmap` binaries, not the
main `nmap` binary, so disable Python by default to reduce the default
closure size, and add a `withPython` arg to re-enable it. Note that
Zenmap is the graphical program, so passing `graphicalSupport = true`
will also automatically enable Python support.
2016-09-24 15:05:28 +02:00
rushmorem
c2cae61392
vault: 0.6.0 -> 0.6.1
2016-09-23 19:57:07 +02:00
Alexander Ried
8e0d456daa
sudo: 1.8.17p1 -> 1.8.18
2016-09-23 02:01:57 +02:00
Rok Garbas
6ccdc388fe
rofi-pass: uses fetchFromGitHub and addes gnused, xclip, libnotify to PATH
...
fixes #18705
2016-09-21 16:14:27 +02:00
Tobias Pflug
3bd8c1bc56
rofi-pass: 1.3.2 -> 1.4.3
2016-09-21 16:14:27 +02:00
Moritz Ulrich
a36ecba2c9
pass: Add `procps` for `pgrep` to PATH.
2016-09-19 17:25:04 +02:00
sternenseemann
7d20f1b5b7
torbrowser: 6.0.4 -> 6.0.5
2016-09-16 15:57:22 +02:00
Kamil Chmielewski
914e0e594c
buildGoPackage: deps.json -> deps.nix in NIXON
...
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541
* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
Kirill Boltaev
0f37287df5
treewide: explicitly specify gtk version
2016-09-13 21:09:24 +03:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Franz Pletz
875c286ba3
cipherscan: 2015-12-17 -> 2016-08-16
2016-09-05 22:50:58 +02:00
Franz Pletz
493ab7b4fa
pass: add patch to fix xclipboard handling
...
This is caused by our coreutils now being built as a single binary.
2016-09-03 06:07:15 +02:00
Parnell Springmeyer
98c058a1ee
Adapting everything for the merged permissions wrappers work.
2016-09-01 19:21:06 -05:00
Tuomas Tynkkynen
3364230d56
Disable bunch of non-compiling packages on Darwin
...
These ones have a "Last successful build" timestamp in the 2014s or
2015s. Presumably no one will notice if we now stop building them.
softether_4_18 2015-09-20 http://hydra.nixos.org/build/39418483
lensfun 2014-09-30 http://hydra.nixos.org/build/39394104
net_snmp 2015-09-20 http://hydra.nixos.org/build/39410553
djview 2015-08-11 http://hydra.nixos.org/build/39413233
libmusicbrainz2 2015-09-20 http://hydra.nixos.org/build/39410106
fox_1_6 2014-05-07 http://hydra.nixos.org/build/39410858
libofx 2015-09-24 http://hydra.nixos.org/build/39423507
yacas 2014-09-30 http://hydra.nixos.org/build/39393150
iomelt 2014-09-30 http://hydra.nixos.org/build/39408486
softether 2015-09-20 http://hydra.nixos.org/build/39425800
mp4v2 2014-09-30 http://hydra.nixos.org/build/39421899
virtuoso7 2014-09-21 http://hydra.nixos.org/build/39415206
man_db 2015-04-23 http://hydra.nixos.org/build/39404236
libdiscid 2014-09-30 http://hydra.nixos.org/build/39412202
zabbix22.agent 2014-09-21 http://hydra.nixos.org/build/39412149
vidalia 2015-08-06 http://hydra.nixos.org/build/39411500
libmtp 2015-09-20 http://hydra.nixos.org/build/39419199
wxGTK29 2015-09-20 http://hydra.nixos.org/build/39415296
ncmpcpp 2015-11-06 http://hydra.nixos.org/build/39404455
libtorrent 2014-09-21 http://hydra.nixos.org/build/39394646
shishi 2014-03-21 http://hydra.nixos.org/build/39418874
ocaml_3_12_1 2014-09-30 http://hydra.nixos.org/build/39392996
djview4 2015-08-11 http://hydra.nixos.org/build/39427799
vimNox 2014-05-23 http://hydra.nixos.org/build/39397012
ttfautohint 2015-08-06 http://hydra.nixos.org/build/39398330
libraw 2015-09-24 http://hydra.nixos.org/build/39402271
wxGTK30 2015-09-20 http://hydra.nixos.org/build/39401871
sbcl_1_2_5 2015-09-20 http://hydra.nixos.org/build/39426091
prover9 2014-09-30 http://hydra.nixos.org/build/39406476
rcs 2015-08-25 http://hydra.nixos.org/build/39392037
gpac 2015-09-24 http://hydra.nixos.org/build/39399470
virtuoso6 2014-09-30 http://hydra.nixos.org/build/39398651
xlslib 2015-09-24 http://hydra.nixos.org/build/39410387
ucommon 2015-03-27 http://hydra.nixos.org/build/39414040
commoncpp2 2014-09-30 http://hydra.nixos.org/build/39420117
virtuoso 2014-09-21 http://hydra.nixos.org/build/39399978
miniHttpd 2014-09-30 http://hydra.nixos.org/build/39392925
mpack 2014-09-26 http://hydra.nixos.org/build/39399535
nbd 2014-09-26 http://hydra.nixos.org/build/39401367
newsbeuter-dev 2014-07-29 http://hydra.nixos.org/build/39406259
gimp_2_8 2015-09-20 http://hydra.nixos.org/build/39436271
gimp 2015-09-20 http://hydra.nixos.org/build/39435976
zabbix20.agent 2014-09-30 http://hydra.nixos.org/build/39393242
gst_all_1.gst-plugins-good 2015-09-20 http://hydra.nixos.org/build/39408506
ocaml_4_00_1 2014-09-30 http://hydra.nixos.org/build/39399526
inadyn 2014-09-30 http://hydra.nixos.org/build/39426389
gst_all_1.gst-plugins-bad 2015-09-20 http://hydra.nixos.org/build/39392970
zabbix.agent 2014-09-30 http://hydra.nixos.org/build/39421412
cmake-2_8 2015-09-24 http://hydra.nixos.org/build/39399443
liblastfm 2015-08-06 http://hydra.nixos.org/build/39421812
newsbeuter 2014-07-29 http://hydra.nixos.org/build/39396605
sdcv 2014-09-26 http://hydra.nixos.org/build/39412928
2016-09-01 20:39:33 +03:00
Tuomas Tynkkynen
8c4aeb1780
Merge staging into master
...
Brings in:
- changed output order for multiple outputs:
https://github.com/NixOS/nixpkgs/pull/14766
- audit disabled by default
https://github.com/NixOS/nixpkgs/pull/17916
Conflicts:
pkgs/development/libraries/openldap/default.nix
2016-09-01 13:27:27 +03:00
Thomas Tuegel
e446b9f1b1
keybase: 1.0.16 -> 1.0.17
2016-08-31 21:36:47 -05:00
Tuomas Tynkkynen
307f7efcc9
pinentry: Fix dev reference to qtbase
2016-08-31 12:32:58 +03:00
Tuomas Tynkkynen
048a30e4e4
treewide: Fix dev references to libxml2
2016-08-30 03:02:32 +03:00
Tuomas Tynkkynen
a17216af4c
treewide: Shuffle outputs
...
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
obadz
3de6e5be50
Merge branch 'master' into staging
...
Conflicts:
pkgs/applications/misc/navit/default.nix
pkgs/applications/networking/mailreaders/alpine/default.nix
pkgs/applications/networking/mailreaders/realpine/default.nix
pkgs/development/compilers/ghc/head.nix
pkgs/development/libraries/openssl/default.nix
pkgs/games/liquidwar/default.nix
pkgs/games/spring/springlobby.nix
pkgs/os-specific/linux/kernel/perf.nix
pkgs/servers/sip/freeswitch/default.nix
pkgs/tools/archivers/cromfs/default.nix
pkgs/tools/graphics/plotutils/default.nix
2016-08-27 23:54:54 +01:00
Robin Gloster
3f4caa111f
scrypt: remove obsolete substituteInPlace
2016-08-27 21:55:19 +00:00
Joachim F
9003f9d9a1
Merge pull request #18017 from joachifm/tor-0_2_8_7
...
tor: 0.2.7.6 -> 0.2.8.7
2016-08-27 10:44:39 +02:00
Joachim Fasting
c4dc998b69
chaps: fix build against glibc 2.24
...
Ignore errors due to using deprecated readdir_r(3).
2016-08-26 23:52:19 +02:00
Joachim Fasting
5a2dbb1b8b
tor: 0.2.7.6 -> 0.2.8.7
...
Also:
- Turn patchPhase into postPatch
- Add systemd and libcap on linux (and also pkgconfig for detection);
we should be able to change the service unit to Type=notify
- Disable checks for now, the test-suite is failing in sandbox due to
lack of network
2016-08-26 17:18:56 +02:00
Lancelot SIX
9ed6e8a01d
gnupg21: Removes previously backported patch
...
fix-gpgsm-linking.patch was backported from gnupg master for 2.1.14. It
is included in 2.1.15, making the patch un applicable.
Fixes 447207d21d
2016-08-25 12:26:22 +02:00
Franz Pletz
447207d21d
gnupg: 2.1.14 -> 2.1.15
2016-08-25 01:55:43 +02:00
J Phani Mahesh
fefa2749a5
duo-unix: 1.9.11 -> 1.9.19
...
Closes NixOs/nixpkgs#17911
2016-08-24 22:56:38 +05:30
obadz
78b7529ee3
Merge branch 'master' into staging
2016-08-24 11:57:44 +01:00
Daniel Peebles
3f337a2b23
Merge pull request #17685 from matthewbauer/darwin-misc2
...
Darwin misc. fixes
2016-08-24 11:52:27 +02:00
obadz
0e8d2725dc
Merge branch 'master' into staging
2016-08-23 18:50:06 +01:00
Tuomas Tynkkynen
74a3a2cd7e
treewide: Use makeBinPath
2016-08-23 01:18:10 +03:00
obadz
24a9183f90
Merge branch 'hardened-stdenv' into staging
...
Closes #12895
Amazing work by @globin & @fpletz getting hardened compiler flags by
enabled default on the whole package set
2016-08-22 01:19:35 +01: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
Robin Gloster
33e1c78ae3
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-16 07:54:01 +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
Franz Pletz
bd4490e277
Merge branch 'master' into hardened-stdenv
2016-08-13 16:59:55 +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
Robin Gloster
b7787d932e
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-12 09:46:53 +00: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
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00: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
Robin Gloster
1be4907ca2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-02 13:46:36 +00: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
Robin Gloster
63c7b4f9a7
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-31 20:51:34 +00: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
Robin Gloster
f222d98746
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-25 12:47:13 +00: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
Robin Gloster
203846b9de
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-19 10:37:02 +00: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
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00:00
Frederik Rietdijk
81d798bc36
Merge pull request #16463 from FRidh/secp
...
secp256k1: init (native lib, and python ffi bindings at 0.12.1)
2016-07-15 12:23:20 +02:00
Chris Martin
9e041fd9be
secp256k1: init at 2016-05-30
2016-06-23 20:49:07 +02:00
Rahul Gopinath
b586b00b3b
gnupg21: 2.1.12 -> 2.1.13
2016-06-23 00:26:48 -07:00
Joachim Fasting
9675384c7b
torbrowser: 6.0.1 -> 6.0.2
2016-06-23 00:55:54 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Christian Lask
4e59526bf4
rofi-pass: 1.3.1 -> 1.3.2
...
Note: You'll need to add the `_rofi` command to your config of rofi-pass
to make this release work. Refer to config.example for an example of
how this might look like. For more information on this change, see
75cf715158
.
2016-06-14 10:07:59 +02:00
zimbatm
61032ce936
Merge pull request #16154 from womfoo/oath-toolkit
...
oath-toolkit: 2.4.1 -> 2.6.1
2016-06-12 23:10:19 +01:00
Kranium Gikos Mendoza
1105674352
oath-toolkit: 2.4.1 -> 2.6.1
2016-06-12 04:27:56 +08:00
Robin Gloster
8031cba2ab
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-06-10 09:27:04 +00:00
rushmorem
1f99f81d24
vault: 0.5.2 -> 0.5.3
2016-06-10 00:46:26 +02:00
Kamil Chmielewski
8cd1d4cda5
buildGoPackage: use Go 1.6 by default
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
734d152977
buildGo16Packages: fetchgit -> fetchFromGitHub
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
b70c24f1f2
vault: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
f473582a75
hologram: extracted from goPackages
2016-06-09 11:22:02 +02:00
Joachim Fasting
8fc6ca75a9
torbrowser: 6.0 -> 6.0.1
2016-06-08 16:51:53 +02:00
Tobias Geerinckx-Rice
b04e2fab7c
bruteforce-luks: 1.2.0 -> 1.2.1
2016-06-06 21:58:19 +02:00
aszlig
53bf7e1907
pcsclite: 1.8.16 -> 1.8.17
...
Upstream changes:
- Fix SCardEndTransaction() issue with a SCARD_SHARE_EXCLUSIVE
connection
- Fix an issue when used with systemd (problem in signal handler)
- SCardGetAttrib(): set pcbAttrLen when buffer is too small
- Doxygen: SCardGetAttrib() pbAttr can be NULL
- Doxygen: SCardGetAttrib() *pcbAttrLen contains the buffer size
- fix compilation warnings and link errors on SunOS
- Some other minor improvements
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric, @wkennington
2016-06-04 16:40:34 +02:00
aszlig
bc877d8bfc
pcsclite: Explicitly set ipcdir
...
Some libraries using PCSC-Lite still tend to refer to /var/run/pcscd
instead of /run/pcscd, so let's make sure this won't happen.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric, @wkennington
2016-06-04 16:38:57 +02:00
aszlig
fa559de8af
pcsc-cyberjack: Init at 3.99.5_SP09
...
It's a driver module for PCSC-Lite, which allows to use the USB readers
from REINER SCT, a reader that is very commonly used in Germany for
online banking and for reading/writing data from/to the national
identity card.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-06-04 16:38:57 +02:00
aszlig
70246d7cfa
pcsclite: Introduce PCSCLITE_HP_DROPDIR env var
...
This allows to override the directory where PCSC-Lite searches for USB
drivers at runtime and should make our NixOS module much more clean so
that we don't need to imperatively stitch together plugin directories
anymore.
I'm using a GNU extension for the ternary operator to avoid computing
getenv("PCSCLITE_HP_DROPDIR") twice:
https://gcc.gnu.org/onlinedocs/gcc/Conditionals.html#Conditionals
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric, @wkennington
2016-06-04 16:38:57 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Matthias Beyer
5ba49a427b
signing-party: 2.1 -> 2.2
2016-06-03 15:59:50 +02:00
Joachim Fasting
07933ad15f
tcpcrypt: 0.3-rc1 -> 0.4, refactoring
...
- Use `fetchFromGitHub`
- Cleanup build inputs
- meta cleanups
- Strip binaries
- Multiple outputs
2016-06-03 15:43:12 +02:00
Joachim Fasting
961164a8a7
torbrowser: explicitly set paths to torrc-defaults and tor
...
This patch fixes an issue introduced by b897f825942b63ab790cad9ed66c8a79cbb3fc2d
where the bundled tor fails to run.
The error message claims that it cannot communicate with tor, but what actually
happens is that tor never runs at all, because it is invoked with a non-existent
rc file. Specifying an absolute path to the torrc-defaults file fixes the
problem. For good measure, we specify an absolute path to the tor executable
itself as well; we want as little autodetection logic as possible.
Note that users of torbrowser *must* remove the existing `~/.torbrowser4` folder
for this to take effect, otherwise torbrowser will continue to use extension
data from the previous release (this is why some existing users were able to
successfully use the new torbrowser version, see
https://github.com/NixOS/nixpkgs/pull/15854 ).
2016-05-31 23:37:20 +02:00
Franz Pletz
498ff955ec
sslscan: 1.11.0 -> 1.11.5
2016-05-31 20:10:26 +02:00
Mayeu - Cast
4e20fa47e0
torbrowser: 5.5.5 -> 6.0 ( #15854 )
2016-05-31 15:12:19 +02:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Vladimír Čunát
0b192a0976
Merge branch 'master' into staging
...
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-23 09:02:10 +02:00
Vladimír Čunát
73f1f5eb39
imagemagick: split dev output to fix #9604
...
Also fixup references to imagemagick.
2016-05-22 13:41:15 +02:00
Vladimír Čunát
c4661e9643
Merge: make dev output references explicit
...
This is a rebase of most commits from #14766 ,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Bjørn Forsman
d5656873d7
john: use gcc 4.9 instead of 5 (unbreaks build)
...
Fixes this build error:
dynamic_fmt.o: In function `DynamicFunc__crypt_md5_to_input_raw_Overwrite_NoLen':
.../john-1.8.0-jumbo-1/src/dynamic_fmt.c:4989: undefined reference to `MD5_body_for_thread'
Upstream issue:
https://github.com/magnumripper/JohnTheRipper/issues/1093
2016-05-21 22:17:52 +02:00
Tobias Geerinckx-Rice
186f7d9bb5
eid-mw: 4.1.17 -> 4.1.18
2016-05-21 14:13:29 +02:00
obadz
8c82edf68d
ecryptfs: 110 -> 111
2016-05-20 11:15:58 +01:00
Tuomas Tynkkynen
7fb29bfa73
treewide: Make explicit that 'dev' output of zlib is used
2016-05-19 10:04:38 +02:00
Tuomas Tynkkynen
d42e94472d
treewide: Make explicit that 'dev' output of pcre is used
2016-05-19 10:02:28 +02:00
Tuomas Tynkkynen
2a73de6e6c
treewide: Make explicit that 'dev' output of openssl is used
2016-05-19 10:02:23 +02:00
Tuomas Tynkkynen
99acb412ab
treewide: Make explicit that 'dev' output of ncurses is used
2016-05-19 10:00:49 +02:00
Tuomas Tynkkynen
e28e010b36
treewide: Make explicit that 'dev' output of curl is used
2016-05-19 10:00:29 +02:00
Tuomas Tynkkynen
c22f86a853
treewide: Make explicit that 'dev' output of bzip2 is used
2016-05-19 10:00:28 +02:00
Tuomas Tynkkynen
d298b52fd3
treewide: Make explicit that 'dev' output of aprutil is used
2016-05-19 10:00:25 +02:00
Tuomas Tynkkynen
29694b43b6
treewide: Make explicit that 'dev' output of apr is used
2016-05-19 10:00:24 +02:00
Tuomas Tynkkynen
16cc4ac83b
treewide: Make explicit that 'dev' output of apacheHttpd is used
2016-05-19 10:00:23 +02:00
Franz Pletz
f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-05-18 17:10:02 +02:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Joachim Fasting
201f6600cb
dirmngr: 1.0.3 -> 1.1.1
...
Fixes the build.
This package is probably ripe for removal by now, as dirmngr was incorporated
into gnupg a couple of years ago:
https://lists.gnupg.org/pipermail/gnupg-announce/2014q4/000358.html
2016-05-14 08:48:56 +02:00
Franz Pletz
11dee6fa17
pcsclite: 1.8.14 -> 1.8.16
2016-05-13 17:27:59 +02:00
Franz Pletz
9e01c46e4a
ccid: 1.4.20 -> 1.4.23
2016-05-13 17:27:59 +02:00
Franz Pletz
c7e69de43b
p0f: 3.08b -> 3.09b
2016-05-13 17:25:25 +02:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Franz Pletz
59555ce4ee
gnupg: 2.1.11 -> 2.1.12
2016-05-12 01:50:19 +02:00
Arseniy Seroka
f9b4dc6194
Merge pull request #15372 from bjornfor/update-hashcat
...
hashcat: 0.49 -> 2.00
2016-05-11 15:02:36 +03:00
Evgeny Egorochkin
33449c54dd
vidalia: fix meta.repositories.git, since torproject only allows https access now
2016-05-11 01:11:52 +03:00
Bjørn Forsman
800042b310
hashcat: 0.49 -> 2.00
...
The current URL is broken, upstream has moved the download from .../files/ to
.../files_legacy/. But after fixing that, starting hashcat results in:
$ ./result/bin/hashcat
ERROR: this copy of hashcat is outdated. Get a more recent version.
So just update to latest.
New releases are on github, the license is now MIT and there are build
system changes.
2016-05-10 22:11:12 +02:00
Vladimír Čunát
1dc36904d8
Merge #14920 : windows improvements, mainly mingw
2016-05-05 08:30:19 +02:00
Tobias Geerinckx-Rice
750d58f439
eid-mw: 4.1.16 -> 4.1.17
2016-05-05 02:15:14 +02:00
Robin Gloster
9820cb1bf2
use dontBuild instead of hacks
...
changes:
* buildPhase = "true"
* buildPhase = ":"
2016-05-04 10:11:04 +00:00
Tobias Geerinckx-Rice
ff6a98612c
seccure: 0.4 -> 0.5
2016-05-03 20:41:19 +02:00
Robin Gloster
c92bca56f8
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-02 22:58:02 +00:00
Joachim Fasting
0a04f7a870
torbrowser: fix paths to pluggable transports
...
With this patch I'm at least able to connect using the obfs4 transport
2016-05-01 21:27:25 +02:00
Joachim Fasting
3994a236bb
tor-arm: build recipe improvements
...
- Fix install of man page
- Remove redundant for loop
- Access python interpreter via pythonPackages
- Remove redundant build inputs (captured via replacement anyway)
- Fix install location of sample rc file. For whatever reason, the
install script ends up thinking it needs to use tor-arm, so override
it
- Clarify meta.description
2016-04-30 22:25:46 +02:00
Joachim Fasting
61f110e890
tor: meta improvements
2016-04-30 18:53:42 +02:00
Joachim Fasting
e6fbe412ec
torbutton: remove expression
...
Not updated for years. Also, using torbutton without the tor browser
bundle is not recommended.
2016-04-30 17:44:49 +02:00
Joachim Fasting
c3f54960c6
torbrowser: wrapper improvements
...
This brings the wrapper closer to the upstream wrapper.
Briefly,
- exec to prevent the shell from hanging around
- do not connect to session manager
- set WM_CLASS to "Tor Browser"
- use fonts.conf from the torbrowser bundle
2016-04-29 18:42:09 +02:00
Joachim Fasting
85aece2f8e
torbrowser: use makeLibraryPath instead of buildEnv
...
Also remove redundant buildInputs
2016-04-29 18:18:48 +02:00
Joachim Fasting
cdd6369679
torbrowser: add myself to maintainers
2016-04-28 23:33:27 +02:00
Joachim Fasting
4741627bcf
torbrowser: fix argument handling in wrapper
...
With $@ unquoted, the wrapper would always just pass "" to firefox
2016-04-28 23:33:26 +02:00
Joachim Fasting
38ea8c6c30
torbrowser: 5.5.4 -> 5.5.5
2016-04-28 23:33:26 +02:00
Arseniy Seroka
52b64cedec
Merge pull request #15016 from jagajaga/eid
...
open-eid
2016-04-28 13:56:09 +03:00
Arseniy Seroka
ae3e7d748b
Merge pull request #15017 from MostAwesomeDude/afl
...
afl: 1.94b -> 2.10b
2016-04-27 17:51:38 +03:00
Tuomas Tynkkynen
40838ad20f
meo: Use pcre-cpp (fixes build)
2016-04-27 13:28:04 +03:00
Arseniy Seroka
05f2f8fc29
qdigidoc: init at 3.12.0.1442
2016-04-27 11:38:10 +03:00
Corbin
264cb737f6
afl: 1.94b -> 2.10b
...
Includes afl-analyze. QEMU support not tested.
2016-04-26 18:45:12 -07:00
Arseniy Seroka
5dbb42ce6c
qesteidutil: init at 3.12.2.1206
2016-04-26 18:08:16 +03:00
Frederik Rietdijk
d5e6a4494a
Python: use PyPI mirror ( #15001 )
...
* mirrors: add pypi
* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Tobias Geerinckx-Rice
3fdf40bca0
eid-mw: 4.1.14 -> 4.1.16
2016-04-22 17:11:20 +02:00
Joachim Fasting
0122cbfd59
torbrowser: also install lib and out into the torEnv
2016-04-22 04:21:33 +02:00
Joachim Fasting
008d47131f
Revert "torbrowser: fix torEnv after multiple-outputs"
...
This reverts commit 672efb940f
.
This is a terrible fix, use buildEnv's extraOutputsToInstall instead.
2016-04-22 04:21:33 +02:00
Joachim Fasting
672efb940f
torbrowser: fix torEnv after multiple-outputs
2016-04-22 04:08:33 +02:00
Robin Gloster
d020caa5b2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-18 13:49:22 +00:00
Michiel Leenaars
38c5319fd8
softhsm: init -> 2.1.0
2016-04-18 10:31:46 +01:00
Tobias Geerinckx-Rice
7818fda09e
eid-mw: 4.1.13 -> 4.1.14
2016-04-14 18:34:53 +02:00
Tuomas Tynkkynen
897e0d1224
treewide: Mass replace 'openssl}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
Franz Pletz
fcde15d66b
sudo: 1.8.15 -> 1.8.16
2016-04-12 15:51:32 +02:00
Franz Pletz
a14decf655
clamav: 0.99 -> 0.99.1
2016-04-12 15:49:54 +02:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Tuomas Tynkkynen
03c6434756
Merge pull request #14526 from Profpatsch/fish-completions
...
fish: pick up completion files from other packages
2016-04-09 20:08:46 +03:00
Profpatsch
a011083cda
fish: pick up completion files from other packages
...
Some packages bring their own completions in
/share/fish/vendor_completions.d. Now they are picked up by fish from
every path in NIX_PROFILES.
2016-04-09 00:08:48 +02:00
Tobias Geerinckx-Rice
46a3a12971
sshuttle: 0.77.2 -> 0.78.0
2016-04-08 17:39:38 +02:00
Robin Gloster
d00784602d
ccrypt: disable format hardening
2016-04-05 16:21:15 +00:00
Robin Gloster
696d85a62d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-03 11:01:57 +00:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Lancelot SIX
d6f9e35683
gnupg20: 2.0.29 -> 2.0.30
...
See https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000385.html
2016-03-31 17:18:32 +02:00
Robin Gloster
f60c9df0ba
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-28 15:16:29 +00:00
Domen Kožar
b07e7bfc7b
Merge remote-tracking branch 'origin/staging'
2016-03-27 13:19:04 +01:00
Pascal Wittmann
71d3b34bd7
tpm-tools: fix build by applying debians patch
2016-03-24 22:31:40 +01:00
Nikolay Amiantov
0c6db0ca48
cc-wrapper: add option to skip flags for native optimizations
2016-03-24 20:16:17 +03:00
joachifm
a9699984c2
Merge pull request #14173 from obadz/ecryptfs
...
ecryptfs: 108 -> 110
2016-03-24 13:12:59 +00:00
obadz
09302c7b56
ecryptfs: 108 -> 110
2016-03-24 12:10:36 +00:00
Franz Pletz
f03993366e
fail2ban: 0.9.3 -> 0.9.4
2016-03-22 02:12:43 +01:00
Joachim Fasting
c1901038c8
haka: fix build on gcc5
...
See https://hydra.nixos.org/build/33296799/nixlog/1/raw
2016-03-20 22:57:48 +01:00
lukasepple
1dbf51416a
torbrowser: 5.5.3 -> 5.5.4
2016-03-19 21:56:57 +01:00
Peter Simons
ab450f8477
gnupg-2.1: add myself as maintainer plus minor cosmetic
2016-03-18 11:02:17 +01:00
Peter Simons
eadf39a16c
gnupg-2.1: drop unnecessary autoreconf hook from build
...
This change also prevents gnupg 2.1 from considering itself as an
unstable development version, which it is not.
2016-03-18 11:02:17 +01:00
Robin Gloster
3f45f0948d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-15 01:44:24 +00:00
Joachim Fasting
665e79324e
torbrowser: 5.5.2 -> 5.5.3
2016-03-15 02:34:53 +01:00
Joachim Fasting
249d28b08c
minisign: move build deps to nativeBuildInputs
2016-03-12 19:06:56 +01:00
Peter Simons
9f578af689
gnupg-1compat: cosmetic changes for Emacs
2016-03-11 10:55:47 +01:00
Vladimír Čunát
5782b5d3e8
gpgstats: fix build on 32-bit; LFS problems
2016-03-09 23:15:41 +01:00
John Chee
e0b541acc7
lastpass-cli: 0.7.0 -> 0.9.0
2016-03-08 12:02:44 -08:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Tobias Geerinckx-Rice
04573b82bc
sshuttle: 0.76 -> 0.77.2
2016-03-08 03:09:41 +01:00
Franz Pletz
cb3d27df93
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-03-05 18:55:30 +01:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Martin Sturm
507ad9a4f9
clamav: Use freshclam.conf defined by clamav-updater module if enabled
2016-03-04 02:26:44 +01:00
Robin Gloster
d47857c3d9
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-01 21:09:17 +00:00
joachifm
d917b4975c
Merge pull request #13478 from sheenobu/clamav
...
clamav: 0.98.7 -> 0.99
2016-03-01 03:44:23 +00:00
Robin Gloster
3b4765c9e5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-28 16:32:57 +00:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Sheena Artrip
b6a8348a4b
clamav: 0.98.7 -> 0.99
2016-02-27 06:59:06 -05:00
Robin Gloster
3477e662e6
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-27 00:08:08 +00:00
zimbatm
1f00c52880
Merge pull request #11210 from mitchty/munge-on-osx
...
Munge is buildable/usable on OS X/most unices
2016-02-26 23:10:53 +00:00
Robin Gloster
c045d2de37
signing-party: 2.1 -> 2.2
2016-02-26 16:08:51 +00:00
Robin Gloster
c884697acc
tboot: disable stackprotector/pic hardening
2016-02-24 17:01:37 +00:00
Franz Pletz
7c6dc101f2
Merge pull request #13391 from spacefrogg/gencfsm
...
gnome-encfs-manager: 1.8.15 -> 1.8.16
2016-02-23 18:47:21 +01:00
Frederik Rietdijk
40ca841c5c
Merge pull request #13124 from FRidh/buildPythonApplication
...
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Michael Raitza
c4ea54f6a1
gnome-encfs-manager: 1.8.15 -> 1.8.16
2016-02-23 14:38:48 +00:00
Franz Pletz
f5d705aa58
pinentry: 0.9.6 -> 0.9.7
2016-02-22 04:51:53 +01:00
Robin Gloster
bc21db3692
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-19 21:16:14 +00:00
Frederik Rietdijk
d3482be0e5
Merge pull request #12886 from pstn/master
...
Allow kpcli to work with xclip
2016-02-19 17:14:50 +01:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
Philipp Steinpass
9d1501437d
Added perl packages that allow kpcli to work with xclip, squashed fixes.
2016-02-19 11:21:52 +01:00
Franz Pletz
41698c9efa
Merge branch 'master' into hardened-stdenv
2016-02-15 20:05:29 +01:00
Franz Pletz
ffef91e914
torbrowser: 5.5 -> 5.5.2
2016-02-15 03:54:44 +01:00
Vladimír Čunát
d039c87984
Merge branch 'master' into closure-size
2016-02-14 08:33:51 +01:00
Robin Gloster
8a018e730f
fprint_demo: turn off format hardening
2016-02-10 23:56:27 +00:00
Robin Gloster
e6345523f2
john: add patch to build with gcc5
2016-02-08 00:39:17 +00:00
Robin Gloster
f7aa921773
Merge pull request #12560 from tvestelind/haka
...
Haka: new package
2016-02-06 20:32:39 +01:00
Peter Simons
2c51a0a39a
Merge pull request #12773 from kragniz/gnupg-2.1.11
...
gnupg: 2.1.10 -> 2.1.11
2016-02-04 22:23:41 +01:00
Charles Strahan
2f105acba2
cipherscan: fix license
...
Fixes broken evaluation due to 4c57b932a
.
2016-02-03 13:10:34 -05:00
Charles Strahan
4c57b932ab
cipherscan: init at rev 18b0d1b (Dec 17, 2015)
...
CipherScan is a simple way to find out which SSL ciphersuites are
supported by a target.
It can take advantage of the extra features in Peter Mosmans' openssl
fork (which is also included in this commit).
2016-02-03 12:01:24 -05:00
Vladimír Čunát
ae74c356d9
Merge recent 'staging' into closure-size
...
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Louis Taylor
b2609751e4
gnupg: 2.1.10 -> 2.1.11
...
Release notes can be found here:
https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000383.html
2016-02-02 15:37:10 +00:00
Pascal Wittmann
209318b130
Merge pull request #12491 from davidak/rarcrack
...
rarcrack: init at 0.2
2016-02-01 11:56:10 +01:00
Franz Pletz
90b457336f
Merge pull request #12675 from zimbatm/pass-fix
...
pass: fixes .wrapped-pass in usage
2016-01-30 15:55:58 +01:00
zimbatm
53f7baa6b8
pass: fixes .wrapped-pass in usage
...
When using `pass --help` for example the PROGRAM name is ".wrapped-pass"
instead of "pass".
2016-01-30 01:59:12 +00:00
Mayeu (Cast)
41204b1dd1
torbrowser: 5.0.7 -> 5.5
...
Hash found with nix-prefetch-url
2016-01-29 11:14:44 +01:00
Tobias Geerinckx-Rice
3671447685
bruteforce-luks: init at 1.2.0
2016-01-27 04:59:51 +01:00
Tobias Geerinckx-Rice
ac33b4724a
More version attribute tidying where maintainers |= nckx
2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice
9fb8020e4e
Add version attribute where maintainers |= nckx
...
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
davidak
0ed01e0425
rarcrack: init at 0.2
2016-01-23 21:39:22 +01:00
Tomas Vestelind
11d475af29
haka: options for nixos
2016-01-23 01:19:53 +01:00
Tomas Vestelind
a892be1018
haka: building binaries
2016-01-23 01:19:05 +01:00
Tobias Geerinckx-Rice
3b64fec18d
eid-mw: 4.1.12 -> 4.1.13
2016-01-21 20:32:12 +01:00
Vladimír Čunát
d1301160bb
chntpw: fix #11474 , build with multiple-output glibc
2016-01-20 11:48:12 +01:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Franz Pletz
5160c8887e
Merge pull request #12199 from jgillich/torbrowser-desktop
...
torbrowser: add .desktop file
2016-01-18 15:28:43 +01:00
Jakob Gillich
87c3063d68
torbrowser: 5.0.6 -> 5.0.7, add desktop file
2016-01-18 14:47:33 +01:00
Tobias Geerinckx-Rice
0ef8fa011f
sshuttle: 0.74 -> 0.76
...
And back to fetchurl we go:
“LookupError: setuptools-scm was unable to detect version for
'/tmp/nix-build-.../sshuttle-v0.76-src'. Make sure you're not
using GitHub's tarballs (or similar ones), as those don't
contain the necessary metadata. Use PyPI's tarballs instead.”
2016-01-17 21:52:36 +01:00
Tobias Geerinckx-Rice
5876238d54
eid-mw: 4.1.11 -> 4.1.12
2016-01-14 23:55:47 +01:00
Domen Kožar
da1d9293f8
Merge pull request #12269 from zimbatm/sshuttle-0.73
...
sshuttle: 0.71 -> 0.73
2016-01-12 11:57:25 +01:00
zimbatm
573ec2d9ae
sshuttle: 0.71 -> 0.74
...
the tags are now in a different form
sshuttle is now a real python package
2016-01-11 11:58:04 +00:00
Nikolay Amiantov
828a7f99fd
pamtester: init at 0.1.2
2016-01-10 06:03:21 +03:00
Svend Sorensen
154040ab1c
pinentry-mac: init at 0.9.4
2016-01-08 17:13:21 -08:00
Tobias Geerinckx-Rice
2357918b00
opensc-dnie lib & wrapper: remove dead packages
...
Last updated in 2010, broken since 2013.
cc @viric
2016-01-07 09:40:42 +01:00
Tobias Geerinckx-Rice
f30b8a9197
muscletool: remove dead package
...
Broken since 2013. Upstream don't smell too good since 2009.
2016-01-06 02:14:01 +01:00
Tobias Geerinckx-Rice
bc6f9ff90d
muscleframework: remove dead package
...
Broken since 2013. Upstream don't smell too good since 2009.
2016-01-06 02:13:59 +01:00
Jakob Gillich
24dc7f3028
torbrowser: add missing shebang to wrapper script
2016-01-05 18:21:07 +01:00
Tuomas Tynkkynen
8a985d97a1
sudo: Compile with '--with-iologdir' to improve build purity
...
Otherwise it will try to guess the log directory, and the guess might
not be the same if chroot builds are enabled or not.
The gruesome details from m4/sudo.m4:
````
dnl
dnl Where the I/O log files go, use /var/log/sudo-io if
dnl /var/log exists, else /{var,usr}/adm/sudo-io
dnl
AC_DEFUN([SUDO_IO_LOGDIR], [
AC_MSG_CHECKING(for I/O log dir location)
if test "${with_iologdir-yes}" != "yes"; then
iolog_dir="$with_iologdir"
elif test -d "/var/log"; then
iolog_dir="/var/log/sudo-io"
elif test -d "/var/adm"; then
iolog_dir="/var/adm/sudo-io"
else
iolog_dir="/usr/adm/sudo-io"
fi
if test "${with_iologdir}" != "no"; then
SUDO_DEFINE_UNQUOTED(_PATH_SUDO_IO_LOGDIR, "$iolog_dir")
fi
AC_MSG_RESULT($iolog_dir)
])dnl
````
2016-01-02 18:50:11 +01:00
davidak
fc45d98c31
pass: update homepage url
2016-01-01 20:19:11 +01:00
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Domen Kožar
c953334c75
Merge pull request #11972 from codsl/tor-0.2.7.6
...
tor: 0.2.7.5 -> 0.2.7.6
2015-12-28 23:27:29 +01:00
Peter Simons
ef656e469e
Merge pull request #11980 from ArdaXi/fix-gpgkey2ssh
...
Make gpgkey2ssh use absolute path to gpg2, fixes #11912
2015-12-28 17:12:51 +01:00
Arda Xi
7c17302848
Make gpgkey2ssh use absolute path to gpg2, fixes #11912
2015-12-27 20:57:55 +01:00
codsl
8fb46420ef
torbrowser: 5.0.4 -> 5.0.6
2015-12-27 09:31:23 +00:00
codsl
42557425bc
tor: 0.2.7.5 -> 0.2.7.6
2015-12-27 07:20:14 +00:00
Tobias Geerinckx-Rice
f3048aed1d
eid-viewer: 4.1.4 -> 4.1.9
2015-12-26 19:50:17 +01:00
Rok Garbas
38a6b5fb43
Merge pull request #11683 from rvl/fail2ban
...
Make fail2ban work again
2015-12-22 01:46:18 +01:00
jeaye
1b9b1d0d5c
fail2ban 0.9.1 -> 0.9.3
2015-12-21 15:33:15 +08:00
Lancelot SIX
e3e2273382
pkgs.gnupg1: 1.4.19 -> 1.4.20
2015-12-20 18:50:19 +01:00
Tobias Geerinckx-Rice
d4b14974e5
eid-mw: 4.1.9 -> 4.1.11
2015-12-19 12:41:31 +01:00
Rodney Lorrimar
75d143ae9a
fail2ban: 0.9.1 -> 0.9.3
2015-12-18 09:44:22 +00:00
Rodney Lorrimar
201859ea18
fail2ban: update python-systemd dependency
...
The python module has been split off from systemd since v223.
2015-12-18 09:44:22 +00:00
Rodney Lorrimar
242c24c402
fail2ban: python packaging workaround for /etc/fail2ban installation ( fixes #11534 )
...
Removed path substitutions from setup.py because these should be handled
by the setuptools install prefix.
Except that the install prefix won't quite work until issue #4968 is
resolved.
In the meantime there are preInstall and postInstall scripts so that
this package continues to work with the nix python packaging
improvements.
2015-12-18 09:44:22 +00:00
Markus Hauck
10e0b68141
lastpass-cli: 0.5.1 -> 0.7.0
2015-12-18 09:41:11 +01:00
goibhniu
81901bda04
Merge pull request #11770 from k0ral/nmap
...
nmap: 7.00 -> 7.01
2015-12-17 01:10:13 +01:00
koral
e007b1b764
nmap: 7.00 -> 7.01
2015-12-16 23:21:19 +00:00
John Wiegley
2cd323a51a
tor: Allow building on Darwin
2015-12-16 14:10:31 -08:00
Nikolay Amiantov
83a8e8e4ef
polkit_gnome: cleanup, add platforms
2015-12-15 18:09:07 +03:00
Arseniy Seroka
a7ff459335
Merge pull request #11726 from ericsagnes/logkeys
...
logkeys: 5ef6b0dcb9e3 -> 2015-11-10
2015-12-15 14:22:40 +03:00
Eric Sagnes
64a2b7f11c
logkeys: 5ef6b0dcb9e3 -> 2015-11-10
2015-12-15 20:20:41 +09:00
Eric Sagnes
b619983354
signing-party: 2.0 -> 2.1
2015-12-14 21:05:25 +09:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Moritz Ulrich
3f8ca3c676
rofi-pass: Add missing dependencies.
2015-12-11 15:11:31 +01:00
Thomas Tuegel
2b318da619
pinentry_qt5: init at 0.9.6
2015-12-10 11:06:00 -06:00
Thomas Tuegel
80681dd60a
pinentry: 0.9.5 -> 0.9.6
2015-12-10 11:05:43 -06:00
Tobias Geerinckx-Rice
e5fca5832b
eid-mw: use GTK 3
2015-12-09 21:55:51 +01:00
Tobias Geerinckx-Rice
8c81b79875
eid-mw: force-enable dialogues
2015-12-09 21:55:51 +01:00
Tobias Geerinckx-Rice
f4748d976e
eid-mw 4.1.8 -> 4.1.9
2015-12-09 21:55:51 +01:00
codsl
7884923ba3
tor: 0.2.6.10 -> 0.2.7.5, fixes #11489
2015-12-06 13:18:45 +01:00
Emery Hemingway
2b6dcdfcd0
Rename 'emery' maintainer handle to 'ehmry', fixes #11493
...
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Peter Simons
1cd7ec96e4
pkgs/tools/security/gnupg/21.nix: cosmetic
2015-12-04 21:11:22 +01:00
Peter Simons
b79227b934
Merge pull request #11453 from lancelotsix/update_gnupg21
...
gnupg21: 2.1.9 -> 2.1.10
2015-12-04 19:54:36 +01:00
Moritz Ulrich
e9e6d62c59
rofi-pass: 1.2 -> 1.3.1
...
Also contains fixes so it doesn't depend on anything in PATH.
2015-12-04 17:24:56 +01:00
Lancelot SIX
d66d4ca570
gnupg21: 2.1.9 -> 2.1.10
...
See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00001.html
for announcement
2015-12-04 14:40:54 +00:00
John Wiegley
95f6a9e147
pcsclite: Enable building on Darwin
2015-12-03 13:13:31 -05:00
Franz Pletz
3edcc3c669
sudo: 1.8.14p3 -> 1.8.15, fixes #11297
2015-12-03 09:02:17 +01:00
Luca Bruno
920b1d3591
Merge branch 'master' into closure-size
2015-11-29 16:50:26 +01:00
Markus Wotringer
cb58cf57d6
radamsa: init at 0.4
2015-11-28 23:51:17 +01:00
Pascal Wittmann
5084e3e0e0
Merge pull request #11175 from mayflower/pkg/nmap
...
nmap: 6.49BETA4 -> 7.00
2015-11-25 22:51:36 +01:00
Pascal Wittmann
5154825599
Merge pull request #11267 from joachifm/update-minisign
...
minisign: 0.4 -> 0.6
2015-11-25 22:49:59 +01:00
Luca Bruno
a412927924
Merge remote-tracking branch 'origin/master' into closure-size
2015-11-25 21:37:30 +01:00
Joachim Fasting
4dbdcd0f33
minisign: 0.4 -> 0.6
2015-11-25 20:37:18 +01:00
Joachim Fasting
c844b6d041
metasploit: reimplement using mkDerivation
...
Also fixes download location. Bumps version to 3.3.1, which is
the closest to the original version for which a source archive
is still available.
2015-11-24 14:45:15 +01:00
Joachim Fasting
8b3c02c14c
bmrsa: reimplement using mkDerivation
...
Also set homepage & license (GPL according to the README,
no license is actually included in the source repo).
2015-11-24 14:45:15 +01:00
Mitch Tishmack
a1ca4985e3
Munge is buildable/usable on osx.
...
Also update the url to point to the migrated from google code url to
github.
2015-11-22 19:01:44 -06:00
Franz Pletz
991407f858
nmap: 6.49BETA4 -> 7.00
2015-11-20 21:04:49 +01:00