Commit graph

116609 commits

Author SHA1 Message Date
Robin Gloster 6ab200b066
17.09 release notes: fix typo 2017-09-26 22:40:02 +02:00
Jörg Thalheim 1e066db4b8 Merge pull request #29816 from yegortimoshenko/epsxe/fix-install
epsxe: fix install, 32-bit executable uses mixed case
2017-09-26 20:56:15 +01:00
Jan Solanti 4ec3d311cb nvidia-x11: generate nvidia_icd.json from template 2017-09-26 21:53:44 +02:00
Daniel Peebles 79d8ccf4f0 Merge pull request #28777 from copumpkin/installer-chroot
nixos-install: re-enable --chroot option
2017-09-26 12:23:19 -07:00
Yegor Timoshenko c3e6e9b765 epsxe: fix install, 32-bit executable uses mixed case 2017-09-26 19:20:30 +00:00
Yegor Timoshenko 0ddca0715a epsxe: init at 2.0.5 (#29810)
* epsxe: init at 2.0.5

* epsxe: nitpicks
2017-09-26 20:06:22 +01:00
Jörg Thalheim bbdca85b17 Merge pull request #29644 from yegortimoshenko/patch-3
mba6x_bl: 2016-04-22 ->2016-12-08
2017-09-26 19:56:26 +01:00
Jörg Thalheim f27feb5481 dino: 2017-06-21 -> 2017-09-20 2017-09-26 19:48:05 +01:00
Frederik Rietdijk a33402b890 wlc: fix homepage / eval 2017-09-26 19:32:46 +02:00
Yegor Timoshenko fbc8fa8b42 mba6x_bl: update to 2016-12-08 2017-09-26 17:08:59 +00:00
Domen Kožar 61fbdb47a6
haskellPackages.foundation: disable tests on darwin 2017-09-26 19:00:27 +02:00
Jörg Thalheim 21abe34a2b Merge pull request #29801 from yegortimoshenko/sct/patch-segfault
sct: fix segfault when DISPLAY is empty, clean up derivation
2017-09-26 17:52:11 +01:00
Michael Weiss 676f5cb02c sway: Fix the build
While the last wlc upgrade (05d79c03ec)
makes it possible to build sway 0.14.0 it also breaks the current build
of sway 0.13.0.

Unfortunately sway 0.14.0 segfaults on launch and I couldn't fix it yet
(there are multiple upstream issues as well). I'll overwrite the wlc
version for sway in order to have a usable version in nixpkgs for the
meantime.
2017-09-26 18:48:21 +02:00
Franz Pletz 4d7d5c8c34
libressl_2_6: 2.6.0 -> 2.6.2 2017-09-26 17:28:46 +02:00
Franz Pletz de4abf7054
imagemagick7: 7.0.6-4 -> 7.0.7-4 for multiple CVEs
Too many CVEs to list because they are not tracked upstream by release
versions.
2017-09-26 17:28:46 +02:00
Franz Pletz 2d854c4c92
imagemagick: 6.9.9-7 -> 6.9.9-15 for multiple CVEs
Too many CVEs to list because they are not tracked upstream by release
versions.
2017-09-26 17:28:46 +02:00
Michael Weiss 05d79c03ec wlc: 0.0.9 -> 0.0.10
Initially the build was failing but it seems like
4b85b23534 already fixed it.
2017-09-26 17:11:36 +02:00
Michael Weiss 4b85b23534 wlc: Refactor the code
The code was a bit messy (unused parameters, etc.) and caused some
warnings/errors which could potentially cause some problems.
2017-09-26 16:56:09 +02:00
Vaibhav Sagar 6498ac609a vim: 8.0.0442 -> 8.0.1150 2017-09-26 22:48:09 +08:00
Tim Steinbach b4824605be Merge pull request #29693 from taku0/oraclejdk-9
oraclejdk: add version 9
2017-09-26 10:25:19 -04:00
Dan Peebles 186c120bed nixos-install: re-enable --chroot option
I forgot to implement it the first time around. Whoops!
2017-09-26 07:25:14 -07:00
Tim Steinbach 4ec02cc332
skopeo: 0.1.22 -> 0.1.23 2017-09-26 10:12:36 -04:00
Jörg Thalheim 466d06e705 Merge pull request #29804 from yegortimoshenko/libmirage/top-level
libmirage: add to top level
2017-09-26 14:50:59 +01:00
Yegor Timoshenko 44beb56540 sct: fix segfault when DISPLAY is empty, clean up derivation 2017-09-26 13:15:55 +00:00
Tim Steinbach 5c137d8c59 Merge pull request #29751 from fadenb/oath-toolkit_2.6.2
oath-toolkit: 2.6.1 -> 2.6.2
2017-09-26 09:12:19 -04:00
Tim Steinbach da8fb81dfa Merge pull request #29805 from yegortimoshenko/clojure/correct-license
clojure: correct license (three-clause BSD -> EPLv1.0)
2017-09-26 09:10:39 -04:00
Tim Steinbach ff5626652d
oh-my-zsh: 2017-06-22 -> 2017-09-24 2017-09-26 08:59:08 -04:00
Joachim Fasting 19ecb7f287
tor-browser-bundle: init at 7.0.1 (from source)
The original browser bundle expects to run from a bundled directory,
typically under user's home.  This version creates a firefox distribution
with preloaded extensions and settings that functions more like an
ordinary firefox installation.

The approach used here could be generalized to allow specification of
custom firefox distributions.  Eventually, the code will be factored so
that the tbb is just an instance of that more general construct (firefox
base + extensions + prefs).

Currently, we use the latest upstream versions of extensions and so on.
Eventually we want to track the upstream bundle more closely and ideally
use the exact same inputs (firefox source, extension sources).

To avoid mixing up profile data, all runtime state is stored under
$XDG_DATA_HOME/tor-browser.

Major TODO items
- Pluggable transports
- Upstream TBB version parity
- Avoid fetchgit
- Build NoScript from source (no upstream source repo, however, must rely
  on third-parties)
- Improved notation for packaging extensions
- Feature parity with the binary bundle (apulse and runtime purity, in
  particular)
2017-09-26 14:55:49 +02:00
Tim Steinbach bec98b765d
kotlin: 1.1.4-2 -> 1.1.50 2017-09-26 08:52:44 -04:00
Tim Steinbach 5a2a35aef3
git: 2.14.1 -> 2.14.2 2017-09-26 08:50:00 -04:00
Yegor Timoshenko 2f3af251be clojure: correct license (three-clause BSD -> EPLv1.0)
This is retroactive. See: https://clojure.org/community/license
2017-09-26 12:38:26 +00:00
Yegor Timoshenko 8815b81926 libmirage: add to top level 2017-09-26 12:28:02 +00:00
Jörg Thalheim d5bc2da23f Merge pull request #29800 from stesie/kea-fix-pg-config
kea: fix path to pg_config
2017-09-26 12:19:41 +01:00
Jörg Thalheim 9c55fb146d Merge pull request #29794 from stesie/php-postgres
php: fix build wrt. new postgres.dev build output
2017-09-26 12:19:15 +01:00
Stefan Siegl 086c636eb7
kea: fix path to pg_config
refs commit b0280f598e
2017-09-26 12:50:18 +02:00
Francesco Gazzetta 1d163835c8 bash-supergenpass: init at 2012-11-02 (#29797)
* Add fgaz to mantainers

* bash-supergenpass: init at 2012-11-02
2017-09-26 11:01:11 +01:00
berdario 472bb9681d rhino: remove dependency on GCJ (#29759) 2017-09-26 10:58:20 +01:00
Peter Hoeg dd6591c506 uchiwa: 0.25.3 -> 0.26.0 2017-09-26 17:53:42 +08:00
Jörg Thalheim 40a58dbcbb Merge pull request #29602 from makefu/pkgs/oslo-config/fix
oslo-config: fix build
2017-09-26 09:57:47 +01:00
Stefan Siegl 2f23a83920
php: fix build wrt. new postgres.dev build output
Refs commit b0280f598e
2017-09-26 10:14:27 +02:00
Jörg Thalheim c74418a4e6 Merge pull request #29426 from Mic92/zfsUnstable
nixos/zfs: import encrypted datasets by default for zfsUnstable
2017-09-26 09:10:44 +01:00
Joerg Thalheim 8fcf95f102 {zfsUnstable,splUnstable}: 2017-09-12 -> 2017-09-26 2017-09-26 09:08:56 +01:00
Jörg Thalheim 9164517c18 nixos/zfs: import encrypted datasets by default for zfsUnstable 2017-09-26 09:08:53 +01:00
Jörg Thalheim b303aa0155 Merge pull request #29762 from samueldr/pr/update-mediawiki
mediawiki: 1.27.3 -> 1.29.1
2017-09-26 08:04:08 +01:00
Lancelot SIX f1a2b8627e pythonPackages.channels: 1.1.6 -> 1.1.8 (#29772) 2017-09-26 07:51:54 +01:00
Jörg Thalheim aea73202a4 Merge pull request #29773 from Ma27/vim/install-hooks
vim-plugins: add install hooks
2017-09-26 07:48:46 +01:00
Elis Hirwing 95f3e6ca32 stupidterm: init at 2017-03-15
Stupidterm is a simple and fast VTE-Based terminal emulator which is
configured by a simple ini-file.

fixes #29779
2017-09-26 07:43:10 +01:00
Jörg Thalheim 430869ba3b Merge pull request #29787 from siddharthist/tex-gyre-termes-math
tex-gyre-termes-math: init at 1.543
2017-09-26 07:25:24 +01:00
Jörg Thalheim 057a6e027d Merge pull request #29786 from siddharthist/latinmodern-math
latinmodern-math: init at 1.959
2017-09-26 07:25:06 +01:00
Dario Bertini 08d05f1ef5 Fetch sshuttle-darwin patch from github 2017-09-26 07:16:14 +01:00