Shea Levy
2ded9f3f7b
coq: Improve emacs buffer handling
2016-11-13 14:01:01 -05:00
obadz
feb8a692a1
getxbook: init at 1.2
2016-11-13 17:36:05 +00:00
Frank Lanitz
d4da4fa5f9
Geany: 1.28 -> 1.29
2016-11-13 17:51:11 +01:00
David McFarland
3d4a280c35
amdgpu-pro: 16.30.3-315407 -> 16.40-348864
2016-11-13 12:44:28 -04:00
David McFarland
e1a25aeb65
amdgpu-pro: fix kernel module for linux-4.8
2016-11-13 12:44:28 -04:00
David McFarland
6bf27c2cae
vulkan-loader: allow validation layers to be enabled
...
The loader now uses XDK_DATA_DIRS to find drivers and layers.
2016-11-13 12:44:27 -04:00
David McFarland
1624507eaf
vulkan-loader: allow 32-bit builds
2016-11-13 12:44:27 -04:00
David McFarland
8fe96a1926
vulkan-loader: package headers, layers and demos
2016-11-13 12:44:27 -04:00
Benjamin Saunders
84c87dce2a
vulkan-loader: fix evaluation without source
2016-11-13 12:44:27 -04:00
Joe Hermaszewski
d6a3aaef89
vim-utils: fix typo
2016-11-13 12:07:10 +00:00
Aristid Breitkreuz
8600e38bca
google-cloud-sdk: add assertion for x86/x86-64 Linux
2016-11-13 11:56:25 +01:00
Aristid Breitkreuz
ed9b1c673b
google-cloud-sdk: 122.0.0 -> 134.0.0
2016-11-13 11:38:35 +01:00
Tim Steinbach
dcb76cda79
atom: 1.12.1 -> 1.12.2
2016-11-12 16:37:20 -05:00
Daiderd Jordan
c7defd149e
Merge pull request #20242 from knedlsepp/activate-gdal-on-darwin
...
gdal: fix darwin build
2016-11-12 21:39:44 +01:00
Daiderd Jordan
e03c65f5b5
Merge pull request #20114 from acowley/freeimage-darwin
...
freeimage: darwin compatibility
2016-11-12 21:20:12 +01:00
Daiderd Jordan
00a6087d50
Merge pull request #20111 from acowley/bullet-darwin
...
bullet: darwin compatibility
2016-11-12 21:18:59 +01:00
Corbin
62f9196e35
pythonPackages.stripe: init at 1.41.1
2016-11-12 11:52:04 -08:00
John Ericson
f68e16f023
top-level: Make cross compiling slightly saner
...
Removes the weird stdenv cycle used to match the old infrastructure.
It turns out that matching it so precisely is not needed.
2016-11-12 20:20:44 +01:00
Gabriel Ebner
645e2b55e5
Merge pull request #20367 from goetzst/qutebrowser
...
qutebrowser: 0.8.2 -> 0.8.4
2016-11-12 13:48:24 -05:00
obadz
38c6a88274
citrix-receiver: 13.3.0 -> 13.4.0
2016-11-12 16:43:30 +00:00
Stefan Götz
2079c92fa9
qutebrowser: 0.8.2 -> 0.8.4
2016-11-12 15:39:45 +01:00
Pascal Wittmann
aa0238ece0
Merge pull request #20360 from sorokin/fix-autobuild
...
fix autobuild compilation
2016-11-12 14:13:24 +01:00
Joachim Fasting
081a871771
Revert "Merge pull request #20302 from spacekitteh/patch-10"
...
This reverts commit e02173c70c
, reversing
changes made to c2b4a0d266
.
Breaks all grsec packages; Not having binary substitutes for no good
reason is disruptive to my workflow, so I'll just revert this for now.
2016-11-12 14:02:20 +01:00
Vincent Laporte
2d136204c4
ocamlPackages.cstruct: 1.6.0 -> 1.9.0, 2.3.0
2016-11-12 12:41:27 +01:00
Vincent Laporte
72c1a6f0f4
ocamlPackages.cohttp: refactor
2016-11-12 12:41:27 +01:00
Vincent Laporte
24df641deb
ocamlPackages.conduit: refactor
2016-11-12 12:41:26 +01:00
Ivan Sorokin
52ccc27c1e
fix autobuild compilation
...
Currently autobuild failed to build in both master and release-16.03. The
error message is
mv: cannot stat '/nix/store/a4jzlkrhd4b4nr5760caj3rrjxhyg4z3-autobuild-5.3/bin/abput-sourceforge': No such file or directory
builder for ‘/nix/store/l19vywq8zvbarswby5h7vl4iq1c1pvq7-autobuild-5.3.drv’ failed with exit code 1
It happens in post install script
postInstall = ''
wrapProgram $out/bin/ab{put,build}-sourceforge \
--prefix PATH ":" "${stdenv.lib.makeBinPath [ openssh rsync ]}"
'';
The problem is that in autobuild 5.0 the ab{put,build}-sourceforge were removed
* Version 5.0 (released 2008-11-25)
...
** abput, abput-sourceforge, abput-testdrive: Remove.
** abbuild, abbuild-sourceforge: Remove.
Both the SourceForge and TestDrive systems have been shutdown. The
scripts were of questionable value anyway.
Possibly the bug was introduced in commit
8c4fcc87f8320004e924f53bbaee29ae3b7b4692: autobuild: 3.5 -> 5.3.
As the package doesn't contain these programs there is no need in wrapping
them. This commit just remove the postInstall section of corresponding
package.
2016-11-12 14:34:13 +03:00
Alex Ivanov
6be6760144
yandex-disk: 0.1.5.948 -> 0.1.5.978
2016-11-12 12:02:24 +03:00
Tim Steinbach
e02173c70c
Merge pull request #20302 from spacekitteh/patch-10
...
grsecurity_testing: 4.7.10 -> 4.8.7
2016-11-11 22:03:39 -05:00
Sophie Taylor
fa180d0d63
grsec: 4.8.6 -> 4.8.7
2016-11-12 12:54:47 +10:00
Tim Steinbach
c2b4a0d266
Merge pull request #20327 from NeQuissimus/linux_4_9_rc4
...
linux: 4.9-rc3 -> 4.9-rc4
2016-11-11 18:11:02 -05:00
Tim Steinbach
52cc30cd87
Merge pull request #20326 from NeQuissimus/linux_3_12_67
...
linux: 3.12.66 -> 3.12.67
2016-11-11 18:10:16 -05:00
Alexander V. Nikolaev
9743c0e623
drone: fix build issue on OSX
...
also update all hashes to recent snapshots
2016-11-11 23:04:31 +01:00
Alexander V. Nikolaev
9bd197fc97
drone: init at 0.5-20160813
2016-11-11 23:04:31 +01:00
Alexander V. Nikolaev
1b5ab63bd2
go-bindata-assetfs: init at 20160814
2016-11-11 23:04:31 +01:00
Daniel Peebles
0838c10e22
Merge pull request #20328 from NeQuissimus/pango_sha512
...
pangoxsl: Use sha256
2016-11-11 15:48:33 -05:00
Daniel Peebles
903814e068
Merge pull request #20333 from NeQuissimus/saxonb_sha512
...
saxonb: Use sha256
2016-11-11 15:48:23 -05:00
Daniel Peebles
eadb0f733b
Merge pull request #20348 from NeQuissimus/jdom_sha256
...
jdom: use sha256
2016-11-11 15:48:07 -05:00
Daniel Peebles
cd112c5e03
Merge pull request #20334 from NeQuissimus/saxon_sha512
...
saxon: use sha256
2016-11-11 15:47:52 -05:00
Tim Steinbach
dc3f9cd566
jdom: use sha256
2016-11-11 15:36:47 -05:00
Tim Steinbach
b43a43d7a1
pangoxsl: Use sha256
2016-11-11 15:17:24 -05:00
Tim Steinbach
7d4ffab202
saxon: use sha256
2016-11-11 15:10:30 -05:00
Tim Steinbach
1810f50e0e
saxonb: Use sha256
2016-11-11 15:07:51 -05:00
Tim Steinbach
3a6f99765c
Merge pull request #20219 from oxij/pkgs/python/add-a-bunch
...
pythonPackages: add a bunch
2016-11-11 15:06:25 -05:00
Daniel Peebles
843cfd6741
Merge pull request #20329 from NeQuissimus/opencv3_ipp_sha256
...
opencv3: Move IPP to use sha256
2016-11-11 12:10:41 -05:00
Joachim F
b5914575dc
Merge pull request #20345 from fmthoma/i3-gaps-4.13
...
i3-gaps: 4.12 -> 4.13
2016-11-11 17:30:35 +01:00
Joachim F
b209827d15
Merge pull request #20341 from nico202/josm
...
josm: 10966 -> 11223
2016-11-11 17:28:51 +01:00
Pascal Wittmann
50bb53238b
Merge pull request #20312 from gnidorah/master2
...
dtrx: add archivers to dependencies
2016-11-11 17:25:38 +01:00
Carles Pagès
cf57b79fb1
homebank: 5.1 -> 5.1.1
2016-11-11 16:34:11 +01:00
Tim Steinbach
821573740b
Merge pull request #20323 from NeQuissimus/rkt_1_19_0
...
rkt: 1.18.0 -> 1.19.0
2016-11-11 10:24:51 -05:00
Tim Steinbach
b773918fe4
Merge pull request #20324 from NeQuissimus/atom_1_12_1
...
atom: 1.12.0 -> 1.12.1
2016-11-11 10:24:41 -05:00
Tim Steinbach
0196746226
Merge pull request #20325 from NeQuissimus/ammonite_0_8_0
...
ammonite-repl: 0.7.9 -> 0.8.0
2016-11-11 10:24:29 -05:00
Franz Thoma
092d7e9705
i3-gaps: 4.12 -> 4.13
2016-11-11 14:03:33 +01:00
Graham Christensen
bb2a67d226
openssl_1_1_0: 1.1.0b -> 1.1.0c
2016-11-11 07:11:29 -05:00
=
8574054427
josm: 10966 -> 11223
2016-11-11 12:21:40 +01:00
Jascha Geerds
13fbc6ccd1
numix-icon-theme-circle: 2016-09-27 -> 2016-11-10
2016-11-11 11:25:16 +01:00
Jascha Geerds
e15fdbe9fc
hipchat: 4.27.0.1658 -> 4.28.0.1659
2016-11-11 11:22:36 +01:00
viric
5de8637c4e
Merge pull request #20154 from mdaiter/opencv3_extras
...
opencv3: enable cuda compilations
2016-11-11 10:58:54 +01:00
Tim Digel
babbe0e14d
vim: 8.0.0005 -> 8.0.0075
2016-11-11 10:12:18 +01:00
sternenseemann
ca9ab3bfe1
ocaml-uuseg: 0.8.0 -> 0.9.0
...
This commit also refactors the expression.
2016-11-11 08:30:37 +01:00
Tim Steinbach
8ac2c1fead
Merge pull request #20320 from bendlas/fix-chromium
...
chromium: 54.0.2840.90 -> 54.0.2840.100
2016-11-10 22:12:56 -05:00
Tim Steinbach
7fedbe7c98
opencv3: Move IPP to use sha256
2016-11-10 21:40:38 -05:00
Tim Steinbach
933dfca167
Merge pull request #20322 from NeQuissimus/linux_4_8_7
...
linux: 4.8.6 -> 4.8.7
2016-11-10 21:12:06 -05:00
Tim Steinbach
ad19b9bde5
linux: 4.9-rc3 -> 4.9-rc4
2016-11-10 21:08:28 -05:00
Tim Steinbach
0a1f39eb91
linux: 4.8.6 -> 4.8.7
2016-11-10 21:07:56 -05:00
Tim Steinbach
579f5fd9dd
linux: 4.4.30 -> 4.4.31
2016-11-10 21:07:24 -05:00
Tim Steinbach
cc62ecc2d9
linux: 3.12.66 -> 3.12.67
2016-11-10 21:06:54 -05:00
Tim Steinbach
ecd1a53df6
rkt: 1.18.0 -> 1.19.0
2016-11-10 21:06:20 -05:00
Tim Steinbach
0b91aa42d2
atom: 1.12.0 -> 1.12.1
2016-11-10 21:05:55 -05:00
Tim Steinbach
9028442fcb
ammonite-repl: 0.7.9 -> 0.8.0
2016-11-10 21:05:27 -05:00
Tuomas Tynkkynen
74ecbbe4e3
kernel config: Ensure SECCOMP_FILTER is enabled
...
As noted in a97db109a2
, SECCOMP_FILTER must be enabled or systemd gets
very unhappy.
2016-11-11 02:10:20 +02:00
Peter Hoeg
cb93b34999
SMB2 support for CIFS
...
[tuomas: removed unneeded kernel version check]
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
2016-11-11 02:10:20 +02:00
Herwig Hochleitner
663007d607
chromium: 54.0.2840.90 -> 54.0.2840.100
...
fixes CVE-2016-5199 CVE-2016-5200 CVE-2016-5201 CVE-2016-5202
2016-11-10 23:45:29 +01:00
Arseniy Seroka
f263d9844e
Merge pull request #20313 from jamescun/master
...
vim plugins: add dracula theme
2016-11-11 00:19:21 +03:00
Martijn Vermaat
a2a0fa6657
python27Packages.consul: Disable tests to unbreak
2016-11-10 14:00:40 -04:00
Peter Simons
cb07aea0bd
haskell-STMonadTrans: disable failing test suite to fix the build
...
Closes https://github.com/NixOS/nixpkgs/issues/20309 .
2016-11-10 18:15:35 +01:00
Peter Simons
6a53da63b3
haskell-http-client: update reference in configuration-common.nix
2016-11-10 18:15:35 +01:00
Peter Simons
b15dec170a
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
ea775f0608
.
2016-11-10 18:15:35 +01:00
Eelco Dolstra
674eb5ddf0
nlohmann_json: 2.0.3 -> 2.0.7
2016-11-10 17:52:25 +01:00
Thomas Tuegel
04d0304698
Merge pull request #20305 from bendlas/fix-emacs
...
emacs: fix segfaults, add selinux capability
2016-11-10 10:35:20 -06:00
James Cunningham
5dee508acf
vim plugins: add dracula theme
2016-11-10 16:24:45 +00:00
Herwig Hochleitner
d48846756f
chromium: fix nix syntax highlighting for emacs
2016-11-10 16:30:56 +01:00
Stefan Goetz
ba5f7673c6
youtube-dl: 2016-11-04 -> 2016-11-08.1 ( #20292 )
2016-11-10 16:30:13 +01:00
Frederik Rietdijk
29a2b53e53
Merge pull request #20307 from nlewo/pr/tensorflow
...
pythonPackages.tensorflow: update sha256
2016-11-10 16:06:51 +01:00
Herwig Hochleitner
d1dba6e083
emacs: add selinux capability
2016-11-10 15:59:52 +01:00
Herwig Hochleitner
db402312a3
emacs: fix segfaults in 25.1
2016-11-10 15:59:47 +01:00
Alex Ivanov
ec99fb434f
dtrx: add archivers to dependencies
2016-11-10 17:41:20 +03:00
Domen Kožar
1b773f5e42
Merge pull request #20288 from danharaj/ghcHEAD-fix-patchPhase
...
haskell.compiler.ghcHEAD: fix patchPhase #10752
2016-11-10 14:16:29 +01:00
Eelco Dolstra
178c323147
Merge pull request #20310 from jnsaff/master
...
Fixed unavailable Spotify version
2016-11-10 13:10:43 +01:00
Alexey Shmalko
7a301ee6b5
Merge pull request #20269 from corngood/steam-fix
...
steam: fix crash at startup with open source radeon drivers
2016-11-10 13:51:04 +02:00
Jaanus Torp
1414170edb
Fixed unavailable Spotify version
2016-11-10 10:20:08 +00:00
sternenseemann
840f2987d1
ocaml-uutf: 0.9.3 -> 0.9.4
...
This commit also refactors the expression
2016-11-10 09:03:43 +01:00
Antoine Eiche
3d768171e0
pythonPackages.tensorflow: update sha256
2016-11-10 08:52:01 +01:00
Franz Pletz
b15409d6f6
gitlab: 8.12.8 -> 8.13.5
2016-11-10 06:23:58 +01:00
Austin Seipp
e79264002a
nixpkgs: bitkeeper 7.3ce -> 7.3.1ce
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-11-10 03:45:51 +00:00
Austin Seipp
0bdc0143fe
nixpkgs: proverif 1.94 -> 1.95
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-11-10 03:45:51 +00:00
Franz Pletz
14a3d2d2ff
389-ds-base: add patch to fix CVE-2016-5416
...
cc #20274
2016-11-10 03:50:43 +01:00
Franz Pletz
3190a6c452
libwmf: add patch to fix CVE-2016-9011
...
cc #20274
2016-11-10 03:50:43 +01:00
Sophie Taylor
6476f11f40
grsecurity patch update to kernel 4.8.6
2016-11-10 12:44:22 +10:00
Tim Steinbach
f7c288507a
Merge pull request #20205 from womfoo/bump/k3d-0.8.0.6
...
k3d: 0.8.0.5 -> 0.8.0.6
2016-11-09 21:34:42 -05:00