3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

19216 commits

Author SHA1 Message Date
Shea Levy 24c59a4452 neuron: enable GUI 2017-06-28 11:59:54 -04:00
Thomas Tuegel 59f94b12f3
dropbox: 28.4.14 -> 29.4.20 2017-06-28 08:38:38 -05:00
Frederik Rietdijk 8a62a9b064 Merge pull request #26125 from volth/webkitgtk-naming
rename webkitgtk24x⇒webkitgtk24x-gtk3; webkitgtk2⇒webkitgtk24x-gtk2
2017-06-28 13:54:38 +02:00
Robert Schütz 1a7745d6ec dmensamenu: init at 1.0.0 2017-06-28 11:43:39 +02:00
Jörg Thalheim ce88027294 jetbrains.gogland: 171.4694.35 -> 171.4694.61 2017-06-28 08:31:08 +01:00
Jörg Thalheim f849eb2018 jetbrains.datagrip: 2017.1.4 -> 2017.1.5 2017-06-28 08:30:59 +01:00
rht fef784d09f
zcash: reinit at 1.0.8 2017-06-28 03:26:30 +02:00
John Ramsden 69ecd62a95
Switched from phases to buildCommand, and moved makeWrapper to nativeBuildInputs as reccomended. 2017-06-27 16:19:49 -07:00
Charles Strahan 8e73afb2e1 zoom-us: don't add mesa to the LD_LIBRARY_PATH
zoom-us was failing to launch under the proprietary nvidia drivers,
as described in the comments of #26596.

Closes #26916
2017-06-27 18:43:20 -04:00
Diego Pontoriero 5b90fa0151
terraform: 0.9.6 -> 0.9.9. 2017-06-27 15:04:11 -07:00
Karn Kallio 07dc20e436 kcachegrind : Fix build by adding missing dependencies. 2017-06-27 22:33:06 +02:00
Shea Levy 4d2597981d Partially revert "terraform: 0.9.4 -> 0.9.6."
Terraform point releases are significant changes, we need to keep old ones around

This reverts commit 6a27b46dee.
2017-06-27 16:26:07 -04:00
Karn Kallio c710ddf7cd okteta : Fix build by adding missing dependencies. 2017-06-27 22:10:00 +02:00
Joachim F 2c30e5e754 Merge pull request #25441 from Hodapp87/draftsight
draftsight: init at 2017-SP1
2017-06-27 21:04:30 +01:00
Joachim F bccd3feed2 Merge pull request #26450 from oxij/pkg/fix/tor-browser
firefoxPackages: tor-browser: use gtk2 by default (like tor-browser-bin does)
2017-06-27 20:41:27 +01:00
Joachim F 4e44b63892 Merge pull request #26453 from oxij/pkg/fix/ranger
ranger: add imagePreviewSupport option and make previews work out of the box
2017-06-27 20:40:57 +01:00
Karn Kallio 67e4072282 k3b : Fix build by adding missing dependencies. 2017-06-27 21:14:00 +02:00
Joachim F c27fc66856 Merge pull request #26904 from Ma27/geogebra/make-language-configurable
geogebra: make `language` configurable
2017-06-27 16:21:00 +01:00
Joachim F bcbf45ff1f Merge pull request #26886 from jonafato/remove-thunderbird-bin-updater
Remove old thunderbird-bin update script
2017-06-27 16:12:37 +01:00
Tim Steinbach 493ae24872 Merge pull request #26870 from lsix/update_nano
nano: 2.8.4 -> 2.8.5
2017-06-27 08:12:52 -04:00
Tim Steinbach 719b506bad Merge pull request #26803 from NeQuissimus/rkt_1_27_0
rkt: 1.26.0 -> 1.27.0
2017-06-27 08:09:40 -04:00
Michał Pałka 7b5d72ce04 xen: patch for XSAs: 216, 217, 218, 219, 220, 221, 222, and 224 (xen 4.8)
This commit contains security patches for xen 4.8. The patches
for XSA-216 applied to the kernel are omitted, as they are part of
80e0cda7ff.

XSA-216 Issue Description:

> The block interface response structure has some discontiguous fields.
> Certain backends populate the structure fields of an otherwise
> uninitialized instance of this structure on their stacks, leaking
> data through the (internal or trailing) padding field.

More: https://xenbits.xen.org/xsa/advisory-216.html

XSA-217 Issue Description:

> Domains controlling other domains are permitted to map pages owned by
> the domain being controlled.  If the controlling domain unmaps such a
> page without flushing the TLB, and if soon after the domain being
> controlled transfers this page to another PV domain (via
> GNTTABOP_transfer or, indirectly, XENMEM_exchange), and that third
> domain uses the page as a page table, the controlling domain will have
> write access to a live page table until the applicable TLB entry is
> flushed or evicted.  Note that the domain being controlled is
> necessarily HVM, while the controlling domain is PV.

More: https://xenbits.xen.org/xsa/advisory-217.html

XSA-218 Issue Description:

> We have discovered two bugs in the code unmapping grant references.
>
> * When a grant had been mapped twice by a backend domain, and then
> unmapped by two concurrent unmap calls, the frontend may be informed
> that the page had no further mappings when the first call completed rather
> than when the second call completed.
>
> * A race triggerable by an unprivileged guest could cause a grant
> maptrack entry for grants to be "freed" twice.  The ultimate effect of
> this would be for maptrack entries for a single domain to be re-used.

