Edward Tjörnhammar
c65026bfa5
nixos: i2pd, change to yes/no config entries and explicitly enable client endpoints
2016-03-13 21:36:30 +01:00
Edward Tjörnhammar
e433a3015a
i2pd: 2.4.0 -> 2.5.1
2016-03-13 21:36:29 +01:00
zimbatm
ef7d2c0ecf
Merge pull request #13863 from hrdinka/fix/hs-blake
...
haskell-hs-blake2: fix dependency on libb2
2016-03-13 19:01:36 +00:00
Arseniy Seroka
42b7191499
Merge pull request #13867 from ericbmerritt/cuter-support
...
cuter: init at 0.1
2016-03-13 21:49:24 +03:00
zimbatm
94774a717b
Merge pull request #13889 from frlan/Update/Geany/1.27
...
geany: 1.26 -> 1.27
2016-03-13 18:29:18 +00:00
zimbatm
099d7dc1b8
Merge pull request #13878 from DamienCassou/offlineimap-6.7.0
...
offlineimap: 6.6.1 -> 6.7.0
2016-03-13 18:29:04 +00:00
zimbatm
da213dda15
Merge pull request #13857 from zimbatm/apache-http2
...
Apache HTTP/2
2016-03-13 18:28:17 +00:00
Frank Lanitz
9d34f2054d
geany: 1.26 -> 1.27
...
Also adding myself as list of maintainers
2016-03-13 18:41:08 +01:00
宋文武
93feb5d115
drop my maintainership ( close #13881 )
2016-03-13 18:39:01 +01:00
Frederik Rietdijk
f557df6074
Merge pull request #13891 from luispedro/fix_imread_webp
...
pythonPackages.imread: add webp support
2016-03-13 13:08:39 -04:00
Joachim Fasting
1b3d974c98
electrum: 2.6.1 -> 2.6.2
2016-03-13 16:58:41 +01:00
Luis Pedro Coelho
8be123e92f
pythonPackages.imread: add webp support
...
pkg-config needs to be present at build time for webp support to be
auto-detected by the build script.
2016-03-13 16:41:13 +01:00
Thomas Tuegel
d39b1db400
Merge pull request #13880 from acowley/juliamac
...
julia: darwin compatibility
2016-03-13 10:38:04 -05:00
zimbatm
27e5397282
Merge pull request #13886 from manveru/patch-2
...
bundix: 2.0.5 -> 2.0.6
2016-03-13 15:04:04 +00:00
Thomas Tuegel
f13a4b6b09
Merge pull request #13879 from acowley/suitesparse-dylib
...
suitesparse: build dylibs on darwin
2016-03-13 09:57:47 -05:00
Frederik Rietdijk
43df5707e7
Merge pull request #13885 from Beauhurst/django_1_8_11
...
django: 1.8.10 -> 1.8.11, 1.9.3 -> 1.9.4 security updates
2016-03-13 10:50:09 -04:00
Michael Fellinger
075b3b449d
bundix: 2.0.5 -> 2.0.6
...
Fixes issue caused by changed nix-prefetch-git output.
2016-03-13 13:59:38 +01:00
Robert Scott
6335907d2f
django: 1.8.10 -> 1.8.11, 1.9.3 -> 1.9.4 security updates
2016-03-13 12:54:51 +00:00
joachifm
25148e8621
Merge pull request #13884 from sheenobu/maintainers/sheenobu
...
Added sheenobu as maintainer
2016-03-13 12:37:53 +00:00
Sheena Artrip
15f46547d9
Added sheenobu as maintainer
2016-03-13 08:20:16 -04:00
Evgeny Egorochkin
158d723812
virtualization/azure: update the scripts for image maintenance
2016-03-13 13:57:31 +02:00
Evgeny Egorochkin
88ba7d8ecd
azure: package sdk and vhd tools for go
2016-03-13 13:57:31 +02:00
Evgeny Egorochkin
cc947ef934
virtualization/azure: reorder WALA and SSHD
2016-03-13 13:57:31 +02:00
Evgeny Egorochkin
6f47b2c16d
virtualization/azure: turn off verbose logging
2016-03-13 13:57:31 +02:00
Evgeny Egorochkin
0d4e5649dc
virtualization/azure: make the image dynamic again since azure-cli upload bug is fixed
2016-03-13 13:57:30 +02:00
Evgeny Egorochkin
7a4684bee1
virtualization/azure: take entropy handling code out of WALA and execute it before SSHD generates the host keys
2016-03-13 13:57:30 +02:00
Cole Mickens
73487f4619
virtualization/azure: fixes
...
azure-agent: add option for verbose logging
azure-agent: disable ssh host key regeneration
azure-common: set verbose logging on
azure-image: increase size to 30GB
2016-03-13 13:57:30 +02:00
aszlig
c6834ab527
Merge pull request #13821 (update chromium)
...
This is just a minor upgrade, even though the commit message says it's
to major version 50. However, the CVEs listed there are for real, see
the following announcement:
http://googlechromereleases.blogspot.de/2016/03/stable-channel-update_8.html
The summary of updated packages:
stable: 49.0.2623.75 -> 49.0.2623.87
beta: 49.0.2623.75 -> 50.0.2661.26
dev: 50.0.2661.11 -> 50.0.2661.18
I've also added two commits, fixing the chdir() in the updater and
shutting up Python precompilation errors during the preBuild phase.
Tested on my Hydra at:
https://headcounter.org/hydra/eval/312166
2016-03-13 12:23:22 +01:00
aszlig
a62f100ec3
chromium/update.sh: Allow to be called out-of-tree
...
Changing the working directory to
pkgs/applications/networking/browsers/chromium is a bit annoying, so
let's make sure the script can be called from anywhere.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-13 12:22:18 +01:00
aszlig
f7e2171937
chromium/common: Shut up about precompiling .pyc's
...
The errors are completely non-fatal and only cause a particular file to
be not precompiled. Unfortunately this can lead to confusion to whether
these errors are real errors or not, so let's shut it up completely
because they're *not* real errors.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-13 12:22:18 +01:00
Sander van der Burg
443b25992f
Merge pull request #13868 from gilligan/node-5.8.0
...
nodejs: 5.7.1 -> 5.8.0
2016-03-13 12:21:02 +01:00
joachifm
62a16dc788
Merge pull request #13882 from joachifm/bump-fstar
...
fstar: 2016-01-12 -> 0.9.2.0
2016-03-13 10:29:38 +00:00
Joachim Fasting
f82a46cf58
fstar: 2016-01-12 -> 0.9.2.0
...
FStar has been broken for a while, due to its regression test failing.
Bump to the latest release, which is newer than the previous rev.
2016-03-13 09:41:24 +01:00
Anthony Cowley
889d6d11a3
julia: darwin compatibility
...
Along with PR #13879 , these patches let julia build and run on
darwin. Using an llvm with shared library support is an idea adopted from
a @pikajude comment here https://github.com/NixOS/nixpkgs/issues/10864
The libgit2 change is mechanical to pull in iconv on darwin.
The frameworks are referenced by julia's build system.
2016-03-13 04:18:16 -04:00
Anthony Cowley
f3a6f3e2f3
suitesparse: build dylibs on darwin
...
Makes the shared libraries usable on darwin so that, e.g., the Julia
compiler may be built.
2016-03-13 04:13:26 -04:00
Damien Cassou
8c660e0301
offlineimap: 6.6.1 -> 6.7.0
2016-03-13 08:44:53 +01:00
joachifm
2d01e94f2e
Merge pull request #13873 from rnhmjoj/mkvtoolnix
...
mkvtoolnix: fix failing build
2016-03-13 06:48:11 +00:00
joachifm
c386927d8b
Merge pull request #13813 from Beauhurst/django_nose_compat_hijack
...
Add django-hijack and dependencies (attempt 2)
2016-03-13 03:58:17 +00:00
joachifm
dc857b3254
Merge pull request #13871 from sheenobu/bump_spotify
...
spotify: 1.0.23.93 -> 1.0.25.127
2016-03-13 03:54:35 +00:00
joachifm
bd785b23a1
Merge pull request #13869 from acowley/suitemac
...
suitesparse: darwin compatibility
2016-03-13 03:26:50 +00:00
Anthony Cowley
9d1053dc6d
suitesparse: darwin compatibility
...
There is no librt on darwin, so it must be disabled.
2016-03-12 21:17:15 -05:00
Robert Scott
0899727f69
django_hijack: init at 2.0.7
2016-03-13 01:38:48 +00:00
Sheena Artrip
ebc5b6e1ad
spotify: 1.0.23.93 -> 1.0.25.127
2016-03-12 19:43:36 -05:00
rnhmjoj
615ea1e90c
mkvtoolnix: fix failing build
2016-03-13 01:10:03 +01:00
joachifm
423a65b0cd
Merge pull request #13822 from acowley/ffmpeg3
...
ffmpeg-full: 2.8.5 -> 3.0
2016-03-12 23:20:28 +00:00
Mathias Schreck
7533784f28
nodejs: 5.7.1 -> 5.8.0
2016-03-12 23:06:09 +01:00
joachifm
2896934e78
Merge pull request #13866 from acowley/x265
...
x265: 1.7 -> 1.9
2016-03-12 22:04:33 +00:00
Eric Merritt
98b4d19a0b
cuter: init at 0.1
2016-03-12 13:45:00 -08:00
Anthony Cowley
6bc1aed873
x265: 1.7 -> 1.9
...
Unblocks #13822
2016-03-12 16:24:06 -05:00
Domen Kožar
77ae55308c
fix installer tests #13559
2016-03-12 20:19:40 +00:00