Commit Graph

127862 Commits

Author SHA1 Message Date
Tim Steinbach
0b43d5a9cf
linux: 4.14.17 -> 4.14.18 2018-02-07 19:36:21 -05:00
Andreas Rammhold
4dd3a2ae38
Merge pull request #34684 from flokli/svn-all-fast-export
gitAndTools.svn_all_fast_export: init at 1.0.11
2018-02-07 23:43:22 +00:00
Ruben Maher
72326cda80 flow: 0.64.0 -> 0.65.0 2018-02-08 10:02:50 +10:30
Florian Klink
469d49718e gitAndTools.svn_all_fast_export: init at 1.0.11 2018-02-08 00:32:10 +01:00
Andreas Rammhold
24ab5d9ca7
Merge pull request #34715 from MasseGuillaume/vscode-1.20.0
vscode: 1.19.3 -> 1.20.0
2018-02-07 23:28:53 +00:00
Ruben Maher
84f30286d2 awsebcli: 3.12.1 -> 3.12.2 2018-02-08 09:37:12 +10:30
Michael Alan Dorman
e843ef280e melpa-packages: 2018-02-07 2018-02-07 18:02:09 -05:00
Michael Alan Dorman
d2f7f2d3d3 melpa-stable-packages: 2018-02-07 2018-02-07 18:02:03 -05:00
Michael Alan Dorman
7e9d21414d org-packages: 2018-02-07 2018-02-07 18:02:03 -05:00
Michael Alan Dorman
4dda0dbc3d elpa-packages: 2018-02-07 2018-02-07 18:02:03 -05:00
Graham Christensen
7fb90db696
Merge pull request #34710 from markus1189/doc-vm-login
docs: Explain how to login into built vm
2018-02-07 17:43:34 -05:00
Guillaume Massé
26cfb4fdd1 vscode: 1.19.3 -> 1.20.0 2018-02-07 23:30:13 +01:00
Andreas Rammhold
dc89752154
Merge pull request #34634 from dtzWill/fix/grv-version
grv: pass in version, fix "grv -version" to at least include that
2018-02-07 21:40:57 +00:00
Andreas Rammhold
151f234fcd
Merge pull request #34711 from andir/grv-0.1.2
grv: 0.1.1 -> 0.1.2
2018-02-07 21:38:19 +00:00
Andreas Rammhold
e90985e92a
gitAndTools.grv: 0.1.1 -> 0.1.2 2018-02-07 22:22:53 +01:00
sjau
0d65e2e0e5 zfs: add migration path for new crypto format
fixes #34559
2018-02-07 20:46:16 +00:00
Markus Hauck
0525e82392 docs: Explain how to login into built vm 2018-02-07 21:34:50 +01:00
Adrien Devresse
4442a377cb rocksdb: 5.1.2 -> 5.10.2
- Update rocksdb to last version
- Also enable RTTI support for rocksdb, required for Ceph
- Add missing which and perl package
2018-02-07 21:17:02 +01:00
Vincent Laporte
202fb6faea
coq: default to 8.7 2018-02-07 19:28:38 +00:00
Daiderd Jordan
d74a7506f0
Merge pull request #34577 from matthewbauer/patch-8
notmuch: fix version wildcard
2018-02-07 20:16:45 +01:00
taku0
f5e6a723b8 firefox: 58.0.1 -> 58.0.2 2018-02-08 03:13:01 +09:00
taku0
a6ed912c88 firefox-bin: 58.0.1 -> 58.0.2 2018-02-08 03:12:53 +09:00
Tuomas Tynkkynen
93aa83deb4 nixos/release-combined.nix: Make 32-bit iso_minimal a channel blocker
In practice it already is since the channel update script barfs out if
the job fails:

