Erik Hahn
d6acec03bb
qutebrowser: fix license
2015-06-24 00:10:54 +02:00
Pascal Wittmann
c8e66bb9ac
autoconf-archive: update from 2014.10.15 to 2015.02.25
...
and use mirror://
2015-06-23 23:49:33 +02:00
William A. Kennington III
6532863ac4
unifi: 3.2.10 -> 4.6.3
2015-06-23 10:09:44 -07:00
Arseniy Seroka
22b89f2fcd
Merge pull request #8463 from mbbx6spp/jruby-1_7_20_1
...
jruby: 1.7.12 -> 1.7.20.1 (update package for CVE patch)
2015-06-23 20:04:31 +03:00
Susan Potter
2968707101
jruby: 1.7.12 -> 1.7.20.1
...
Security release which only updates Rubygems to version 2.4.8. Rubygems 2.4.8
addresses CVE-2015-1855 to resolve some problems with wildcard matching of
hostnames.
See following entry for more information:
http://jruby.org/2015/06/10/jruby-1-7-20-1.html
2015-06-23 11:58:29 -05:00
Arseniy Seroka
266531b5b0
Merge pull request #8422 from travisbhartwell/update/atom-shell-to-electron
...
atom-shell: renamed to electron and updated 0.19.1 -> 0.28.2
2015-06-23 18:54:22 +03:00
Sou Bunnbu
efb3fa7021
Merge pull request #8467 from henrytill/racket-6.2
...
racket: 6.1.1 -> 6.2
2015-06-23 22:26:21 +08:00
Arseniy Seroka
2aac4c301c
Merge pull request #8469 from ehahn/qutebrowser
...
add packages: qutebrowser + dependency pypeg2
2015-06-23 17:22:26 +03:00
Pascal Wittmann
c491e4669d
parallel: update from 20150522 to 20150622
2015-06-23 15:38:09 +02:00
Vladimír Čunát
110aabbb67
liferea: maintenance update
2015-06-23 15:10:03 +02:00
Tom Hunger
04f6a1c665
pandas: Update to 0.16.1, closes #8288
...
Note that I could remove the line-switching hack because
the problem has been fixed upstream:
https://github.com/fvia/pandas/commit/09a7a69e116
2015-06-23 13:54:19 +02:00
Erik Hahn
006e7ae04e
qutebrowser: init at 0.2.1
2015-06-23 13:39:33 +02:00
Erik Hahn
d9085b845e
pypeg2: init at 2.15.1
2015-06-23 13:39:23 +02:00
Mateusz Kowalczyk
e149ba4768
Merge pull request #8461 from dezgeg/pr-calamares-fixes
...
calamares: Patch out all file references to /usr
2015-06-23 12:38:56 +01:00
lethalman
0f1abcc78d
Merge pull request #8395 from mbakke/ipcalcs
...
add ipcalc and sipcalc
2015-06-23 13:33:25 +02:00
Arseniy Seroka
a73d25d6c2
Merge pull request #8470 from retrry/spotify-update
...
spotify: remove 32-bit support and old workarounds
2015-06-23 13:31:41 +03:00
Tadas Barzdzius
32af0c1f7d
spotify: remove broken 32-bit support and cleanup workarounds
2015-06-23 13:28:00 +03:00
Peter Simons
3baa1b97c0
Merge pull request #8468 from jb55/clib-patch
...
clib: a micro-package manager for C
2015-06-23 11:34:07 +02:00
Rickard Nilsson
af5472a739
google-cloud-sdk: Update from 0.9.58 to 0.9.65
2015-06-23 11:23:45 +02:00
Cillian de Róiste
5c4a2d311f
yoshimi: update from 1.3.4 to 1.3.5.1
2015-06-23 09:48:48 +02:00
William Casarin
634d9eb4c1
clib: a micro-package manager for C
2015-06-23 00:35:03 -07:00
William A. Kennington III
fd829968c7
jack2: 1.9.10 -> 2015-06-02
2015-06-22 23:42:10 -07:00
aszlig
7143f34970
chromium: Drop references to version 42 and below.
...
Since 7d217e3
the lowest version number is 43, so all those conditionals
are no longer needed.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
aszlig
cadd675e7a
chromium: Disable "hotwording" by default.
...
There has been some recent news about that component extension on hacker
news:
https://news.ycombinator.com/item?id=9724409
Even though on our side it won't work, because we don't have NaCl
enabled by default or even working (I honestly haven't tested if it even
builds if enabled), we might get to the point where we can build with
NaCl enabled.
But until and even after that day, we want to have explicit control on
whether this extension is enabled.
Please also have a look at these two issues explaining the details
(about component extensions and the hotwording extension in particular):
https://crbug.com/491435
https://crbug.com/500922
Fixes issue #8358 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
aszlig
c290595e5b
chromium: Update all channels to latest versions.
...
Overview of the updated versions:
stable: 43.0.2357.124 -> 43.0.2357.125
beta: 44.0.2403.39 -> 44.0.2403.52 [1]
dev: 45.0.2421.0 -> 45.0.2431.0 [2]
[1] Beta channel fixes:
I had to fetch a patch from a newer revision of Blink (r195908), see
https://codereview.chromium.org/1157943002/ for more information
about the patch.
Here is the failing build log:
https://headcounter.org/hydra/build/704037/nixlog/2
Another fix for Blink, was needed in order to get it to build,
see: https://codereview.chromium.org/1156113007/
Also I needed to revert https://codereview.chromium.org/1150543002/
using another patch, because the build won't succeed and bail out
with WEBRTC_VIDEO_CODEC_FALLBACK_SOFTWARE not being found (it's only
used once in the source, but isn't defined anywhere). Here are the
trybot results:
https://chromium-cq-status.appspot.com/patch-status/1150543002/20001
[2] Dev channel fixes:
The "ffmpegsumo" shared library is now no longer built, because it
is now statically linked against Chromium, for details see:
https://codereview.chromium.org/1141703002
All channels built and tested on my Hydra at:
https://headcounter.org/hydra/eval/178458
Test reports:
x86: https://headcounter.org/hydra/build/704908/download/1/log.html
x86_64: https://headcounter.org/hydra/build/704914/download/1/log.html
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
aszlig
d2df553da1
fetchpatch: Allow to pass a postFetch attribute.
...
Comes in handy if we want to make additional modificiations to the
output file. While I wasn't sure whether to invoke the passed postFetch
directly before the patch or afterwards, I thought it would be better
afterwards because "postFetch of fetchpatch" at least to my intuition
would sound that after whatever "fetchpatch" does - it comes afterwards.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
Henry Till
e6e04d3a45
racket: 6.1.1 -> 6.2
2015-06-22 19:28:43 -04:00
Tobias Geerinckx-Rice
5cd1fd8012
cassandra 2.0.15 -> 2.0.16
2015-06-22 23:27:03 +02:00
Tobias Geerinckx-Rice
4bfcfef9fc
cassandra 2.1.6 -> 2.1.7
2015-06-22 23:27:03 +02:00
Pascal Wittmann
abee7fbe2c
mysql55: update from 5.5.43 to 5.5.44
2015-06-22 23:23:54 +02:00
William A. Kennington III
bd9433c90d
kernel: Add version 4.1 latest
2015-06-22 12:41:23 -07:00
William A. Kennington III
c48433d575
kernel: 3.4.107 -> 3.4.108
2015-06-22 12:35:56 -07:00
Edward Tjörnhammar
aecc7bd6aa
idea updates
...
idea.clion: 1.0.3 -> 1.0.4
idea.idea-{community,ultimate}: 14.1.3 -> 14.1.4
idea.pycharm-{community,professional}: 4.5.1 -> 4.5.2
idea.webstorm: 10.0.3 -> 10.0.4
2015-06-22 20:38:43 +02:00
Mike Sperber
bd003198b3
openssl: patch not needed anymore for darwin platform, closes #8456
...
The darwin-arch.patch that was needed for previous releases doesn't
apply, and also doesn't work anymore. It builds fine without.
2015-06-22 19:59:28 +02:00
laMudri
22172b8e43
ibus-table-others: init at 1.3.7, closes #8460
2015-06-22 18:25:45 +02:00
laMudri
f0b4065392
ibus-table: init at 1.9.6
2015-06-22 18:25:45 +02:00
Vladimír Čunát
e716dc9058
zandronum-bin: fix evaluation/tarball by assertion
...
The expression seems usable only on x86_64-linux anyway.
/cc maintainer @lassulus.
2015-06-22 18:21:27 +02:00
lassulus
2204206a47
asciinema: init at 1.1.1, closes #8459
2015-06-22 18:16:52 +02:00
Luca Bruno
f00440fac5
nixos/x11: start session with dbus-launch
...
This is needed by most window managers. Desktop environments
usually launch dbus-launch if a session hasn't been started yet
so this shouldn't hurt. The worst it can happen is that one
dbus session will be unused in case it's started twice.
The GDM change is backported from recent gdm.
2015-06-22 16:12:20 +00:00
Michael Raitza
7907a8bcba
dialog: init at 1.2-20150225, closes #8457
...
Generate ncurses dialogs from shell scripts.
2015-06-22 18:11:05 +02:00
Eelco Dolstra
c53ed1038c
emacs-offlineimap: Mark as broken
...
This package has never built:
http://hydra.nixos.org/job/nixpkgs/trunk/emacsPackages.offlineimap.x86_64-linux/all
2015-06-22 18:08:16 +02:00
Tuomas Tynkkynen
fc4be77491
calamares: Patch out all file references to /usr
...
This makes the timezone selection page as well as the keyboard layout
selection page work correctly.
2015-06-22 19:03:12 +03:00
Arseniy Seroka
6881cd2c3a
Merge pull request #8435 from flosse/k9copy
...
k9copy: init at 3.0.3
2015-06-22 18:45:52 +03:00
Arseniy Seroka
1c444984bc
Merge pull request #8448 from dezgeg/pr-ckbcomp
...
ckbcomp: New package at version 1.129
2015-06-22 18:45:24 +03:00
Vladimír Čunát
783af9a960
wpa_supplicant: disable TLS-1.2 for now ( fixes #8332 )
2015-06-22 17:33:49 +02:00
Luca Bruno
4f4c573f9b
Use gtkvnc compiled for gtk3 in gnome3
2015-06-22 17:20:00 +02:00
Jascha Geerds
a612e397d8
silver-searcher: Replace fetchurl with fetchFromGitHub
2015-06-22 16:19:23 +02:00
Oliver Charles
fd6600c809
bluejeans: New Mozilla plugin
2015-06-22 14:04:40 +01:00
Tobias Geerinckx-Rice
67f3c77fe6
simple-scan -> 3.17.3
2015-06-22 14:38:34 +02:00
Tuomas Tynkkynen
4ac3bc3330
ckbcomp: init at 1.129
2015-06-22 15:32:42 +03:00