More: https://xenbits.xen.org/xsa/advisory-218.html

XSA-219 Issue Description:

> When using shadow paging, writes to guest pagetables must be trapped and
> emulated, so the shadows can be suitably adjusted as well.
>
> When emulating the write, Xen maps the guests pagetable(s) to make the final
> adjustment and leave the guest's view of its state consistent.
>
> However, when mapping the frame, Xen drops the page reference before
> performing the write.  This is a race window where the underlying frame can
> change ownership.
>
> One possible attack scenario is for the frame to change ownership and to be
> inserted into a PV guest's pagetables.  At that point, the emulated write will
> be an unaudited modification to the PV pagetables whose value is under guest
> control.

More: https://xenbits.xen.org/xsa/advisory-219.html

XSA-220 Issue Description:

> Memory Protection Extensions (MPX) and Protection Key (PKU) are features in
> newer processors, whose state is intended to be per-thread and context
> switched along with all other XSAVE state.
>
> Xen's vCPU context switch code would save and restore the state only
> if the guest had set the relevant XSTATE enable bits.  However,
> surprisingly, the use of these features is not dependent (PKU) or may
> not be dependent (MPX) on having the relevant XSTATE bits enabled.
>
> VMs which use MPX or PKU, and context switch the state manually rather
> than via XSAVE, will have the state leak between vCPUs (possibly,
> between vCPUs in different guests).  This in turn corrupts state in
> the destination vCPU, and hence may lead to weakened protections
>
> Experimentally, MPX appears not to make any interaction with BND*
> state if BNDCFGS.EN is set but XCR0.BND{CSR,REGS} are clear.  However,
> the SDM is not clear in this case; therefore MPX is included in this
> advisory as a precaution.

More: https://xenbits.xen.org/xsa/advisory-220.html

XSA-221 Issue Description:

> When polling event channels, in general arbitrary port numbers can be
> specified.  Specifically, there is no requirement that a polled event
> channel ports has ever been created.  When the code was generalised
> from an earlier implementation, introducing some intermediate
> pointers, a check should have been made that these intermediate
> pointers are non-NULL.  However, that check was omitted.

More: https://xenbits.xen.org/xsa/advisory-221.html

XSA-222 Issue Description:

> Certain actions require removing pages from a guest's P2M
> (Physical-to-Machine) mapping.  When large pages are in use to map
> guest pages in the 2nd-stage page tables, such a removal operation may
> incur a memory allocation (to replace a large mapping with individual
> smaller ones).  If this allocation fails, these errors are ignored by
> the callers, which would then continue and (for example) free the
> referenced page for reuse.  This leaves the guest with a mapping to a
> page it shouldn't have access to.
>
> The allocation involved comes from a separate pool of memory created
> when the domain is created; under normal operating conditions it never
> fails, but a malicious guest may be able to engineer situations where
> this pool is exhausted.

More: https://xenbits.xen.org/xsa/advisory-222.html

XSA-224 Issue Description:

> We have discovered a number of bugs in the code mapping and unmapping
> grant references.
>
> * If a grant is mapped with both the GNTMAP_device_map and
> GNTMAP_host_map flags, but unmapped only with host_map, the device_map
> portion remains but the page reference counts are lowered as though it
> had been removed. This bug can be leveraged cause a page's reference
> counts and type counts to fall to zero while retaining writeable
> mappings to the page.
>
> * Under some specific conditions, if a grant is mapped with both the
> GNTMAP_device_map and GNTMAP_host_map flags, the operation may not
> grab sufficient type counts.  When the grant is then unmapped, the
> type count will be erroneously reduced.  This bug can be leveraged
> cause a page's reference counts and type counts to fall to zero while
> retaining writeable mappings to the page.
>
> * When a grant reference is given to an MMIO region (as opposed to a
> normal guest page), if the grant is mapped with only the
> GNTMAP_device_map flag set, a mapping is created at host_addr anyway.
> This does *not* cause reference counts to change, but there will be no
> record of this mapping, so it will not be considered when reporting
> whether the grant is still in use.

More: https://xenbits.xen.org/xsa/advisory-224.html
2017-06-27 12:02:59 +00:00
Michał Pałka 9e6bfbb2f9 xen_4_8: init at 4.8.1
This commit adds the xen_4_8 package to be used instead of
xen (currently at 4.5.5):
 * Add packages xen_4_8, xen_4_8-slim and xen_4_8-light
 * Add packages qemu_xen_4_8 and qemu_xen_4_8-light to be used
   with xen_4_8-slim and xen_4_8-light respectively.
 * Add systemd to buildInputs of xen (it is required by oxenstored)
 * Adapt xen service to work with the new version of xen
 * Use xen-init-dom0 to initlilise dom0 in xen-store
 * Currently, the virtualisation.xen.stored option is ignored
   if xen 4.8 is used
