3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

5839 commits

Author SHA1 Message Date
Eelco Dolstra 5cc05f6cf2 nixUnstable: Update to 1.9pre4083_5114a07 2015-03-24 14:42:37 +01:00
Pascal Wittmann 7811c40974 abduco: update from 0.3 to 0.4 2015-03-23 15:55:30 +01:00
Eelco Dolstra 8d685306c5 jwhois: Add missing meta.platforms 2015-03-23 11:51:59 +01:00
Austin Seipp a11078a78c nixpkgs: afl - add QEMU support
This adds support for `afl-fuzz -Q`, which can be used to instrument
arbitrary black-box binary code for fuzz testing using American Fuzzy
Lop through QEMU emulation.

This requires a custom QEMU 2.2.0 build of the Linux userspace emulators
(system emulators aren't required) with some custom patches. Furthermore
we have to patch the patches a little to make the build more sane (there
are some notes in the README about this).

Overall, the addition of this feature by default doesn't significantly
impact build times (since building QEMU for only one target builds only
a fraction of the source code, and many features are disabled), so it's
enabled by default.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-22 22:52:57 -05:00
Austin Seipp 624fcfce64 nixpkgs: afl 1.56b -> 1.57b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-22 18:29:57 -05:00
Edward Tjörnhammar 9255f6c0af keychain: 2.7.1 -> 2.8.0 2015-03-22 23:04:44 +01:00
Arseniy Seroka efa988a61a Merge pull request #6933 from devhell/profile-cleaner
profile-cleaner: Add package
2015-03-22 23:08:48 +03:00
Brian McKenna dc1ea2e968 tigerVNC: fix by updating (close #6852)
The default xorgserver is now on 1.16 and so the patch needs to change.
The 116 patch is not in 1.3.1 so we also need to upgrade.

I don't know how to compute this filename since the xorgserver derivation
doesn't have a version attribute.
2015-03-22 20:28:04 +01:00
devhell 7472f7f023 profile-cleaner: Add package
This commit adds `profile-cleaner`.

Use profile-cleaner to reduce the size of browser profiles by organizing
their sqlite databases using sqlite3's vacuum and reindex functions. The
term "browser" is used loosely since profile-cleaner happily works on
some email clients and newsreaders too.

Supported browsers include:
 * Aurora
 * Chromium (stable, beta, and dev)
 * Conkeror
 * Firefox (stable, beta, and aurora)
 * Google-chrome (stable, beta, and dev)
 * Heftig's version of Aurora
 * Icedove
 * Midori
 * Newsbeuter
 * Palemoon
 * Qupzilla
 * Seamonkey
 * Thunderbird
 * Tor-browser
2015-03-22 15:06:54 +00:00
Tobias Geerinckx-Rice 627e2bf90c nx-libs 3.5.0.30 -> 3.5.0.31 2015-03-22 14:20:59 +01:00
Hoang Xuan Phu ad7bb0d129 simplify convoluted path to autojump.zsh 2015-03-22 13:44:27 +08:00
Jaka Hudoklin ad10db7617 Merge pull request #6882 from offlinehacker/nixos/fluentd
Add fluentd package and module
2015-03-21 22:37:48 +01:00
Michael Raskin e68b486f6e update lrzip 2015-03-21 21:29:40 +03:00
Michael Raskin 3c19c7d236 update zpaq 2015-03-21 21:29:40 +03:00
Domen Kožar 5491cb0903 Merge pull request #6889 from benley/honcho
New package: Honcho (Python clone of Foreman)
2015-03-21 19:21:56 +01:00
Domen Kožar ca98016c2a Merge pull request #6915 from phunehehe/autojump-zsh
document workaround for sourcing autojump init file from zsh
2015-03-21 19:19:28 +01:00
Eric Seidel 51d465646a gnupg: don't demand pcsclite on darwin 2015-03-21 09:14:36 -07:00
Eric Seidel 68647a4de5 coreutils: don't use bare sed on darwin
it will be BSD sed instead of GNU sed
2015-03-21 09:14:35 -07:00
Hoang Xuan Phu 4967e78dc8 document workaround for sourcing autojump init file from zsh 2015-03-21 16:50:20 +08:00
William A. Kennington III bea1c88205 openssh: 6.7p1 -> 6.8p1 2015-03-20 21:20:33 -07:00
William A. Kennington III fff38f354a btrfsProgs: 3.18.2 -> 3.19 2015-03-20 15:44:51 -07:00
Edward Tjörnhammar 5126119686 aiccu: added package 2015-03-20 22:01:34 +01:00
Eelco Dolstra 2ed5c2bd6b Set some meta.platforms
Also fix meta.platform -> meta.platforms in a few places.
2015-03-20 20:04:42 +01:00
Shea Levy 19cd9f16a0 Merge branch 'staging' 2015-03-20 09:53:34 -04:00
Benjamin Staffin 5972edc148 New package: Honcho (Python clone of Foreman) 2015-03-18 23:17:14 -07:00
Arseniy Seroka f122393e5d Merge pull request #6884 from offlinehacker/pkgs/t/add
Add t, command line tool for twitter
2015-03-19 03:14:58 +03:00
Vladimír Čunát 80c7a6f107 nmap: extend platforms
Tested briefly by @jcf on darwin, web site claims BSDs are also supported.
2015-03-18 23:51:19 +01:00
Jaka Hudoklin fca0aa7077 Add fluentd package and module 2015-03-18 21:18:47 +01:00
Jaka Hudoklin 414dbacfa7 Add t, command line tool for twitter 2015-03-18 21:00:04 +01:00
Vladimír Čunát e73933da9c coreutils: skip dd/sparse test (fixes #6306)
It's not done very nicely, as the main build log still prints as if the
test ran and succeeded, but I'm lazy to dig deeper into the framework.
2015-03-18 20:20:18 +01:00
Moritz Ulrich cb9e0343d1 yubikey-personalization: Install udev-rules. 2015-03-18 19:16:24 +01:00
Austin Seipp 0c1daca24a nixpkgs: stunnel 5.05 -> 5.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Eric Seidel fd60b5f496 gnupg: dont demand pcsclite on darwin 2015-03-17 17:26:01 -07:00
Tobias Geerinckx-Rice 22625fbf37 netsniff-ng 0.5.9-rc4-40-g5107740 -> 0.5.9-rc4-49-g6f54288
Adds support for IGMP packet generation.
2015-03-17 21:57:30 +01:00
Vladimír Čunát e924f05cc3 Merge branch 'master' into staging 2015-03-17 13:35:05 +01:00
lethalman ccd693bb7c Merge pull request #6792 from pjones/pkg/atomicparsley
New package: AtomicParsley
2015-03-17 12:56:10 +01:00
lethalman 341332a814 Merge pull request #6845 from k0ral/logrotate
logrotate: 3.8.7 -> 3.8.9
2015-03-17 12:46:57 +01:00
koral 2c1041acc7 curl: 7.40.0 -> 7.41.0 (close #6844) 2015-03-17 12:38:05 +01:00
Eelco Dolstra c1e1092b8b rsyslog: Move systemd check 2015-03-17 10:13:06 +01:00
koral 25b6058628 logrotate: 3.8.7 -> 3.8.9 2015-03-17 00:24:37 +00:00
Tobias Geerinckx-Rice 3a73e3bf92 nxproxy: switch to release 3.5.0.30 instead of git 2015-03-17 00:36:02 +01:00
Vladimír Čunát 51a8a43dfc Merge #6472: add ddccontrol 2015-03-16 21:52:59 +01:00
Vladimír Čunát f41f7a0bb9 ddccontrol*: cleanup
- remove doubled file for ddccontrol-db
- adding stdenv to buildInputs is pointless
- fix doubled http://
- whitespace, etc.
2015-03-16 21:47:06 +01:00
devhell 6a8a739d68 gnupg21: Add texinfo as a dependency
This adds texinfo as a dependency, without which the build will fail.
2015-03-16 00:32:16 +00:00
devhell 6fa7dcfe24 ipv6calc: Update SHA
Upstream seems to have overwritten the tarball therefore changing the
SHA sum.
2015-03-15 18:04:06 +00:00
Pascal Wittmann d8d4972544 xmlto: update from 0.0.25 to 0.0.26 2015-03-15 14:42:58 +01:00
Jaka Hudoklin 180da0d463 Merge pull request #6693 from benley/docker-registry
docker-registry: Update to 0.9.1, with boto bugfix
2015-03-15 02:27:52 +01:00
Pascal Wittmann 5389be1a13 Merge pull request #6807 from 1126/master
torbrowser: bump version to 4.0.4
2015-03-14 17:37:37 +00:00
_1126 f1f3c2c775 torbrowser: bump version to 4.0.4 2015-03-14 14:36:25 +01:00
Matthias Beyer 5078d49248 Add package: mpdscribble 2015-03-14 12:23:23 +00:00