Commit Graph

15732 Commits

Author SHA1 Message Date
zimbatm
03a417a0a4 Merge pull request #20266 from samuelrivas/terraform-0-7-9
terraform: 0.7.8-> 0.7.9
2016-11-09 10:52:59 +00:00
Arseniy Seroka
8a7ee64451 Merge pull request #20245 from primeos/quiterss
quiterss: init at 0.18.4
2016-11-09 12:24:53 +03:00
Arseniy Seroka
d4d2e7fd9e Merge pull request #20237 from vcunat/p/vim-fixes
vim fixes
2016-11-09 12:22:45 +03:00
aszlig
c67a7ee731
Merge branch 'chromium-update-with-gn'
This brings in the new stable version 54 which also introduces a lot of
security fixes:

  CVE-2016-5198: Out of bounds memory access in V8
  CVE-2016-5181: Universal XSS in Blink
  CVE-2016-5182: Heap overflow in Blink
  CVE-2016-5183: Use after free in PDFium
  CVE-2016-5184: Use after free in PDFium
  CVE-2016-5185: Use after free in Blink
  CVE-2016-5187: URL spoofing
  CVE-2016-5188: UI spoofing
  CVE-2016-5192: Cross-origin bypass in Blink
  CVE-2016-5189: URL spoofing
  CVE-2016-5186: Out of bounds read in DevTools
  CVE-2016-5191: Universal XSS in Bookmarks
  CVE-2016-5190: Use after free in Internals
  CVE-2016-5193: Scheme bypass

Detailed announcements about these changes can be found here (latest to
oldest):

https://googlechromereleases.blogspot.de/2016/11/stable-channel-update-for-desktop.html
https://googlechromereleases.blogspot.de/2016/10/stable-channel-update-for-desktop_20.html
https://googlechromereleases.blogspot.de/2016/10/stable-channel-update-for-desktop.html

The update process of Chromium has been a bit bumpy on our side, because
version 54 also did the switch from GYP to GN so it wasn't just a matter
of updating the upstream-info file.

I've tested the Flash plugin (which runs fine) and WideVine manually,
although I couldn't get WideVine to work (I was running this within a VM
though).

So if people want to use WideVine they need to use Chrome instead until
we got this sorted out.

VM test results along with builds for all platforms can be found here:

https://headcounter.org/hydra/eval/339328

I'm going to backport these changes to stable as soon as the
tests/builds succeed there as well.

Closes: #19565
Closes: #20120
2016-11-09 09:55:31 +01:00
Tobias Geerinckx-Rice
583af41f3c
remotebox: 2.1 -> 2.2 2016-11-09 02:24:46 +01:00
aszlig
6f8a72bbff
chromium: Add Gtk 3 for versions >= 56
Versions before 56 already had experimental support for Gtk 3 and since
version 56, Gtk 3 _seemed_ to become the default. Although it's now
requiring *both* Gtk 2 and Gtk3, so let's supply the dependency for now
to get it to build.

In the future however we might want to add use_gtk3 to the GN flags and
get rid of Gtk 2 completely.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-09 00:58:33 +01:00
aszlig
d2e60d1f93
chromium: Fix building with WineVine components
Before version 54, the WideVine CDM plugin was built unconditionally and
it seems since version 54 this now is dependent upon a GYP/GN flag on
whether to include the CDM shared library or not.

Also, we now use a patch from Gentoo which should hopefully get the CDM
plugin to work properly, at least according to their bugtracker:

https://bugs.gentoo.org/show_bug.cgi?id=547630

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-09 00:58:29 +01:00
Gabriel Ebner
8c4aee4c79 z3: 4.4.1 -> 4.5.0 2016-11-08 16:14:16 -05:00
Samuel Rivas
72d1e3ca08 terraform: 0.7.8-> 0.7.9 2016-11-08 21:53:32 +01:00
aszlig
66ce15a3b1
chromium: Update all channels to latest versions
Overview of updated versions:

stable: 54.0.2840.71 -> 54.0.2840.90
beta:   55.0.2883.21 -> 55.0.2883.35
dev:    56.0.2897.0  -> 56.0.2906.0

This is to get our Chromium versions in par with the latest upstream
ones before merging in the GN migration changes.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:24 +01:00
aszlig
b84e3379fe
chromium: Bring back pepper flash from Adobe
So far we had the bundled Flash player plugin that came with Chrome, but
since version 54 the Chrome package doesn't include PPAPI Flash anymore.

Instead we're going to download the PPAPI Flash plugin directly from
Adobe and try to use them for all release channels of Chromium.

Of course it would be nice if we'd have an updater for it but for now
it's important that we don't break things for people who are currently
forced to use Flash.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:20 +01:00
aszlig
5f53fddf1e
chromium: Remove some libs from system depenencies
Seems that these libraries aren't the ones Chromium is expecting to be,
so let's switch to use the bundled version of these libraries instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:14 +01:00
aszlig
8391241e0c
chromium: Build with GN unconditionally
Previously I've added the extra file common-gn.nix in addition to
common.nix, so we can possibly have a smooth transition from current
stable to the new version 54.

Unfortunately, version 53 is already EOL and we have to move to version
54 as soon as possible so we can only use GN and thus it doesn't make
sense to provide expressions for GYP anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:11 +01:00
aszlig
5f18ccb001
chromium: Remove flag for hiDPISupport
This should now be the upstream default and there also is no more flag
for GN to set it, so we'll no longer need it on our side as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:07 +01:00
Herwig Hochleitner
b43142c958
chromium: remove pepperflash
fixes NixOS#19565
2016-11-08 20:12:03 +01:00
Herwig Hochleitner
872b4782e9
chromium: 53 -> 54 2016-11-08 20:11:59 +01:00
aszlig
7a3a16dd80
chromium: Remove plugin paths patch for version 50
The oldest version we build is version 53, so we no longer need this
patch.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:11:56 +01:00
aszlig
d0e8f3c503
chromium: Add preliminary support for GN
This only uses the most basic GN flags which should represent the GYP
flags we had before. In order to get rid most of the GYP cruft, we now
have common.nix and common-gn.nix which are mostly the same, just that
the latter is only for GN builds.

The GN implementation is far from complete and currently not even
builds, so we need more work to get the beta and dev channels building.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:11:52 +01:00
Tim Steinbach
54a0e90a7c Merge pull request #20220 from NeQuissimus/darktable_a7
Update Darktable, dependencies
2016-11-08 09:10:31 -05:00
Tim Steinbach
5e3f69d0ab Merge pull request #20203 from NeQuissimus/rkt_1_18_0
rkt: 1.17.0 -> 1.18.0
2016-11-08 09:10:09 -05:00
Michael Weiss
101ca1f454 quiterss: init at 0.18.4 2016-11-08 14:06:05 +01:00
Joachim F
53c746495c Merge pull request #20246 from mdorman/emacs-packages
Emacs package updates: 2016-11-07
2016-11-08 04:49:23 +01:00
Franz Pletz
da5b4c4612 Merge pull request #20229 from puffnfresh/package/motion
motion: init at 4.0.1
2016-11-08 04:39:18 +01:00
Franz Pletz
12a057cbe0 Merge pull request #20233 from womfoo/bump/fldigi-3.23.15
fldigi: 3.23.07 -> 3.23.15
2016-11-08 02:52:21 +01:00
Michael Alan Dorman
4fc5946d5f melpa-packages: 2016-11-07
Removals:
  - closql: repository moved, recipe not updated
  - epkg: repository moved, recipe not updated
  - flycheck-protobuf: recipe removed from melpa
  - frame-restore: recipe removed from melpa
2016-11-07 19:46:27 -05:00
Michael Alan Dorman
6449b122eb melpa-stable-packages: 2016-11-07
Removals:
  - closql: repository moved, recipe not updated
  - epkg: repository moved, recipe not updated
  - frame-restore: recipe removed from melpa
  - gulp-task-runner: version tag no longer present
  - weblogger: moved to github, version tag no longer present