2017-06-27 12:01:53 +00:00
Josef Kemetmueller 2cb5246dd8 gogs: 0.10.18 -> 0.11.19 2017-06-27 11:41:19 +00:00
Maximilian Bosch 9516bbf172
geogebra: make language configurable 2017-06-27 09:51:06 +02:00
Jon Banafato d8e5c75f75 Remove old thunderbird-bin update script
`thunderbird-bin` appears to now use the
`maintainers/scripts/update.nix` script instead of this ruby script, so
the latter should be removed.
2017-06-26 19:54:24 -04:00
Frederik Rietdijk 9dbfd87ab6 Merge pull request #26849 from vbgl/skrooge-2.8
skrooge: 2.7.0 -> 2.8.1
2017-06-26 22:23:36 +02:00
Frederik Rietdijk 25b12febee Merge pull request #26857 from jerith666/krfb-qtx11extras
krfb: add new qtx11extras dependency
2017-06-26 22:16:28 +02:00
Vincent Laporte ac83ef3994 glsurf: 3.3 -> 3.3.1 2017-06-26 19:24:33 +02:00
David McFarland f254af9c19 w3m: remove old cygwin patch 2017-06-26 09:26:10 -03:00
Lancelot SIX 1b792b4edf
nano: 2.8.4 -> 2.8.5
See http://lists.gnu.org/archive/html/info-gnu/2017-06/msg00012.html
for release information.
2017-06-26 11:01:55 +02:00
Nicolas Truessel 813feae594 chromium: 59.0.3071.86 -> 59.0.3071.109 2017-06-26 09:24:56 +02:00
Emmanuel Rosa 994998e475 thunderbird: 52.2.0 -> 52.2.1 2017-06-26 09:01:45 +02:00
Michał Pałka 80e0cda7ff xen: patch for XSAs: 216, 217, 218, 219, 220, 221, 222, and 224
XSA-216 Issue Description:

> The block interface response structure has some discontiguous fields.
> Certain backends populate the structure fields of an otherwise
> uninitialized instance of this structure on their stacks, leaking
> data through the (internal or trailing) padding field.

More: https://xenbits.xen.org/xsa/advisory-216.html

XSA-217 Issue Description:

> Domains controlling other domains are permitted to map pages owned by
> the domain being controlled.  If the controlling domain unmaps such a
> page without flushing the TLB, and if soon after the domain being
> controlled transfers this page to another PV domain (via
> GNTTABOP_transfer or, indirectly, XENMEM_exchange), and that third
> domain uses the page as a page table, the controlling domain will have
> write access to a live page table until the applicable TLB entry is
> flushed or evicted.  Note that the domain being controlled is
> necessarily HVM, while the controlling domain is PV.

More: https://xenbits.xen.org/xsa/advisory-217.html

XSA-218 Issue Description:

> We have discovered two bugs in the code unmapping grant references.
>
> * When a grant had been mapped twice by a backend domain, and then
> unmapped by two concurrent unmap calls, the frontend may be informed
> that the page had no further mappings when the first call completed rather
> than when the second call completed.
>
> * A race triggerable by an unprivileged guest could cause a grant
> maptrack entry for grants to be "freed" twice.  The ultimate effect of
> this would be for maptrack entries for a single domain to be re-used.

More: https://xenbits.xen.org/xsa/advisory-218.html

XSA-219 Issue Description:

> When using shadow paging, writes to guest pagetables must be trapped and
> emulated, so the shadows can be suitably adjusted as well.
>
> When emulating the write, Xen maps the guests pagetable(s) to make the final
> adjustment and leave the guest's view of its state consistent.
>
> However, when mapping the frame, Xen drops the page reference before
> performing the write.  This is a race window where the underlying frame can
> change ownership.
>
> One possible attack scenario is for the frame to change ownership and to be
> inserted into a PV guest's pagetables.  At that point, the emulated write will
> be an unaudited modification to the PV pagetables whose value is under guest
> control.

More: https://xenbits.xen.org/xsa/advisory-219.html

XSA-220 Issue Description:

> Memory Protection Extensions (MPX) and Protection Key (PKU) are features in
> newer processors, whose state is intended to be per-thread and context
> switched along with all other XSAVE state.
>
> Xen's vCPU context switch code would save and restore the state only
> if the guest had set the relevant XSTATE enable bits.  However,
> surprisingly, the use of these features is not dependent (PKU) or may
> not be dependent (MPX) on having the relevant XSTATE bits enabled.
>
> VMs which use MPX or PKU, and context switch the state manually rather
> than via XSAVE, will have the state leak between vCPUs (possibly,
> between vCPUs in different guests).  This in turn corrupts state in
> the destination vCPU, and hence may lead to weakened protections
>
> Experimentally, MPX appears not to make any interaction with BND*
> state if BNDCFGS.EN is set but XCR0.BND{CSR,REGS} are clear.  However,
> the SDM is not clear in this case; therefore MPX is included in this
> advisory as a precaution.

More: https://xenbits.xen.org/xsa/advisory-220.html

XSA-221 Issue Description:

> When polling event channels, in general arbitrary port numbers can be
> specified.  Specifically, there is no requirement that a polled event
> channel ports has ever been created.  When the code was generalised
> from an earlier implementation, introducing some intermediate
> pointers, a check should have been made that these intermediate
> pointers are non-NULL.  However, that check was omitted.

More: https://xenbits.xen.org/xsa/advisory-221.html

XSA-222 Issue Description:

> Certain actions require removing pages from a guest's P2M
> (Physical-to-Machine) mapping.  When large pages are in use to map
> guest pages in the 2nd-stage page tables, such a removal operation may
> incur a memory allocation (to replace a large mapping with individual
> smaller ones).  If this allocation fails, these errors are ignored by
> the callers, which would then continue and (for example) free the
> referenced page for reuse.  This leaves the guest with a mapping to a
> page it shouldn't have access to.
>
> The allocation involved comes from a separate pool of memory created
> when the domain is created; under normal operating conditions it never
> fails, but a malicious guest may be able to engineer situations where
> this pool is exhausted.

