Commit graph

46276 commits

Author SHA1 Message Date
Bjørn Forsman 5dc9be5869 xmlrpc-c: update from 1.25.27 to 1.25.30 2014-12-02 21:37:39 +01:00
Bjørn Forsman d5e8c6b732 wireshark: update from 1.12.1 to 1.12.2
Potentially fixes CVE-2014-8710, CVE-2014-8711, CVE-2014-8712,
CVE-2014-8713, CVE-2014-8714.
2014-12-02 21:36:22 +01:00
Bjørn Forsman af6001a625 python-usbtmc: update 0.5 -> 0.6 2014-12-02 21:23:50 +01:00
Vincent Laporte bc95472fb7 skrooge: update from 1.3.2 to 1.10.0 2014-12-02 19:28:11 +01:00
cillianderoiste ebc96e4b0a Merge pull request #5201 from geerds/pidgin-window-merge
Add package pidgin-window-merge
2014-12-02 16:35:24 +00:00
Arseniy Seroka 116ac0d252 Merge pull request #5195 from prikhi/fix-vimplugin-docu
Fix the Vim Plugins Documentation
2014-12-02 19:01:12 +03:00
Jaka Hudoklin 67e703e630 pythonPackages: ugly fix docker registry dependencies 2014-12-02 16:50:11 +01:00
Domen Kožar f57d22fd05 openvpn: fix build 2014-12-02 15:30:25 +01:00
Domen Kožar cc0d52846e openvpn: 2.3.4 -> 2.3.6 (CVE-2014-8104) 2014-12-02 13:11:37 +01:00
Jaka Hudoklin 36a5384ec9 mesos: update to 0.21.0 2014-12-02 12:22:12 +01:00
Jaka Hudoklin aeba2947b0 Add chronos, fault tolerant job scheduler for Mesos 2014-12-02 12:22:05 +01:00
Jascha Geerds 4ba9aa074f Add package pidgin-window-merge 2014-12-02 11:37:11 +01:00
lethalman 14ba80a6e1 Merge pull request #5008 from nbp/rr
Add rr & libpfm.
2014-12-02 11:17:28 +01:00
lethalman 9bce8d2ef2 Merge pull request #5190 from deepfire/debootstrap-version-fix
debootstrap | 404-fix:  -> 1.0.64, since 1.0.63 disappeared from archive
2014-12-02 10:59:14 +01:00
Domen Kožar 9744404038 Merge pull request #5147 from teh/matplotlib
Update matplotlib to 1.4.2.
2014-12-02 10:55:43 +01:00
Michael Raskin 60b660b33a Adding slmenu 2014-12-02 12:29:54 +03:00
Cray Elliott 682ea7c775 monthly bump of dolphinEmuMaster
Tons of accuracy improvements per usual, some somewhat interesting ones:
- Constant Angular Velocity for Disk Reads
- FIFO buffer fix
- Vectorized Vertex loading
and more! read about it at dolphin-emu.org
2014-12-02 01:06:15 -08:00
William A. Kennington III 1716c12b54 iwlwifi: Split into separate package with more up to date firmware 2014-12-01 16:25:20 -08:00
Arseniy Seroka ea3292523c daemons: add haskell pkg 2014-12-02 01:12:05 +03:00
Domen Kožar e8c4ef278c Merge pull request #5007 from nbp/bugwarrior
Add Bugwarrior and its dependencies.
2014-12-01 22:20:17 +01:00
Domen Kožar 50515b221e Merge pull request #5090 from eduarrrd/gramps
Add gramps package.
2014-12-01 22:06:22 +01:00
Domen Kožar a2acbc230a Merge pull request #5191 from AndersonTorres/megatools
Megatools: update to 1.9.93
2014-12-01 22:03:34 +01:00
Domen Kožar a390a9cbc9 fontconfig: current behavior makes substitutes fail 2014-12-01 22:01:29 +01:00
Vladimír Čunát 4426d73ad8 gcc-4.9: maintenance update 2014-12-01 21:30:38 +01:00
Oliver Charles 465a163e95 haskellPackages.opaleye: New expression 2014-12-01 19:18:43 +00:00
Ricardo M. Correia 744dc4abdc rustcMaster: Install docs (into $out/share/doc) 2014-12-01 20:01:52 +01:00
vbgl 5a410c4d79 Merge pull request #5174 from muflax/clozure
ccl: fix paths to coreutils
2014-12-01 19:36:53 +01:00
Jascha Geerds 268ea28b78 pycharm: Update to 4.0.1 2014-12-01 18:27:51 +01:00
Moritz Ulrich 77049af46f pngcheck: New package. 2014-12-01 17:05:20 +01:00
Charles Strahan b90b899b0c rescuetime: add version 2014-12-01 12:19:44 +00:00
Charles Strahan f9dbd4e1ba rescuetime: fix typo 2014-12-01 12:11:01 +00:00
William A. Kennington III fe21ac3903 linux: 3.18.0-rc6 -> 3.18.0-rc7 2014-12-01 01:49:05 -08:00
Charles Strahan fcb173f70f rescuetime: a time tracking service 2014-12-01 05:16:57 +00:00
aszlig 2b58a6ab0d
virtualbox: Fix extension pack installation.
With hardening, we need to go a bit further rather than just allowing
/nix/store being world-writable. We now use fakeroot to make sure the
VBoxExtPackHelperApp won't moan that the files are not owned by root.

