Susan Potter
f22817d8d2
kibana: fix 4.6.0 for i686
...
(cherry picked from commit c3e57f3095 )
2016-10-01 22:37:10 -04:00
Tuomas Tynkkynen
ca6dbe9ed6
openjpeg_2_0: Fix hash
...
(cherry picked from commit 82c0aa7d85 )
2016-10-02 00:46:56 +03:00
Michael Alan Dorman
8d8796141b
Fix borgbackup dependency on lz4
...
(cherry picked from commit 739b058779 )
2016-10-02 00:25:38 +03:00
aszlig
5526517da9
nixos/lib/testing: Fix unsetting $xchg
...
Regression introduced by 4dcb685af9 .
Unsetting the environment variable shortly before using it is not going
to end up very well, so let's just filter out the variable from the
output of export and unset it shortly afterwards.
This fixes the runInMachine NixOS test.
Signed-off-by: aszlig <aszlig@redmoonstudios.org >
(cherry picked from commit b4e2b6bc6a )
2016-10-01 21:26:43 +03:00
Domen Kožar
eaa160cd35
fix manual syntax
2016-10-01 14:55:15 +02:00
Domen Kožar
557b2625d7
Document new NixOS services
2016-10-01 14:45:07 +02:00
Domen Kožar
db6a20b1a1
document #16779
2016-10-01 14:45:07 +02:00
Domen Kožar
140f82a8d9
Revert "mesa_drivers: work around #16779 "
...
This reverts commit 4cf7839305 .
Breaks kde5 test. http://hydra.nixos.org/build/41374761
2016-10-01 14:45:07 +02:00
Tuomas Tynkkynen
6014df7ea9
perlPackages.DBIxClass: Add upstream patch to fix build
...
Apply an upstream commit destined for next release like Debian is doing:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835731
Should fix http://hydra.nixos.org/build/40815848
(cherry picked from commit c08a84186f )
2016-10-01 13:50:25 +02:00
Jörg Thalheim
5447c50198
Merge pull request #18735 from vdemeester/add-go17-to-16-09
...
go_1_7: 1.7 -> 1.7.1 on release 16.09
2016-10-01 01:27:17 +02:00
Thomas Tuegel
34008984f0
dropbox: 11.4.20 -> 11.4.21
2016-09-30 14:44:58 -05:00
Eelco Dolstra
651274de33
Merge remote-tracking branch 'origin/release-16.09' into staging-16.09
2016-09-30 21:36:20 +02:00
Jörg Thalheim
fcd02ec20e
containers: fix dynamic hash lookup
...
we want the content of attribute as a key:
b9df84cd4f broke this
(cherry picked from commit d6ce2e4bcb )
2016-09-30 21:33:26 +02:00
Eelco Dolstra
7b762ea29e
Add a simple test for Samba
...
(cherry picked from commit 328c2f0081 )
2016-09-30 21:31:11 +02:00
Eelco Dolstra
0b37191f76
samba: Use startup notification
...
This ensures synchronous unit start.
(cherry picked from commit e993506d4c )
2016-09-30 21:31:07 +02:00
Eelco Dolstra
3a44d9e548
samba: Use bundled tdb and ldb
...
(cherry picked from commit 3b89a6e020 )
2016-09-30 21:31:04 +02:00
Vladimír Čunát
8d6cea8fd6
samba4: fix crashes by bundling tevent
...
See #19013 for details and discussion.
(cherry picked from commit e9687611b6 )
2016-09-30 21:30:55 +02:00
Eelco Dolstra
05705774e2
samba: 4.3.8 -> 4.3.11
...
(cherry picked from commit 50e2161ee1 )
2016-09-30 21:29:15 +02:00
Eelco Dolstra
38bab1470c
ldb: 1.1.26 -> 1.1.27
...
Also, strip the modules to prevent a dependency on gcc.
(cherry picked from commit c3bc8b2996 )
2016-09-30 21:29:11 +02:00
Eelco Dolstra
44df9f6f81
tevent: 0.9.28 -> 0.9.30
...
(cherry picked from commit dbb9e2e847 )
2016-09-30 21:29:05 +02:00
Eelco Dolstra
04fa74bb54
tdb: 1.3.8 -> 1.3.11
...
(cherry picked from commit 8b7f83a146 )
2016-09-30 21:29:01 +02:00
Eelco Dolstra
6adfb5fccb
talloc: 2.1.5 -> 2.1.8
...
(cherry picked from commit 498af0bbb4 )
2016-09-30 21:28:53 +02:00
Eelco Dolstra
7c9b9ae7e2
Merge remote-tracking branch 'origin/release-16.09' into staging-16.09
2016-09-30 21:28:44 +02:00
Nikolay Amiantov
9587a856ba
switch-to-configuration: fix restart of socket activated services
...
This fixes two bugs:
* When socket activation is detected, the service itself is added to stop-start list instead of its sockets.
* When service is marked to restart instead of stop (`StopIfChanged = no`) we don't need to restart sockets.
(cherry picked from commit d37458ad06 )
2016-09-30 18:33:37 +03:00
Nikolay Amiantov
5598db747f
systemd-journald service: restart instead of stop and start
...
Also restart when configuration is changed.
(cherry picked from commit ff0b8b2225 )
2016-09-30 18:33:18 +03:00
Eelco Dolstra
314826acde
linux: 4.4.22 -> 4.4.23
...
(cherry picked from commit 613a12a8bd )
2016-09-30 17:29:28 +02:00
Eelco Dolstra
baf9c40afb
Merge remote-tracking branch 'origin/release-16.09' into staging-16.09
2016-09-30 17:29:09 +02:00
Eelco Dolstra
256b6b2ae1
Fix "undefined variable ‘device’" using autoFormat
...
(cherry picked from commit 7e8eb6a7c3 )
2016-09-30 17:27:19 +02:00
Eelco Dolstra
085742dc0c
AnyEvent::CacheDNS: Disable tests
...
This doesn't work in a sandbox because it accesses the network.
(cherry picked from commit 590c164858 )
2016-09-30 17:27:12 +02:00
Rob Vermaas
acf91fd6ef
dd-agent: D'oh, removing duplicate requests dep.
2016-09-30 13:23:49 +00:00
Shea Levy
e5bd75f3e6
supplicant: Make the device pull in the supplicant service.
...
The udev rule should do this. Not sure why it doesn't.
Fixes #19029 .
(cherry picked from commit b692e06686 )
2016-09-30 09:23:03 -04:00
Peter Simons
7e8aeb4e38
Update Haskell package set to LTS 7.1 from 'master'.
...
This update was generated by hackage2nix v2.0.2-9-gc0b597f from Hackage revision
9ca479bb22 .
2016-09-30 15:21:52 +02:00
Rob Vermaas
a6493ce4bd
Fix dd-agent
2016-09-30 13:15:07 +00:00
Peter Simons
6549f1ab9d
Document removal of LTS Haskell package sets in 16.09 release notes.
...
This patch closes https://github.com/NixOS/nixpkgs/issues/14897 .
2016-09-30 14:54:09 +02:00
rushmorem
49497b647f
torcs: 1.3.5 -> 1.3.7
...
This change also wraps `torcs` with `mesa` to fix the runtime
crush due to this dependancy which was missing.
(cherry picked from commit d332b914ce )
2016-09-30 14:25:34 +02:00
Graham Christensen
b3be1c7e48
Revert "lightdm: obbey services.xserver.{window/desktop}Manager.default"
...
This reverts commit 6a12ff4cbd .
See: https://github.com/NixOS/nixpkgs/pull/19054
Closes #19054
2016-09-30 08:18:49 -04:00
Eelco Dolstra
b6c9c0258b
Merge remote-tracking branch 'origin/release-16.09' into staging-16.09
2016-09-30 13:01:38 +02:00
Domen Kožar
51cf16f4b4
changelog for #18011
2016-09-30 12:48:09 +02:00
Domen Kožar
14c16f2fdb
changelog for #18365
2016-09-30 12:47:00 +02:00
Domen Kožar
1eaad0150c
changelog for hydra package/module
2016-09-30 12:22:11 +02:00
Domen Kožar
b3a5bc5f57
changelog for #9523
2016-09-30 12:21:15 +02:00
Domen Kožar
e293a85e24
changelog for #14148
2016-09-30 12:19:52 +02:00
Domen Kožar
1ff2b10f28
changelog for gnupg bump, fixes #18293
2016-09-30 12:00:33 +02:00
Eelco Dolstra
f32c4bfecd
Add stdenvNoCC
...
This is a standard environment that doesn't contain a C/C++
compiler. This is mostly to prevent trivial builders like runCommand
and substituteAll from pulling in gcc for simple configuration changes
on NixOS.
(cherry picked from commit 0cb16a6955 )
2016-09-30 11:39:20 +02:00
Eelco Dolstra
9ea5e25cd8
kde4: Get rid of some Nepomuk cruft by default
...
(cherry picked from commit 020e88704a )
2016-09-30 11:37:18 +02:00
Eelco Dolstra
5ba3965c54
kde4: Allow disabling dependency on MariaDB
...
This reduces the runtime closure of a KDE4 system by ~172 MiB.
(cherry picked from commit c2495261a8 )
2016-09-30 11:37:13 +02:00
Eelco Dolstra
0d065c7a36
kde4: Eliminate dev outputs from the closure
...
Obviously there are more improvements that can be done here,
especially moving headers to .dev, but that's not entirely trivial and
probably not worth it since kde4 is old.
(cherry picked from commit d65af13533 )
2016-09-30 11:37:05 +02:00
Eelco Dolstra
d04c31c18e
qt-4: Use multiple outputs
...
This is a pretty modest use of multiple outputs - mainly to eliminate
-dev outputs from Qt's closure.
(cherry picked from commit a5ee4d2c78 )
2016-09-30 11:36:37 +02:00
Eelco Dolstra
9b66beccd7
gst-plugins-base: Use multiple outputs
...
(cherry picked from commit 5df3ec85d8 )
2016-09-30 11:36:27 +02:00
Vladimír Čunát
456c3e8062
llvm-3.9: move shared libLLVM to a separate output
...
Fixes #18840 : too large closure of mesa_drivers.
Tested atop 16.09:
- clang compiles a hello-world app;
- mesa seems to link OK;
- ispc builds.
Size comparison:
- 80 MB of full llvm-3.7 on 16.03;
- 200 MB of full llvm-3.9 on 16.09 before this patch;
- 50 MB of libLLVM after this commit.
(cherry picked from commit d2965a7d85 )
2016-09-30 11:36:05 +02:00
Eelco Dolstra
9f613a0570
xinput: Remove libXfixes.dev from the closure
...
(cherry picked from commit b6f3e08019 )
2016-09-30 11:35:38 +02:00
Eelco Dolstra
bba2caaaae
gstreamer: Use multiple outputs
...
(cherry picked from commit 7c31bc7e89 )
2016-09-30 11:35:25 +02:00
Eelco Dolstra
2933a64bba
virtuoso: Use multiple outputs
...
(cherry picked from commit 39181d4418 )
2016-09-30 11:35:03 +02:00
Eelco Dolstra
043e9010d3
polkit_qt4: Use multiple outputs
...
(cherry picked from commit 711b536934 )
2016-09-30 11:34:50 +02:00
Eelco Dolstra
18f7bc8dfd
mesa_noglu: Replace some more hard links with symlinks
...
By deduplicating libXvMC*.so and {r600,radionsi}_drv_video.so, this
reduces the size of the drivers output from 63.3 MiB to 49.8 MiB.
(cherry picked from commit 28a659974a )
2016-09-30 11:34:36 +02:00
Eelco Dolstra
80cc3c3bd8
cmake-2.8: Fix build
...
The use of multiple outputs in libarchive broke it. Since this is an
ancient version of cmake, let's fix it by just using
--no-system-libarchive.
(cherry picked from commit e03d1ababa )
2016-09-30 11:34:21 +02:00
Eelco Dolstra
e895f7f9c2
libdrm: Don't depend on udev
...
The configure script checks for it, but the only use (in
libkms/Makefile.am) is commented out.
(cherry picked from commit 5d8c547460 )
2016-09-30 11:34:08 +02:00
Eelco Dolstra
70ccb4efd6
lz4: Don't install static library
...
(cherry picked from commit b87d5abafd )
2016-09-30 11:34:02 +02:00
Eelco Dolstra
1d46ace683
audit: Move z/OS plugin to a separate output
...
This prevents the NixOS base system from pulling in openldap,
cyris-sasl, and libkrb5.
(cherry picked from commit ff7368e944 )
2016-09-30 11:33:59 +02:00
Eelco Dolstra
8be2039463
libmicrohttpd: Move out info docs
...
Putting the micro back in libmicrohttpd.
(cherry picked from commit 8c27103d32 )
2016-09-30 11:33:55 +02:00
Eelco Dolstra
27f5bd0a52
DBD::SQLite: 1.48 -> 1.50
...
(cherry picked from commit d94c072f8e )
2016-09-30 11:33:52 +02:00
Eelco Dolstra
2490fada28
libedit: 20150325-3.1 -> 20160903-3.1
...
Also, use a separate "dev" output. This is mostly to remove
ncurses.dev from openssh's runtime closure.
(cherry picked from commit 2583c70e91 )
2016-09-30 11:33:35 +02:00
Eelco Dolstra
8b91d0e630
libshout: Use multiple outputs
...
(cherry picked from commit 56400e34d4 )
2016-09-30 11:32:31 +02:00
Eelco Dolstra
5ad53fa7ed
libqalculate: 0.9.9 -> 0.9.10
...
Also, use multiple outputs.
(cherry picked from commit 05d34c9d2c )
2016-09-30 11:32:22 +02:00
Eelco Dolstra
2a7cbefdb1
libksba: Use multiple outputs
...
(cherry picked from commit dc8ebab12f )
2016-09-30 11:32:16 +02:00
Eelco Dolstra
396c3ff34b
libtunepimp: Use multiple outputs
...
(cherry picked from commit cc8b44b103 )
2016-09-30 11:32:11 +02:00
Eelco Dolstra
2bc8f13a7c
libofa: Use multiple outputs
...
(cherry picked from commit f84806d84f )
2016-09-30 11:32:05 +02:00
Eelco Dolstra
dc48723697
libarchive: Use multiple outputs
...
(cherry picked from commit 37f2679e73 )
2016-09-30 11:31:48 +02:00
Eelco Dolstra
f6822c4d30
libraw: Use multiple outputs
...
(cherry picked from commit 8b31b91a22 )
2016-09-30 11:28:45 +02:00
Peter Hoeg
f7215c9b5b
dbus: add socket activation but do not enable it
...
The following changes are included:
1) install user unit files from upstream dbus
2) use absolute paths to config for --system and --session instances
3) make socket activation of user units configurable
There has been a number of PRs to address this, so this one does the
bare minimum, which is to make the functionality available and
configurable but defaults to off.
Related PRs:
- #18382
- #18222
2016-09-30 11:26:54 +02:00
Eelco Dolstra
7500894082
Merge remote-tracking branch 'origin/release-16.09' into staging-16.09
2016-09-30 11:26:26 +02:00
Eelco Dolstra
564be60dad
systemd: Apply various upstream bug fixes
...
This includes the fix for the assertion failure in
https://github.com/systemd/systemd/issues/4234 .
(cherry picked from commit 8b09ba32d3 )
2016-09-30 11:26:10 +02:00
Eelco Dolstra
b323744837
Some release notes updates
...
(cherry picked from commit a9166d143d )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-30 11:25:24 +02:00
Tuomas Tynkkynen
f714cda163
usbredir: Fix 32-bit build
...
Avoid these warnings from being errors:
usbredirhost.c: In function 'usbredirhost_can_write_iso_package':
usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold",
^
usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold",
^
usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold",
^
usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold",
^
usbredirhost.c: In function 'usbredirhost_set_iso_threshold':
usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes",
^
usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes",
I think in all of these cases, the incorrect format modifier just causes
wrong debug prints on i686.
(cherry picked from commit b3af42011b )
2016-09-30 12:22:20 +03:00
Tuomas Tynkkynen
5abb36baa0
freerdp: Switch main attribute to freerdpUnstable
...
Not much point having it as a broken package. Fixes eval error of KDE4
test.
(cherry picked from commit bd05f4ff6d )
2016-09-30 12:01:30 +03:00
Lancelot SIX
f3f0a604fa
pythonPackages.django_1_8: 1.8.14 -> 1.8.15
...
This is a security release.
It fixes CVE-2016-7401.
See https://www.djangoproject.com/weblog/2016/sep/26/security-releases/
for upstream announcement.
(cherry picked from commit 7e37d4bbf8 )
2016-09-29 23:54:59 +02:00
Lancelot SIX
8368831543
pythonPackages.django_1_9: 1.9.9 -> 1.9.10
...
This is a security release.
It fixes CVE-2016-7401.
See https://www.djangoproject.com/weblog/2016/sep/26/security-releases/
for upstream announcement.
(cherry picked from commit dd553b6ef5 )
2016-09-29 23:54:59 +02:00
Franz Pletz
bf041b3e9b
cryptopp: 5.6.2 -> 5.6.4
...
Fix CVE-2016-3995. #18856
Remove broken flag. #19040
cc #19009
(cherry picked from commit eb6a1c9238 )
2016-09-29 23:43:03 +02:00
Tuomas Tynkkynen
8111a89835
nixos-install: Bug fix for root password not being asked
...
Since some changes to the setuid wrappers, there is a symlink involved
and it doesn't resolve correctly inside the chroot. Do the check inside
the chroot to make it work again.
(cherry picked from commit a34ec1517f )
2016-09-29 23:21:21 +03:00
Eelco Dolstra
f0dbca03b8
pam_usb: Fix evaluation
...
(cherry picked from commit fe9e5f9f55 )
2016-09-29 20:38:43 +02:00
Eelco Dolstra
3851322da2
cudatoolkit: Fix building dependent packages
...
- Set a cmake flag to allow cmake to find CUDA automatically.
- Pass -D_FORCE_INLINES to work around
/nix/store/8sl4jfs3nq0pkq4gg655s3axrxdx7z29-glibc-2.24-dev/include/string.h: In function 'void* __mempcpy_inline(void*, const void*, size_t)':
/nix/store/8sl4jfs3nq0pkq4gg655s3axrxdx7z29-glibc-2.24-dev/include/string.h:650:42: error: 'memcpy' was not declared in this scope
https://github.com/BVLC/caffe/issues/4046
This fixes OpenSubdiv and Blender.
(cherry picked from commit 5ade8fff79 )
2016-09-29 20:38:43 +02:00
Eelco Dolstra
1f6fd508ed
opensubdiv: 3.0.4 -> 3.0.5
...
(cherry picked from commit 09f58645ca )
2016-09-29 20:38:43 +02:00
Eelco Dolstra
d5a47a77b6
nix: Enable install check
...
Looks like this got disabled accidentally in
ec5b66eb4a .
(cherry picked from commit 6a9fb8b9e0 )
2016-09-29 20:38:43 +02:00
Eelco Dolstra
7d67325976
runInMachine: Unset another variable
...
Thanks @cstrahan.
(cherry picked from commit 4dcb685af9 )
2016-09-29 20:38:42 +02:00
Eelco Dolstra
d97b17b136
gdrivefs: 0.14.3 -> 0.14.8
...
(cherry picked from commit 5d670ed65c )
2016-09-29 20:38:42 +02:00
Eelco Dolstra
569d531e60
runInMachine: Support passAsFile
...
We need to rewrite attributes passed via files to their location in
/tmp/xchg in the VM. Otherwise functions like runCommand don't work.
(cherry picked from commit 75baee8523 )
2016-09-29 20:38:42 +02:00
Eelco Dolstra
392374235b
minio-client: Init at 20160821
...
(cherry picked from commit 039ac38d1e )
2016-09-29 20:38:42 +02:00
Eelco Dolstra
68ce118c55
minio: Init at 20160821
...
(cherry picked from commit 2597562d42 )
2016-09-29 20:38:42 +02:00
Eelco Dolstra
2cda536ea5
go: Remove unused version
...
(cherry picked from commit 587348743c )
2016-09-29 20:38:42 +02:00
Eelco Dolstra
e574e7201f
firewall: Order before sysinit
...
Suggested by @aszlig.
(cherry picked from commit e090701e2d )
2016-09-29 20:38:41 +02:00
Eelco Dolstra
773dfd7a3a
Fix starting the firewall
...
Probably as a result of 992c514a20 , it
was not being started anymore.
My understanding of systemd.special(7) (section "Special passive
system units") is that the firewall should want network-pre.target,
rather than the other way around (not very intuitive...). This in
itself does not cause the firewall to be wanted, which is why the
wanted-by relationship with multi-user.target is necessary.
http://hydra.nixos.org/build/39965589
(cherry picked from commit abdc5961c3 )
2016-09-29 20:38:41 +02:00
Eelco Dolstra
fed1753bae
Make the NFSv4 tests release-critical
...
We can probably drop NFSv3...
(cherry picked from commit d8625f6d25 )
2016-09-29 20:38:41 +02:00
Eelco Dolstra
546a5c6225
nfs module: Fix dependency on statd and idmapd
...
http://hydra.nixos.org/build/40038016
(cherry picked from commit 58b028f9ee )
2016-09-29 20:38:41 +02:00
Eelco Dolstra
af2d57a8b6
nfs module: Improve descriptions
...
(cherry picked from commit 015c984537 )
2016-09-29 20:38:41 +02:00
Eelco Dolstra
14df509f3e
openresolv: 3.7.0 -> 3.8.1
...
(cherry picked from commit d0857bb1e6 )
2016-09-29 20:38:41 +02:00
Eelco Dolstra
5f9ef33800
Enable the runuser command from util-linux
...
Fixes #14701 .
(cherry picked from commit 98102ebd92 )
2016-09-29 20:38:40 +02:00
Eelco Dolstra
48874b5a9e
Fix infinite recursion introduced by f3c32cb2c1
...
(cherry picked from commit 520cb14f16 )
2016-09-29 20:38:40 +02:00
Eelco Dolstra
6f78babb2f
Make the default fonts conditional on services.xserver.enable
...
We were pulling in 44 MiB of fonts in the default configuration, which
is a bit excessive for headless configurations like EC2
instances. Note that dejavu_minimal ensures that remote X11-forwarded
applications still have a basic font regardless.
(cherry picked from commit 5b5c2fb9c0 )
2016-09-29 20:38:40 +02:00
Eelco Dolstra
3c97ddc01d
Let services.openssh.forwardX11 imply programs.ssh.setXAuthLocation
...
(cherry picked from commit f3c32cb2c1 )
2016-09-29 20:38:40 +02:00
Eelco Dolstra
77bc2bb60a
shadow: Separate man output
...
This removes ~2 MiB from the minimal config.
(cherry picked from commit e8315cb1ca )
2016-09-29 20:38:40 +02:00
Eelco Dolstra
e7d3fe5018
Make it possible to disable "info"
...
(cherry picked from commit ab49ebe6fa )
2016-09-29 20:30:26 +02:00
Eelco Dolstra
83c40dd971
modules/profiles/minimal.nix: Disable "man"
...
(cherry picked from commit 5e5df88457 )
2016-09-29 20:30:21 +02:00
Eelco Dolstra
705bba2000
no-x-libs.nix: Ensure that dbus doesn't use X11
...
It appears that packageOverrides no longer overrides aliases, so
aliases like
dbus_tools = self.dbus.out;
dbus_daemon = self.dbus.daemon;
now use the old, non-overriden version of dbus. That seems like a
pretty serious regression in general, but for this particular problem,
I've fixed it by replacing dbus_daemon by dbus.daemon and dbus_tools
by dbus.
(cherry picked from commit ba70ce28ae )
2016-09-29 20:30:05 +02:00
Eelco Dolstra
397764035e
mariadb: Don't install mysqlbug
...
This causes a dependency on gcc.
(cherry picked from commit 33da338bde )
2016-09-29 20:29:42 +02:00
Eelco Dolstra
eb8e1d16b5
google-talk-plugin: Use mesa_noglu instead of mesa
...
(cherry picked from commit 62f055af47 )
2016-09-29 20:25:02 +02:00
Eelco Dolstra
29e57d8d3f
glxinfo: Drop dependency on mesa-noglu.dev and glu.dev
...
(cherry picked from commit 9354e0e518 )
2016-09-29 20:24:14 +02:00
Eelco Dolstra
451a468d34
Move useSetUID to pam_usb, the only place where it's used
...
(cherry picked from commit c5ddb7dd56 )
2016-09-29 20:23:57 +02:00
Eelco Dolstra
1077c83cd0
Add a warning about using requireFile
...
(cherry picked from commit 030e20f759 )
2016-09-29 20:23:54 +02:00
Eelco Dolstra
97953b455c
subversion: Remove openssl.dev from the runtime closure
...
(cherry picked from commit 81447b6a59 )
2016-09-29 20:19:19 +02:00
Eelco Dolstra
642e5bd611
xscreensaver: Drop runtime dependency on mesa_noglu.dev and glu.dev
...
(cherry picked from commit cd901eac5f )
2016-09-29 20:19:02 +02:00
Eelco Dolstra
962738a045
apr-util: Drop dependency on openssl.dev in out
...
(cherry picked from commit 6abfb2bd64 )
2016-09-29 20:18:24 +02:00
Eelco Dolstra
0f1d8f63da
Fix unknown licenses
...
(cherry picked from commit 85c070e85a )
2016-09-29 20:18:03 +02:00
Eelco Dolstra
fdd68a73ab
Net::Amazon::S3: 0.60 -> 0.80
...
(cherry picked from commit 6776882b30 )
2016-09-29 20:17:57 +02:00
Joachim Fasting
8cc072d601
nixos/ids: remove unused connman uid
...
The static connman uid is not referenced anywhere in NixOS.
(cherry picked from commit 66f50a7631 )
2016-09-29 20:17:41 +02:00
Eelco Dolstra
7db7d27e99
nixos-container: Syntax fixes
...
Get rid of the "or null" stuff. Also change 'cfg . "foo"' to 'cfg.foo'.
Also fixed what appears to be an actual bug: in postStartScript,
cfg.attribute (where attribute is a function argument) should be
cfg.${attribute}.
(cherry picked from commit b9df84cd4f )
2016-09-29 20:15:14 +02:00
Eelco Dolstra
9614a32f73
virtualbox: Drop dontPatchELF hack
...
However, this also requires ad8f31df7f
to get rid of gcc_multi.out in the closure.
(cherry picked from commit ddd41a509a )
2016-09-29 20:14:35 +02:00
Eelco Dolstra
85d4480e3e
strigi: Fix libraries being installed in $out/$out/lib
...
Since we don't strip binaries in $out/$out, this was causing strigi to
have a dependency on gcc in its closure.
(cherry picked from commit 3143f39e5a )
2016-09-29 20:14:22 +02:00
Eelco Dolstra
068018b672
cmake-2_8 -> cmake_2_8
...
(cherry picked from commit 1dd3ece50e )
2016-09-29 20:14:08 +02:00
Eelco Dolstra
54ed5a3226
google-talk-plugin: Prevent a dependency on gcc
...
(cherry picked from commit da3e6d6eda )
2016-09-29 20:13:46 +02:00
Eelco Dolstra
5eba6ee3cf
toDerivation: Provide "out" and "outputName" attributes
...
(cherry picked from commit 1c043e0749 )
2016-09-29 20:13:35 +02:00
Graham Christensen
608b3edfc7
Merge pull request #19056 from grahamc/java7-1609
...
oraclejdk7: mark as broken since it is end of life (16.09)
2016-09-29 08:51:31 -04:00
Graham Christensen
e452ef563d
freerdp: Mark stable as broken
...
re: https://github.com/NixOS/nixpkgs/issues/19075 #19075
re: https://lwn.net/Vulnerabilities/702121/
re: https://lwn.net/Vulnerabilities/604034/
Other distributions seem to have switched to Unstable instead.
(cherry picked from commit 4c0b07ce1e )
2016-09-29 08:00:46 -04:00
Graham Christensen
851efbb1f9
mesos: mark as broken
...
https://github.com/NixOS/nixpkgs/issues/18856
(cherry picked from commit 337eb4d027 )
2016-09-28 16:50:39 -04:00
Graham Christensen
1484177133
openstack-neutron: mark as broken
...
https://github.com/NixOS/nixpkgs/issues/18856
(cherry picked from commit 86c9b471a6 )
2016-09-28 16:50:39 -04:00
Graham Christensen
e2649d6a82
opera: mark as broken
...
https://github.com/NixOS/nixpkgs/issues/18856
(cherry picked from commit d92fe31e04 )
2016-09-28 16:50:38 -04:00
Graham Christensen
7767b18506
moodle: mark as broken
...
https://github.com/NixOS/nixpkgs/issues/18856
(cherry picked from commit e2688e072d )
2016-09-28 16:50:38 -04:00
Graham Christensen
655017d5ca
asterisk: mark as broken
...
https://github.com/NixOS/nixpkgs/issues/18856
(cherry picked from commit 990c2be008 )
2016-09-28 16:50:38 -04:00
Graham Christensen
41fbcc2400
cryptopp: mark as broken
...
https://github.com/NixOS/nixpkgs/issues/18856
(cherry picked from commit 32ed834387 )
2016-09-28 16:50:38 -04:00
Graham Christensen
f90e982321
redmine: mark as broken
...
https://github.com/NixOS/nixpkgs/issues/18856
(cherry picked from commit f9c9c1dac8 )
2016-09-28 16:50:37 -04:00
Graham Christensen
e43481d9bb
oraclejdk7: mark as broken since it is end of life
2016-09-28 16:42:02 -04:00
Vladimír Čunát
e8dedc887a
samba3: apply security patches from upstream
...
/cc #18856 .
(cherry picked from commit f85dd8161d )
2016-09-28 21:02:05 +02:00
Vladimír Čunát
31f93601d5
Merge branch 'release-16.09' into staging-16.09
2016-09-28 20:26:20 +02:00
Eelco Dolstra
7fe41bb791
samba: 4.3.8 -> 4.3.11
...
(cherry picked from commit 50e2161ee1 )
Picked only the update part. It contains multiple vulnerability fixes.
/cc #18856 .
2016-09-28 20:19:41 +02:00
Joachim Fasting
d77b9f293f
grsecurity: 4.7.4-201609211951 -> 4.7.5-201609261522
...
(cherry picked from commit 98a9d815e0 )
2016-09-28 20:03:20 +02:00
Viktor Stanchev
6f21a368b8
factorio: 0.13.13 -> 0.13.20
...
(cherry picked from commit 4ed934313f )
Upstream removes older versions.
2016-09-28 20:02:57 +02:00
Vladimír Čunát
4cf7839305
mesa_drivers: work around #16779
...
This works around missing newer wayland symbols when running
some older packages on a system with updated opengl drivers.
We have no good solution yet, unfortunately. This commit might
break packages that rely on new wayland features, but those
should be a minority.
(cherry picked from commit 7a003eb9d5 )
2016-09-28 19:56:16 +02:00
Graham Christensen
5a75cbf3b4
linux-3.10: fix build by upstream patch
...
(cherry picked from commit ff5cf3abff )
It actually only fixes i686.
2016-09-28 19:19:18 +02:00
Vladimír Čunát
5e86b8a1dd
nixos system path: add rsync back
...
I was used anyway, and we did this on master
(I don't think 16.09 should be "ahead of" master). See:
https://github.com/NixOS/nixpkgs/commit/0aa75206705afc
2016-09-28 18:14:48 +02:00
Vladimír Čunát
6b79dbb763
libxslt: drop patch already included in release
...
I didn't test building on MinGW, but this commit can't make it worse.
(cherry picked from commit 06d8dd3ed4 )
2016-09-28 11:28:14 -04:00
Jörg Thalheim
115dbef7b6
libxslt: 1.1.28 -> 1.1.29
...
(cherry picked from commit dafd585f9d )
2016-09-28 11:28:12 -04:00
Jörg Thalheim
d9e2cd551d
zsh: do not export HISTFILE, HISTSIZE, SAVEHIST
...
Every interactive zsh sources /etc/zshrc (see STARTUP/SHUTDOWN FILES in zshautll(1))
Therefor every interactive zsh process will respect the content of these variables.
Using `export` will also lead to child processes inheriting this value.
This leads to problems, if other interactive shells are spawned such as bash,
because they use an incomptabible history format (without timestamps).
There seems to be also cases, where the local HISTSIZE in ~/.zshrc is
not sourced but /etc/zshrc, which leads to history truncation in other shells.
(cherry picked from commit 9049ab1a3b )
2016-09-28 15:37:18 +01:00
Graham Christensen
70b42e2a37
moinmoin: 1.9.7 -> 1.9.8
...
(cherry picked from commit 63d08188c1 )
2016-09-28 10:24:19 -04:00
Franz Pletz
2e422e28ed
libressl_2_4: 2.4.2 -> 2.4.3
...
(cherry picked from commit f749a16662 )
2016-09-28 15:16:20 +02:00
Franz Pletz
10b6ea98c6
libressl_2_3: 2.3.7 -> 2.3.8
...
(cherry picked from commit 6b8aed6649 )
2016-09-28 15:16:20 +02:00
Vladimír Čunát
e7ccb0cc54
libsepol: temporary fixup after flex security update
...
/cc #18909 .
(cherry picked from commit 3e1afeaa5b )
2016-09-28 11:13:18 +02:00
Franz Pletz
da5eb83903
dhcp: 4.3.3 -> 4.3.4
...
Uses shipped version of libbind now.
Fix CVE-2016-2774 & CVE-2015-8605.
cc #18856
(cherry picked from commit d5adf2cc0b )
2016-09-28 11:04:24 +02:00
Franz Pletz
a4a7685843
bind: enable seccomp on linux
...
(cherry picked from commit 96b1d15e0c )
2016-09-28 11:04:23 +02:00
Graham Christensen
5d6f10d38f
tomcat7: 7.0.70 -> 7.0.72 for CVE-2016-5388 (HTTPoxy)
...
(cherry picked from commit 387cb2db9a )
2016-09-27 21:11:59 -04:00
danbst
096cad80cd
tomcat: add danbst as maintainer
...
(cherry picked from commit a01d4ee3f4 )
2016-09-27 21:11:59 -04:00
danbst
3d0cd8e694
tomcat: 7.0.68 -> 7.0.70, 8.0.32 -> 8.0.37, init 8.5.5, init 9.0.0.M10
...
(cherry picked from commit 8511ddc89a )
2016-09-27 21:11:58 -04:00
danbst
ede58ee5f9
tomcat: split default webapps to separate output (~6M)
...
(cherry picked from commit 0c2d943529 )
2016-09-27 21:11:58 -04:00
danbst
edf1db7bf6
tomcat: cleanup package with callPackages
...
(cherry picked from commit 39ad7a9e60 )
2016-09-27 21:11:58 -04:00
Graham Christensen
bca531a34f
rpm: 4.12.0 -> 4.13.0-rc1 for CVEs
...
Null pointer deref & out of bound reads. See: https://lwn.net/Vulnerabilities/685287/
Fedora is shipping the rc1 as well.
re: https://github.com/NixOS/nixpkgs/pull/18975
(cherry picked from commit dad5651bd4 )
2016-09-27 21:07:53 -04:00
Franz Pletz
9ae2d38770
pidgin: 2.10.11 -> 2.11.0
...
Fix CVE-2016-1000030 & CVE-2016-2379.
cc #18856 .
(cherry picked from commit b5ab13a5ff )
2016-09-28 02:28:50 +02:00
Franz Pletz
10490dad1f
farstream: 0.2.4 -> 0.2.8
...
(cherry picked from commit 137827bacb )
2016-09-28 02:28:32 +02:00
Nikolay Amiantov
d361cad721
steam-runtime: add libXxf86vm
...
(cherry picked from commit 334abbc323 )
2016-09-28 01:28:31 +03:00
Graham Christensen
99e643ecc1
mediawiki: 1.23.13 -> 1.27.1
...
(cherry picked from commit 8504237863 )
2016-09-27 16:33:40 -04:00
Graham Christensen
ba6b8fbb76
jasper: Apply patches for CVES
...
(cherry picked from commit 3a59a84715 )
2016-09-27 15:26:39 -04:00
Rickard Nilsson
7ed2dcde38
grafana: 3.1.0 -> 3.1.1
...
(cherry picked from commit e551b3a524 )
2016-09-27 21:03:23 +02:00
Thomas Tuegel
6c34d85fb4
spotify: unpack into temporary directory to fix output permissions
...
(cherry picked from commit f2806a09c4 )
2016-09-27 13:49:15 -05:00
Thomas Tuegel
96f4683bb8
spotify: 1.0.37.152 -> 1.0.38.171
...
(cherry picked from commit 8e83bb4220 )
2016-09-27 13:49:14 -05:00
Frederik Rietdijk
0e6a509683
sabnzbd: fixup
...
Forgot to remove the colon when changing from --prefix to --set.
(cherry picked from commit f3d7afa86d )
2016-09-27 19:51:09 +02:00
Peter Simons
0f9ec23a68
bind: cosmetic fix for Emacs' syntax highlighting
...
(cherry picked from commit 8aaf610d4d )
2016-09-27 19:31:46 +02:00
Peter Simons
23389ce2cb
bind: update to version 9.10.4-P3 to fix CVE-2016-2776
...
(cherry picked from commit 7a5ff282aa )
2016-09-27 19:31:44 +02:00
Frederik Rietdijk
1aaa664d38
sabnzbd: 0.7.20 -> 1.1.0
...
(cherry picked from commit a1f6a1a938 )
2016-09-27 19:02:46 +02:00
Franz Pletz
8f872dc8bc
gitlab: 8.11.2 -> 8.12.1
...
(cherry picked from commit 77779323c5 )
2016-09-27 18:41:31 +02:00
Kamil Chmielewski
23e34fb71b
go2nix: 1.1.0 -> 1.1.1
...
(cherry picked from commit badd0ce218 )
2016-09-27 17:20:32 +02:00
Franz Pletz
609a5000ff
jdkdistro: remove oraclejdk6, not maintained anymore
...
(cherry picked from commit 0ccb59b562 )
2016-09-27 08:24:45 -04:00
Graham Christensen
7cd52ef8cb
firebird: 2.5.2.26540-0 -> 2.5.6.27020-0
...
(cherry picked from commit ecec041474 )
2016-09-27 08:14:35 -04:00
Graham Christensen
181167447a
libusbredir: 0.7 -> 0.7.1
...
(cherry picked from commit 0a9d07c66b )
2016-09-27 08:14:35 -04:00
Graham Christensen
1668caa4ea
spice-protocol: 0.12.10 -> 0.12.12
...
(cherry picked from commit 1e7d220961 )
2016-09-27 08:14:34 -04:00
Graham Christensen
92b3fa4d53
spice-gtk: 0.29 -> 0.32
...
(cherry picked from commit 6d1638e697 )
2016-09-27 08:14:29 -04:00
Graham Christensen
e50143091e
spice-vdagent: 0.16.0 -> 0.17.0
...
(cherry picked from commit 0d20194889 )
2016-09-27 07:43:45 -04:00
Graham Christensen
db55b7dd9c
spice: 0.12.6 -> 0.12.8
...
(cherry picked from commit 4e9f2ef854 )
2016-09-27 07:43:41 -04:00
Peter Simons
2d463a3ec5
Merge pull request #18992 from abuibrahim/release-16.09
...
haskellPackages.cheapskate: fix dependencies for ghc-7.10.x
2016-09-27 10:54:32 +02:00
Ruslan Babayev
faa710dbaa
haskellPackages.cheapskate: fix dependencies for ghc-7.10.x
2016-09-26 18:20:28 -07:00
Graham Christensen
c32d890924
wordpress: 4.3.1 -> 4.6.1 + add a test
...
(cherry picked from commit 4671806183 )
2016-09-26 19:36:42 -04:00
Graham Christensen
9cc75ca2b4
libupnp: 1.6.19 -> 1.6.20 for CVE-2016-6255
...
(cherry picked from commit 60a004cf0c )
2016-09-26 17:26:10 -04:00
Thomas Tuegel
3518fa1ea9
dropbox: 10.4.26 -> 11.4.20
...
(cherry picked from commit 240552cba1 )
2016-09-26 15:46:52 -05:00
Graham Christensen
500be7290c
qemu: 2.6.1 -> 2.7.0
...
(cherry picked from commit 5e25995295 )
2016-09-26 10:45:39 -04:00
Graham Christensen
8ebdbdcc5d
webkitgtk: 2.12.4 -> 2.12.5
...
(cherry picked from commit 56903afbf1 )
2016-09-26 10:44:56 -04:00
Graham Christensen
fcb41707f1
libdwarf: 20121130 -> 20160613
...
(cherry picked from commit 8a484d778e )
2016-09-26 09:59:09 -04:00
Franz Pletz
a26de01965
mupdf: fix build, add security patch
...
Broken due to 42b08b743c .
PIC is enabled by default by our hardening flags.
(cherry picked from commit fa184ee6fd )
2016-09-26 15:56:56 +02:00
Thomas Tuegel
918a45ca6c
Merge branch 'emacs-packages'
...
Fixes #18976 . Removes all the old Emacs packages that are obsolete with
the new generated packages.
2016-09-26 08:47:43 -05:00
Franz Pletz
743bccfabd
openssl: 1.0.2i -> 1.0.2j, 1.1.0a -> 1.1.0b
...
https://www.openssl.org/news/secadv/20160926.txt
(cherry picked from commit 4d75c71f38 )
2016-09-26 15:02:26 +02:00
Graham Christensen
cb221d84a0
mplayer: 1.1.1 -> 1.3.0
...
(cherry picked from commit f5057d6ba9 )
2016-09-26 08:18:10 -04:00
Matthew Bauer
564e096ddf
mplayer: fix on darwin
...
(cherry picked from commit 85f2c3ebc9 )
2016-09-26 08:18:10 -04:00
Jörg Thalheim
e27b80f77c
lcms: fix cve-2013-4276
...
(cherry picked from commit 6c230676cd )
2016-09-26 08:11:05 -04:00
Jörg Thalheim
91b31a09ad
busybox: 1.23.2 -> 1.24.2
...
fixes https://lwn.net/Vulnerabilities/696815/
(cherry picked from commit 74876b0cad )
2016-09-26 12:25:02 +01:00
Graham Christensen
04faec690c
file-roller: 3.20.2 -> 3.20.3
...
(cherry picked from commit b006135d93 )
2016-09-26 07:24:17 -04:00
Graham Christensen
bad5a4ec63
openjpeg: 2.1.0 -> 2.1.1 for critical bugfixes and no ABI break
...
(cherry picked from commit 42b08b743c )
2016-09-26 07:23:16 -04:00
schneefux
a86eda3d23
owncloud: update minor versions, init 9.1.1
...
(cherry picked from commit 94966d1086 )
2016-09-25 20:42:16 -04:00
Frederik Rietdijk
c45fc1371e
pythonPackages.breathe: disable for Python 3.x
...
(cherry picked from commit a441efcccc )
2016-09-25 22:02:57 +02:00
Susan Potter
7cb7c5654b
kibana: 4.5.2 -> 4.6.0 ( #18277 )
...
Includes supporting binary src for x86_64-linux, x86_64-darwin, and
i686-linux which were previously unsupported and failed grossly before.
(cherry picked from commit 46ff1c385f )
2016-09-25 21:40:54 +02:00
Tim Steinbach
d24dc8c1d2
kernel-common: Add ZBUD, move ZSMALLOC into module space
...
(cherry picked from commit 77e1be36b9 )
2016-09-25 22:38:26 +03:00
aszlig
135d6f2aa6
chromium: Fix wrong/missing hash for beta channel
...
The hash provided in commit 072917ea5d is
faulty, either because the upstream tarball has changed or because it
was wrong in the first place, no matter what happened we can't really
verify if we don't have the tarball with the old hash.
To double-check I've verified the hash against the one from Gentoo[1],
which has the following SHA256:
b46c26a9e773b2c620acd2f96d69408f14a279aefaedfefed002ecf898a1ecf2
After being converted into base 32 the hash does match with ours.
Note that I haven't tested building all Chromium channels (yet), but we
can fix upcoming issues later because right now it doesn't build anyway
because of the failing hash check.
[1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/www-client/chromium/Manifest?id=2de0f5e4ffeb46a478c589b21d5bbcfd5736e57b
Signed-off-by: aszlig <aszlig@redmoonstudios.org >
(cherry picked from commit 0c2683cc11 )
2016-09-25 21:36:15 +02:00
Ram Kromberg
8a02c035a9
giflib: 5.1.0 -> 5.1.4 ( #18911 )
...
(cherry picked from commit ff76c7d3ca )
2016-09-25 21:35:12 +02:00
Graham Christensen
d0357d5754
fcgi: Patch to protect against stack smashing
...
(cherry picked from commit da6b9f47e9 )
2016-09-25 14:34:07 -04:00
Franz Pletz
908007466c
libfpx: 1.3.1-4 -> 1.3.1-7
...
(cherry picked from commit 0bf841843c )
2016-09-25 17:47:18 +02:00
Thomas Tuegel
d5d56806ce
dropbox: 10.4.25 -> 10.4.26
...
(cherry picked from commit 41e0146136 )
2016-09-25 10:43:14 -05:00
Franz Pletz
ab76618924
fuseiso: fix CVE-2015-8836 & CVE-2015-8837
...
(cherry picked from commit 668572753c )
2016-09-25 17:39:00 +02:00
Joachim Fasting
5fc3e32c44
spl: fix eval
...
xref: 30ae939142
(cherry picked from commit e1395365ea )
2016-09-25 16:53:08 +02:00
Aneesh Agrawal
38eac14061
jq: Fix CVE-2015-8863 and CVE-2016-4074 ( #18908 )
...
jq has not had a release since v1.5 in August 2015, so backport both of
these patches (the fix for CVE-2015-8863 is in the current master, while
the fix for CVE-2016-4074 is not yet in master).
(cherry picked from commit bfbca9dacd )
2016-09-25 15:15:51 +02:00
Franz Pletz
f0c5eb5bbd
linuxPackages.spl: don't mark as broken on kernel >= 4.7
...
Compatibility added in c8c688b0c9 .
(cherry picked from commit 30ae939142 )
2016-09-25 14:56:53 +02:00
Franz Pletz
7cd53afee3
linuxPackages.jool: 3.4.4 -> 3.4.5
...
(cherry picked from commit 6e063a49b1 )
2016-09-25 14:24:18 +02:00
Franz Pletz
5f00e952a4
linuxPackages.zfs: 0.6.5.7 -> 0.6.5.8
...
Adds compatibility for 4.7 & 4.8 Linux kernels.
(cherry picked from commit c8c688b0c9 )
2016-09-25 14:24:18 +02:00
Franz Pletz
06fd031d35
linux: 4.7.4 -> 4.7.5
...
(cherry picked from commit 3a4a425728 )
2016-09-25 14:24:17 +02:00
Franz Pletz
58c9032106
linux: 4.4.20 -> 4.4.22
...
(cherry picked from commit c83f8a536a )
2016-09-25 14:24:17 +02:00
Franz Pletz
dcda10ce16
linux: 4.1.31 -> 4.1.33
...
(cherry picked from commit fdf239fb83 )
2016-09-25 14:24:17 +02:00
Franz Pletz
31568f1bac
linux: 3.18.40 -> 3.18.42
...
(cherry picked from commit 17402fc4a3 )
2016-09-25 14:24:16 +02:00
Franz Pletz
50290c5cdb
kernelPatches: remove unneeded patches
...
(cherry picked from commit 31ff655e46 )
2016-09-25 14:24:16 +02:00
Franz Pletz
c95e120dc9
linux: 3.12.62 -> 3.12.63
...
(cherry picked from commit 01f465c82b )
2016-09-25 14:24:16 +02:00
Franz Pletz
e2b5b744b1
linux: 3.10.102 -> 3.10.103
...
(cherry picked from commit b1029abe56 )
2016-09-25 14:24:15 +02:00
Franz Pletz
f7c817a3ab
linux_4_6: remove, not maintained anymore
...
(cherry picked from commit e8cd27dd8a )
2016-09-25 14:23:52 +02:00
Vladimír Čunát
89f6c01adc
Merge #18925 : nettle: 3.1.1 -> 3.2
...
It fixes bugs in crypto calculations.
(cherry picked from commit 265a4752f6 )
2016-09-25 13:39:49 +02:00
Vladimír Čunát
052eaed013
Merge #18909 : flex: 2.6.0 -> 2.6.1
...
It contains security fixes.
(cherry picked from commit aaa29843c3 )
2016-09-25 13:39:44 +02:00
Vladimír Čunát
66ed92d63b
Merge branch 'release-16.09' into staging-16.09
2016-09-25 13:39:18 +02:00
Graham Christensen
ad3d15c0b6
davfs2: 1.5.2 -> 1.5.3
...
(cherry picked from commit 70bf407cf8 )
2016-09-25 07:35:45 -04:00
Graham Christensen
3d089ae7c2
mailman: 2.1.18 -> 2.1.23
...
(cherry picked from commit f7f4930912 )
2016-09-25 07:19:07 -04:00
Graham Christensen
e1e16af610
ikiwiki: 3.20150614 -> 3.20160905
...
(cherry picked from commit 5e043ffa45 )
2016-09-25 07:18:45 -04:00
Rok Garbas
210ebb529b
pypi2nix: 1.4.0 -> 1.5.0
2016-09-25 04:50:58 +02:00
Jörg Thalheim
dd4d0b1c1e
monit: 5.10 -> 5.19.0
...
monit disables SSLv23 now by default, see
- https://mmonit.com/monit/changes/
- https://lwn.net/Vulnerabilities/691497/
cc #18916
(cherry picked from commit 6b34a62ef8 )
2016-09-25 02:09:13 +02:00
Franz Pletz
0ce6bbd127
chromium: update to latest channel releases (security)
...
Fixes at least:
- CVE-2016-1667
- CVE-2016-1668
- CVE-2016-1669
- CVE-2016-1670
- CVE-2016-5170
- CVE-2016-5171
- CVE-2016-5172
- CVE-2016-5173
- CVE-2016-5174
- CVE-2016-5175
- CVE-2016-7395
cc #18856
(cherry picked from commit 072917ea5d )
2016-09-24 22:07:09 +02:00
Franz Pletz
142ee90ef7
librsvg: 2.40.9 -> 2.40.16 (security)
...
Fixes CVE-2015-7558 & CVE-2016-6163.
cc #18856
(cherry picked from commit ee8fed4697 )
2016-09-24 22:07:08 +02:00
Franz Pletz
a6f58636d2
pcre: 8.38 -> 8.39 (security)
...
Fixes:
- CVE-2014-9769
- CVE-2015-2327
- CVE-2015-2328
- CVE-2015-8382
- CVE-2016-3191
cc #18856
(cherry picked from commit 6244be2d0a )
2016-09-24 21:54:08 +02:00
Vladimír Čunát
0cba714395
wayland: resurrect version 1.9.0
...
It'll likely be useful because of #16779 , at least for some users.
Most of the change sneaked in c68850c6b already, by mistake.
(cherry picked from commit 0593ad2b16 )
2016-09-24 19:38:09 +02:00
Vladimír Čunát
39f77eb8de
nixos opengl: use mesa_drivers.out
...
...instead of mesa_noglu.out. Closures of systems remain unchanged,
as both are in (and the .out output is very small anyway).
This is to make sure that we use lib*GL* that aren't slowed down by grsecurity.
(cherry picked from commit c68850c6be )
2016-09-24 19:22:13 +02:00
Vladimír Čunát
c4469edac1
Merge #18905 : ffmpeg: 2.8.7 -> 2.8.8
...
It contains security fixes.
(cherry picked from commit c3d1caf97b )
2016-09-24 17:40:49 +02:00
Franz Pletz
e891f0d16d
imagemagick: 6.9.5-2 -> 6.9.5-10
...
Fixes lots of CVEs, including the recent:
* CVE-2016-4562, CVE-2016-4563, CVE-2016-4564
* CVE-2016-5687
* CVE-2016-5010
* CVE-2016-5688
* CVE-2016-5689, CVE-2016-5690, CVE-2016-5691
* CVE-2016-5841 and CVE-2016-5842
* CVE-2016-6491
* CVE-2016-6520
cc #18856
(cherry picked from commit fa6c6dae76 )
2016-09-24 17:00:53 +02:00
Joachim Fasting
fa6208fe6b
grsecurity: 4.7.4-201609152234 -> 201609211951
...
(cherry picked from commit 64816cd972 )
2016-09-24 16:17:46 +02:00
Joachim Fasting
fc8c728f99
tor: 0.2.8.7 -> 0.2.8.8
...
Fixes two crashing bugs, nothing else of note.
(cherry picked from commit f0c85376b2 )
2016-09-24 16:17:34 +02:00
Wei-Ming Yang
fc1d57a4cf
murmur service: welcome -> welcometext
...
fixed incorrect option name `welcome` to `welcometext`.
joachifm added a rename for backwards compat.
Closes https://github.com/NixOS/nixpkgs/pull/18570
(cherry picked from commit e330807e1f )
2016-09-24 16:17:05 +02:00
Franz Pletz
b762216a3d
a2ps: fix CVE-2001-1593 & CVE-2014-0466
...
(cherry picked from commit c39195d699 )
2016-09-24 15:36:28 +02:00
Graham Christensen
40ced8bf5d
mysql_jdbc: 5.1.38 -> 5.1.39
...
(cherry picked from commit 0e00ab37f8 )
2016-09-24 09:23:28 -04:00
Nikolay Amiantov
7e98bfd752
stage-1 module: remove check that swap device has a label
...
All swap device option sets "have" a label, it's just that sometimes it's
undefined. Because we set a `device` attribute when we have a label anyway it's
ok to just check device prefix.
Fixes #18891 .
(cherry picked from commit a63ca1bf3d )
2016-09-24 13:09:29 +03:00
Nikolay Amiantov
cbaf36b5ed
quake3: refactor wrapper, fix pak collisions
...
(cherry picked from commit e80b22369d )
2016-09-24 12:50:24 +03:00
Graham Christensen
4d4aaef3a4
lighttpd: 1.4.40 -> 1.4.41
...
(cherry picked from commit 33be079486 )
2016-09-24 11:25:45 +02:00
Aneesh Agrawal
2a082e112a
as31: Apply Debian patch for CVE-2012-0808 ( #18904 )
...
(cherry picked from commit 9f7d9def4c )
2016-09-23 22:31:10 -04:00
Franz Pletz
8de2edfbf3
asterisk: fix source url
...
(cherry picked from commit 53c660dbc8 )
2016-09-24 03:01:28 +02:00
Franz Pletz
55a1fb157a
jansson: 2.7 -> 2.8
...
Fixes CVE-2016-4425.
cc #18856
(cherry picked from commit fc0f3ebb20 )
2016-09-24 03:01:27 +02:00
Franz Pletz
5a86378784
brogue: disable fortify hardening to fix runtime error
...
See #18888 .
(cherry picked from commit 89a5f7de83 )
2016-09-24 02:10:43 +02:00
Profpatsch
f77edcc879
brogue: fix crash by stackprotector hardening ( #18888 )
...
(cherry picked from commit 67bec77c68 )
2016-09-24 02:07:12 +02:00
Franz Pletz
4dbb81b375
bedup: 0.10 -> 0.10.1, fix eval
...
bedup is not available for Python 2, our current default.
(cherry picked from commit 06395c6baf )
2016-09-24 02:04:36 +02:00
Tim Steinbach
38a00fc5ff
openjdk7: 1.7.0-91 -> 1.7.0-111
...
(cherry picked from commit 83a893c38a )
2016-09-23 19:59:13 -04:00
Tim Steinbach
21a3733fd1
bind: 9.10.4 -> 9.10.4-P2 ( #18880 )
...
(cherry picked from commit dbbff67754 )
2016-09-24 01:56:47 +02:00
Alexander Ried
6261c79992
perlPackages.WWWCurl: fix broken build after curl update
...
upstream bugreport:
https://rt.cpan.org/Public/Bug/Display.html?id=117793
patch also taken from there
(cherry picked from commit 123f81b866 )
2016-09-23 18:59:25 -04:00
Tim Steinbach
0af39741ca
mariadb: 10.1.16 -> 10.1.17
...
(cherry picked from commit e525217269 )
2016-09-23 17:59:06 -04:00
Tim Steinbach
88600788e4
mysql55: 5.5.50 -> 5.5.52
...
(cherry picked from commit 85b6923ba9 )
2016-09-23 17:39:01 -04:00
Thomas Tuegel
4d26875e56
firefox-bin: update hashes
2016-09-23 14:47:41 -05:00
Thomas Tuegel
9e09814de5
emacs25: 25.1-rc2 -> 25.1
...
Backport Emacs 25.1 from master.
2016-09-23 14:47:41 -05:00
rushmorem
d25bf0cde4
vault: 0.6.0 -> 0.6.1
...
(cherry picked from commit c2cae61392 )
2016-09-23 20:06:43 +02:00
Tim Steinbach
7b07641631
curl: 7.50.1 -> 7.50.3
...
(cherry picked from commit cda53e434e )
2016-09-23 13:08:36 -04:00
Tim Steinbach
6d011049f0
openvpn: 2.3.11 -> 2.3.12
...
(cherry picked from commit 244aee5cd1 )
2016-09-23 12:31:54 -04:00
Joachim Fasting
0c443bcc6f
kernelPatches: remove legacy grsecurity attrs
...
(cherry picked from commit e2659de1b2 )
2016-09-23 15:15:01 +02:00
Herwig Hochleitner
d90c2abbde
connman: 1.32 -> 1.33
...
(cherry picked from commit cc60ee187a )
This is a bugfix release.
2016-09-23 15:15:00 +02:00
taku0
4e40bc4d1e
firefox-bin: 48.0.2 -> 49.0
...
(cherry picked from commit 25ff8637f4 )
2016-09-23 15:14:54 +02:00
Graham Christensen
1968e793ce
php5: 5.6.25 -> 5.6.26 for CVEs ( http://www.php.net/ChangeLog-5.php\#5.6.26 )
...
(cherry picked from commit f01e56e576 )
2016-09-23 07:17:14 -04:00
rushmorem
1300d9895b
cockroachdb: build only on x86_64-linux
...
CockroachDB is failing to build on `x86_64-darwin` according to
Hydra. I don't have a Mac or Windows machine to debug the builds
on so I can't support those.
(cherry picked from commit 65198a9082 )
2016-09-23 12:35:36 +02:00
Tuomas Tynkkynen
2ecfa7e58d
retroshare06: Disable parallel build
...
http://hydra.nixos.org/build/40998820/nixlog/1/raw
(cherry picked from commit 6bca04c57b )
2016-09-23 12:45:51 +03:00
Tuomas Tynkkynen
2a67ff421a
pythonPackages.cryptography: 1.5 -> 1.5.1, fixes build
...
(cherry picked from commit 8c1f927258 )
2016-09-23 04:43:20 +03:00
Eelco Dolstra
a8300e1b67
debian: 8.5 -> 8.6
...
(cherry picked from commit f081a1aaf4 )
2016-09-22 15:54:53 +02:00
Eelco Dolstra
f155746efd
openssl: 1.0.1t -> 1.0.1u, 1.0.2h -> 1.0.2i, 1.1.0 -> 1.1.0a
...
https://www.openssl.org/news/secadv/20160922.txt
(cherry picked from commit ac03df96ba )
2016-09-22 15:54:53 +02:00
Domen Kožar
3faa03f87f
fix eval (no idea why this fails)
2016-09-22 11:15:53 +02:00
Domen Kožar
bbde6639bc
virtualboxGuestAdditions: mark broken also for chromium
2016-09-22 09:55:53 +02:00
Eric Sagnes
a64de3e17c
mongodb service: switch configuration format to YAML
...
Configuration format has changed from MongoDB 2.6 to
YAML and MongoDB 2.4 is EOL since March 2016.
(cherry picked from commit 5cd565e507 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-22 09:52:43 +02:00
Eric Sagnes
faf6fef954
pump.io test: adapt mongodb extraConf to YAML
...
(cherry picked from commit 9132088dab )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-22 09:52:37 +02:00
Rodney Lorrimar
9dcd6f54f5
mongodb: Fix default storage engine on i686
...
MongoDB will refuse to start on i686 because the default database engine
"wiredTiger" doesn't support it. To reduce user annoyance, the default
engine should be changed to the pre-3.0 engine "mmapv1".
Fedora have also patched it:
http://pkgs.fedoraproject.org/cgit/rpms/mongodb.git/commit/?id=b64d6b3337bffdeea0b7fa530ea02b977c364e08
(cherry picked from commit 6d7b77df0a )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-22 09:52:26 +02:00
Rodney Lorrimar
d81746d5d5
mongodb service: add test case
...
(cherry picked from commit 795a6e7610 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-22 09:52:21 +02:00
Alexander V. Nikolaev
80a9ec383e
irssi: 1.8.19 -> 1.8.20 (security)
...
https://irssi.org/security/irssi_sa_2016.txt
CVE-2016-7044
CVE-2016-7045
(cherry picked from commit b3ada0bce9 )
2016-09-22 03:43:22 +03:00
rushmorem
4a2a45ab36
coredns: init at 001
...
(cherry picked from commit b93b37cf0a )
2016-09-22 01:18:11 +02:00
rushmorem
f38ead173d
glide: 0.10.2 -> 0.12.2
...
(cherry picked from commit 89c8b6c379 )
2016-09-21 22:00:15 +02:00
rushmorem
e01717aea2
caddy: 0.9.1 -> 0.9.2
...
(cherry picked from commit a52aa1c940 )
2016-09-21 19:14:31 +02:00
rushmorem
14516eafd2
cockroachdb: limit platforms to those supported upstream
...
(cherry picked from commit c3979068ca )
2016-09-21 17:05:07 +02:00
rushmorem
1130a77a77
cockroachdb: specify build tag
...
(cherry picked from commit c346789a92 )
2016-09-21 17:04:19 +02:00
Eelco Dolstra
c96cb0374b
firefox: 48.0.2 -> 49.0
...
(cherry picked from commit 99138dc356 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-21 13:30:15 +02:00
Eelco Dolstra
207bda347c
firefox-esr: 45.3.0 -> 45.4.0
...
(cherry picked from commit 5bfd092f07 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-21 13:30:13 +02:00
Domen Kožar
bc06f19efb
ena: mark as broken on chromiumos
2016-09-21 12:04:05 +02:00
Domen Kožar
4821fa2d19
virtualboxGuestAdditions: mark as broken on grsecurity
2016-09-21 12:03:37 +02:00
Domen Kožar
b9d81859f3
/var/empty: silently ignore errors (if on tmpfs) #18781
...
(cherry picked from commit 80437576f9 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-21 10:29:40 +02:00
Eric Sagnes
c02b9b93f6
cadvisor test: fix ( #18671 )
...
* influxdb module: add postStart
* cadvisor module: increase TimeoutStartSec
Under high load, the cadvisor module can take longer than the default 90
seconds to start. This change should hopefully fix the test on Hydra.
(cherry picked from commit 2d2c311304 )
2016-09-20 22:00:48 +02:00
Thomas Tuegel
d917fb8fff
nixos/tests/kde5: fix test name
...
(cherry picked from commit d7d74a1922 )
2016-09-20 14:54:24 -05:00
Hoang Xuan Phu
17404a8da4
kde5.applications: 16.08.0 -> 16.08.1
...
(cherry picked from commit 0bffb9e9e9 )
This version bump contains bug fixes.
2016-09-20 14:54:23 -05:00
Lancelot SIX
894fb7b8c3
xorriso: 1.4.4 -> 1.4.6
...
See http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00010.html
for release announcement
[Bjørn: remove "pkgs." from commit message subject.]
(cherry picked from commit ea1afcd9f4 )
2016-09-20 20:08:01 +02:00
zimbatm
5387f325d6
buildRubyGem: fixes gemspec UTF-8 loading issue
...
If a gemspec has UTF-8 characters in it, ruby will fail loading it with
invalid multibyte char (US-ASCII)
This change forces the encoding to be correct, we assume everyone now
uses UTF-8.
(cherry picked from commit 62df82efcf )
2016-09-20 18:23:49 +01:00
Robin Gloster
fdec46d115
gitlab module: enable postgres pg_trgm extension
...
(cherry picked from commit 0fa64b718f )
2016-09-20 17:45:54 +02:00
rushmorem
18e12537d0
cockroachdb: init at beta-20160915
...
(cherry picked from commit dc8da48032 )
2016-09-20 15:47:24 +02:00
Domen Kožar
d316ec2375
Merge pull request #18786 from exi/amdapp-sdk-full-fix
...
amdapp-sdk: fix build for gcc 5
2016-09-20 14:11:35 +02:00
Reno Reckling
1dcd93c1de
amdapp-sdk: fix build for gcc 5
2016-09-20 14:50:22 +03:00
aszlig
4d076b3681
nixos/networking: Use type lines for localCommands
...
Using types.str doesn't work if you want to mkBefore/mkAfter across
different module definitions, because it only allows for one definition
for the same priority.
This is especially useful if you deploy Hetzner machines via NixOps,
because the physical specification already defines localCommands.
Signed-off-by: aszlig <aszlig@redmoonstudios.org >
(cherry picked from commit 97801380b0 )
2016-09-20 13:33:44 +02:00
rushmorem
c590cd7d31
glock: init at 20160816
...
(cherry picked from commit 391ea6f748 )
2016-09-20 11:12:49 +02:00
Scott R. Parish
95879e204f
rngd: update modalias to match cpu type
...
It looks like the cpu type part of modalias might have changed, my
systems (4.4.20 and 4.7.2) show something like the following:
```
cpu:type:x86,ven0000fam0006mod003F:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,002B,0034,003B,003D,0068,006F,0070,0072,0074,0075,0076,007D,0080,0081,0089,008C,008D,0091,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C5,0120,0123,0125,0127,0128,0129,012A,0140
```
Update the rngd modalias rule to match this so udev properly has
systemd start rngd.
(cherry picked from commit a560223119 )
2016-09-19 19:07:19 -04:00
Joachim F
05f5ded134
Merge pull request #18639 from abuibrahim/release-16.09
...
pktgen: 3.0.04 -> 3.0.13 (#18477 )
2016-09-19 22:32:13 +02:00
Peter Simons
1636325a67
nbd: update to version 3.14
...
(cherry picked from commit 545040811b )
2016-09-19 15:47:32 +02:00
Karn Kallio
4395af62ac
Add MySQL Connector C++, a mysql server client library.
...
(cherry picked from commit 07c6d61af0 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-19 10:41:31 +02:00
Karn Kallio
59328f3a8c
mysqlworkbench : fix build and update to latest version 6.3.7
...
(cherry picked from commit 07154a77e7 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-19 10:41:31 +02:00
Karn Kallio
9c94798996
libctemplate : update URL for downloading source
...
(cherry picked from commit 16227c728d )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-19 10:41:31 +02:00
Karn Kallio
4e72d95dae
mysql: Add version 5.7.x of Oracle mysql for building mysql workbench.
...
(cherry picked from commit b9334743ee )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-19 10:41:31 +02:00
Karn Kallio
8f73fe29e5
Add vsqlite, a C++ wrapper library for sqlite.
...
(cherry picked from commit e11287ce3f )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-19 10:41:30 +02:00
Kirill Boltaev
e62a5e1b32
pktgen: disable parallel building
...
(cherry picked from commit d2bbc631ff )
2016-09-19 05:45:45 +03:00
Robin Gloster
03f7d949c8
krb5: 1.14.2 -> 1.14.3
...
fixes CVE-2016-3120
(cherry picked from commit 452f182356 )
2016-09-18 23:48:45 +02:00
Vladimír Čunát
1a40bd0d32
firefox*: fix notifications
...
Fixes #18712 . Now firefox uses the notification daemon, if available.
Unfortunately, the same approach didn't work for thunderbird; I don't
know why.
(cherry picked from commit f27a970f2d )
2016-09-18 23:23:35 +02:00
Jaka Hudoklin
d677be61e1
go-md2man: init at 1.0.6
...
(cherry picked from commit ea2270aa7c )
2016-09-18 22:44:30 +02:00
Jaka Hudoklin
69451eb662
docker module: updates
...
- logDriver option, use journald for logging by default
- keep storage driver intact by default, as docker has sane defaults
- do not choose storage driver in tests, docker will choose by itself
- use dockerd binary as "docker daemon" command is deprecated and will be
removed
- add overlay2 to list of storage drivers
(cherry picked from commit 5d9c62541a )
2016-09-18 22:43:53 +02:00
Jaka Hudoklin
fab1292996
docker: 1.10.3 -> 1.12.1
...
(cherry picked from commit 0a518618a2 )
2016-09-18 22:43:53 +02:00
Jaka Hudoklin
2954930c7f
containerd: init at 0.2.3
...
(cherry picked from commit e927620885 )
2016-09-18 22:43:53 +02:00
Jaka Hudoklin
c9d9212d29
runc: init at 2016-06-15
...
(cherry picked from commit 71782da103 )
2016-09-18 22:43:53 +02:00
Vladimír Čunát
19dab295f0
hunspellWithDicts: fix bad meta.outputsToInstall
...
https://github.com/NixOS/nixpkgs/issues/15036#issuecomment-247874297
(cherry picked from commit 4007e5b807 )
2016-09-18 22:40:55 +02:00
Vladimír Čunát
d5ecf9ef52
Merge branch 'staging-16.09' into release-16.09
2016-09-18 21:45:46 +02:00
Jaka Hudoklin
26cd1be5b2
go_1_7: 1.7 -> 1.7.1
2016-09-18 18:51:06 +02:00
obadz
7617e7eb74
grub: add boot.loader.grub.efiInstallAsRemovable
...
Closes #16374
(cherry picked from commit 1c9ac8aabc )
grub: clarify efiInstallAsRemovable docstring
(cherry picked from commit eda4f5d409 )
grub: fix manual build
(cherry picked from commit 93974eb98b )
2016-09-18 14:42:18 +01:00
Joachim Fasting
b59a9daf63
grsecurity: 4.7.3-201609072139 -> 4.7.4-201609152234
...
(cherry picked from commit d082a7c0fd )
2016-09-18 13:56:53 +02:00
Joachim Fasting
5f961da65e
linux_4_7: 4.7.3 -> 4.7.4
...
(cherry picked from commit 2050f12f4e )
2016-09-18 13:56:47 +02:00
Shea Levy
beb349339d
darwin.cctools: Fix build on linux
...
(cherry picked from commit 11f4921cdf )
2016-09-17 08:45:31 -04:00
Franz Pletz
7de410c0d3
16.09 changelog: add changes to reverse path filter
...
See #17325 .
(cherry picked from commit 0a4d60622c )
2016-09-17 14:21:10 +02:00
Nikolay Amiantov
1824c2b3cc
16.09 changelog: add mention of special filesystems changes
...
(cherry picked from commit bf5d2bc215 )
2016-09-17 14:21:10 +02:00
Kranium Gikos Mendoza
28f65b0b91
antiword: move sed to prePatch. fixes #18627
...
[Bjørn: change patchPhase -> prePatch (we must not override patchPhase).]
(cherry picked from commit d9a4d942ab )
2016-09-17 12:12:41 +02:00
rushmorem
a161450bfb
gringo: remove from all-packages.nix
...
Package had been removed previously. I accidentally left it in while
cherry picking commit 6b8275eaf9 .
2016-09-17 02:16:49 +02:00
Vladimír Čunát
aac97b1c7f
linux*: remove 3.14, as it's no longer maintained
...
(cherry picked from commit 6a9e765e27 )
2016-09-17 02:14:17 +02:00
rushmorem
afa22b01d3
goa: init at 1.0.0
...
(cherry picked from commit 6b8275eaf9 )
2016-09-17 02:11:13 +02:00
Vladimír Čunát
e1cc923a74
mesa: 12.0.2 -> 12.0.3
...
> This is an emergency release addressing a number of regressions
> across all devices using the i965 driver.
(cherry picked from commit ca0e798e50 )
2016-09-16 22:45:53 +02:00
Vladimír Čunát
c0febd02c2
gtk2: move gtk-update-icon-cache to gtk2.out
...
... to be useful for regeneration when building nixos environments.
Fixes #18536 (hopefully).
(cherry picked from commit aa0fa19373 )
2016-09-16 22:45:25 +02:00
Vladimír Čunát
68c4464ff4
Merge #16391 : texlive: 2015 -> 2016
...
Mirroring isn't finalized, but we'll have to fix that on the go.
(Picked from a merge contained in master: bd6e40c27d )
2016-09-16 22:45:24 +02:00
Vladimír Čunát
041ae6c961
xorg: expression cleanup
...
The generating script needed to be updated not to overwrite the
hardening changes back.
(cherry picked from commit 772d14d8c2 )
2016-09-16 22:42:29 +02:00
Vladimír Čunát
e982ea739b
xf86-input-evdev: bugfix 2.10.2 -> 2.10.3
...
(cherry picked from commit 16ed17d6c8 )
2016-09-16 22:42:27 +02:00
Vladimír Čunát
01fa907b96
xf86-video-{ati,amdgpu}: maintenance updates
...
(cherry picked from commit 8aad4e8602 )
2016-09-16 22:42:25 +02:00
Peter Simons
86a46f4c39
ghc-8.0.1: Revert "cosmetic fix to the Nix expression to unbreak syntax highlighting"
...
This reverts commit 29a53017a4 , which broke filterdiff according to
https://github.com/NixOS/nixpkgs/issues/18665#issuecomment-247626588 .
(cherry picked from commit d1b34967fe )
2016-09-16 20:47:38 +02:00
Ruslan Babayev
acc0bf3d15
pktgen: 3.0.04 -> 3.0.13 ( #18477 )
...
(cherry picked from commit 7b51c79ccd )
2016-09-16 11:21:44 -07:00
obadz
8741f0e36e
stun: 0.96 -> 0.97
...
(cherry picked from commit 4876c7362b )
2016-09-16 16:18:11 +01:00
sternenseemann
24a7e80e69
torbrowser: 6.0.4 -> 6.0.5
...
(cherry picked from commit 7d20f1b5b7 )
Fixes important security issues, see https://blog.torproject.org/blog/tor-browser-605-released
2016-09-16 16:37:20 +02:00
obadz
6a12ff4cbd
lightdm: obbey services.xserver.{window/desktop}Manager.default
...
(cherry picked from commit 29caa185a7 )
2016-09-16 15:04:32 +01:00
obadz
16f3f9c569
xfce: install networkmanager applet when networkmanager is enabled
...
(cherry picked from commit a20c2ce4b8 )
2016-09-16 15:04:31 +01:00
Domen Kožar
3f4d94a4c2
lttng-modules: broken on chromiumos
2016-09-16 11:12:19 +02:00
Eric Sagnes
0c7ba15970
cadvisor: fix test
...
(cherry picked from commit db387a6f0d )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-16 11:08:40 +02:00
Eric Sagnes
ca37645567
cadvisor: 0.10.1 -> 0.23.8
...
(cherry picked from commit fe54db9027 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-16 11:08:36 +02:00
Lancelot SIX
5e81d453df
pythonPackages.mathics: Fix install
...
This fixes the broken test nixos/tests/mathics.nix
(cherry picked from commit 9d83af68d8 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-16 11:08:21 +02:00
Matthew O'Gorman
f77caf97e7
mosquitto: add websockets support.
...
(cherry picked from commit 6a01fc2b7c )
2016-09-16 10:45:08 +02:00
Benjamin Staffin
e951d39250
Merge pull request #18621 from benley/openssh-gssapi-patch-16.09
...
openssh: update gssapi patch, fix the build
2016-09-16 03:37:44 -04:00
Kamil Chmielewski
9ab3dc25ce
buildGoPackage: deps.json -> deps.nix in NIXON
...
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541
* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
(cherry picked from commit 914e0e594c )
Conflicts:
pkgs/servers/etcd/deps.json
2016-09-16 00:08:44 +01:00
Rodney Lorrimar
35a87e41d5
nodePackages.bower2nix: 3.0.1 -> 3.1.1
...
(cherry picked from commit 131b8d4edb )
2016-09-15 15:07:11 -04:00
Rodney Lorrimar
0227c99c15
nodePackages.bower2nix: Add back PATH wrapping
...
bower2nix and fetch-bower need git in the PATH to operate. This wrapping
got lost with the nodePackages updates.
(Fixes #18454 )
(cherry picked from commit 952c477f90 )
2016-09-15 15:07:07 -04:00
Joachim F
c000c2fa71
opensmtpd: 5.9.2p1 -> 6.0.0p1 ( #18629 )
...
Also change to https src.url.
Changelog at https://www.opensmtpd.org/announces/release-6.0.0.txt
In particular, note that
- logging format has been reworked so scripts that consume opensmtpd
logs may need updating
- dhparams option has been removed
(cherry picked from commit 2db487e6bf )
2016-09-15 16:35:46 +01:00
Franz Pletz
ad6255e273
php70: 7.0.10 -> 7.0.11 (security)
...
See https://secure.php.net/ChangeLog-7.php#7.0.11 .
(cherry picked from commit a32281639e )
2016-09-15 13:58:07 +02:00
Herwig Hochleitner
a320b84bf4
androidenv: update packages
...
build-tools 25.1.7 -> 25.2.2
sdk-tools 23.0.1 -> 24.0.2
platform-tools 24 -> 24.0.2
(cherry picked from commit 685786b7d7 )
2016-09-15 09:03:37 +00:00
Domen Kožar
934bca551b
Merge remote-tracking branch 'origin/staging-16.09' into release-16.09
...
It's finished building with acceptable error rate:
http://hydra.nixos.org/eval/1292828
2016-09-15 08:44:27 +02:00
J Phani Mahesh
8a6679f87b
git: 2.9.3 -> 2.10.0
...
(cherry picked from commit 2b86ccbf32 )
2016-09-15 08:40:04 +02:00
Franz Pletz
4fbb7f9107
multipath-tools: 0.5.0 -> 0.6.2, fixes build
...
Was broken due to 78178d5854 .
(cherry picked from commit c513e2ab39 )
2016-09-15 08:08:25 +03:00
Benjamin Staffin
0443792f96
openssh: update gssapi patch, fix the build
...
(cherry picked from commit 43dcb662e7 )
2016-09-15 01:05:15 -04:00
Chris Martin
9886174e03
Update libtiff URLs ( #18611 )
...
* libtiff: remove dead source url
* libgeotiff: update url
(cherry picked from commit 56904d7c42 )
2016-09-15 00:32:50 +01:00
Domen Kožar
f39246836e
Merge pull request #18604 from exi/fix-avahi-test
...
avahi: Let the Avahi vm test wait until avahi is really up.
2016-09-14 22:27:09 +02:00
Reno Reckling
89cfb73551
Let the Avahi test wait until avahi is really up.
...
network.target does not imply that avahi is up.
2016-09-14 23:21:32 +03:00
rushmorem
f4ccd93770
lizardfs: 3.10.0 -> 3.10.2
...
(cherry picked from commit c34d83eb36 )
2016-09-14 19:53:37 +02:00
Vladimír Čunát
da97605477
libmaxminddb: init at 1.2.0
...
(cherry picked from commit 92f0d709e9 )
2016-09-14 19:25:50 +02:00
Thomas Tuegel
c8880dd87a
Merge pull request #18589 from bendlas/update-dropbox-stable
...
dropbox: 9.4.49 -> 10.4.25 [release-16.09]
2016-09-14 12:22:20 -05:00
Herwig Hochleitner
88dcf95f24
pypy: 5.4.0 -> 5.4.1
...
(cherry picked from commit 1172c6be9b )
2016-09-14 19:02:40 +02:00
Herwig Hochleitner
cb62713dbb
dropbox: 9.4.49 -> 10.4.25
2016-09-14 18:23:15 +02:00
taku0
1132a6cfb6
flashplayer: 11.2.202.632 -> 11.2.202.635
...
(cherry picked from commit 8b6e522bf8 )
2016-09-14 17:28:14 +02:00
Eelco Dolstra
545c60d0d6
linux: 4.4.19 -> 4.4.20
...
(cherry picked from commit bc7e4e390a )
2016-09-14 14:22:05 +02:00
Tim Steinbach
8c264ec3ad
kernel: 4.7.2 -> 4.7.3
...
(cherry picked from commit 4829cd7f65 )
2016-09-14 14:22:05 +02:00
Vladimír Čunát
30ad0477be
dbus: 1.10.8. -> 1.10.10
...
NEWS seem safe, and there are only "fixes" in there.
(cherry picked from commit 741527adef )
2016-09-14 14:22:05 +02:00
Vladimír Čunát
aefddb173f
texlive: add links to ht* tools, in particular htlatex
...
This should fix #18480 .
(cherry picked from commit 20c6f5c560 )
2016-09-14 14:22:05 +02:00
Vladimír Čunát
c70f0329bf
mesa: use llvm-3.9 instead of 3.8
...
(cherry picked from commit 040b941b4c )
No problems reported so far, and we've got a couple weeks to stabilize
anyway. It seems required to support some new GPUs, #17991 .
2016-09-14 14:22:05 +02:00
Vladimír Čunát
3a83556340
mesa: maintenance 12.0.1 -> 12.0.2
...
(cherry picked from commit 13bf68cc6a )
2016-09-14 14:22:05 +02:00
Vladimír Čunát
b208cb47a7
pango: maintenance 1.40.1 -> 1.40.2
...
(cherry picked from commit f63668b75e )
2016-09-14 14:22:05 +02:00
Vladimír Čunát
5b9972e30b
gtk2: maintenance 2.24.30 -> 2.24.31
...
(cherry picked from commit d03a746b88 )
2016-09-14 14:22:05 +02:00
Vladimír Čunát
0593c2b80f
ffmpeg_2: 2.8.6 -> 2.8.7
...
(cherry picked from commit 853e230fca )
2016-09-14 14:22:05 +02:00
Vladimír Čunát
52f6dabe92
orc: bug-fix 0.4.25 -> 0.4.26
...
(cherry picked from commit f5a157fa3e )
2016-09-14 14:22:05 +02:00
mimadrid
84544cd941
shared-mime-info: 1.5 -> 1.7
...
(cherry picked from commit 478c63d469 )
This seems unlikely to introduce problems.
2016-09-14 14:22:05 +02:00
Franz Pletz
f3c2760076
glibc: enable stackprotection hardening
...
Enables previously manually disabled stackprotector and stackguard
randomization.
From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511811 :
If glibc is built with the --enable-stackguard-randomization option,
each application gets a random canary value (at runtime) from /dev/urandom.
If --enable-stackguard-randomization is absent, applications get a static
canary value of "0xff0a0000". This is very unfortunate, because the
attacker may be able to bypass the stack protection mechanism, by placing
those 4 bytes in the canary word, before the actual canary check is
performed (for example in memcpy-based buffer overflows).
(cherry picked from commit 3ba99f83a7 )
2016-09-14 14:22:05 +02:00
Vladimír Čunát
45d6deb8d7
texlive: allow using pkgs.nix with empty hashes
...
... to enable saving space in git history.
2016-09-14 14:22:04 +02:00
Vladimír Čunát
040388bda6
texlive: fixup some packages missing from scheme-full
...
Hopefully they're all now.
2016-09-14 14:22:04 +02:00
Vladimír Čunát
048ec6ef10
texlive.bin.src: eradicate the last tug.org download
...
They're just unstable.
2016-09-14 14:22:04 +02:00
Vladimír Čunát
6867e84c93
texlive: rename the directory texlive-new -> texlive
2016-09-14 14:22:04 +02:00
Vladimír Čunát
77f7562e4f
texlive.xindy: fixup after 2016 update
...
It's unfortunate that our `substituteInPlace` passes some kinds of
errors in silence.
2016-09-14 14:22:04 +02:00
Vladimír Čunát
d4e4b65855
texlive: use a cuni.cz mirror temporarily
...
... to avoid testers getting hash mismatches.
2016-09-14 14:22:04 +02:00
Vladimír Čunát
30b2c93de8
texlive: fixup some bin/ links, e.g. xe(la)tex
2016-09-14 14:22:04 +02:00
Vladimír Čunát
e56d208cc6
dblatex: fixup build with texlive-2016
...
https://github.com/NixOS/nixpkgs/pull/16391#issuecomment-227405183
2016-09-14 14:22:04 +02:00
Vladimír Čunát
79c2330f7e
texlive: 2015 -> 2016
...
Note: only basic testing has been done so far; also see FIXME items.
AMENDed to reduce git history size significantly:
- fix 2015->2016 bugs in fixedHashes.nix
- purge all sha512 from pkgs.nix
2016-09-14 14:22:04 +02:00
Tuomas Tynkkynen
98906306aa
python-systemd: Fix build
...
(cherry picked from commit 65146185d4 )
2016-09-14 12:05:34 +03:00
Tuomas Tynkkynen
2d9abc98d1
lib.chooseDevOutputs: Use lib.getDev
...
Reduces duplication, plus is actually needed for Go packages (at least
go-repo-root).
(cherry picked from commit e0b5eef4e7 )
2016-09-14 12:05:34 +03:00
Tuomas Tynkkynen
9d95233aa2
e2fsprogs: Split 'dev'
...
(cherry picked from commit c922c20cff )
2016-09-14 12:05:34 +03:00
Tuomas Tynkkynen
119e8e1b20
util-linux: Split 'dev'
...
(cherry picked from commit 35ec0e72e3 )
2016-09-14 12:05:34 +03:00
Tuomas Tynkkynen
3c7b851e5a
udev: Remove hacky alias
...
It's not clear to me what this is achieving, plus for some reason this
is causing an evaluation error in hyperterm. So let's hope it's not
really needed...
(cherry picked from commit 06b2ff50b9 )
2016-09-14 12:05:34 +03:00
Eelco Dolstra
d1e1b43a31
systemd: Separate lib output
...
This moves libsystemd.so and libudev.so into systemd.lib, and gets rid
of libudev (which just contained a copy of libudev.so and the udev
headers). It thus reduces the closure size of all packages that
(indirectly) depend on libsystemd, of which there are quite a few (for
instance, PulseAudio and dbus). For example, it reduces the closure of
Blender from 430.8 to 400.8 MiB.
(cherry picked from commit 78178d5854 )
2016-09-14 12:05:34 +03:00
Eelco Dolstra
19034b0541
utillinuxMinimal: Make more minimal
...
This removes locales, bash completion and crap like that. This cuts
6.5 MiB from the NixOS system closure (which unfortunately contains
two copies of util-linux, because of the need to break a dependency
cycle with systemd).
(cherry picked from commit 8295089e6a )
2016-09-14 12:05:34 +03:00
Franz Pletz
aadcffcd75
curl3: remove vulnerable curl version
...
(cherry picked from commit ee4c4768a4 )
2016-09-14 09:03:45 +02:00
Franz Pletz
4e7d52ea75
gsb: remove, depends on vulnerable curl3
...
(cherry picked from commit 296c671454 )
2016-09-14 09:03:44 +02:00
aszlig
7f0e4a8d23
Merge pull request #18567 (VirtualBox 5.1.6)
...
This introduces VirtualBox version 5.1.6 along with a few refactored
stuff, notably:
* Kernel modules and user space applications are now separate
derivations.
* If config.pulseaudio doesn't exist in nixpkgs config, the default is
now to build with PulseAudio modules.
* A new updater to keep VirtualBox up to date.
All subtests in nixos/tests/virtualbox.nix succeed on my machine and
VirtualBox was reported to be working by @DamienCassou (although with
unrelated audio problems for another fix/branch) and @calbrecht.
(cherry picked from commit 1781e95577 )
2016-09-14 02:30:34 +02:00
Vladimír Čunát
2c9eb1216e
xorg.xf86-input-libinput: 0.19.0 -> 0.19.1
...
It fixes a typo in API (!).
https://lists.x.org/archives/xorg-announce/2016-September/002705.html
(cherry picked from commit 3efebb1680 )
2016-09-14 00:06:29 +02:00
Aristid Breitkreuz
874619e011
ispc: attempt to make build more robust and hydra-compatible
2016-09-13 22:59:37 +02:00
Aristid Breitkreuz
abefbb2b3e
ispc: extend test suite
2016-09-13 22:59:30 +02:00
Sander van der Burg
d0ee595386
nodePackages: regenerate with node2nix-1.1.0. The new node2nix supports postInstall hooks that have been used to fix npm2nix
...
(cherry picked from commit 2b144fcfb0 )
2016-09-13 20:57:52 +00:00
Domen Kožar
43c92b48ea
Merge pull request #18568 from exi/fix-tomcat-vm-test
...
tomcat: remove tomcat vm test timing issues
2016-09-13 22:44:33 +02:00
Reno Reckling
090f1f0722
Remove tomcat vm test timing issues
2016-09-13 22:56:27 +03:00
Sander van der Burg
0b61b07335
disnix: 0.6 -> 0.6.1
...
(cherry picked from commit 77b9abf78c )
2016-09-13 19:48:05 +00:00
Sander van der Burg
e96a9aa1af
dysnomia: bump to version 0.6.1
...
(cherry picked from commit 2edb28ffc5 )
2016-09-13 19:42:38 +00:00
Domen Kožar
cc841a4841
Disable nixos.tests.panamax
...
https://github.com/NixOS/nixpkgs/issues/18209#issuecomment-246763699
(cherry picked from commit a5de1cd8b5 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-13 20:41:57 +02:00
Domen Kožar
a73d5551de
Merge pull request #18565 from exi/fix-mumble-vm-test
...
mumble: make mumble vm test more robust
2016-09-13 19:41:37 +02:00
Reno Reckling
7baf620218
make mumble vm test more robust
...
This test should have a more robust retry loop
and handles wrong focus on all windows.
2016-09-13 20:26:32 +03:00
Domen Kožar
feef017564
fstar: disable tests https://github.com/FStarLang/FStar/issues/676
2016-09-13 16:11:37 +02:00
Domen Kožar
eb25ce7fbf
nova: more transient errored test cases
2016-09-13 16:08:43 +02:00
Domen Kožar
b6ed924d21
fix eval
...
(cherry picked from commit 2ff10415bc )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-13 10:55:23 +02:00
Domen Kožar
635b48d373
xburst-tools: doesn't build on 32bit linux
2016-09-13 10:37:39 +02:00
Domen Kožar
8479962862
pijul: build only on 64bit platforms
2016-09-13 10:33:52 +02:00
Domen Kožar
8134c7a34b
glance: disable tests
2016-09-13 10:02:23 +02:00
Domen Kožar
d272bcfe24
nova: remove transient error test
2016-09-13 09:55:00 +02:00
Charles Strahan
42a34a713d
redis-desktop-manager: fix build ( #18543 )
...
We need to run the pre/post configure hooks.
(cherry picked from commit 3e7bb6579b )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-13 09:45:47 +02:00
Domen Kožar
2adbd13f95
pypeg2: disable tests on py3k
2016-09-13 09:42:38 +02:00
Nikolay Amiantov
9640439038
displaylink service: init
...
(cherry picked from commit bc493ccfcc )
2016-09-13 02:00:35 +03:00
Nikolay Amiantov
0782b65059
linuxPackages.displaylink: init at 1.1.62
...
(cherry picked from commit fbf6a97b04 )
2016-09-13 02:00:28 +03:00
Luca Bruno
c63e97c34a
Merge pull request #18545 from exi/fix-mumble-vm-test
...
mumble: fix failing vm tests
2016-09-12 22:24:34 +01:00
Reno Reckling
e087b0d12f
mumble: fix failing vm tests
...
modify tests to not fail if the event handlers are
registered too slowly or if the wrong window is in focus
2016-09-13 00:07:48 +03:00
Domen Kožar
f11be0f067
Merge pull request #18539 from exi/kmymoney-patch-note
...
kmymoney: add test patch note
2016-09-12 17:00:59 +02:00
Reno Reckling
96bb13a439
kmymoney: add test patch note
...
Add a note about when to remove the 32bit test fix patch.
2016-09-12 17:55:24 +03:00
Frederik Rietdijk
49c43dbfe9
mendeley: 1.16.2 -> 1.16.3
...
(cherry picked from commit 44dc13aad6 )
2016-09-12 14:21:07 +02:00
Domen Kožar
cb27e0b9ba
Merge pull request #18534 from exi/vm/kmymoney-test-fix
...
kmymoney: fix build on 32bit machines
2016-09-12 13:36:26 +02:00
exi
f4618e14b9
Fix kmymoney test build failure on 32bit
2016-09-12 13:58:54 +03:00
Bjørn Forsman
df15fb0552
android-studio: enable Android emulator support
...
These changes are needed to be able to run the system emulator (QEMU)
from Android Studio. In addition to the added dependencies,
$LD_LIBRARY_PATH had to be changed from --set to --prefix, so that libGL
is found (on NixOS).
(cherry picked from commit 3e5fe418f8 )
2016-09-12 11:04:45 +02:00
Domen Kožar
dccf8c5f27
qgis: fix build
2016-09-11 21:19:53 +02:00
Joachim Fasting
aabc475b50
grsecurity: 4.7.2-201608312326 -> 4.7.3-201609072139
...
(cherry picked from commit 91674b75d3 )
2016-09-11 16:38:07 +02:00
Tuomas Tynkkynen
9f703ba237
release-lib: Remove unused allowTexliveBuilds option
...
This is dead code since the old monolithic TeXLive was dropped in
da421bc75f .
(cherry picked from commit 628c86c51a )
2016-09-11 01:16:05 +03:00
Tuomas Tynkkynen
cac93c92af
vlc_npapi: Fix hash
...
(cherry picked from commit ffddcc8807 )
2016-09-11 00:22:21 +03:00
Christian Gram Kalhauge
ac6ec1d876
Make the implementation clean
...
(cherry picked from commit 1a08805358 )
2016-09-10 22:15:28 +02:00
Christian Gram Kalhauge
f920e4fae5
Change if to optionalString
...
(cherry picked from commit 9bca29d4ef )
2016-09-10 22:15:27 +02:00
Christian Gram Kalhauge
b32f8b144e
Reduce computation time for non-darwin users
...
(cherry picked from commit de5a2ee034 )
2016-09-10 22:15:26 +02:00
Christian Gram Kalhauge
87ab5fa503
Fix DLYD problem with haskell libraries on Darwin
...
This commit fixes a problem that occurs with externally linked haskell
libraries on Darwin. It does this by adding the libraries to the
--extra-lib-dirs flag and the DYLD_LIBRARY_PATH environment variable.
(cherry picked from commit 475c8bfb7d )
2016-09-10 22:15:26 +02:00
Frederik Rietdijk
961b15951e
julia-git: mark as broken for i686
...
(cherry picked from commit 3c42ff35ce )
2016-09-10 19:00:30 +02:00
Frederik Rietdijk
1198584b3c
julia: mark as broken for i686
...
(cherry picked from commit f6c2afc423 )
2016-09-10 19:00:30 +02:00
Joachim Fasting
95fe69ef38
purePackages.glpk: fix build
...
Add gmp.dev to the include path to help glpk find gmp.h.
https://github.com/NixOS/nixpkgs/issues/18209
(cherry picked from commit 16769a6b4a )
2016-09-10 17:42:52 +02:00
Jascha Geerds
f0d1ac6062
tmuxp: Add pytest-rerunfailures to dependencies
...
(cherry picked from commit 6fc67944bf8a9841b649c8d36f852ce65bbae0e1)
2016-09-10 12:25:29 +02:00
Jascha Geerds
074013bca5
pytest-rerunfailures: init at 2.0.1
...
(cherry picked from commit 6ddf8f31d3998e464c10fdb59385bf79cf08ef09)
2016-09-10 12:25:29 +02:00
Josef Kemetmueller
ff25c5e21a
python3.x: Patch extra stack size on darwin
...
Compiling python with "-Wl,-stack_size,1000000" causes problems when
compiling for example pygobject3. pygobject3 uses "python3.x-config
--ldflags" during installation and then fails when
"-Wl,-stack_size,1000000" is present. Maybe we should investigate
removing this during the build of pyobject3, but this stack_size flag is
also not used on the popular darwin homebrew-core channel for python3.5,
so it seems safe to remove it.
(cherry picked from commit b7819e38c4 )
2016-09-10 11:31:56 +02:00
Josef Kemetmueller
81d95ed12d
pygobject3: Add missing dependencies (for darwin)
...
The packages "which" and "ncurses" are needed for building pygobject3
(on darwin) during the checkPhase. The ncurses library is necessary only
because python3.5 is currently built using "-lncurses" and pygobject3
wants the same libraries that python3.5 was compiled with. (Because it
uses "python3.5-config --ldflags" during the build)
(cherry picked from commit 717c76716f )
2016-09-10 11:31:47 +02:00
Josef Kemetmueller
4dbdb89925
pyqt: Fix darwin build
...
(cherry picked from commit d12de90e1c )
2016-09-10 11:31:30 +02:00
Vladimír Čunát
676531d575
libav: 11.7 -> 11.8
...
(cherry picked from commit 9c0b11e7cd )
2016-09-10 11:27:20 +02:00
Jaka Hudoklin
11cac9d6e2
pythonPackages.docker_compose: 1.6.2 -> 1.8.0
...
(cherry picked from commit dcf8c63fd4 )
2016-09-10 11:15:57 +02:00
Jaka Hudoklin
d5a1841821
pythonPackages.docker: 1.7.2 -> 1.9.0
...
(cherry picked from commit 5ba271421b )
2016-09-10 11:15:57 +02:00
Jaka Hudoklin
29202ae51b
pythonPackages.ipaddress: 1.0.15 -> 1.0.16
...
(cherry picked from commit d456ec5c76 )
2016-09-10 11:15:57 +02:00
Domen Kožar
d171c59926
Remove test leftover from docker-registry
2016-09-10 10:49:34 +02:00
Thomas Tuegel
58674bc221
openblas: 0.2.17 -> 0.2.19
...
(cherry picked from commit d94abcb157 )
2016-09-09 19:44:18 -05:00
michael bishop
69dde54420
toxvpn: 20160606 -> 2016-09-09
...
Closes #18459
(cherry picked from commit 2d6443aa71 )
2016-09-10 00:46:22 +01:00
Vladimír Čunát
b42e72be4b
pythonPackages.qscintilla: fixup build
...
It's the same as fcc76325ef .
(cherry picked from commit 31c719cf8e )
2016-09-10 01:10:19 +02:00
Vladimír Čunát
ac11b2a1ac
gccgo-4.8: remove
...
I see no use to keep it. I doesn't build since April,
and noone has bothered to fixup the multiple-output problem.
(cherry picked from commit f348e6ff5a )
2016-09-10 00:53:45 +02:00
Vladimír Čunát
36ef583e47
gcc45, gnat, ghdl: fix up the builds
...
Some parts are slightly puzzling, but it seems to work and it didn't
seem economical to put more effort into it.
(cherry picked from commit 001bde3df0 )
2016-09-10 00:33:20 +02:00
Vladimír Čunát
05eef3fc60
Merge #18434 : slack: 2.1.0 -> 2.1.2
...
(cherry picked from commit c0555991b2 )
2016-09-09 21:47:39 +02:00
Domen Kožar
8f1876858e
Remove docker-registry as it's deprecated #18209
...
(cherry picked from commit fed3501b07 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-09 18:52:02 +02:00
Russell O'Connor
dbcee4f172
duplicity: add dependency on rsync
...
When using the rsync:// protocol, duplicity expects to find the rsync binary in the path.
Without rsync in the path, duplicity fails with the following error
Attempt 1 failed. AttributeError: 'NoneType' object has no attribute 'rfind'
Adding rsync to the path enables the rsync:// protocol to work correctly.
(cherry picked from commit 8df0bb7aac )
2016-09-09 18:38:59 +02:00
Thomas Tuegel
701f02a6ee
nixos/tests/kde5: rename from sddm-kde5 and run by default
2016-09-09 10:11:41 -05:00
Thomas Tuegel
1f510dc7cd
nixos/tests/sddm-kde5: don't run tests through krunner
2016-09-09 10:11:41 -05:00
Domen Kožar
d56bf31655
renpy: fix build after multiple outputs
2016-09-09 16:44:58 +02:00
Kamil Chmielewski
55f91c2e25
python27Packages.cairocffi: FIX test_scaled_font
...
workaround for https://github.com/Kozea/cairocffi/issues/88
(cherry picked from commit 9e18b81ded )
Signed-off-by: Domen Kožar <domen@dev.si >
(cherry picked from commit e4d62926d6 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-09 16:17:44 +02:00
Matt Billenstein
d59886e798
mongodb: 3.2.1 -> 3.2.9
...
[Bjørn: add missing hash update.]
(cherry picked from commit a83f70c249 )
2016-09-09 16:08:45 +02:00
Domen Kožar
ace7bbb06c
pypeg2: 2.15.1 -> 2.15.2 (fix build)
2016-09-09 16:04:32 +02:00
Domen Kožar
ac46759f7a
pythonPackages.libtmux: fix build
2016-09-09 16:04:32 +02:00
José Romildo Malaquias
3ab9be268f
feh: avoid using xlibsWrapper
...
(cherry picked from commit 8f6af86d5e )
2016-09-09 15:35:26 +02:00
José Romildo Malaquias
4bd3905c67
feh: perlPackages needed only at build time
...
(cherry picked from commit 91e4e31847 )
2016-09-09 15:35:25 +02:00
José Romildo Malaquias
9d651174a8
feh: 2.16.1 -> 2.17.1
...
(cherry picked from commit 82dba95079 )
2016-09-09 15:35:24 +02:00
Peter Pickford
36e67af6ba
eclipse-plugin-rustdt: init at 0.6.2
...
[Bjørn: sort alphabetially in plugins.nix, capitalize meta.description,
add space around assignment operator, indent multi-line string.]
(cherry picked from commit efb5206701 )
2016-09-09 15:18:45 +02:00
Lengyel Balázs
2a5c14ba02
Linux-kernel: Workaround for https://github.com/NixOS/nixpkgs/issues/18451
...
remove after upstream gets fixed
(cherry picked from commit 127924954b )
2016-09-09 06:30:34 -04:00
Moritz Ulrich
039a4fa3a3
mars: Fix build caused by missing GL/glu.h import
2016-09-09 11:29:31 +02:00
Joachim Fasting
bb09a038df
busybox: fix static build
...
The static build fails with undefined references to __memcpy_chk when
the fortify hardening is enabled.
(cherry picked from commit 099584a27c )
2016-09-09 04:51:18 +02:00
Bjørn Forsman
58afe19066
plantuml: 8037 -> 8047
...
(cherry picked from commit daf068c33b )
2016-09-08 23:20:23 +02:00
Jörg Thalheim
074d527e71
bcc: install documentation not as an executable
...
in bcc/tools documentation was wrapped as an executable
(cherry picked from commit e2991cc70b )
2016-09-08 22:50:06 +02:00
Jörg Thalheim
e1981dee75
bcc: git-2016-05-18 -> git-2016-08-30
...
(cherry picked from commit c58f6e62de )
2016-09-08 22:50:06 +02:00
Robert Helgesson
5bd8c5d85f
josm: 10786 -> 10966
...
(cherry picked from commit 348ee0ae18 )
2016-09-08 21:02:05 +02:00
Robert Helgesson
5671ed55a8
josm: 9979 -> 10786
...
(cherry picked from commit 1f45a852d3 )
2016-09-08 21:01:54 +02:00
Rahul Gopinath
3d8fca40f2
mono: init at 4.6
...
(cherry picked from commit 3ddf76c00a )
2016-09-08 20:23:52 +02:00
Bjørn Forsman
760c2affb4
sablotron: update source URL
...
The current URL no longer works, switch to a sourceforge mirror URL.
Fixes issue #18337 .
(cherry picked from commit 7ffbe5174f )
2016-09-08 19:44:55 +02:00
Peter Simons
277efdd50e
haskell-servant-router: don't run the test suite
...
It times out after 2 hours: http://hydra.nixos.org/build/40065332 .
2016-09-08 17:38:57 +02:00
Lancelot SIX
f33c592a68
wireshark: 2.0.5 -> 2.2.0
...
Release note:
https://www.wireshark.org/docs/relnotes/wireshark-2.2.0.html
Security related annonces related to 2.0.5 (subject to denial of
service attack):
https://www.wireshark.org/security/wnpa-sec-2016-50.html
https://www.wireshark.org/security/wnpa-sec-2016-51.html
https://www.wireshark.org/security/wnpa-sec-2016-52.html
https://www.wireshark.org/security/wnpa-sec-2016-53.html
https://www.wireshark.org/security/wnpa-sec-2016-54.html
https://www.wireshark.org/security/wnpa-sec-2016-55.html
(cherry picked from commit 33300d380b )
2016-09-08 16:55:34 +02:00
Thomas Tuegel
0ac3d8d962
Merge pull request #18409 from ttuegel/release-16.09
...
r-stringi: fix build by including icu.dev output
2016-09-08 09:49:58 -05:00
Thomas Tuegel
2cfa449139
Merge pull request #18414 from ttuegel/qt-5.7-fixes
...
Qt 5.7 fixes
2016-09-08 09:47:30 -05:00
Bryan Gardiner
4b7c3f2340
taskjuggler: add 3.5.0, keep 2.4.3
...
Version 3.5.0 was present but was removed in 8085f08 . Keeping the old version
per discussion at https://github.com/NixOS/nixpkgs/pull/845 .
(cherry picked from commit df6827a824 )
2016-09-08 16:20:09 +02:00
Eric Sagnes
e3bdf6bd1f
nixos: unbreak influxdb test (due to new API)
...
Data from the documentation example[1] was used.
[1] https://docs.influxdata.com/influxdb/v1.0/guides/writing_data/
[Bjørn: change commit message.]
(cherry picked from commit f39f829441 )
2016-09-08 15:23:04 +02:00
Peter Simons
541bd5ccce
darcs: switch default build to GHC 8.x
2016-09-08 15:02:38 +02:00
Peter Simons
dd17435c56
cryptol: switch default build to GHC 8.x
2016-09-08 15:02:08 +02:00
Peter Simons
fc0c9b4b7c
git-annex: fix GHC 8.x build
2016-09-08 14:56:05 +02:00
Peter Simons
52984329a6
jhc: 32 bit builds are broken in "vector"
...
http://hydra.nixos.org/build/40060997/nixlog/1/raw
2016-09-08 14:31:42 +02:00
Peter Simons
177b76cbd6
haste-compiler: mark as broken
...
Configuring haste-compiler-0.5.5.0...
Setup: At least the following dependencies are missing:
HTTP -any,
bzlib -any,
either -any,
ghc-simple -any,
system-fileio -any,
tar -any
2016-09-08 14:20:50 +02:00
Peter Simons
fe791748e6
haste-cabal-install: mark as broken
...
The build depends on the broken haste-Cabal package.
2016-09-08 14:20:49 +02:00
obadz
588e17bc67
vrpn: 07.30 -> 2016-08-27
...
Helps with #18209
(cherry picked from commit 4ff7facccc )
2016-09-08 13:05:27 +01:00
Jascha Geerds
4cd5fbc577
tmuxp: Add dependency to pytest
2016-09-08 13:49:30 +02:00
Jascha Geerds
206bfbb32f
hipchat: Add dependency to libtool
...
This commit fixes some broken context menus
2016-09-08 13:32:08 +02:00
Manav Rathi
b95d3b1066
txt2man: mention runtime dependencies on gawk and coreutils
...
The commit message in 1a2b47463b is
incorrect -- the package seemed to work because only the help message
was invoked:
result/bin/txt2man -h
To guard against such trivial successes, this commit introduces a
test.
(cherry picked from commit 440d721915 )
2016-09-08 13:08:43 +02:00
Peter Pickford
4d3d58371b
eclipse-cpp-46: init at 4.6.0
...
[Bjørn: fix hash for i686-linux (was wrong length), remove backward
compatibility attribute alias (not needed for new packages), change
commit message (this adds a package, it doesn't upgrade / change
existing one).]
(cherry picked from commit 7c8f19b31b )
2016-09-08 12:15:39 +02:00
Manav Rathi
97f992c846
txt2man: enable darwin platform
...
Tested on Mac OS X 10.10, Nix 1.11.4 with:
nix-build -A txt2man
result/txt2man
(cherry picked from commit 1a2b47463b )
2016-09-08 11:32:53 +02:00
Thomas Tuegel
2763906104
qt5.vlc: mark broken with Qt 5.7
2016-09-07 21:00:41 -05:00
Thomas Tuegel
7c063d0f1e
qt5.poppler: fix build with Qt 5.7
2016-09-07 21:00:41 -05:00
Thomas Tuegel
ca4a22eac8
qt5.mlt: fix build with Qt 5.7
2016-09-07 21:00:40 -05:00
rushmorem
0cc6254c10
nomad: v0.4.0 -> v0.4.1
...
(cherry picked from commit c6938be57c )
2016-09-08 01:41:36 +02:00
Tuomas Tynkkynen
0409b3cd2e
uboot: Fix build
...
(cherry picked from commit 1517c80462 )
2016-09-08 02:37:40 +03:00
Thomas Tuegel
19d1e0fc5e
r-stringi: fix build by including icu.dev output
...
(cherry picked from commit 787875c287 )
2016-09-07 17:20:36 -05:00
Michael Raskin
af45cc474b
pythonPackages.pyqt4: actually use dbus-python to build dbus.mainloop.qt; fixes ffadoFull build
...
(cherry picked from commit 16ce4fa511 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 23:46:35 +02:00
Peter Simons
857a4f09c2
configuration-hackage2nix.yaml: disable failing Haskell builds
...
Pinging @psibi for persistent-mysql and persistent-zookeeper.
2016-09-07 19:18:26 +02:00
aszlig
1db685796f
nixos/stage2: Fix mounting special filesystems
...
This partially reverts commit ab9537ca22 .
From the manpage of systemd-nspawn(1):
Note that systemd-nspawn will mount file systems private to the
container to /dev, /run and similar.
Testing this in a shell turns out:
$ sudo systemd-nspawn --bind-ro=/nix/store "$(readlink "$(which ls)")" /proc
Spawning container aszlig on /home/aszlig.
Press ^] three times within 1s to kill container.
/etc/localtime does not point into /usr/share/zoneinfo/, not updating
container timezone.
1 execdomains kpageflags stat
acpi fb loadavg swaps
asound filesystems locks sys
buddyinfo fs meminfo sysrq-trigger
bus interrupts misc sysvipc
cgroups iomem modules thread-self
cmdline ioports mounts timer_list
config.gz irq mtrr timer_stats
consoles kallsyms net tty
cpuinfo kcore pagetypeinfo uptime
crypto key-users partitions version
devices keys scsi vmallocinfo
diskstats kmsg self vmstat
dma kpagecgroup slabinfo zoneinfo
driver kpagecount softirqs
Container aszlig exited successfully.
So the test on whether PID 1 exists in /proc is enough, because if we
use PID namespaces there actually _is_ a PID 1 (as shown above) and the
special file systems are already mounted. A test on the $containers
variable actually mounts them twice.
This unbreaks NixOS containers and I've tested this against the
containers-imperative NixOS test.
Signed-off-by: aszlig <aszlig@redmoonstudios.org >
Cc: @rickynils, @shlevy, @edolstra
(cherry picked from commit dd98b6fb9f )
2016-09-07 18:27:51 +02:00
Michael Raskin
b8b928b561
libchop: a hack to work around broken guile path detection
...
(cherry picked from commit 6795952149 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 18:24:12 +02:00
Domen Kožar
4445096516
Revert "travis: only fetch top commit"
...
This reverts commit 3c0fdefd84 .
We have to keep more history because travis build could be
triggered after new commit is made, meaning it won't be able
to checkout the repository.
(cherry picked from commit e986cb3425 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 17:15:56 +02:00
aszlig
d664de018c
nixos/tests/blivet: Fix btrfs-related tests
...
The loopback-based tests use a storage size of 102400 blocks (one block
is 1024 bytes), which doesn't seem to fit for btrfs volumes in recent
btrfs versions. I'm setting this to 409600 (400 MB) now so that it
should be enough for later versions in case they need even more space
for subvolumes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org >
(cherry picked from commit 75efdc6502 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 16:51:09 +02:00
Domen Kožar
ef9e2154e2
xulrunner: set to firefox-unwrapped
2016-09-07 16:50:31 +02:00
Bjørn Forsman
ddc54b3137
Fix eval (due to xulrunner removal)
...
(cherry picked from commit 10b335992e )
2016-09-07 15:10:03 +02:00
Alexey Shmalko
4721a689cd
avahi-daemon: remove default browse-domains
...
These domains are not actually default but examples. See
https://github.com/lathiat/avahi/blob/master/avahi-daemon/avahi-daemon.conf#L24
for default config.
(cherry picked from commit b7237abc08 )
2016-09-07 15:05:42 +02:00
Bjørn Forsman
f353c67cb8
mcelog: add utillinux as dependency
...
Fixes this:
$ sudo mcelog
...
unknown-error-trigger: line 21: logger: command not found
unknown-error-trigger: line 22: logger: command not found
(cherry picked from commit 2bf421d197 )
2016-09-07 15:05:42 +02:00
Alexander Ried
441fe73d56
ignition-transport: fix cmake file
...
(cherry picked from commit 7a623aec47 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 14:57:30 +02:00
Alexander Ried
4aa91b7e6f
gazebo.sdformat: fix cmake file
...
(cherry picked from commit b6be650608 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 14:57:26 +02:00
Eelco Dolstra
879d4a3439
xulrunner: Remove
...
(cherry picked from commit 8c3e9ea53e )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 14:56:19 +02:00
Eelco Dolstra
ba7d8230e4
chatzilla: 0.9.91 -> 0.9.92
...
(cherry picked from commit 445a39a23b )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 14:56:17 +02:00
Michael Raskin
7e82414afe
octave: fix overridePlatforms (was just platforms) name collision, thanks to @bjornfor for catching
...
(cherry picked from commit d9c76736cc )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 14:24:48 +02:00
Michael Raskin
30da9a16a8
octave: forbid 32-bit builds of the octaveFull version, looks like too much memory needed
...
(cherry picked from commit 472ac50f5b )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 14:24:38 +02:00
Alexander Ried
d93ee7d457
linphone: remove lime support
...
linphone stil uses polarssl, which was replaced by mbedTLS and is no
more available on NixOS.
Until this is fixed upstream we disable LIME (IM encryption).
(cherry picked from commit 273898f4ba )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 14:20:09 +02:00
Alexander Ried
77ae4d1c71
linphone: 3.8.5 -> 3.9.1
...
3.10.2 is available from github but there is no autoconfigured tarball
and they added a dependency that's not packaged for nix (bctoolbox)
(cherry picked from commit 53c4003559 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 14:20:09 +02:00
Peter Simons
c355c9f121
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v2.0.1-6-geb712e9 using the following inputs:
- Hackage: 306f478c30
- LTS Haskell: d7ece2dc93
- Stackage Nightly: e911d6ed33
2016-09-07 12:10:07 +02:00
Peter Simons
65a4aee8e2
configuration-hackage2nix.yaml: enable all builds to see which ones work and which ones don't
2016-09-07 12:09:57 +02:00
Rickard Nilsson
f3278b3c75
nixos: Generalise the container tests in stage-2 boot
...
This way, stage-2 behaves correctly also for libvirt-lxc containers.
Some more discussion on this:
a7a08188bf
bfe46a653b
(cherry picked from commit ab9537ca22 )
2016-09-07 06:07:43 -04:00
Tuomas Tynkkynen
ef23048571
perlPackages.MozillaLdap: Reference correct output of openldap
...
(cherry picked from commit c57d6821aa )
2016-09-07 13:02:12 +03:00
aszlig
775379188f
qtkeychain: Fix install of translations
...
The following doesn't seem to be quite right and I have missed this when
I was introducing qtkeychain in the first place:
-- Installing: /nix/store/...-qtkeychain-0.4.0/$out/share/qt/translations/qtkeychain_de.qm
-- Installing: /nix/store/...-qtkeychain-0.4.0/$out/share/qt/translations/qtkeychain_ro.qm
Signed-off-by: aszlig <aszlig@redmoonstudios.org >
(cherry picked from commit da24fbd0ec )
2016-09-07 12:00:29 +02:00
Domen Kožar
e7adde7abb
Make /var/empty immutable
...
Fixes #14910 and #18358
Deployed to an existing server, restarted sshd and polkit to verify
they don't fail.'
(cherry picked from commit 8f95e6f6aa )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 11:22:20 +02:00
Michael Raskin
ebe7f35e6f
neural-style: restrict to 64-bit Linux because it wants too much RAM
...
(cherry picked from commit 9d1d0dd546 )
2016-09-07 11:48:38 +03:00
obadz
a848859829
uhub: 0.4.1 -> 0.5.0 (fixes build)
...
@ehmry: please have a look so that we can cherry-pick in release-16.09
and move forward on #18209
(cherry picked from commit 39e197ab1c )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 10:22:09 +02:00
Eelco Dolstra
f0aa5d4dfa
nix: 1.11.3 -> 1.11.4
...
(cherry picked from commit f2ddf2a9be )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 10:21:15 +02:00
Eelco Dolstra
0f79004d55
nixos-rebuild: Move the Nix fallback store paths into a separate file
...
(cherry picked from commit 1fef99942e )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 10:21:10 +02:00
Michael Raskin
3b65b84c4c
baresip: fix build by manually forcing feature flags for fresh glibc time.h
...
(cherry picked from commit 71fe391ac1 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-07 10:20:25 +02:00
Franz Pletz
8f22e43985
charybdis: 3.5.1 -> 3.5.3 (security)
...
Fixes CVE-2016-7143 (certificate fingerprint spoofing through crafted
SASL messages).
(cherry picked from commit 5f6557d437 )
2016-09-07 08:16:45 +02:00
Franz Pletz
81861dd07c
graphicsmagick: 1.3.24 -> 1.3.25 (security)
...
Includes some security fixes, see
http://www.graphicsmagick.org/NEWS.html#september-5-2016
(cherry picked from commit 5929399527 )
2016-09-07 07:09:34 +02:00
Franz Pletz
2e89d5cae1
chromium: update to latest channel releases (security)
...
Fixes the following security problems:
- CVE-2016-5147: Universal XSS in Blink
- CVE-2016-5148: Universal XSS in Blink
- CVE-2016-5149: Script injection in extensions
- CVE-2016-5150: Use after free in Blink
- CVE-2016-5151: Use after free in PDFium
- CVE-2016-5152: Heap overflow in PDFium
- CVE-2016-5153: Use after destruction in Blink
- CVE-2016-5154: Heap overflow in PDFium
- CVE-2016-5155: Address bar spoofing
- CVE-2016-5156: Use after free in event bindings
- CVE-2016-5157: Heap overflow in PDFium
- CVE-2016-5158: Heap overflow in PDFium
- CVE-2016-5159: Heap overflow in PDFium
- CVE-2016-5160: Extensions web accessible resources bypass
- CVE-2016-5161: Type confusion in Blink.
- CVE-2016-5162: Extensions web accessible resources bypass
- CVE-2016-5163: Address bar spoofing
- CVE-2016-5164: Universal XSS using DevTools
- CVE-2016-5165: Script injection in DevTools
- CVE-2016-5166: SMB Relay Attack via Save Page As
- CVE-2016-5167: Various fixes from internal audits, fuzzing and other initiatives
(cherry picked from commit 7949e69382 )
2016-09-07 04:51:57 +02:00
obadz
0271f37026
haskellPackages.haste-Cabal: mark as broken
...
(cherry picked from commit 973fd1aae1 )
2016-09-07 01:36:01 +01:00
obadz
d0bf7858d2
seq24: fix build failures due to name clash in "mutex" class
...
(cherry picked from commit d9db8a9bf5 )
2016-09-07 01:33:16 +01:00
Nikolay Amiantov
1a80033f77
nixos containers: hopefully fix test failures
...
(cherry picked from commit aed2cd32f8 )
2016-09-07 03:06:40 +03:00
Alexander Ried
4d29dcccda
security.acme: remove loop when no fallbackHost is given
2016-09-06 23:06:11 +02:00
Alexander Ried
cb9052fb0b
security.acme: the client really needs networking
...
Actually this can be improved since the client only needs network
connectivity if it needs to renew the certificate.
2016-09-06 23:06:08 +02:00
Tuomas Tynkkynen
d7cccd8e62
qt5: Fix qt5X.full
...
Use dev outputs explicitly since they aren't the first output since the
recent changes.
(cherry picked from commit c5e9049ac3 )
2016-09-06 23:43:25 +03:00
Tuomas Tynkkynen
259f32dc71
pythonPackages.keystoneclient: Disable tests
...
````
run_tests.sh: interpreter directive changed from "/bin/bash" to "/nix/store/nyj6xd7s1n1w8c0xdwk5ddhi7bjcyi9x-bash-4.3-p46/bin/bash"
No virtual environment found...create one? (Y/n) builder for ‘/nix/store/qcrhq2f7llvzyc37ili94ff50z7vlgn3-python2.7-keystoneclient-1.8.1.drv’ failed with exit code 1
error: build of ‘/nix/store/qcrhq2f7llvzyc37ili94ff50z7vlgn3-python2.7-keystoneclient-1.8.1.drv’ failed
````
(cherry picked from commit 2ae5fb2723 )
2016-09-06 22:04:08 +03:00
Tuomas Tynkkynen
4324188770
honcho: Fix hash
...
(cherry picked from commit 81eb0c20f8 )
2016-09-06 22:03:56 +03:00
Rickard Nilsson
379d23fb98
nodePackages.elasticdump: init at 2.4.2
...
(cherry picked from commit 28e378d462 )
2016-09-06 18:22:37 +00:00
Robert Helgesson
56c742d9d5
ugarit: bump aes input from 1.3 to 1.5
...
(cherry picked from commit d0c2c99571 )
2016-09-06 19:31:39 +02:00
José Romildo Malaquias
18a4caf277
qtcreator: enable checking
...
(cherry picked from commit 288cf9fa2a )
2016-09-06 18:44:34 +02:00
José Romildo Malaquias
6ff937f3b6
qtcreator: 3.6.1 -> 4.1.0
...
(cherry picked from commit c91dcacf1b )
2016-09-06 18:44:34 +02:00
Robin Gloster
24a48c94c9
vp: fix build
...
(cherry picked from commit 9ab141ce27 )
2016-09-06 16:52:52 +02:00
Rickard Nilsson
9fb82d1864
haskellPackages.lens: Fix dependencies for ghc7.10.x
...
(cherry picked from commit 28ceb0f31a )
2016-09-06 10:26:56 +02:00
Rickard Nilsson
72e6be399f
libvirt and pythonPackages.libvirt: 2.1.0 -> 2.2.0
...
(cherry picked from commit 3d03d3e615 )
2016-09-06 07:51:12 +02:00
Ram Kromberg
17ff46f8c0
man-db: set troff command correctly ( #18333 )
...
(cherry picked from commit 0b469a6725 )
2016-09-06 04:24:10 +02:00
Franz Pletz
7c377f8fb9
batman-adv: 2016.2 -> 2016.3
...
(cherry picked from commit 9a2065ff2a )
2016-09-06 04:02:30 +02:00
Alexander Ried
6f5f20fca6
tomcat5: remove since it's end of life ( #18341 )
...
Source is not available anymore.
(cherry picked from commit 36e8df19e1 )
2016-09-06 04:02:29 +02:00
Alexander Ried
6fc760270e
fstar: remove workaround ( #18331 )
...
As the comment indicates this was a workaround that has since been fixed
upstream.
(cherry picked from commit 3beacc4dbe )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-06 00:09:41 +02:00
Graham Christensen
c763064331
Merge pull request #18326 from rvl/nixos-tests-pump.io
...
nixos/tests/pump.io: Fix systemd unit config
2016-09-05 17:58:05 -04:00
Shea Levy
cb9b311025
nixBufferBuilders.withPackages: Make more legible, special-case proof-general.
...
There's some bigger changes coming, but thought I'd push this first...
(cherry picked from commit b04cdae902 )
2016-09-05 17:55:58 -04:00
Rodney Lorrimar
3fd603c02f
nixos/tests/pump.io: Fix systemd unit config
...
Ref #18209
2016-09-05 21:21:06 +01:00
Robert Helgesson
5aa587d1f5
opencascade: fix build
...
(cherry picked from commit 3d0c9ba599 )
2016-09-05 22:01:06 +02:00
Tuomas Tynkkynen
25da414a90
swt: Add libXt
...
Not sure what change made this to be required. It was probably
propagated by something previously.
(cherry picked from commit 6ee4fd834f )
2016-09-05 20:18:35 +03:00
obadz
0659e20fbd
minc_tools: don't run tests which have been failing since first pkged
...
(cherry picked from commit 2919375c91 )
2016-09-05 17:27:52 +01:00
Domen Kožar
261d51971a
openmodelica: enable parallel building
2016-09-05 18:05:22 +02:00
Domen Kožar
5248178c20
gnome3.evolution: set big-parallel
2016-09-05 18:05:22 +02:00
Domen Kožar
2ef4e9e9d5
webkitgtk24: build in parallel until #18312
2016-09-05 18:05:22 +02:00
Shea Levy
50e3737c1a
Initial version of nixBufferBuilders.withPackages.
...
This builds elisp to setup an emacs buffer with the packages given
available. See shlevy/nix-buffer for more information.
Currently only modifies $PATH.
(cherry picked from commit 05c132486d )
2016-09-05 12:03:48 -04:00
Tuomas Tynkkynen
3c878fb9ca
gnome2.gnome_panel: Fix build
...
(cherry picked from commit 8f023eb129 )
2016-09-05 18:56:49 +03:00
Shea Levy
97da032711
proofgeneral_HEAD: bump
...
(cherry picked from commit d1154edf44 )
2016-09-05 11:43:19 -04:00
obadz
5d643e0829
gtk-sharp-*: remove references to gnomepanel
...
gnomepanel was part of Gnome 2 and is currently broken.
There seemed to be no runtime dependency to gnomepanel and building also
seems to work fine without it.
(cherry picked from commit 1a5bb68696 )
2016-09-05 16:18:59 +01:00
Lancelot SIX
396ffac28f
netcdf-mpi: fix compiler: use mpicc
...
Use mpicc to build when mpi support is required (instead of regular gcc)
2016-09-05 16:27:35 +02:00
Peter Hoeg
d6e2aad880
vagrant: 1.8.4 -> 1.8.5 ( #18283 )
...
Includes https://github.com/mitchellh/vagrant/pull/7611 to fix issue with permissions on ~/.ssh/authorized_keys.
(cherry picked from commit a359d330dc )
2016-09-05 14:45:56 +02:00
Tom Hunger
d6053809ec
nose-parameterized: re-enable for python2 by disabling tests.
...
(cherry picked from commit 70b6be3e36 )
2016-09-05 14:03:09 +02:00
Domen Kožar
a29f6a5e8e
libreoffice: set big-parallel hydra feature to build it quicker
...
For example http://hydra.nixos.org/build/39781012 took 6h
2016-09-05 12:49:21 +02:00
Ignat Loskutov
dbde90db82
sway: 0.8 -> 0.9
...
(cherry picked from commit b577f2997e )
Fixes build against recent wlc (c45f525cbc )
2016-09-05 00:59:36 +02:00
Lancelot SIX
c47eb4a43a
salut_a_toi: Fix typo in build phase
2016-09-04 19:19:42 +02:00
Vladimír Čunát
8481eca63c
texlive: allow using pkgs.nix with empty hashes
...
... to enable saving space in git history.
2016-09-04 18:11:18 +02:00
Domen Kožar
72ed67a3c2
setuid-wrappers: correctly umount the tmpfs
...
(cherry picked from commit 393e646e4f )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-04 18:08:02 +02:00
Vladimír Čunát
c6376a3e9a
texlive: fixup some packages missing from scheme-full
...
Hopefully they're all now.
2016-09-04 17:56:12 +02:00
Tuomas Tynkkynen
aa38696a25
linuxPackages_testing: Don't recurseIntoAttrs
...
The -rc kernels are quite likely to break out-of-tree modules and thus
cause unnecessary Hydra failures.
(Note that linux_testing already has `hydraPlatforms = [];` but that
does not prevent the package from being built since it has reverse
dependencies. Arguably that could be considered undesirable and thus
fixing that could be considered the proper fix, but this should do
for now.)
(cherry picked from commit c536a3fa2f )
2016-09-04 18:50:06 +03:00
Alexander Ried
5dad7cb50d
orbment: git-2016-01-31 -> git-2016-08-13
...
(cherry picked from commit ee1b7f9879 )
2016-09-04 16:30:48 +02:00
Alexander Ried
c45f525cbc
wlc: 1.3 -> 1.5
...
use system-wide chck and wayland-protocols
enable tests
(cherry picked from commit 0d75166252 )
2016-09-04 16:30:48 +02:00
Alexander Ried
5d46ddf3f1
wayland-protocols: 1.4 -> 1.7
...
(cherry picked from commit 73a4a917ec )
2016-09-04 16:30:48 +02:00
Nikolay Amiantov
09168f0e12
crawlTiles: fix build
...
(cherry picked from commit 5d7adc7b09 )
2016-09-04 17:27:50 +03:00
Nikolay Amiantov
1dc5f92487
runVM: mount devpts
...
(cherry picked from commit 698cadd714 )
2016-09-04 17:14:17 +03:00
Aristid Breitkreuz
957869cb99
ispc: detect test failures, restrict platforms
2016-09-04 15:56:52 +02:00
Vladimír Čunát
1519a7c94b
texlive.bin.src: eradicate the last tug.org download
...
They're just unstable.
2016-09-04 14:53:32 +02:00
Vladimír Čunát
2217b328f9
texlive: rename the directory texlive-new -> texlive
2016-09-04 14:53:30 +02:00
Vladimír Čunát
171f7d974d
Merge commit 'da421bc' into p/texlive-2016
...
... to allow renaming the directory.
2016-09-04 14:52:04 +02:00
Vladimír Čunát
d401df0d24
texlive.xindy: fixup after 2016 update
...
It's unfortunate that our `substituteInPlace` passes some kinds of
errors in silence.
2016-09-04 14:49:37 +02:00
Vladimír Čunát
a787994fef
texlive: use a cuni.cz mirror temporarily
...
... to avoid testers getting hash mismatches.
2016-09-04 14:49:37 +02:00
Vladimír Čunát
9d5f23f025
texlive: fixup some bin/ links, e.g. xe(la)tex
2016-09-04 14:49:36 +02:00
Vladimír Čunát
16829e4bde
dblatex: fixup build with texlive-2016
...
https://github.com/NixOS/nixpkgs/pull/16391#issuecomment-227405183
2016-09-04 14:49:36 +02:00
Nikolay Amiantov
f1967edc16
qutebrowser: add cssutils dependency
...
(cherry picked from commit 9f2c48a7a7 )
2016-09-04 15:49:22 +03:00
Vladimír Čunát
7de41b9a4b
texlive: 2015 -> 2016
...
Note: only basic testing has been done so far; also see FIXME items.
AMENDed to reduce git history size significantly:
- fix 2015->2016 bugs in fixedHashes.nix
- purge all sha512 from pkgs.nix
2016-09-04 14:48:54 +02:00
Jörg Thalheim
f95cf2d8c3
ferm: fix race condition in integration test
...
curl sent the request faster then nginx bound the port in some cases
(cherry picked from commit 26dc4ab818 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-04 14:34:37 +02:00
Aristid Breitkreuz
2852b6e7b7
ispc: 20151128 -> 1.9.1, fix build
2016-09-04 14:11:09 +02:00
Tuomas Tynkkynen
39d442868c
megaglest: Fix build
...
I'm guessing SDL propagated all this previously.
2016-09-04 14:45:07 +03:00
Vladimír Čunát
83990e1003
Merge #18007 : add llvmPackages_39
...
Equivalent master commit: 4e5ba34d81 .
2016-09-04 12:40:21 +02:00
Domen Kožar
ad77176474
ghcjs: fix eval /cc @svanderburg
2016-09-04 11:29:49 +02:00
Vladimír Čunát
8926221e31
lyx: clean the expression a bit
...
Thanks to Sergiu Ivanov <sivanov@colimite.fr >
(cherry picked from commit 168d6fdf21 )
2016-09-04 10:54:14 +02:00
Graham Christensen
2ee59910db
Revert "bundix: 2.2.0"
...
(cherry picked from commit add3d4d45b )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-04 10:42:49 +02:00
Gabriel Ebner
f2ce502f9c
postfix: 3.1.1 -> 3.1.2
...
(cherry picked from commit 882cc8dc9a )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-04 10:42:16 +02:00
Karn Kallio
d0c8e65e87
setuid-wrappers : Prepare permissions for running wrappers
...
The new setuid-wrappers in /run cannot be executed by users due to:
1) the temporary directory does not allow access
2) the /run is mounted nosuid
(cherry picked from commit 8d977ead38 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-04 10:40:45 +02:00
Profpatsch
84ca6f098e
haskell: fix ghcWithHoogle to version 4
...
Version 5 does not yet work with the ghcWithHoogle infrastructure. This
fixes Hoogle to version 4 as a temporary measure.
(cherry picked from commit f9f680013c )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-04 10:40:14 +02:00
Vladimír Čunát
ca1f212071
Merge #18280 : pygtk: fix broken symlink
...
(cherry picked from commit 88ad6593ea )
2016-09-04 10:32:59 +02:00
Jörg Thalheim
8670ce608a
ferm: add integration test
...
(cherry picked from commit 2ed6529444 )
Makes sense to have this in the release as well.
2016-09-04 03:11:51 +02:00
Franz Pletz
140afa64c6
itk: 4.0.0 -> 4.10.0, fixes build
...
See #18209 .
(cherry picked from commit c299dfb0fd )
2016-09-04 02:03:33 +02:00
Joachim Fasting
d438e44403
odp-dpdk: 10.10.1.0 -> 2016-08-16
...
Fixes build against dpdk 16.06
Tested build against linux, linux_latest, linux_3_18, linux_4_1,
linux_4_6, linux_grsec_nixos, linux_chromiumos_3_18.
While this is pre-release, the delta since 10.10.1.0 seems to contain
primarily fixes or internal improvements.
Also cleanup build inputs while we're at it.
(cherry picked from commit 65786ba322 )
2016-09-03 23:34:01 +02:00
Karn Kallio
8eed435a07
dejavu-fonts environment collision
...
After splitting the DejaVuSans.ttf file into a multiple output in the
dejavu_fonts Nixpkgs expression it is not possible to install in the
user profile due to the collision. The attached patch makes a new
package without the collision for user environment installing.
From fae78903c6ce56eda70a1a9a6914c41d248b15e8 Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org >
Date: Sat, 3 Sep 2016 14:09:36 -0400
Subject: [PATCH] dejavu-fonts : Prepare an environment package without
collision.
(cherry picked from commit a785cec01b )
2016-09-03 16:43:05 -04:00
Alexander Ried
fcf8b481bf
nixos-install.sh: Create /var ( #18266 )
...
Got lost in a6670c1a0b
(cherry picked from commit 1542bddcc8 )
2016-09-03 19:18:33 +02:00
Joachim F
a86f2170e4
dpdk: 16.04 -> 16.07, fix build against linux 4.7 ( #18256 )
...
Tested build against linux_latest and linux_grsec_nixos.
(cherry picked from commit f8b447a6e4 )
See https://github.com/NixOS/nixpkgs/issues/18209
2016-09-03 19:16:57 +02:00
Vladimír Čunát
7fd851f613
pyqt*: fixup build to close #18250
...
I don't know why the builder uses `lndir ${dbus-python} $out`,
but this commit should work around the problem caused by
dbus-python starting to propagate some inputs.
(cherry picked from commit fcc76325ef )
2016-09-03 17:14:52 +02:00
Peter Hoeg
cbb698647c
dropbox: 8.4.21 -> 9.4.49
...
(cherry picked from commit d0ef7140e9 )
2016-09-03 16:53:39 +02:00
Joachim Fasting
d2d73595d0
wireguard: disable build against -grsec kernels
...
Looks to be incompatible with the PaX constification plugin:
> /tmp/nix-build-wireguard-unstable-2016-08-08.drv-0/WireGuard-experimental-0.0.20160808/src/device.c:329:29: error: constified variable 'link_ops' placed into writable section ".data..read_mostly"
static struct rtnl_link_ops link_ops __read_mostly = {
https://hydra.nixos.org/build/39671573/log/raw
See also https://github.com/NixOS/nixpkgs/issues/18209
(cherry picked from commit ca465eeeb1 )
2016-09-03 14:51:29 +02:00
Nikolay Amiantov
51bcbe47c9
SDL: fix OpenGL support
...
(cherry picked from commit fc0b40328d )
2016-09-03 15:37:43 +03:00
Vladimír Čunát
6fa9c125cb
spl: fix evaluation after the parent commit
...
This doesn't fully fix the tarball job.
(cherry picked from commit 4745341c69 )
2016-09-03 14:36:11 +02:00
Shea Levy
a27f1dc013
Merge branch 'broken-spl-on-kernel-4.7' of git://github.com/garbas/nixpkgs into release-16.09
...
Refs #18209
2016-09-03 08:00:11 -04:00
Rok Garbas
a3f2c9d841
spl: mark it broken on kernels higher then 4.7
...
until new spl version is release
2016-09-03 13:53:31 +02:00
Vladimír Čunát
e5e45773e1
freeswitch: fix build when sandboxed
...
(cherry picked from commit 686bb1a6e4 )
2016-09-03 13:37:13 +02:00
Robert Helgesson
0f1eaca4bf
SDL: fix startup of (some) games using OpenGL
...
Fixes #18247 .
(cherry picked from commit 38bd2c4425 )
2016-09-03 12:48:11 +02:00
Michael Raskin
699caea9b0
quantumminigolf: update SDL_ttf include
...
(cherry picked from commit 47bb8abd08 )
2016-09-03 12:03:07 +02:00
Frederik Rietdijk
08c44340b9
pythonPackages.service-identity: fix tests
...
(cherry picked from commit e4bc2e60a0 )
2016-09-03 11:46:16 +02:00
Frederik Rietdijk
7d0a59d0d2
pythonPackages.txrequests: disable tests
...
(cherry picked from commit 7bf1d11452 )
2016-09-03 11:46:16 +02:00
Frederik Rietdijk
94c056a720
pythonPackages.sqlalchemy: 1.0.14 -> 1.0.15
...
(cherry picked from commit af52326dcc )
2016-09-03 11:46:16 +02:00
Frederik Rietdijk
41059eab37
pythonPackages.setuptools_scm: 1.10.1 -> 1.11.1
...
(cherry picked from commit 42367202c6 )
2016-09-03 11:46:16 +02:00
Frederik Rietdijk
fcbcfa25fd
pythonPackages.sphinx-jinja: missing dependency pbr
...
(cherry picked from commit 434f8e4e86 )
2016-09-03 11:46:16 +02:00
Frederik Rietdijk
ac2869cd21
pythonPackages.sphinxcontrib-spelling: missing dependency pbr
...
(cherry picked from commit f6a01b9304 )
2016-09-03 11:46:16 +02:00
Frederik Rietdijk
400fa10a9f
pythonPackages.pysqlite: 2.6.3 -> 2.8.3
...
(cherry picked from commit a09601fcb4 )
2016-09-03 11:46:16 +02:00
Frederik Rietdijk
bcc36c1256
pythonPackages.pyinotify: no tests
...
(cherry picked from commit d7e49ed4e3 )
2016-09-03 11:46:16 +02:00
Frederik Rietdijk
7c2ce1d710
pypy27: 5.3.1 -> 5.4.0
...
(cherry picked from commit 203004d59a )
2016-09-03 11:46:16 +02:00
Frederik Rietdijk
9760c2ddf8
julia: 0.4.5 -> 0.4.6
...
(cherry picked from commit 57d1edbfc1 )
2016-09-03 11:46:16 +02:00
Frederik Rietdijk
13dde89d75
pythonPackages.pyparser: fix tests
...
(cherry picked from commit ea90815ae8 )
2016-09-03 11:46:16 +02:00
Robert Helgesson
69ac966f95
teeworlds: add freetype to build inputs
...
Fixes undefined references to functions in the freetype library.
(cherry picked from commit 297008b959 )
2016-09-03 11:44:14 +02:00
Robert Helgesson
8e3ea885e0
trigger-rally: fix build
...
Previously failed due to not finding `SDL.h`.
(cherry picked from commit 72f455362c )
2016-09-03 11:33:35 +02:00
Kranium Gikos Mendoza
b78ea7bad3
k3d: 0.8.0.3 -> 0.8.0.5
...
(cherry picked from commit ed1fcd1b02 )
2016-09-03 09:13:29 +03:00
Franz Pletz
924f3c9452
pass: add patch to fix xclipboard handling
...
This is caused by our coreutils now being built as a single binary.
(cherry picked from commit 493ab7b4fa )
2016-09-03 06:08:06 +02:00
Tuomas Tynkkynen
a87d6a8368
terra: Broken on i686 (and Darwin)
...
Never built successfully:
http://hydra.nixos.org/build/39402139
http://hydra.nixos.org/build/39393534
(cherry picked from commit 1ed1ed210a )
2016-09-03 03:25:25 +03:00
Tuomas Tynkkynen
fea7b30e1a
extremetuxracer: Fix build
...
Fixes:
````
ft_font.h:24:22: fatal error: ft2build.h: No such file or directory
````
Probably something propagated this previously.
2016-09-03 00:43:17 +03:00
Franz Pletz
f0fd5788c0
systemd: apply patch to fix #18158
...
See:
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834367
- https://github.com/systemd/systemd/issues/3842
2016-09-02 23:40:01 +02:00
Karn Kallio
826d7d0a32
pygobject
...
In the pygobject package of pythonPackages the codegen python files are
executable and get wrapped, which causes pygtk to not build because it
uses the python program to execute them. The attached patch makes them
not executable so they do not get wrapped and cause pygtk to fail its
build.
From 931b7998658fa72323c9a76e7b336fe726a9cc61 Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org >
Date: Fri, 2 Sep 2016 15:30:42 -0400
Subject: [PATCH] pygobject: prevent wrapping of codegen/*.py files.
(cherry picked from commit ce3daae51a )
2016-09-02 15:59:19 -04:00
rushmorem
3217c60595
lizardfs: fix building manpages
...
(cherry picked from commit 757975c439 )
2016-09-02 21:56:45 +02:00
Vladimír Čunát
3a0033efe2
ut2004demo: show on x86_64-linux as well
...
Fixes #18213 . Also add a fast mirror; hopefully the URL is persistent.
(cherry picked from commit 9cd2b2bcb4 )
2016-09-02 21:29:46 +02:00
Vladimír Čunát
93e3dabbfe
Merge #17838 : postgresql: Fix use with extensions
...
(cherry picked from commit 02217bf697 )
2016-09-02 21:01:59 +02:00
Frederik Rietdijk
2247f19658
peru: 0.2.3 -> 1.0.1, fix build
...
(cherry picked from commit 01fafc088a )
2016-09-02 20:52:53 +02:00
obadz
ef8e0d6535
netatalk: fix build (broken since closure-size)
...
Helps with #18209
(cherry picked from commit d95a29a01a )
2016-09-02 19:39:23 +01:00
Vladimír Čunát
f5c3115063
llvmPackages_39: rc -> 3.9.0
2016-09-02 20:15:11 +02:00
obadz
68670cbf27
perlPackages.DBDSQLite: placate DBIxClass test failure
...
… by using an older version of SQLite.
Mentioned in #18209 and #18083
(cherry picked from commit 89fc959922 )
2016-09-02 17:51:24 +01:00
Tuomas Tynkkynen
159d387031
urbit: Fix build
...
(cherry picked from commit adf471c83c )
2016-09-02 19:05:58 +03:00
Tuomas Tynkkynen
3e9afa2292
flow: Broken on i686
...
http://hydra.nixos.org/build/39411311
````
hh_shared.c:142:6: error: #error "hh_shared.c requires a architecture that supports memfd_create"
````
2016-09-02 18:55:25 +03:00
Thomas Tuegel
dca75f91b7
spotify: 1.0.36 -> 1.0.37 ( #18218 )
...
(cherry picked from commit 7bc711e0a7 )
The old version is no longer available.
2016-09-02 17:14:31 +02:00
zimbatm
5cf72c17f0
packer: fixes compilation issues
...
* the default output for buildGoPackage is not "out" anymore
* go 1.7 has removed the linker flag deprecation which breaks packer's
Makefile
(cherry picked from commit 511344a56d )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-02 17:13:51 +02:00
Vladimír Čunát
de2fc7ed2c
Merge #18216 : README: Update to 16.09
2016-09-02 17:09:26 +02:00
Vladimír Čunát
00891f783b
Merge #18219 : mesos: fix build after libc-2.24
...
(cherry picked from commit be0168f831 )
2016-09-02 16:52:47 +02:00
Lancelot SIX
afb874734d
pythonPackages.django: 1.10 -> 1.10.1
...
This is a bugfix release in the 1.10 branch.
See https://docs.djangoproject.com/en/1.10/releases/1.10.1/
(cherry picked from commit d77e00348c )
2016-09-02 16:15:55 +02:00
Tuomas Tynkkynen
5d3d126cdf
xorg: Mark obsolete xorgvideo* drivers broken
...
These are now showing up as broken builds in Hydra since 2daefaf457 .
None of these compiled even in 16.03 and I think all of them are
for pretty obsolete hardware, so just mark them as broken.
(In principle the xorg generator could be made to ignore them but that
would be more work.)
(cherry picked from commit 79d673e21c )
2016-09-02 16:39:17 +03:00
Sander van der Burg
0f591992df
remarkjs: use node2nix generated expressions
2016-09-02 13:00:52 +00:00
Tim Steinbach
40fd9ae3ac
README: Update to 16.09
2016-09-02 08:54:40 -04:00
Shea Levy
b3871e4b7b
phc-intel: 0.4.0rev19 -> 0.4.0rev22
...
Fixes build on linux 4.7
(cherry picked from commit ce0043bf4c )
2016-09-02 07:41:50 -04:00
Sander van der Burg
7bfe580b46
nodePackages: add svgo
2016-09-02 11:32:23 +00:00
Kranium Gikos Mendoza
00d160c3a6
vboot_reference: fix build ( #18211 )
...
(cherry picked from commit 0bdec3194a )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-02 12:13:14 +02:00
Kranium Gikos Mendoza
eaf1e4c028
ggz_base_libs: fix build ( #18212 )
...
(cherry picked from commit 29e1fb98a2 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-02 12:12:30 +02:00
Rob Vermaas
f3a5949049
bightbox-image.nix: use lib in stead of stdenv.lib. Fixes #18208
...
(cherry picked from commit d6dbe43af2 )
Signed-off-by: Domen Kožar <domen@dev.si >
2016-09-02 12:09:53 +02:00
Karn Kallio
99cff11b7a
glu dev in mesa attribute
...
After making multiple outputs in the mesa_glu package the headers are
not included in the mesa attribute. The attached patch puts them in it.
From ced24208a300bea8234e7898ae6fec34fbd67289 Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org >
Date: Thu, 1 Sep 2016 16:18:23 -0400
Subject: [PATCH] mesa: Add the mesa glu headers to the mesa attribute.
(cherry picked from commit 49d59ce0ad )
2016-09-02 05:33:14 -04:00
Nikolay Amiantov
2ea934f27e
mjpg-streamer service: restart on failure
...
(cherry picked from commit 608ee1c7b3 )
2016-09-02 11:45:20 +03:00
Sander van der Burg
0b27b17383
wring: use node2nix generated package
...
(cherry picked from commit 8bedff0e92 )
2016-09-01 20:51:23 +00:00
Domen Kožar
668cd2be12
Merge branch 'staging' into release-16.09
2016-09-01 21:32:34 +02:00
Domen Kožar
d6b08acd1c
Set channel and version to 16.09
2016-09-01 21:30:49 +02:00
Nikolay Amiantov
adaee7352b
stdenv: leave SSL_CERT_FILE in shells ( #15571 )
2016-09-01 20:50:08 +02:00
Eelco Dolstra
7f520bdad8
Revert "Python 2.6: add less"
...
This reverts commit 6b11c96c86 .
2016-09-01 18:58:14 +02:00
Eelco Dolstra
1e370d7de4
Revert "Python 2.7: add less"
...
This reverts commit bce5a51a9f .
2016-09-01 18:58:09 +02:00
Eelco Dolstra
8172cd734c
docdev -> devdoc
...
It's "developer documentation", not "documentation developer" after
all.
2016-09-01 11:07:23 +02:00
Gabriel Ebner
15af9082eb
llvmPackages_39: init at 3.9.0rc3
2016-08-31 07:13:35 +02:00