More: https://xenbits.xen.org/xsa/advisory-222.html

XSA-224 Issue Description:

> We have discovered a number of bugs in the code mapping and unmapping
> grant references.
>
> * If a grant is mapped with both the GNTMAP_device_map and
> GNTMAP_host_map flags, but unmapped only with host_map, the device_map
> portion remains but the page reference counts are lowered as though it
> had been removed. This bug can be leveraged cause a page's reference
> counts and type counts to fall to zero while retaining writeable
> mappings to the page.
>
> * Under some specific conditions, if a grant is mapped with both the
> GNTMAP_device_map and GNTMAP_host_map flags, the operation may not
> grab sufficient type counts.  When the grant is then unmapped, the
> type count will be erroneously reduced.  This bug can be leveraged
> cause a page's reference counts and type counts to fall to zero while
> retaining writeable mappings to the page.
>
> * When a grant reference is given to an MMIO region (as opposed to a
> normal guest page), if the grant is mapped with only the
> GNTMAP_device_map flag set, a mapping is created at host_addr anyway.
> This does *not* cause reference counts to change, but there will be no
> record of this mapping, so it will not be considered when reporting
> whether the grant is still in use.

More: https://xenbits.xen.org/xsa/advisory-224.html
2017-06-26 07:01:24 +00:00
Jörg Thalheim 7df83abe85 keepassx-community: 2.1.4 -> 2.2.0 2017-06-26 07:31:44 +01:00
Franz Pletz 3156263876
rsync: build with iconv, zlib & popt from nixpkgs
The rsync binary was previously built without iconv support which is needed
for utf-8 conversions on darwin. Fixes #26864.

Additionally rsync used to be built with bundled versions of zlib and popt
that were outdated. This decreases the size of the rsync binary by ~82KB.
2017-06-26 03:48:41 +02:00
Tim Steinbach 1a25495b63
git: 2.13.1 -> 2.13.2 2017-06-25 21:13:23 -04:00
Franz Pletz 40a04291c9
Merge branch 'master' into staging 2017-06-26 02:23:38 +02:00
taku0 800deb5273 thunderbird: 52.2.0 -> 52.2.1 2017-06-26 09:08:38 +09:00
taku0 22773a20e5 thunderbird-bin: 52.2.0 -> 52.2.1 2017-06-26 09:08:28 +09:00
aszlig bd63daae03
chromium: Add installation of libGLESv2.so
The following errors occur when you start Chromium prior to this commit:

[2534:2534:0625/202928.673160:ERROR:gl_implementation.cc(246)] Failed to
load .../libexec/chromium/swiftshader/libGLESv2.so:
../libexec/chromium/swiftshader/libGLESv2.so: cannot open shared object
file: No such file or directory
[2534:2534:0625/202928.674434:ERROR:gpu_child_thread.cc(174)] Exiting
GPU process due to errors during initialization

While in theory we do not strictly need libGLESv2.so, in practice this
means that the GPU process isn't starting up at all which in turn leads
to crawling rendering performance on some sites.

So let's install all shared libraries in swiftshader.

I've tested this with the chromium.stable NixOS VM test and also locally
on my machine and the errors as well as the performance issues are gone.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-06-25 22:43:25 +02:00
Matt McHenry cbb39f4382 krfb: add new qtx11extras dependency 2017-06-25 15:35:59 -04:00
Vincent Laporte 999892fd1e skrooge: 2.7.0 -> 2.8.1 2017-06-25 18:45:39 +02:00
Joachim F 90d3a0314c Merge pull request #26836 from Ma27/update/geogebra
geogebra: 5-0-361-0 -> 5-0-369-0
2017-06-25 16:35:13 +01:00
Joachim F c235bf3e3d Merge pull request #26792 from mdorman/emacs-updates
Automated Emacs package updates
2017-06-25 15:33:19 +01:00
Roman Volosatovs fd0f02628b
mopidy-local-sqlite: init at 1.0.0 2017-06-25 14:26:15 +02:00
Franz Pletz ed515c8080
weechat: 1.8 -> 1.9 2017-06-25 14:03:18 +02:00
Maximilian Bosch f5665e9ab4
geogebra: 5-0-361-0 -> 5-0-369-0 2017-06-25 12:39:30 +02:00
Jörg Thalheim 46427b77f4 Merge pull request #26690 from DIzFer/telegram-update
tdesktop: 1.0.27 -> 1.1.7
2017-06-25 11:37:21 +01:00
Jörg Thalheim bc488d4cb5 Merge pull request #26834 from calvertvl/upgrade-calibre-to-3.1.1
calibre: 2.84.0 -> 3.1.1
2017-06-25 10:22:50 +01:00
Jörg Thalheim f506b72308 krita: 3.1.3 -> 3.1.4 2017-06-25 10:18:45 +01:00
Jörg Thalheim de21c43257 Merge pull request #26829 from dywedir/tiled
tiled: 0.18.2 -> 1.0.1
2017-06-25 09:48:10 +01:00
Jörg Thalheim 24e9ec3166 marble: fix src hash 2017-06-25 09:38:32 +01:00
Jörg Thalheim f319442b77 keepassxc: fix 4.9 compatibility 2017-06-25 09:36:06 +01:00
Jörg Thalheim ad42e5f6e5 Merge pull request #26795 from veprbl/root_6.10.00
root: 6.09.02 -> 6.10.00
2017-06-25 09:14:30 +01:00
Frederik Rietdijk fcd5804d7f konversation: 1.6.2 -> 1.7.2 and fix build 2017-06-25 09:56:34 +02:00
Frederik Rietdijk fdf181237b yakuake: fix build 2017-06-25 09:56:34 +02:00
Frederik Rietdijk c7bc8b42f2 kdeconnect: fix build 2017-06-25 09:56:34 +02:00
Victor Calvert e600317768 calibre: 2.84.0 -> 3.1.1
links-privacy patch was removed as the content server was
rewritten in calibre 3.0.

