tv
267ea50604
bitlbee-facebook: 1.1.0 -> 1.1.1
2017-06-24 20:37:32 +02:00
Dmitry Kalinkin
ada12f46dc
root: 6.09.02 -> 6.10.00
...
also workaround #26197
2017-06-24 13:38:25 -04:00
Yann Hodique
1be7323f5a
hugo: 0.24 -> 0.24.1
2017-06-24 08:26:44 -07:00
Jörg Thalheim
40ccf99373
Merge pull request #26743 from sigma/pr/hugo-0.24
...
hugo: 0.23 -> 0.24
2017-06-24 16:23:52 +01:00
ajevans
76e019ad9f
crashplan: 4.8.2 -> 4.8.3
2017-06-24 16:19:30 +10:00
Tim Steinbach
328617accd
rkt: 1.26.0 -> 1.27.0
2017-06-23 19:24:19 -04:00
aszlig
06271b6eba
krita: Fix build dependencies
...
First of all, we need a newer version of Vc, because at least version
1.1.0 is required for Krita 3.1.3.
Also, qtmultimedia and qtx11extras were missing.
Built and tested successfully on my machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @abbradar
2017-06-23 22:15:05 +02:00
John Ericson
afd2bdbad2
Merge pull request #26007 from obsidiansystems/cc-wrapper-prefix
...
Get rid of gcc-cross-wrapper
2017-06-23 11:22:34 -04:00
Michael Alan Dorman
eea95af5d1
melpa-packages: 2017-06-23
...
Removals:
- todochiku - Removed from melpa
2017-06-23 11:05:12 -04:00
Michael Alan Dorman
40e17794ce
melpa-stable-packages: 2017-06-23
2017-06-23 11:05:12 -04:00
Michael Alan Dorman
a10c8a97b4
org-packages: 2017-06-23
2017-06-23 11:05:12 -04:00
Michael Alan Dorman
8a714e3bb6
elpa-packages: 2017-06-23
2017-06-23 11:05:11 -04:00
Frederik Rietdijk
4f0d812abc
python.pkgs.spyder: remove maintainers
...
since we both do not use this package anymore.
cc @bjornfor
2017-06-23 10:44:42 +02:00
Jörg Thalheim
f3b626cf4d
Merge pull request #26770 from volth/jetbrains-update-script-2
...
jetbrains updater: use perlPackages.LWPProtocolhttps
2017-06-23 09:42:51 +01:00
aszlig
63fb845fcf
virtualbox: Rebase hardened.patch on top of 5.1.22
...
The merge of the version bump in
6fb9f89238
didn't take care of our patch
for the hardening mode and thus enabling VirtualBox without also
force-disabling hardening mode will result in a build error.
While the patch is largely identical with the old version, I've removed
one particular change around the following code:
if (pFsObjState->Stat.st_mode & S_IWOTH)
return supR3HardenedSetError3(VERR_SUPLIB_WORLD_WRITABLE, pErrInfo,
"World writable: '", pszPath, "'");
In the old version of the patch we have checked whether the path is
within the Nix store and suppressed the error return if that's the case.
The reason why I did that in the first place was because we had a bunch
of symlinks which were writable.
In VirtualBox 5.1.22 the code specifically checks whether the file is a
symlink, so we can safely drop our change.
Tested via all of the "virtualbox" NixOS VM subtests and they now all
succeed.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-06-23 05:48:54 +02:00
Tim Steinbach
6fb9f89238
Merge pull request #25368 from bachp/virtualbox-5.1.22
...
virtualbox: 5.1.18 -> 5.1.22
2017-06-22 21:23:47 -04:00
John Ericson
7c754b1e3b
mpg123: Modernize and fix for cross
...
Do not even think about configureFlags unless in cross, to avoid hash
breaking when not in cross.
2017-06-22 17:53:55 -04:00
John Ericson
502902f1c6
lynx: Fix for cross
...
Needed C toolchain targeting build platform
2017-06-22 17:53:55 -04:00
John Ericson
7bdacad8b3
ed: Modernize and fix for cross
2017-06-22 17:53:53 -04:00
John Ericson
8b22e497f2
vim: Modernize derivation, hopefully fixing cross
2017-06-22 17:53:53 -04:00
John Ericson
594d264205
cross stdenv adaptor: Support --host --build --target across the board
...
Packages get --host and --target by default, but can explicitly request
any subset to be passed as needed. See docs for more info.
rustc: Avoid hash breakage by using the old (ignored)
dontSetConfigureCross when not cross building
2017-06-22 17:52:28 -04:00
Volth
a2605322c6
fixed regexp, it did not match the last block
2017-06-22 19:16:19 +00:00
Volth
7fa29f39d1
a little simpification (use File::Slurp)
2017-06-22 19:08:19 +00:00
aszlig
1f65182272
electrum: Unify protobuf dependencies
...
Since 9c57f3b5c0
bumped the protobuf
version because the new upstream requires it, electrum now gets
protobuf3_0 *and* protobuf3_2 instead of just one version.
This leads to the following build errer:
Found duplicated packages in closure for dependency 'protobuf':
protobuf 3.0.2 (...-python2.7-protobuf-3.0.2/lib/python2.7/site-packages)
protobuf 3.2.0 (...-python2.7-protobuf-3.2.0/lib/python2.7/site-packages)
Using protobuf3_2 for keepkey and electrum fixes the build.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @np
2017-06-22 21:06:17 +02:00
Volth
00101eb7c9
jetbrains updater: use perlPackages.LWPProtocolhttps
2017-06-22 19:00:28 +00:00
Jörg Thalheim
d1eefba3a4
jetbrains: use nix-shell shebang in update script
2017-06-22 17:34:04 +01:00
Volth
1a87975910
update script for jetbrains products
2017-06-22 16:06:23 +00:00
Jörg Thalheim
c89efa3cbc
Merge pull request #26753 from volth/jetbrains-update-2017.1.4
...
jetbrains.{ruby-mine,webstorm,datagrip,phpstorm}: 2017.1 -> 2017.1.4
2017-06-22 16:37:32 +01:00
David Izquierdo
aa2b643e4b
tdesktop: 1.0.27 -> 1.1.7
2017-06-22 09:20:51 +02:00
Jens Binkert
aff15c4b7b
pidgin-sipe: 1.22.0 -> 1.22.1
2017-06-22 06:02:07 +02:00
Volth
bf5c57e1b8
jetbrains.{ruby-mine,webstorm,datagrip,phpstorm}: 2017.1 -> 2017.1.4
2017-06-21 19:35:02 +00:00
Yann Hodique
0d72dfdcdf
hugo: fix github repo owner
2017-06-21 06:13:31 -07:00
Yann Hodique
66a5e0c8e0
hugo: 0.23 -> 0.24
2017-06-21 06:04:09 -07:00
Tim Steinbach
f1ea37c1b4
Merge pull request #26735 from NeQuissimus/minikube_0_19_1
...
minikube: 0.19.0 -> 0.19.1
2017-06-21 07:31:29 -04:00
Jörg Thalheim
a3f054d8ad
dino: 2017-06-13 -> 2017-06-21
2017-06-21 09:42:46 +01:00
Tim Steinbach
fdc7cf8238
minikube: 0.19.0 -> 0.19.1
2017-06-20 19:32:29 -04:00
Michael Weiss
d04286be34
quiterss: 0.18.5 -> 0.18.6
2017-06-20 23:31:02 +02:00
Jan Malakhovski
08ba40ae9c
ranger: add imagePreviewSupport option and make previews work out of the box
...
Before one had to turn it on manually and update the preview script in dotfiles
manually when ranger updates.
Now it requires zero configuration. Just run `ranger` and it works, and
should continue to work automagically when ranger updates.
Everything still can be (de)configured via `rc.conf` in dotfiles.
2017-06-20 13:54:42 +00:00
Franz Pletz
a01f1c0a42
sniproxy: 0.4.0 -> 0.5.0
2017-06-20 07:43:14 +02:00
Franz Pletz
b6cf652e08
boinc: 7.4.42 -> 7.8.0
2017-06-20 05:19:31 +02:00
Franz Pletz
b0b9182241
gnuradio: 3.7.10.1 -> 3.7.11
2017-06-20 03:56:43 +02:00
Franz Pletz
1466bdd98f
wireshark: 2.2.6 -> 2.2.7
2017-06-20 03:56:42 +02:00
Franz Pletz
f33708bb7d
opusTools: 0.1.9 -> 0.1.10
2017-06-20 03:56:41 +02:00
Franz Pletz
c8948e9109
josm: 11826 -> 12275
2017-06-20 03:56:39 +02:00
Franz Pletz
aea08dd53e
kanboard: 1.0.40 -> 1.0.44
2017-06-20 03:45:38 +02:00
Rok Garbas
b1f76ebb73
firefox-devedition-bin: 54.0b14 -> 55.0b2
2017-06-19 16:09:10 +02:00
Rok Garbas
a19514df76
firefox-beta-bin: 54.0b13 -> 55.0b2
2017-06-19 16:09:10 +02:00
Joachim F
babfd23364
Merge pull request #26663 from vandenoever/musescore
...
musescore: 2.0.3 -> 2.1.0
2017-06-19 14:29:03 +01:00
Peter Hoeg
9193bcb6b4
kde-applications: 17.04.1 -> 17.04.2
...
use https as the remote server expects it
2017-06-19 19:26:52 +08:00
Peter Hoeg
392f4acee9
kde-applications: fix command in doc
2017-06-19 19:26:52 +08:00
Peter Hoeg
63011015b9
virtmanager-qt: 0.43.70.2 -> 0.43.72
2017-06-19 19:26:19 +08:00
Frederik Rietdijk
d159271516
Merge pull request #26705 from jerith666/cp-ver-fix
...
crashplan: move version and rev inside 'mkDerivation rec', simplify src
2017-06-19 09:41:17 +02:00
Pascal Wittmann
d1ca00d79b
Merge pull request #26701 from marsam/master
...
mopidy-spotify: 3.0.0 -> 3.1.0
2017-06-19 09:38:08 +02:00
Bart Brouns
d454675ef6
faust: 2.0.a51 -> 2.1.0
2017-06-19 09:37:48 +02:00
Mario Rodas
3d5a0f8c2f
mopidy-spotify: 3.0.0 -> 3.1.0
2017-06-18 17:25:46 -05:00
Daiderd Jordan
59634a6639
Merge pull request #26700 from gleber/fix-qmakeHook
...
qt: fix qmakeHook -> qmake in few packages.
2017-06-18 21:31:12 +02:00
Gabriel Ebner
89e02c7516
lean: 3.1.0 -> 3.2.0
2017-06-18 20:04:30 +02:00
Gleb Peregud
2fb67d9b83
qt: fix qmakeHook -> qmake in few packages.
...
This seem to have been broken in #26336 .
2017-06-18 19:32:51 +02:00
Jörg Thalheim
413d84f9f8
Merge pull request #26694 from romildo/upd.vivaldi
...
vivaldi: 1.9.818.44-1 -> 1.10.867.38-1
2017-06-18 16:33:50 +01:00
Thomas Tuegel
dab7700f6c
qt58: determine plugin and import paths from PATH
...
Plugin and QML import paths were previously determined by NIX_PROFILES. Using
PATH instead allows Qt applications to work under nix-shell without further
modification.
2017-06-18 08:44:47 -05:00
Thomas Tuegel
faf0d3e91d
kdeFrameworks: fixup inputs and outputs
...
- Reduce environment pollution with a separate $bin output containing programs,
plugins, and shared data. Libraries remain in $out and are not installed into
the environment.
- Only propagate build inputs as required.
2017-06-18 08:44:45 -05:00
Thomas Tuegel
fceb3794a2
akonadi: do not store path to pg_ctl in configuration
2017-06-18 08:44:44 -05:00
Thomas Tuegel
be9a4fe6ca
akonadi: do not store path to mysqld in configuration
2017-06-18 08:44:44 -05:00
Thomas Tuegel
3acfd31050
akonadi: fix runtime paths
2017-06-18 08:44:44 -05:00
Thomas Tuegel
d9f29afa64
qt5: use one output by default
2017-06-18 08:44:43 -05:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper
2017-06-18 08:44:42 -05:00
Thomas Tuegel
870c07cc2b
sddm: take themes from system environment
2017-06-18 08:43:39 -05:00
Thomas Tuegel
be7b7d908f
Remove kdeWrapper
2017-06-18 08:43:39 -05:00
romildo
f6763c80e1
vivaldi: 1.9.818.44-1 -> 1.10.867.38-1
...
- Update to version 1.10.867.38-1
- Drop i386 arch. Vivaldi has suspended support for Linux 32-bit for
Vivaldi 1.10. Unfortunately, this is due to Chromium suspending support
for it and maintaining it themselves would take too much resources.
See https://forum.vivaldi.net/post/142489 .
- Update dependency on gtk2 to gtk3.
- Move dependency patchelf from buildInputs to nativeBuildInputs.
2017-06-18 10:43:01 -03:00
Thomas Tuegel
6beea32ab1
kdeApplications: rename kdeApp to mkDerivation
2017-06-18 08:42:20 -05:00
Thomas Tuegel
7b6f8dc77f
qt5: move kdeDerivation to qt5.mkDerivation
2017-06-18 08:42:19 -05:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake
2017-06-18 08:41:57 -05:00
Thomas Tuegel
3f3d33a078
qt5: use distinct lib/qt-5.x
prefix for each minor version
...
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor
versions to coexist in the same environment.
2017-06-18 08:41:57 -05:00
Jörg Thalheim
130082d012
communi: fix forbidden build references
2017-06-18 12:40:58 +01:00
Peter Hoeg
4eeefadf4f
krename: 20161228 -> 20170610
2017-06-18 18:40:30 +08:00
Pascal Wittmann
4e89e18852
shotwell: 0.26.1 -> 0.26.2
2017-06-18 12:33:57 +02:00
Pascal Wittmann
770845d372
zim: 0.65 -> 0.67-rc2
2017-06-18 12:19:50 +02:00
Jörg Thalheim
4c4b102339
primecoin: fix build by disabling upnp support
2017-06-18 10:12:11 +01:00
Jörg Thalheim
8a8cc0071e
memorycoin: fix build by disabling miniupnpc support
2017-06-18 10:11:39 +01:00
Jörg Thalheim
f43da04924
freicoin: fix build by disabling miniupnpc support
...
development has stalled and miniupnpc library is incompatible with
freicoin.
2017-06-18 09:51:06 +01:00
Jörg Thalheim
5b96398b4d
bitcoin-classic: fix checksum
2017-06-18 09:31:03 +01:00
Jörg Thalheim
41de162f0d
eiskaltdcpp: fix miniupnpc build
2017-06-18 09:17:42 +01:00
aszlig
7e10ecb763
chromium: Allow to put extensions in system path
...
This should allow us to easily add system-wide Chromium extensions via a
NixOS configuration similar to this:
{ pkgs, ... }: {
environment.pathsToLink = [ "/share/chromium/extensions" ];
environment.systemPackages = [ pkgs.my-shiny-extension ];
}
For more details about what Chromium expects within that directory, see:
https://developer.chrome.com/extensions/external_extensions
I've introduced this because of a personal desire to gain more control
about which extensions are installed and what they are able to do. All
of the extensions I use are free software, but despite that it's useful
to either easily patch them and also prevent unwanted automatic updates.
Tested this using the NixOS "chromium.stable" test on x86_64-linux.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @offlinehacker because of #21050
2017-06-18 06:19:30 +02:00
Peter Hoeg
63b8d659f6
syncthing-inotify: 0.8.5 -> 0.8.6
2017-06-18 10:45:32 +08:00
Michiel Leenaars
b4b698248f
qstopmotion: init -> 2.3.2
2017-06-18 00:47:01 +02:00
Matt McHenry
2cb4b8fc70
crashplan: move version and rev inside 'mkDerivation rec', simplify src
2017-06-17 14:19:27 -04:00
Michael Raskin
fd92d817a3
Merge pull request #26670 from lverns/libreoffice-fix-xdg
...
libreoffice: fix #25831
2017-06-17 19:13:27 +02:00
Franz Pletz
4e8d44c2cd
feh: build and install man pages
2017-06-17 19:06:20 +02:00
Laverne Schrock
16118fede5
libreoffice: fix #25831
...
Thanks to Linus Heckemann <git@sphalerite.org> for creating the patch.
2017-06-17 11:22:34 -05:00
Domen Kožar
af4056f22b
chromium: apply patch to fix chromecast
2017-06-17 17:23:02 +02:00
Michael Weiss
a071a06c61
quiterss: 0.18.4 -> 0.18.5
2017-06-17 16:09:19 +02:00
Franz Pletz
5f803db91f
imagemagick: 6.9.8-9 -> 6.9.8-10
2017-06-17 15:51:05 +02:00
Franz Pletz
9be1951a8a
imagemagick7: 7.0.5-7 -> 7.0.6-0
2017-06-17 15:50:44 +02:00
Vladimír Čunát
d88c0cf867
Merge #26628 : treewide: setuid/setgid fallout
2017-06-17 13:23:39 +02:00
Jörg Thalheim
230c0d461a
udevil: add remark to patch
2017-06-17 10:47:42 +01:00
Jörg Thalheim
ada9e94355
Merge pull request #26646 from magnetophon/ardour
...
Ardour: 5.8 -> 5.10
2017-06-17 00:02:43 +01:00
Jörg Thalheim
5b0a370f3f
Merge pull request #26636 from NeQuissimus/atom_1_18_0
...
atom: 1.17.2 -> 1.18.0
2017-06-16 23:50:17 +01:00
Jos van den Oever
6ee183b7f2
musescore: 2.0.3 -> 2.1.0
2017-06-16 23:47:44 +02:00
Charles Strahan
dda6daa4ff
flash: 26.0.0.126 -> 26.0.0.131
...
The previous releases were 404ing.
2017-06-16 14:42:45 -04:00
Charles Strahan
39fd944402
chrome: fix fallout from #26512
...
Fixes broken save dialogue (causes chrome to crash) and missing icons.
2017-06-16 14:40:28 -04:00
goibhniu
d4460acf05
Merge pull request #26631 from magnetophon/faustCompressors
...
faustCompressors: 1.1.1 -> 1.2
2017-06-16 17:40:33 +02:00
goibhniu
4b7718a519
Merge pull request #26630 from magnetophon/x42-plugins
...
x42-plugins: 20161230 -> 20170428
2017-06-16 17:40:06 +02:00
goibhniu
7698d25ed8
Merge pull request #26637 from magnetophon/sorcer
...
sorcer: 1.1.1 -> 1.1.3
2017-06-16 17:39:22 +02:00
goibhniu
49556f0ed8
Merge pull request #26624 from magnetophon/eq10q
...
eq10q: 2.1 -> 2.2
2017-06-16 17:37:51 +02:00
goibhniu
4081bffc7b
Merge pull request #26625 from magnetophon/artyFX
...
artyFX: 2015-05-07 -> 1.3
2017-06-16 17:37:23 +02:00
goibhniu
35256245e1
Merge pull request #26629 from magnetophon/zynaddsubfx
...
zynaddsubfx: 2.5.4 -> 3.0.1
2017-06-16 17:35:05 +02:00
Bart Brouns
6383a54440
Ardour: 5.8 -> 5.10
2017-06-16 14:56:00 +02:00
Frederik Rietdijk
ee2dbd6a54
Merge pull request #26634 from magnetophon/jalv
...
jalv: 1.4.6 -> 1.6.0
2017-06-16 14:49:18 +02:00
Frederik Rietdijk
5b7ffb6207
Merge pull request #26635 from magnetophon/lv2bm
...
lv2bm: git-2015-04-10 -> git-2015-11-29
2017-06-16 14:47:50 +02:00
Frederik Rietdijk
bb1bdaa15f
Merge pull request #26639 from magnetophon/qjackctl
...
qjackctl: 0.4.4 -> 0.4.5
2017-06-16 14:45:03 +02:00
Frederik Rietdijk
6e38c9c583
Merge pull request #26640 from magnetophon/qmidinet
...
qmidinet: 0.4.2 -> 0.4.3
2017-06-16 14:44:29 +02:00
Frederik Rietdijk
c94491f959
Merge pull request #26642 from romildo/upd.tint2
...
tint2: 0.14.5 -> 0.14.6
2017-06-16 14:43:25 +02:00
romildo
38b3e42f54
tint2: 0.14.5 -> 0.14.6
2017-06-16 09:14:38 -03:00
Bart Brouns
37bd5d40f9
qmidinet: 0.4.2 -> 0.4.3
2017-06-16 14:14:22 +02:00
Bart Brouns
b3f1f88175
qjackctl: 0.4.4 -> 0.4.5
2017-06-16 14:13:23 +02:00
Bart Brouns
94c6b321e9
sorcer: 1.1.1 -> 1.1.3
2017-06-16 14:10:35 +02:00
Tim Steinbach
d990d618c0
atom: 1.17.2 -> 1.18.0
2017-06-16 08:09:15 -04:00
Bart Brouns
65ce8aa992
lv2bm: git-2015-04-10 -> git-2015-11-29
2017-06-16 14:08:13 +02:00
Bart Brouns
d0e6dcca4e
jalv: 1.4.6 -> 1.6.0
2017-06-16 14:07:10 +02:00
Jörg Thalheim
9f399c40e9
dino: 2017-05-31 -> 2017-06-13
2017-06-16 13:02:46 +01:00
Will Dietz
98b2e4816f
udevil: minor cleanup, fix setuid/setgid problems
2017-06-16 06:57:08 -05:00
Bart Brouns
082563fe9e
eq10q: 2.1 -> 2.2
2017-06-16 13:47:41 +02:00
Bart Brouns
33b0842305
artyFX: 2015-05-07 -> 1.3
2017-06-16 13:24:48 +02:00
Bart Brouns
075f43c8e6
zynaddsubfx: 2.5.4 -> 3.0.1
2017-06-16 13:21:24 +02:00
Bart Brouns
3ed9546312
x42-plugins: 20161230 -> 20170428
2017-06-16 13:20:10 +02:00
Bart Brouns
c002b886c0
faustCompressors: 1.1.1 -> 1.2
2017-06-16 13:18:19 +02:00
Yann Hodique
3f97bcaf2d
hugo: 0.22.1 -> 0.23
...
This release includes a move to a new github organization.
2017-06-16 01:56:31 -07:00
Vladimír Čunát
791f072384
Merge #26601 : thunderbird*: 52.1.1 -> 52.2.0 (security)
2017-06-15 20:29:01 +02:00
Volth
4a5c593e80
vivaldi: fix space in sha256
2017-06-15 17:48:49 +00:00
Shea Levy
9101fe8f6c
Merge branch 'zoom-us-fix' of git://github.com/danbst/nixpkgs
2017-06-15 10:10:25 -04:00
danbst
6d6d2fd324
zoom-us: fix webcam video
...
Webcam Logitech C270 showed black screen in zoom, but LD_PRELOADing
v4l1compat.so fixed this. I hope, this wouldn't break camera for people,
who were already able to see video, but I can't be 100% sure currently.
2017-06-15 16:01:43 +03:00
danbst
8bc737d9d3
zoom-us: fix facebook and SSO login
...
Turns out, zoom couldn't launch QtWebEngineProcess because of wrong interpreter
Also, there was a need for some extra deps, which I found when
running debug version of zoom.
2017-06-15 15:53:41 +03:00
Will Dietz
5172e1afee
mendeley: 1.17.9 -> 1.17.10 ( #26574 )
2017-06-15 12:05:20 +02:00
Vladimír Čunát
952bb9a445
Merge #26571 : firefox* updates (critical security)
2017-06-15 08:59:39 +02:00
Joachim Fasting
4f909c4f3a
tor-browser-bundle-bin: 7.0 -> 7.0.1
2017-06-14 23:33:45 +02:00
Thomas Tuegel
98c38d51b9
dropbox: 27.4.22 -> 28.4.14
2017-06-14 15:14:06 -05:00
Peter Simons
f59104bc73
vcsh: patch broken parser for $GIT_VERSION_MINOR
2017-06-14 21:28:28 +02:00
Will Dietz
b2660fe3cc
mplayer: Use system ffmpeg instead of vendored version. ( #26572 )
...
Fixes use of mplayer with https:// URL's.
2017-06-14 17:44:33 +02:00
taku0
930a00bc92
firefox-esr: 52.1.2esr -> 52.2.0esr
2017-06-14 22:46:23 +09:00
Michael Raskin
0032e55232
Merge pull request #26568 from taku0/flashplayer-26.0.0.126
...
flashplayer: 25.0.0.171 -> 26.0.0.126 [Critical security fixes]
2017-06-14 15:25:38 +02:00
taku0
04e95882c0
firefox: 53.0.3 -> 54.0
2017-06-14 21:50:02 +09:00
taku0
6cf6048285
firefox-bin: 53.0.3 -> 54.0
2017-06-14 21:10:49 +09:00
taku0
264ec9242f
flashplayer: 25.0.0.171 -> 26.0.0.126
2017-06-14 20:56:19 +09:00
Jörg Thalheim
537944ea77
gajim: 0.16.7 -> 0.16.8
2017-06-14 09:23:56 +01:00
Peter Hoeg
fd2976bb20
syncthing: 0.14.29 -> 0.14.30
2017-06-14 10:22:31 +08:00
Gabriel Ebner
0edd78f7bc
calibre: fix missing gsettings schemas
2017-06-13 22:09:48 +02:00
Wei Tang
727ec216dc
go-ethereum-classic: init at 3.5.0 ( #26551 )
...
thanks
2017-06-13 21:43:33 +02:00
Yann Hodique
5c8192c7d6
hugo: 0.22 -> 0.22.1 ( #26558 )
...
thanks
2017-06-13 21:40:45 +02:00
Urban Škudnik
053377e49f
google-play-music-desktop-player: 4.2.0 -> 4.3.0
2017-06-13 21:32:51 +02:00
Franz Pletz
58605e0ace
Merge pull request #26543 from jbedo/snpeff
...
snpeff: 4.3i -> 4.3p
2017-06-13 21:30:59 +02:00