Commit graph

120662 commits

Author SHA1 Message Date
Orivej Desh 37215ff7ab qsyncthingtray: fix build 2017-11-17 03:06:05 +00:00
Orivej Desh 031367af2b qt56.qtwebengine: fix build
Delete the patch, it has been integrated into Qt 5.6.3.
2017-11-17 02:51:58 +00:00
Orivej Desh 76ed35a42d
Merge pull request #31761 from Ralith/stdman
stdman: d860212 -> 2017.04.02
2017-11-17 01:34:44 +00:00
Benjamin Saunders b1fa601f17 stdman: d860212 -> 2017.04.02 2017-11-16 16:35:29 -08:00
Orivej Desh 963204e6ee
Merge pull request #31753 from mbld/show-ip
nixos-container: Make show-ip work together with ipv4 + netmask
2017-11-17 00:32:56 +00:00
Orivej Desh 202912d617
Merge pull request #31647 from marsam/feature/update-hg-git
hg-git: 0.8.5 -> 0.8.10
2017-11-17 00:12:32 +00:00
Orivej Desh 8fe4439840
Merge pull request #31524 from gbuisson/master
jackett: use mono50
2017-11-17 00:05:45 +00:00
Guillaume Buisson bc8b645d85 jackett: use mono50
jackett is crashing using mono 4.x+, switch to mono50
2017-11-17 00:04:36 +00:00
Orivej Desh ca84443626 hg-git: disable with python3
It is not importable from Python 3 and it is a plugin for mercurial, which is a
Python 2 application.
2017-11-16 23:51:06 +00:00
Mario Rodas 8e207587b1 hg-git: 0.8.5 -> 0.8.10 2017-11-16 23:36:21 +00:00
Orivej Desh d6d96c3274
Merge pull request #31756 from bkchr/heaptrack
heaptrack: 2017-02-14 -> 2017-10-30
2017-11-16 23:19:14 +00:00
Orivej Desh 3baeb1c356
Merge pull request #31530 from woffs/shotcut-17.11
shotcut: 17.09 -> 17.11
2017-11-16 21:31:13 +00:00
Orivej Desh c8aa1483b1
Merge pull request #31646 from yrashk/30645-fish
fish-foreign-env: suppress additional harmless warnings
2017-11-16 21:27:07 +00:00
Orivej Desh 502539e2c8
Merge pull request #31672 from matklad/up-jetbrains
jetbrains IDEs minor version updates
2017-11-16 21:20:40 +00:00
Orivej Desh e62de88d11
Merge pull request #31721 from vbgl/proofgeneral-20171106
proofgeneral_HEAD: 2017-05-06 -> 2017-11-06
2017-11-16 20:54:49 +00:00
Orivej Desh e7521b2064
Merge pull request #31735 from dywedir/fd
fd: install shell completions
2017-11-16 20:50:37 +00:00
Orivej Desh a368bbb57d
Merge pull request #31024 from yegortimoshenko/xfce4-panel/gettext
xfce4-panel: patch gettext in xfce4-popup-* scripts, fixes #30033
2017-11-16 20:49:34 +00:00
Orivej Desh a131ab23e2
Merge pull request #31023 from yegortimoshenko/xfce4-settings/libinput
xfce4-settings: build w/ xorg-libinput, make some dependencies optional
2017-11-16 20:41:23 +00:00
Orivej Desh 28ebb17f46 xfce4-settings: enable parallel building 2017-11-16 20:40:33 +00:00
Thomas Tuegel 2d4dc7d0bd
Merge pull request #31742 from ttuegel/dropbox/keyboard
dropbox: install xkeyboardconfig for input
2017-11-16 14:35:58 -06:00
Orivej Desh e188747d89 gcc-snapshot: mark as broken
It is older than gcc7 and fails to compile due to ucontext_t changes in glibc 2.26.
2017-11-16 20:22:10 +00:00
Bastian Köcher 51c35c9524 heaptrack: 2017-02-14 -> 2017-10-30 2017-11-16 21:20:04 +01:00
Orivej Desh 737e415820
Merge pull request #31534 from yegortimoshenko/patch-7
CODEOWNERS: exclude lib/maintainers.nix
2017-11-16 20:11:22 +00:00
Orivej Desh 0de5c4afd9
Merge pull request #31693 from romildo/fix.enlightenment
enlightenment: fix names of setuid wrapped files
2017-11-16 20:07:24 +00:00
Orivej Desh 2d2e503d2a
Merge pull request #31749 from ryantm/mattermost-4.4.0
mattermost: 4.3.0 -> 4.4.0
2017-11-16 20:02:08 +00:00
Orivej Desh bd074bf60d
Merge pull request #31750 from ryantm/matterbridge-1.4.1
matterbridge: 1.1.0 -> 1.4.1
2017-11-16 20:01:35 +00:00
Orivej Desh f79e3e237f
Merge pull request #31618 from adisbladis/zfs-tests
Add basic ZFS tests
2017-11-16 20:00:16 +00:00
Orivej Desh 354a6fcfab
Merge pull request #31515 from adisbladis/networkmanager-1_10_0
networkmanager: 1.8.2 -> 1.10.0
2017-11-16 19:58:06 +00:00
Martin Bornhold 25b71e18f5 nixos-container: Modify existing test to cover show-ip command
Modified the existing test to check that the 'nixos-container show-ip' command
can handle ipv4 addresses with submask in CIDR notation.
2017-11-16 20:25:45 +01:00
Martin Bornhold ac7edeebfd nixos-container: Make show-ip work together with ipv4 + netmask
The containers local address can be given as ipv4 only or with a subnetmask in
CIDR notation in the container configuration, see [1]. This works fine but the
'nixos-container show-ip' only supports plain ipv4 addresses without the netmask
suffix.