The rewrite also needed a couple more python packages.
2017-06-25 03:52:36 -04:00
Roman Volosatovs 4ebaed854f
mopidy-local-images: init at 1.0.0 2017-06-25 00:26:02 +02:00
dywedir 33e4afa172 tiled: 0.18.2 -> 1.0.1 2017-06-25 01:08:00 +03:00
Jörg Thalheim c0303c7110 Merge pull request #26822 from 4z3/bitlbee-facebook
bitlbee-facebook: 1.1.0 -> 1.1.1
2017-06-24 20:45:18 +01:00
Der Pfirsich 2c6fbc737f spotify: 1.0.55.487.g256699aa-16 -> 1.0.57.474.gca9c9538-30 (#26794) 2017-06-24 20:41:05 +01:00
Jörg Thalheim 6741b3ac7c Merge pull request #26807 from ajevans85/crashplan-4-8-3
crashplan: 4.8.2 -> 4.8.3
2017-06-24 19:57:28 +01:00
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
John Ericson 87fab3d6a5 Merge some merged cross-compilation PRs into into staging 2017-06-23 20:24:27 -04: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
Tim Steinbach 56761c9b3d
minikube: 0.19.1 -> 0.20.0 2017-06-22 20:27:33 -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
Peter Simons 14283b6a95 vcsh: update to latest Git head, enable test suite, install man page 2017-06-13 20:16:30 +02:00
Tim Shaffer e973c75d65 vim: update URL for vimrc
Previous URL was returning a 404. Adjusting the query parameters fixes
things.
2017-06-13 13:31:17 -04:00
Peter Simons b7f71bd2ad mr: update to version 1.20170129 2017-06-13 16:55:50 +02:00
Justin Bedo 94ec54598c
snpeff: 4.3i -> 4.3p 2017-06-13 15:31:52 +10:00
Joachim F 7f4098f2c1 Merge pull request #26538 from sigma/pr/hugo-0.22
hugo: 0.21 -> 0.22
2017-06-12 23:29:48 +01:00
Joachim F 766c2aa2e9 Merge pull request #26532 from mdorman/emacs-updates
Automated emacs package updates
2017-06-12 21:30:16 +01:00
gratuxri f78362d64c fvwm: 2.6.6 -> 2.6.7
Release notes: https://github.com/fvwmorg/fvwm/releases/tag/2.6.7
2017-06-12 21:25:00 +01:00
Yann Hodique 3b29d702da hugo: 0.21 -> 0.22 2017-06-12 10:21:40 -07:00
Michael Alan Dorman 97d750eac0 melpa-packages: 2017-06-12 2017-06-12 09:54:26 -04:00
Michael Alan Dorman 76082b63e8 melpa-stable-packages: 2017-06-12 2017-06-12 09:54:22 -04:00
Michael Alan Dorman beb18e1350 org-packages: 2017-06-12 2017-06-12 09:54:17 -04:00
Michael Alan Dorman 0e532a3ede elpa-packages: 2017-06-12 2017-06-12 09:54:17 -04:00
Florent Becker 1951578395 pijul: 0.4.4 -> 0.6.0 2017-06-12 13:37:14 +02:00
Daiderd Jordan a3317da9f9 Merge pull request #26275 from anderspapitto/rust-updates
rust: 1.15.0 -> 1.17.0
2017-06-11 17:59:11 +02:00
Vladimír Čunát 86da6d441f
lyx: maintenance 2.2.2 -> 2.2.3
In particular, they claim some fixes related to Qt-5.8,
so I switched back to using the default Qt (=5.8 ATM).

Tested just briefly.
2017-06-11 17:10:06 +02:00
Graham Christensen 4a90156912 Merge pull request #26512 from ntruessel/update-chromium
chromium: 58.0.3029.110 -> 59.0.3071.86
2017-06-11 09:38:22 -04:00
Jörg Thalheim c4dbc30213 Merge pull request #26374 from vbgl/gnumeric-34
gnumeric: 1.12.32 → 1.12.34
2017-06-11 13:00:38 +01:00
Nicolas Truessel 74fd4de956 chromium: 58.0.3029.110 -> 59.0.3071.86 2017-06-11 13:26:03 +02:00
Tuomas Tynkkynen 94fd91742a bristol: Broken on aarch64
https://nix-cache.s3.amazonaws.com/log/lidml6isyxw55aly6p8q40y2ga64ay01-bristol-0.60.11.drv
2017-06-11 04:39:57 +03:00
Jörg Thalheim f80d786853 Merge pull request #26343 from gnidorah/master4
wpsoffice: cleanup and i686 version
2017-06-10 23:40:04 +01:00
Anders Papitto 1e0866e064 rust: 1.15.0 -> 1.17.0
Also updates beta, nightly, nightlyBin, and bootstrap compilers.
Also updates the registry.
Also consolidates logic between bootstrap and nightlyBin compilers.
Also contains some miscellaneous cleanups.
Also patches firefox to build with the newer cargo
2017-06-10 15:15:50 -07:00
Jörg Thalheim f2e1e7f3cd Merge pull request #26503 from vdemeester/update-runc
Update runc to 1.0.0-rc3
2017-06-10 22:48:03 +01:00
Jörg Thalheim a1b7dec225 Merge pull request #26502 from vdemeester/update-gogland
idea.gogland: 171.4424.55 -> 171.4694.35
2017-06-10 21:59:46 +01:00
Jörg Thalheim 0cec85d0eb
jetbrains.clion: fix bundled tools 2017-06-10 21:46:56 +01:00
Chris Hodapp a24960d214 autotrace: init at 0.31.1
Add ApplicationServices for Darwin build

Clean up comments
2017-06-10 12:08:54 -04:00
Vincent Demeester 46b00e0b15
Update runc to 1.0.0-rc3
- Fix compilation problems
- Remove patches as those are included in the sources now

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-06-10 18:05:57 +02:00
Vincent Demeester 0a6dd6d07b
idea.gogland: 171.4424.55 -> 171.4694.35
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-06-10 16:33:11 +02:00
Aristid Breitkreuz 1fe951816c ipmiview: 2.12.0 -> 2.13.0 2017-06-10 13:34:52 +02:00
Jörg Thalheim f56d83761c Merge pull request #26254 from boomshroom/fix/i3block-scripts
i3blocks: add optional dependencies for scripts
2017-06-10 11:05:48 +01:00
Jörg Thalheim 800d525ac4 Merge pull request #26349 from midchildan/tilix
tilix: init at 1.5.8
2017-06-10 10:31:08 +01:00
Jörg Thalheim 308acf3199 Merge pull request #26478 from Moredread/profanity_tray
profanity: enable tray icon support
2017-06-10 09:25:53 +01:00
Jörg Thalheim 9e4eb9b696 Merge pull request #26498 from winniequinn/vscode-1.13.0
vscode: 1.12.2 -> 1.13.0
2017-06-10 09:22:26 +01:00
Karn Kallio dc07372692
kdenlive : patch CMakeLists.txt to find Concurrent module. 2017-06-10 10:14:57 +02:00
Winnie Quinn 6736ec318a vscode: 1.12.2 -> 1.13.0 2017-06-09 22:17:23 -04:00
Joachim F 1a0b1d94ed Merge pull request #26454 from DeltaEvo/teamspeak
Teamspeak (client: 3.0.19.4 -> 3.1.4, server: 3.0.13.5 -> 3.0.13.6)
2017-06-09 22:59:01 +01:00
Michael Weiss b615c2e992 android-studio: 2.3.2.0 -> 2.3.3.0 2017-06-09 18:46:54 +02:00
Joachim F 66e82eaea8 Merge pull request #26488 from romildo/upd.jwm
jwm: 1582 -> 1594
2017-06-09 15:33:54 +01:00
Graham Christensen 7d8218a351 Merge pull request #26489 from michalpalka/xen-security
xen: patch for XSAs: 206, 211, 212, 213, 214 and 215
2017-06-09 09:31:42 -04:00
Michał Pałka dd3dcceb23 xen: patch for XSAs: 206, 211, 212, 213, 214 and 215
XSA-206 Issue Description:

> xenstored supports transactions, such that if writes which would
> invalidate assumptions of a transaction occur, the entire transaction
> fails.  Typical response on a failed transaction is to simply retry
> the transaction until it succeeds.
>
> Unprivileged domains may issue writes to xenstore which conflict with
> transactions either of the toolstack or of backends such as the driver
> domain. Depending on the exact timing, repeated writes may cause
> transactions made by these entities to fail indefinitely.

More: https://xenbits.xen.org/xsa/advisory-206.html

XSA-211 Issue Description:

> When a graphics update command gets passed to the VGA emulator, there
> are 3 possible modes that can be used to update the display:
>
> * blank - Clears the display
> * text - Treats the display as showing text
> * graph - Treats the display as showing graphics
>
> After the display geometry gets changed (i.e., after the CIRRUS VGA
> emulation has resized the display), the VGA emulator will resize the
> console during the next update command. However, when a blank mode is
> also selected during an update, this resize doesn't happen. The resize
> will be properly handled during the next time a non-blank mode is
> selected during an update.
>
> However, other console components - such as the VNC emulation - will
> operate as though this resize had happened. When the display is
> resized to be larger than before, this can result in a heap overflow
> as console components will expect the display buffer to be larger than
> it is currently allocated.

More: https://xenbits.xen.org/xsa/advisory-211.html

XSA-212 Issue Description:

> The XSA-29 fix introduced an insufficient check on XENMEM_exchange
> input, allowing the caller to drive hypervisor memory accesses outside
> of the guest provided input/output arrays.

More: https://xenbits.xen.org/xsa/advisory-212.html

XSA-213 Issue Description:

> 64-bit PV guests typically use separate (root) page tables for their
> kernel and user modes.  Hypercalls are accessible to guest kernel
> context only, which certain hypercall handlers make assumptions on.
> The IRET hypercall (replacing the identically name CPU instruction)
> is used by guest kernels to transfer control from kernel mode to user
> mode.  If such an IRET hypercall is placed in the middle of a multicall
> batch, subsequent operations invoked by the same multicall batch may
> wrongly assume the guest to still be in kernel mode.  If one or more of
> these subsequent operations involve operations on page tables, they may
> be using the wrong root page table, confusing internal accounting.  As
> a result the guest may gain writable access to some of its page tables.

More: https://xenbits.xen.org/xsa/advisory-213.html

XSA-214 Issue Description:

> The GNTTABOP_transfer operation allows one guest to transfer a page to
> another guest.  The internal processing of this, however, does not
> include zapping the previous type of the page being transferred.  This
> makes it possible for a PV guest to transfer a page previously used as
> part of a segment descriptor table to another guest while retaining the
> "contains segment descriptors" property.
>
> If the destination guest is a PV one of different bitness, it may gain
> access to segment descriptors it is not normally allowed to have, like
> 64-bit code segments in a 32-bit PV guest.
>
> If the destination guest is a HVM one, that guest may freely alter the
> page contents and then hand the page back to the same or another PV
> guest.
>
> In either case, if the destination PV guest then inserts that page into
> one of its own descriptor tables, the page still having the designated
> type results in validation of its contents being skipped.

More: https://xenbits.xen.org/xsa/advisory-214.html

XSA-215 Issue Description:

> Under certain special conditions Xen reports an exception resulting
> from returning to guest mode not via ordinary exception entry points,
> but via a so call failsafe callback.  This callback, unlike exception
> handlers, takes 4 extra arguments on the stack (the saved data
> selectors DS, ES, FS, and GS).  Prior to placing exception or failsafe
> callback frames on the guest kernel stack, Xen checks the linear
> address range to not overlap with hypervisor space.  The range spanned
> by that check was mistakenly not covering these extra 4 slots.

More: https://xenbits.xen.org/xsa/advisory-215.html
2017-06-09 13:09:01 +00:00
romildo 44681c53d6 jwm: 1582 -> 1594 2017-06-09 09:30:20 -03:00
Vladimír Čunát cc9a72a286
virtualboxGuestAdditions: don't install setuid/setgid 2017-06-09 13:09:21 +02:00
Frederik Rietdijk 184ab11fc9 Merge pull request #26484 from michalpalka/xen-python-fix
xen: fix pygrub by making sure it is wrapped
2017-06-09 12:45:03 +02:00
romildo f2e075a241 mkvtoolnix: 11.0.0 -> 12.0.0 2017-06-09 12:44:17 +02:00
midchildan 54b23e605c
tilix: init at 1.6.1 2017-06-09 16:53:47 +09:00
Joachim F 7badb92629 Merge pull request #26404 from ambrop72/kdevelop-511
kdevelop: 5.0.4 -> 5.1.1
2017-06-09 08:44:01 +01:00
Michał Pałka 965668903a xen: fix pygrub by making sure it is wrapped
Recent commit #c10af9e744c91dff1ccc07a52a0b57d1e4d339f3 changed the
behaviour of wrapPythonPrograms, which caused pygrub to no longer
being wrapped. This commit fixes this.
2017-06-09 06:22:03 +00:00
Peter Hoeg bcf9af560a ncmpc: 0.24 -> 0.27
Upstream has moved to github as well.
2017-06-09 12:55:20 +08:00
Peter Hoeg 292f121fb2 mpc: 0.27 -> 0.28
Upstream has also moved to github
2017-06-09 12:04:58 +08:00
André-Patrick Bubel 55f0f9e1a4
profanity: enable tray icon support
Profanity can show a tray icon, e.g. showing that messages were received.
This enables support for the feature.
2017-06-08 22:55:42 +02:00
Jörg Thalheim ffdfa662fc Merge pull request #26476 from romildo/upd.jetbrains
jetbrains.clion: 2017.1.1 -> 2017.1.3, jetbrains.idea-community: 2017.1.3 -> 2017.1.4, jetbrains.idea-ultimate: 2017.1.3 -> 2017.1.4
2017-06-08 21:35:24 +01:00
Tuomas Tynkkynen 97d29ffbfd nano: 2.8.3 -> 2.8.4 2017-06-08 23:13:06 +03:00
romildo 277b562324 jetbrains.idea-community: 2017.1.3 -> 2017.1.4 2017-06-08 16:57:50 -03:00
romildo bc1f59fb4f jetbrains.idea-ultimate: 2017.1.3 -> 2017.1.4 2017-06-08 16:45:14 -03:00
romildo b57a14810b jetbrains.clion: 2017.1.1 -> 2017.1.3 2017-06-08 15:54:51 -03:00
Rok Garbas a0afc4f0d1 firefox-*-bin: updates (#26462)
* firefox-beta-bin: 51.0b8 -> 54.0b13

* firefox-devedition-bin: init at 54.0b14

Firefox DevEdition became a new product of Mozilla and is "repackaged"
Firefox Beta with its own release channel and six weeks release cycle as
other channels. It is no longer being built on nightly basis

* updated the update.nix script to facilitata firefox-devedition-bin

* disabling automatic updates by pointing to non existing channel

* f firefoxWrapper looks for gtk3 attribute to wrap the executable gtk3 to wrap the binary with needed ``XDG_DATA_DIRS``
2017-06-08 15:33:24 +02:00
Jörg Thalheim 340b3148c6 Merge pull request #26425 from uskudnik/idea-ultimate-minor-2017.1.3
idea.idea-ultimate: 2017.1.2 -> 2017.1.3
2017-06-08 09:32:02 +01:00
Joachim Fasting 5b5f3f542a
tor-browser-bundle-bin: 6.5.2 -> 7.0
Now requires pulseaudio for audio playback.

https://blog.torproject.org/blog/tor-browser-70-released
2017-06-07 19:08:25 +02:00
Shea Levy 5365166a5d Merge branch 'zoom-us' of git://github.com/danbst/nixpkgs 2017-06-07 12:24:42 -04:00
Urban Škudnik df8837ccfa jetbrains.idea-ultimate: 2017.1.2 -> 2017.1.3 2017-06-07 17:17:28 +02:00
danbst 7179b01199 zoom-us: little fixes after review by @k0001 2017-06-07 17:20:00 +03:00
Duarte David 0f3ca3f1f6 teamspeak_server: 3.0.13.5 -> 3.0.13.6 2017-06-07 15:30:08 +02:00
Duarte David b509cd4a16 teamspeak_client: 3.0.19.4 -> 3.1.4 2017-06-07 15:29:22 +02:00
Jan Malakhovski 6696378911 ImageMagick: 6.9.8-6 -> 6.9.8-9 2017-06-07 15:27:03 +02:00
SLNOS e7ca6cd176 firefoxPackages: tor-browser: use gtk2 by default (like tor-browser-bin does) 2017-06-07 11:56:27 +00:00
danbst e9da05ee8b zoom-us: init at 2.0.91373.0502
Actually, reintroduce after removal (bb99babc5a)
and use bundled Qt.
2017-06-07 12:01:01 +03:00
Ryan Mulligan 110e03897f xterm: install desktop file and icon 2017-06-07 07:31:49 +02:00
Franz Pletz 48996dba46
gitlab: fix build, add nokogiri exception to Gemfile.lock 2017-06-07 06:55:39 +02:00
Franz Pletz 5788bd82c1
synergy: broken on darwin 2017-06-07 06:14:18 +02:00
Franz Pletz dc1473efd3 Merge pull request #26432 from benley/synergy-1.8.8
synergy: 1.7.6 -> 1.8.8
2017-06-07 06:13:07 +02:00
Franz Pletz e864345d37
irssi: 1.0.2 -> 1.0.3 (security)
See https://irssi.org/security/irssi_sa_2017_06.txt.
2017-06-07 05:59:28 +02:00
Benjamin Staffin 1800838364
synergy: 1.7.6 -> 1.8.8 2017-06-06 16:38:30 -04:00
Tim Steinbach d7a5f07650 Merge pull request #26398 from NeQuissimus/git_2_13_1
git: 2.13.0 -> 2.13.1
2017-06-06 13:18:50 -04:00
Ambroz Bizjak 8f4619bb3d kdevelop: 5.0.4 -> 5.1.1
Including also a patch for bug https://bugs.kde.org/show_bug.cgi?id=379433
which is a quite annoying regression from 5.0.4. The patch is the same as
the change committed upstream.
2017-06-06 18:50:43 +02:00
José Luis Lafuente 0a280a3460
hyper: 1.3.1 -> 1.3.3 2017-06-06 14:47:35 +02:00
Jörg Thalheim 17e9420726 Merge pull request #26408 from jluttine/add-rssguard
rssguard: init at 3.4.0
2017-06-06 06:36:32 +01:00
Jörg Thalheim 85aa14fa37
rssguard: use fetchgit; wrapGAppsHook 2017-06-06 06:34:29 +01:00
Peter Hoeg 086c2efb19 syncthing: 0.14.28 -> 0.14.29 2017-06-06 10:30:52 +08:00
Franz Pletz ddff44364f Merge pull request #26375 from midchildan/fix-virt-manager
virtmanager: Fix python import error
2017-06-06 04:17:04 +02:00
Jörg Thalheim dffec16abd Merge pull request #26410 from kierdavis/hooks
Fix hooks not being called when overriding phases in various packages
2017-06-05 22:23:01 +01:00
Jörg Thalheim 3a40dbced2 Merge pull request #26337 from johnramsden/ipmiview
Ipmiview: 2.11.0 -> 2.12.0
2017-06-05 22:15:58 +01:00
Joachim F d2ac9b192a Merge pull request #25435 from volth/far2l-desktop
far2l: add .desktop file
2017-06-05 19:17:26 +01:00
Jaakko Luttinen fe53a6c17c
rssguard: init at 3.4.0 2017-06-05 21:14:29 +03:00
Kier Davis b81124b4fb
Fix hooks not being called when overriding phases in various packages
It's necessary to do this in order to fix ckb's compilation, now that
fixupPhase rejects derivation results containing references to the temporary
build directory. It seems like good practice so I've added it to the
other packages that I maintain.
2017-06-05 19:13:19 +01:00
Joachim F 4dda105db6 Merge pull request #26370 from gnidorah/master5
rambox: 0.5.3 -> 0.5.9
2017-06-05 18:31:01 +01:00