2016-11-07 19:46:15 -05:00
Michael Alan Dorman
19aad5c984 org-packages: 2016-11-07 2016-11-07 19:46:15 -05:00
Michael Alan Dorman
b61b2806db elpa-packages: 2016-11-07 2016-11-07 19:46:15 -05:00
Brian McKenna
c950840544 motion: init at 4.0.1 2016-11-08 10:55:13 +11:00
Vladimír Čunát
996d8ddd99 vim*: fix :Man a bit 2016-11-07 18:55:21 +01:00
Vladimír Čunát
51feecbe88 vim_configurable: misc improvements
- fix wrongly used *native* build inputs;
- remove confusing `prePatch = "cd src";` ;
- adapt RPATH handling to multiple-output changes;
- don't list full compiler flags in vim --version,
  as that would keep references to -dev paths.

Together, the closure of the default feature-set drops almost by 100 MB.
The lean vim attribute would *not* lose any references due to patching
--version, so we only apply it for vim_configurable.
2016-11-07 18:55:21 +01:00
Vladimír Čunát
1667046505 vim: factor common.nix from {default,configurable}.nix
The derivations are unchanged.
2016-11-07 16:38:13 +01:00
Frederik Rietdijk
811def0f18 Merge pull request #19992 from magnetophon/faustUpdate
faust 1 and 2 update, plus adapt affected pkgs
2016-11-07 14:28:36 +01:00
Bart Brouns
16c54ff208 ingen: svn 5675 -> unstable 2016-10-29 2016-11-07 14:20:13 +01:00
Bart Brouns
f63c179b0b magnetophonDSP: update to new faust libraries 2016-11-07 14:06:35 +01:00
Bart Brouns
77afa8e6b7 faust2: 2.0-a41 -> 2.0.a51 2016-11-07 13:49:31 +01:00
Bart Brouns
b19b440cb8 faust1: 0.9.73 -> 0.9.90 2016-11-07 13:47:12 +01:00
Frederik Rietdijk
830aa11aad Merge pull request #19999 from AndersonTorres/cherrytree
cherrytree: 0.37.1 -> 0.37.6
2016-11-07 11:43:54 +01:00
Kranium Gikos Mendoza
d17160b55d fldigi: 3.23.07 -> 3.23.15 2016-11-07 17:05:19 +08:00
Erik Rybakken
897a1ba8ff neomutt: 20160910 -> 20161104 (#20221) 2016-11-07 06:56:15 +01:00
Tim Steinbach
9972b64a82
darktable: 2.0.6 -> 2.0.7 2016-11-06 09:04:13 -05:00
Tobias Pflug
f49f90bfdd
volnoti: init at 2013-09-23 2016-11-06 13:16:39 +01:00
Peter Simons
329bf83cad esniper: update to version 2.32.0 some more 2016-11-06 10:40:13 +01:00
Tor Hedin Brønner
baae4be182 discord: 0.0.9 -> 0.0.10 (#20184) 2016-11-06 10:02:31 +01:00
Peter Simons
bea1712727 esniper: update to version 2.32.0 2016-11-06 09:26:51 +01:00
Kranium Gikos Mendoza
606726005f snd: 15.9 -> 16.9 (#20202) 2016-11-06 04:56:14 +01:00
Tim Steinbach
1ae2f86a32
rkt: 1.17.0 -> 1.18.0 2016-11-05 22:27:42 -04:00
Frederik Rietdijk
8b956b58b3 Merge pull request #20040 from magnetophon/audacity
audacity: add jack and lv2 capabilities
2016-11-05 19:52:41 +01:00
Frederik Rietdijk
1d0a7ae2d3 Merge pull request #20058 from magnetophon/ladspaPlugins
ladspaPlugins: 0.4.15 -> 0.4.17
2016-11-05 19:50:14 +01:00
Tobias Geerinckx-Rice
c4f41a0a61
remotebox: 2.0 -> 2.1 2016-11-05 18:44:10 +01:00