Changed the regex to also match in case of a CIDR netmask suffix.

[1] 9939032e35/nixos/modules/virtualisation/containers.nix (L382)
2017-11-16 20:25:45 +01:00
Tim Steinbach 55851579d9
linux-copperhead: 4.13.12.a -> 4.13.13.a 2017-11-16 13:58:47 -05:00
Ryan Mulligan dad3d0f48c matterbridge: 1.1.0 -> 1.4.1 2017-11-16 10:29:30 -08:00
Franz Pletz c96cc5ddf1
Merge pull request #31745 from elitak/simple
fix ACME TOS hash mismatch
2017-11-16 19:26:12 +01:00
Parnell Springmeyer cb11bf73a5 nixos/nghttpx: add module for the nghttpx proxy server (#31680)
* nghttpx: Add a new NixOS module for the nghttpx proxy server

This change also adds a global `uid` and `gid` for a `nghttpx` user
and group as well as an integration test.

* nixos/nghttpx: fix building manual
2017-11-16 18:21:02 +00:00
Ryan Mulligan 8ac31ff4da mattermost: 4.3.0 -> 4.4.0 2017-11-16 10:00:29 -08:00
Orivej Desh 8bd10a17c6 breakpad: delete
This library does not compile with the current glibc and is unused since
74f7db075a.
2017-11-16 20:43:33 +03:00
Eric Litak be3806830c simp_le: 0.2.0 -> 0.6.1 2017-11-16 09:14:33 -08:00
Eric Litak 8307427b17 certbot: 0.11.1 -> 0.19.0 2017-11-16 09:14:27 -08:00
Orivej Desh 15ba4a5cfd afl: 2.51b -> 2.52b
Fix build with glibc 2.26.

Tracking issue: #31696
2017-11-16 17:11:10 +00:00
Orivej Desh a5df25ce10 scantailor: remove boost version override 2017-11-16 16:21:41 +00:00
Orivej Desh 9fea37639d freecad: remove boost version override 2017-11-16 16:15:57 +00:00
Orivej Desh 3c4f52ad47 k3d: remove boost version override 2017-11-16 16:15:57 +00:00
Orivej Desh ee7c81f021 hhvm: remove boost version override
Enable parallel building because it works now and it was disabled for a much older version.
2017-11-16 16:15:57 +00:00
Orivej Desh 0b87f3de03 clementine: remove boost version override 2017-11-16 16:15:57 +00:00
Orivej Desh dc8857efbe clickhouse: remove boost version override 2017-11-16 16:15:57 +00:00
Ollie Charles d6f14e9fc8 fava: 1.5 -> 1.6 2017-11-16 15:36:33 +00:00
Thomas Tuegel 18cc8d482d
dropbox: install xkeyboardconfig for input
Qt applications running in an FHS env need to have xkeyboardconfig installed for
keyboard input.

Resolves: #31741
2017-11-16 09:26:39 -06:00
Orivej Desh c9acc59aff
Merge pull request #31740 from WhatNodyn/factorio-version
factorio: 0.15.34 -> 0.15.37
2017-11-16 15:05:03 +00:00
Neil Cecchini fd8a174868 factorio: 0.15.34 -> 0.15.37 2017-11-16 15:48:00 +01:00
zimbatm 2d95a6ab22
Merge pull request #31709 from ilya-kolpakov/google-cloud-sdk-fix
google-cloud-sdk: disable gce as a dependency by default (fixes #31369)
2017-11-16 14:36:35 +00:00