They are, but only outside of the chrooted build process.

Another issue with using fakeroot is that it doesn't seem to cope well
with arguments that contain spaces. That's why I've piped the call into
${stdenv.shell}.

Now, the really gory and confusing part is the introduction of
VBOX_PATH_APP_PRIVATE_ARCH_TOP and the change of VBOX_PATH_APP_PRIVATE.

The VBOX_PATH_APP_PRIVATE_ARCH is *only* for modules and is checked by
the hardened implementation against whether things like VMMR0.r0 or
VBoxVMM.so reside in that directory. As a side note: I admit that the
whole libexec directory is quite polluted with stuff that shouldn't be
there, but for now we've broken enough things and will tear apart the
whole structure at some day in the future[TM].

For the confusing part we have VBOX_PATH_APP_PRIVATE_ARCH_TOP, which
_should_ be the same as VBOX_PATH_APP_PRIVATE_ARCH but unfortunately,
the hardened implementation is checking against this directory (in
IsValidBaseDir) for the extension pack(why!?).

Of course, we could put even that into the libexec directory, somewhat
similar as the official package, but after all, let's at least *try* to
separate things.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-01 03:32:55 +01:00
Jaka Hudoklin 725c55c810 nodePackages: hack version override sed some more to support github packages, until better solution is found 2014-12-01 03:04:55 +01:00
Jaka Hudoklin 61e19d6e81 rubyLibs: add tmuxinator, update 2014-12-01 00:39:40 +01:00
Lysergia eb7f8666f2 Fix the Vim Plugins Documentation 2014-11-30 17:12:32 -05:00
Domen Kožar 304b71bf64 deluge: 1.3.7 -> 1.3.10 2014-11-30 20:42:06 +01:00
Domen Kožar 7f021fe566 munin: 2.0.21 -> 2.0.25 2014-11-30 20:42:06 +01:00
Domen Kožar 9218987008 setuptools: 5.8 -> 7.0 2014-11-30 20:42:06 +01:00
Austin Seipp 8f6279be5c afl: 0.68b -> 0.79b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-11-30 13:19:26 -06:00
Jaka Hudoklin 6b2e5c3262 i3: make i3-save-workspace work 2014-11-30 18:40:03 +01:00
aszlig 318fbb34e7
virtualbox: Allow /nix/store being world-writable.
We are already checking whether /nix/store has the sticky bit set, so if
it is world-writable as well it doesn't mean that the actual store path
is writable. Let alone the fact that it is only writable during the
build process.

This should fix installing the extension pack when enableExtensionPack
is used.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-30 18:23:19 +01:00
Domen Kožar 579f93203a zeromq: 4.0.4 -> 4.0.5 2014-11-30 18:03:32 +01:00
Domen Kožar 1ad22e8c55 Merge pull request #5189 from NixOS/almir
almir: pin the sqlalchemy version used by zope.sqlalchemy to 8
2014-11-30 17:23:53 +01:00
Nicolas B. Pierron 8caa0ea525 rr: Bump to version 2.0.0 and fetch it from github. 2014-11-30 17:20:34 +01:00
Nicolas Pierron 1b294105d7 libpfm & rr: Add packages. 2014-11-30 17:20:34 +01:00
Nicolas B. Pierron ccc089f601 Add python-bugwarrior 1.0.2. 2014-11-30 16:48:52 +01:00
Nicolas B. Pierron 43bbfae9e5 Add python-taskw 0.8.6. 2014-11-30 16:48:51 +01:00
Nicolas B. Pierron 82f42f38bf Bump Jinja2 to version 2.7.3. 2014-11-30 16:48:51 +01:00