162782 Commits

Author SHA1 Message Date
Frederik Rietdijk
bc1468fae6 python: buildbot: 1.4.0 -> 1.5.0 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
b00f4a2178 python: botocore: 1.10.84 -> 1.12.37 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
bdef3e6c05 python: bokeh: 1.0.0 -> 1.0.1 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
ac71c0a634 python: blessings: 1.6 -> 1.7 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
a61c10b3a2 python: bleach: 2.1.4 -> 3.0.2 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
52a86ad768 python: azure-servicemanagement-legacy: 0.20.1 -> 0.20.6 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
808f407439 python: azure-nspkg: 1.0.0 -> 3.0.2 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
95569262bb python: azure-mgmt-storage: 0.20.0 -> 3.0.0 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
4218dc2ba7 python: azure-mgmt-resource: 0.20.1 -> 2.0.0 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
8d58469a61 python: azure-mgmt-nspkg: 1.0.0 -> 3.0.2 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
a944d0fcc8 python: azure-mgmt-network: 0.20.1 -> 2.2.1 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
2e2916b647 python: azure-mgmt-compute: 0.20.0 -> 4.3.1 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
9de8d9bda6 python: azure-common: 1.0.0 -> 1.1.16 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
149b48d73f python: azure: 0.11.0 -> 4.0.0 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
b93aab2d89 python: aws-xray-sdk: 1.1.2 -> 2.2.0 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
0557a566ba python: aws-sam-translator: 1.6.1 -> 1.8.0 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
a0f18dcbea python: aws-adfs: 0.12.1 -> 1.12.2 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
afca3626f9 python: awkward: 0.3.0 -> 0.4.3 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
bf271cbcf1 python: av: 0.5.3 -> 6.0.0 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
6ed588816d python: attrs: 18.1.0 -> 18.2.0 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
e9db9aca94 python: atomicwrites: 1.1.5 -> 1.2.1 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
8ae6e4cc90 python: argh: 0.26.1 -> 0.26.2 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
dabe54f373 python: alembic: 1.0.0 -> 1.0.2 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
2f7b1fd06b python: aiohttp-jinja2: 1.0.0 -> 1.1.0 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
b7ecee98e7 python: aioeventlet: 0.4 -> 0.5.1 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
c9c0bbc68c python: absl-py: 0.4.1 -> 0.6.1 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
c89b05e26f python: Flask-PyMongo: 2.1.0 -> 2.2.0 2018-12-03 16:50:28 +01:00
eburimu
57c801fa59 gperf: fix cross compilation (#51210)
* fix: gperf 3.0 cross compilation

* fix: gperf-30 cross compilation, remove unused parameter
2018-12-03 09:49:12 -06:00
Matthew Bauer
357732e6a3
Merge pull request #50936 from tathougies/travis/dhcpcd-runtime-shell
dhcpcd: Use runtimeShell in dhcpcd-run-hooks
2018-12-03 09:48:38 -06:00
Alexey Lebedeff
caed71efb6 nvidia_legacy_340: Remove unneeded/failing patch
The patch is not applying and no longer needed after upgrade in
045575e744cd581a20929c63590d9b555099c22d. Now the same result is
achieved by the following lines in the driver package itself:

    #if defined(NV_DRM_LEGACY_PCI_INIT_PRESENT)
    #define nv_drm_pci_init drm_legacy_pci_init
    #define nv_drm_pci_exit drm_legacy_pci_exit
    #else
    #define nv_drm_pci_init drm_pci_init
    #define nv_drm_pci_exit drm_pci_exit
    #endif
2018-12-03 16:14:16 +01:00
Matthew Bauer
f1a111bbc5
Merge pull request #51408 from matthewbauer/disable-subsecond-gnumake
gnumake: disable subsecond mtime on darwin
2018-12-03 08:32:59 -06:00
Matthew Bauer
26de2d1780 gnumake: disable subsecond mtime on darwin
gnumake can support subsecond mtimes if it is available. But Darwin
doesn’t support setting subsecond mtimes until 10.13! So we can just
disable this check to avoid the issue where most of our built tools
use seconds but make uses nanoseconds. Might fix some parallel issues
along the way.

Fixes #51221
2018-12-03 08:31:57 -06:00
Tim Steinbach
ee1f6e20b2
slack: Add dark-mode version 2018-12-03 08:12:05 -05:00
John Ericson
4112aec98c
Merge pull request #51376 from Izorkin/jemalloc
jemalloc: add option disable-initial-exec-tls
2018-12-03 08:03:08 -05:00
worldofpeace
5198a4c3d4
Merge pull request #51358 from ivan/libtorrent-1.1.11
libtorrentRasterbar: 1.1.10 -> 1.1.11
2018-12-03 08:00:43 -05:00
John Ericson
617c2a36eb
Merge pull request #51317 from bjornfor/audit-tmpdir
audit-tmpdir hook: use abspath matching on RPATH entries
2018-12-03 07:59:56 -05:00
Tim Steinbach
3b2bf761df
linux: 4.20-rc4 -> 4.20-rc5 2018-12-03 07:43:04 -05:00
Jörg Thalheim
01d864c705
Merge pull request #51434 from Mic92/nix-review
nix-review: 0.6.1 -> 1.0.1
2018-12-03 12:09:22 +00:00
Roman Volosatovs
d59498f653
vimPlugins: update 2018-12-03 13:08:10 +01:00
Michael Raskin
34efe45ef8
Merge pull request #51418 from symphorien/dsniff
dsniff: init at 2.4b1
2018-12-03 11:46:55 +00:00
Tor Hedin Brønner
7aa8b68ab7 geoclue: fix gobject-introspection naming
gobjectIntrospection is now named gobject-introspection.
2018-12-03 12:37:22 +01:00
Frederik Rietdijk
2968332fa8 Merge staging-next into staging 2018-12-03 12:19:23 +01:00
Frederik Rietdijk
a510aa2672 Merge master into staging-next 2018-12-03 12:18:43 +01:00
Frederik Rietdijk
077b7e5880 Merge staging into staging-next 2018-12-03 12:13:20 +01:00
Kevin Rauscher
57ec5d0edc bloop: 1.0.0 -> 1.1.0 2018-12-03 12:01:58 +01:00
Johannes Frankenau
de23f0b922 iwd: 0.11 -> 0.12 2018-12-03 11:52:28 +01:00
Renaud
e869896d00
Merge pull request #51411 from jfrankenau/update-ntfy
ntfy: 2.6.0 -> 2.7.0
2018-12-03 11:31:53 +01:00
Renaud
4cde69ad9a
Merge pull request #50448 from MatrixAI/mnist
mnist: init at 2018-11-16
2018-12-03 11:29:01 +01:00
Jörg Thalheim
53f1ffa4d3
nix-review: 0.6.1 -> 1.0.1
- use nix build instead of nix-build
- writes per-build log in the current working directory
- symlinks the builds in the current working directory
- detects & deduplicates build aliases
- markdown reports
- filter builds by regex
- generate nix expression files that can be build by the user
2018-12-03 10:12:03 +00:00
Jörg Thalheim
60ede4d711
Merge pull request #51424 from marsam/feature/update-pyre
pyre: 0.0.17 -> 0.0.18
2018-12-03 08:47:28 +00:00