Commit graph

120846 commits

Author SHA1 Message Date
adisbladis
be52cff377
splUnstable: 2017-10-31 -> 2017-11-16
Fixes breakage with 4.14 kernels
2017-11-16 19:28:15 +08:00
Jan Tojnar
97cc4691e3 sublime3: Use consistent program name (#31720)
Previously, we used symlinks to create short name aliases. Symlink
basenames are used as argv[0], and consequently as WM_CLASS hint
when executed. This confused desktop managers, which use the hint
to pair desktop files with running applications.

This patches uses exec scripts instead of symlinks just like the
official deb package does, preserving the sublime_text prgname.
2017-11-16 11:01:05 +00:00
Ilya Kolpakov
fc8fbab87f google-cloud-sdk: don't repeat base download url 2017-11-16 11:12:55 +01:00
Yucheng Zhang
517741c98e thunar: add wrapGAppsHook 2017-11-16 18:06:37 +08:00
dywedir
23705ce319 fd: install shell completions 2017-11-16 11:58:32 +02:00
Robin Raymond
3b7eda9692
Rspamd 1.4.3 -> 1.6.5 2017-11-16 09:31:14 +01:00
geistesk
6984b949cb pypcap: 1.1.6 -> 1.2.0 2017-11-16 09:22:11 +01:00
AndersonTorres
011773edec libwnck: 3.4.7 -> 3.24.1 2017-11-16 06:16:45 -02:00
rybern
ef0486b1f9 vcftools: init at 0.1.15 (#31339) 2017-11-16 09:52:56 +02:00
gnidorah
a5b882310f rambox: allow user to use other auth0 credentials 2017-11-16 10:23:02 +03:00
Peter Hoeg
7ce825d6ab neomutt: put mime.types in $out/etc where it belongs 2017-11-16 12:16:05 +08:00
Orivej Desh
a7daf37c3e libreswan: fix build with glibc 2.26
It is not trivial to update libreswan to 3.22 because it has added a dependency
on ldns which currently depends on openssl 1.1.0, while the rest of libreswan
depends on openssl 1.0.2.  It compiles, but may behave unpredictably at run time.

Tracking issue: #31696
2017-11-16 02:46:36 +00:00
Peter Hoeg
dc7ea3f94f neomutt: specify path to mime.types
Neomutt will by default look for /etc/mime.types which isn't present in order to
map file extensions to mime types.

If this file isn't found, and a message has a png attached with
application/octet-stream mime type, neomutt will not know what to do with it.
2017-11-16 10:43:37 +08:00
Orivej Desh
68a703b405 pgpool: 3.4.2 -> 3.4.14
Fixes the build with glibc 2.26.

Tracking issue: #31696
2017-11-16 02:17:45 +00:00
Orivej Desh
3835526a94 libaal: fix build with glibc 2.26
I have extracted this patch by Jan Engelhardt from [1] because I have not found
any direct or persistent link to it.

[1] http://tube.opensuse.org/repositories/filesystems/SLE_11_SP4/src/libaal-1.0.6-107.1.src.rpm

Tracking issue: #31696
2017-11-16 02:02:44 +00:00
Orivej Desh
5018c27a3d kmscon: fix build with glibc 2.26
Tracking issue: #31696
2017-11-16 01:47:33 +00:00
Orivej Desh
30fa830633 kcov: 32 -> 34
Tracking issue: #31696
2017-11-16 01:37:04 +00:00
Orivej Desh
97800cda51 photoqt: fix build 2017-11-16 01:12:18 +00:00
Orivej Desh
52c5386cd9 gimpPlugins.texturize: 2.1 -> 2.2.2017-07-28
The old source is gone, the author has migrated to github.
2017-11-16 00:55:49 +00:00
Orivej Desh
089e0aaf72 pulseview: fix build 2017-11-16 00:40:16 +00:00
Vincent Laporte
48f9d48a51
proofgeneral_HEAD: 2017-05-06 -> 2017-11-06 2017-11-16 00:01:42 +00:00
John Ericson
6a5cda5131 stdenv setup: Run setup hooks and other processing after accumulating deps
I find the separation of concerns, accumulating, then processing, easier
to follow. Also, with my yet-to-be-merged cross work, the accumulation
part will become more complex.
2017-11-15 18:51:06 -05:00
Franz Pletz
903a7e2f94
Merge pull request #31641 from danbst/patch-13
mysql module: fix flaky check
2017-11-16 00:07:55 +01:00
Orivej Desh
c0794dc140 libnscd: delete
This library is unused sinse e0afec2edc.

Tracking issue: #31696
2017-11-15 22:58:21 +00:00
Orivej Desh
ea011d65a8 libnscd: fix build with glibc 2.26
Tracking issue: #31696
2017-11-15 22:57:03 +00:00
Orivej Desh
6ab109a673 rdf4store: fix build with glibc 2.26
Tracking issue: #31696
2017-11-15 22:47:20 +00:00
Renaud
958d6038e3
Merge pull request #31712 from stephengroat/patch-1
cmocka: 1.0.1 -> 1.1.1
2017-11-15 23:37:44 +01:00
Stephen
bec7c22dca cmocka: 1.0.1 -> 1.1.1 2017-11-15 14:29:08 -08:00
Michael Weiss
a5b611defc scons: 3.0.0 -> 3.0.1
"This release should be used instead of 3.0.1. This release fixes
several issues." - http://scons.org/scons-301-is-available.html

More than 90% of the 346 rebuilds succeed without any problems (I've
tested it against aeff3080d0). As far as I
can tell most of the problematic packages either failed before the
upgrade or for a reason that is unrelated to this SCons update. But it
is possible that this'll cause a few regressions, I'll try to watch out
for build failures on Hydra.

The attribute sconsPackages.scons_3_0_0 is still available in case this
breaks anything.
2017-11-15 23:22:38 +01:00
Maik Figura
171d0e3ac7 pytest: 3.2.3 -> 3.2.5 2017-11-15 23:06:14 +01:00
Joerg Thalheim
1d8f539bd4 rustracer: 2.0.9 -> 2.0.12
don't hard-code RUST_SRC_PATH so it can be overwritten by users/rustup
2017-11-15 21:51:29 +00:00
Joerg Thalheim
79aee3b57d rustcSrc: remove unrelated files
This package is used to provide semantic completion in tools like racer
and is equivalent to rust-src in rustup. This commit gets rid of a
number of files not required for completion.
2017-11-15 21:51:29 +00:00
Renaud
0768420280 hwinfo: 21.38 -> 21.50 2017-11-15 22:46:00 +01:00
Renaud
7a32e68393 libx86emu: 1.5 -> 1.12 2017-11-15 22:46:00 +01:00
Tim Steinbach
8b3293d947
linux: 4.4.97 -> 4.4.98 2017-11-15 16:44:20 -05:00
Tim Steinbach
ff16004273
linux: 4.9.61 -> 4.9.62 2017-11-15 16:44:20 -05:00
Orivej Desh
f96b3bf871 ptlib: fix build with glibc 2.26
Tracking issue: #31696
2017-11-15 21:42:26 +00:00
Orivej Desh
f55308e749 gvpe: fix build with glibc 2.26
Tracking issue: #31696
2017-11-15 21:34:47 +00:00
Joachim Fasting
df0300cf67
tor-browser-bundle-bin: 7.0.9 -> 7.0.10 2017-11-15 22:10:52 +01:00
Joachim Fasting
870c86d0ee
linux_hardened: structleak covers structs passed by address 2017-11-15 22:10:50 +01:00
Joachim Fasting
8ecae36963
linux_hardened: enable slab freelist hardening 2017-11-15 22:10:44 +01:00
Frederik Rietdijk
1e64aa9518
Merge pull request #31703 from Mic92/rope
Rope / spyder update
2017-11-15 21:21:38 +01:00
Frederik Rietdijk
6deba8cc02
Merge pull request #31707 from mbld/darwin-borgbackup
borgbackup: Make build on darwin possible
2017-11-15 21:20:21 +01:00
Orivej Desh
b8f7027360
Merge pull request #31037 from NeQuissimus/virtualbox_5_2_0
virtualbox: 5.1.26 -> 5.2.0
2017-11-15 18:31:12 +00:00
Orivej Desh
9be7a88633
Merge pull request #31711 from adisbladis/nodejs-8_9_1
nodejs: 8.9.0 -> 8.9.1
2017-11-15 18:29:57 +00:00
Michael Raskin
bc1e6617b9
Merge pull request #31496 from adisbladis/btrfs-progs-4_13_3
btrfs-progs: 4.13.1 -> 4.13.3
2017-11-15 19:25:07 +01:00
Thomas Tuegel
5827125d42
Merge pull request #31274 from rnhmjoj/radeon-profile
radeon-profile: 20161221 -> 20170714
2017-11-15 12:07:11 -06:00
Michael Raskin
c127e94bf7 clisp-tip: 2.50pre20170130 -> 2.50pre20171114; progress on #31696 2017-11-15 19:05:58 +01:00
adisbladis
f1f8ada473
nodejs: 8.9.0 -> 8.9.1 2017-11-16 02:05:19 +08:00
adisbladis
bf134bac8d
nodejs: 9.0.0 -> 9.2.0 2017-11-16 01:57:44 +08:00