9f96e1e25d/mirror-nixos-branch.pl (L132)
2018-02-07 20:00:19 +02:00
Adrien Devresse
52f6310626 lttng-ust: refactor
liburcu appears in the public API of LTTNG: it should be a
propagatedBuildInputs.
2018-02-07 18:34:53 +01:00
Daiderd Jordan
c0aa8f5fb8
Merge pull request #34630 from varunpatro/lsusb
lsusb for OSX
2018-02-07 18:34:41 +01:00
mingchuan
5e31eaea9d
rstudio: 1.1.414 -> 1.1.423
Also fixes the version number displayed in GUI.
2018-02-08 01:30:45 +08:00
Alex Griffin
5704888065 mblaze: 0.3 -> 0.3.1 2018-02-07 18:54:45 +02:00
Tuomas Tynkkynen
1b6e95e1eb hdparm: 9.53 -> 9.54 2018-02-07 18:48:04 +02:00
adisbladis
51c442c007
Merge pull request #34702 from ryantm/bossa
bossa: 2014-08-18 -> 1.8
2018-02-08 00:11:02 +08:00
Maximilian Bosch
8e70725077
vim_configurable: enable overrides
Sometimes it's needed to override parts of `vim_configurable`, for
instance when using ENSIME (http://ensime.github.io/), in this case you
need a Python interpreter and the modules `sexpdata` and
`websocket_client`.

However overriding `vim_configurable` is quite hard as we run
`vimUtils.makeCustomizable` over the default comming from
`configurable.nix`. Therefore it's necessary to copy the code from
`all-packages.nix` and alter the parts you need: https://nixos.org/nix-dev/2017-April/023364.html

In order to simplify overriding `vim_configurable` I added an
`override` and an `overrideAttrs` function to `vimutils.makeCustomizable`
to ensure that the customization capabilities won't be lost after
altering the derivation.

Now it's possible to write expressions like this without evaluation
failures:

```
with pkgs;

let
  vimPy3 = vim_configurable.override {
    python = python3;
  };
in vimPy3.customize { ... }
```
2018-02-07 16:57:40 +01:00
Mathias Schreck
7bd68dff1e chromedriver: 2.33 -> 2.35 2018-02-07 16:57:10 +01:00
adisbladis
ad9fbd93ab
Merge pull request #34700 from k0001/el306
electrum: 3.0.5 -> 3.0.6
2018-02-07 23:51:07 +08:00
adisbladis
26e80dea72
Merge pull request #34694 from rvolosatovs/update/mopidy-iris
mopidy-iris: 3.11.0 -> 3.12.4
2018-02-07 23:37:34 +08:00
Renzo Carbonara
07c7a81b24 electrum: 3.0.5 -> 3.0.6 2018-02-07 16:31:46 +01:00
adisbladis
dda6f49192
uriparser: 0.8.4 -> 0.8.5 2018-02-07 23:29:16 +08:00
adisbladis
2c92eceee6
firefox-devedition-bin: 59.0b6 -> 59.0b7 2018-02-07 23:21:44 +08:00
adisbladis
9e55e5a07e
firefox-beta-bin: 59.0b6 -> 59.0b7 2018-02-07 23:21:43 +08:00
Graham Christensen
c46c2e281b
Merge pull request #33237 from jluttine/add-diskrsync
diskrsync: init at 20170927
2018-02-07 08:15:20 -05:00
rnhmjoj
5118b86800 nixos/monero: init 2018-02-07 08:04:36 -05:00
Andreas Rammhold
90c0341ca5
Merge pull request #34581 from andir/squid
Squid fix CVE-2018-1000024 & CVE-2018-1000027
2018-02-07 11:09:42 +00:00
Andreas Rammhold
ea817d7b6f
squid: fix CVE-2018-1000024 & CVE-2018-1000027 2018-02-07 11:40:46 +01:00
Andreas Rammhold
291b05ee21
squid4: hack to detect our libxml2 2018-02-07 11:40:46 +01:00
Frank Doepper
ef727716cf uudeview: init at 0.5.20 2018-02-07 11:38:58 +01:00
Roman Volosatovs
99167e34c9
mopidy-iris: 3.11.0 -> 3.12.4 2018-02-07 11:15:30 +01:00
Andreas Rammhold
93cf06776e
Merge pull request #34692 from andir/mpv
mpv: fix CVE-2018-6460
2018-02-07 09:15:54 +00:00
Andreas Rammhold
95f4d6ba1c
mpv: fix CVE-2018-6460
Upstream has fixed this in a series of commits ontop of 0.28.0. Debian
has backported the fixes to 0.27.0.

Upstream issue: https://github.com/mpv-player/mpv/issues/5456
Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888654#8
2018-02-07 10:01:16 +01:00
Peter Simons
8ff7ac4859
Merge pull request #34646 from clacke/hledger-darwin
hledger: build correctly on darwin
2018-02-07 08:32:59 +01:00
Peter Simons
fa23ff4a7d
Merge pull request #34651 from mnacamura/r-darwin-libcxx
R: add libcxx to default LDFLAGS and CPPFLAGS on Darwin
2018-02-07 08:31:10 +01:00
Peter Simons
725e98fe85
Merge pull request #34682 from deepfire/ghc-8.4
ghc841:  bump to alpha3
2018-02-07 08:22:55 +01:00
Varun Patro
768fe4f230
Add 'varunpatro' to maintainers list. 2018-02-07 14:00:46 +08:00