worldofpeace
41bfe6ff7b
Merge pull request #71011 from worldofpeace/nm-1.20.4
...
networkmanager: 1.20.2 -> 1.20.4
2019-10-14 22:42:32 +00:00
worldofpeace
9058ad8c74
dnsmasq: fix build with nettle 3.5
2019-10-14 18:25:28 -04:00
worldofpeace
ea7918fd0d
networkmanager: 1.20.2 -> 1.20.4
...
* fix-paths.patch
We had to add a diff to revert [0] as it makes it use the python
from meson which won't be the specific pythonForDocs that
has pygobject (breaking the build). Unfortunate that upstream
made assumptions like "Of course, who needs a way to invoke
the interpreter that works accross different distributions!"
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.20.4/NEWS
[0]: c162dc00e5
2019-10-14 15:15:18 -04:00
Eric Culp
90be4c2c78
pythonPackages.setuptools: Remove windows files and make reproducible
...
- setuptools includes *.exe files by default, but can be excluded with an ENV variable.
- setuptools was built as an egg, which had reproducibility problems. Instead use a wheel
These are various *.exe and *.xml files used only on windows. setuptools
includes them by default since it normally creates a single release for
all operating systems.
This reduces the size from 1020.0K to 801.6K according to `nix-path -sh`.
The egg is a zip file. setuptools leaves timestamps in the egg,
which makes the build unreproducible. Unfortunately the files aren't
compressed so the size of setuptools increases to 2.3M from 0.8M
according to `nix path-info -sh`.
With this change, setuptools is reproducible according to
nix-build -A python37Packages.setuptools --check
2019-10-14 08:44:43 +02:00
Thomas Tuegel
dd6261cabe
Merge pull request #60701 from r-ryantm/auto-update/poppler-utils
...
poppler_utils: 0.74.0 -> 0.79.0
2019-10-13 10:06:08 -05:00
Dmitry Kalinkin
5d19c11efe
Merge pull request #70997 from veprbl/pr/cmake_iframework
...
cmake: process -iframework in setup-hook
2019-10-13 07:33:35 -04:00
Sergei Trofimovich
697429c98a
re2c: enable parallel building, enable tests
...
Parallel builds speed up building considerably.
Tests don't add much of an overhead.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-10-12 08:57:21 -05:00
Sergei Trofimovich
7ebe962177
re2c: 1.0.3 -> 1.2.1
2019-10-12 08:57:21 -05:00
Vladimír Čunát
51b416e733
Merge #70289 : glibc: patch CVE-2018-11236, CVE-2018-11237
...
into staging
2019-10-12 10:02:43 +02:00
Jan Tojnar
e2e3861d6b
Merge branch 'staging-next' into staging
2019-10-12 00:51:55 +02:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next
2019-10-12 00:50:21 +02:00
Dmitry Kalinkin
c8041d97a5
cmake: process -iframework in setup-hook
...
This fixes a regression in #26197
Fixes: f496357585
('cc-wrapper: use -iframework instead of -F')
2019-10-11 18:48:16 -04:00
Renaud
8b57a7573c
Merge pull request #70746 from doronbehar/update-wmc-mpris
...
wmc-mpris: unstable-2019-07-24 -> 0.1.0
2019-10-12 00:06:08 +02:00
Renaud
05ab1cc756
Merge pull request #70950 from ktor/bcompare-4.3.0.24364
...
bcompare: 4.2.10.23938 -> 4.3.0.24364
2019-10-11 23:46:58 +02:00
Edmund Wu
7d9706275d
python3Packages.asyncpg: 0.18.3 -> 0.19.0
2019-10-11 14:29:01 -07:00
Maximilian Bosch
819669081a
Merge pull request #70992 from avdv/wtf-0.23.0
...
wtf: 0.22.0 -> 0.23.0
2019-10-11 23:15:42 +02:00
Herwig Hochleitner
13e3b03d1b
chromium: restore versionRange utility
...
This partially reverts commit
f45798e544
.
cc @ivan I'd like to have that left in, because it's very useful for
gcc compiles, when necessary patches often span multiple releases,
i.e. for aarch64 builds
2019-10-11 23:00:29 +02:00
Florian Klink
74008e2c3c
Bazel test shebangs ( #66723 )
...
Bazel test shebangs
2019-10-11 22:50:03 +02:00
Claudio Bley
5d44699942
wtf: 0.22.0 -> 0.23.0
2019-10-11 22:38:00 +02:00
Ivan Kozik
f45798e544
chromium: 77.0.3865.90 -> 77.0.3865.120
...
CVE-2019-13693 CVE-2019-13694 CVE-2019-13695 CVE-2019-13696
CVE-2019-13697
Disable jumbo mode because upstream dropped support for it.
(See chromium-dev "We're removing support for the jumbo build")
This makes builds take about 3x as long, but we have no alternative.
2019-10-11 22:32:18 +02:00
Marek Mahut
ccc06a7e01
Merge pull request #70798 from r-ryantm/auto-update/subgit
...
gitAndTools.subgit: 3.3.7 -> 3.3.8
2019-10-11 22:08:47 +02:00
Maximilian Bosch
b6237fb589
python3Packages.diff-match-patch: fix build
...
Rather than using autodiscovery, the checkPhase should import
`__init__.py` from `diff_match_patch.tests to execute all relevant
tests. Otherwise several python2-related tests are executed in a py3 env
and break the build.
See also: https://hydra.nixos.org/build/102482273
2019-10-11 21:49:40 +02:00
Andreas Herrmann
1f3187c1b2
bazel: Comment on python versions.
2019-10-11 21:44:28 +02:00
Andreas Herrmann
1987d86007
bazel: shebang-test: Test for all bin/env ...
...
Fail on any form of `bin/env ...` shebang.
2019-10-11 21:44:28 +02:00
Andreas Herrmann
f6572b4e64
bazel: patch #!/usr/bin/env bash
...
To point to the custom bash instead of `/nix/store.../bin/env bash`.
2019-10-11 21:44:28 +02:00
Andreas Herrmann
d132d47199
bazel: shebang-test: pass bazel dir in Nix
2019-10-11 21:44:28 +02:00
Andreas Herrmann
7429acdea1
bazel: Test that all shebangs are patched correctly
2019-10-11 21:44:28 +02:00
Dmitry Kalinkin
b32d6f1c16
Merge pull request #70987 from freepotion/update-my-email
...
maintainer-list.nix: email update
2019-10-11 15:42:50 -04:00
Florian Klink
a0380cbfe9
bazel: fix build on macosx
2019-10-11 21:41:23 +02:00
Guillaume Bouchard
7e5b2e74b7
bazel: 0.29 -> 1.0
2019-10-11 21:41:23 +02:00
Florian Klink
d0592798d5
Merge pull request #70988 from mweinelt/pr/master/babeld/pname
...
babeld: name -> pname
2019-10-11 21:37:34 +02:00
Martin Weinelt
bb781ceb86
babeld: name -> pname
2019-10-11 21:34:59 +02:00
Florian Klink
83f231a0f2
Merge pull request #70764 from xfix/nixpkg-mullvad-remove-systemd-service-copying
...
mullvad: remove unnecessary systemd service copying in installation
2019-10-11 21:23:08 +02:00
Free Potion
39aabbfd22
maintainer-list.nix: email update
2019-10-11 21:47:32 +03:00
Tor Hedin Brønner
5b7c900192
nixos/gdm: do not restart on reload switch ( #70357 )
...
Not entirely sure how this works, but this does seem to fix reload switch
killing the current graphical session.
2019-10-11 20:07:16 +02:00
Florian Klink
fb5f649bc9
Merge pull request #70881 from xfix/virtualbox-update
...
virtualbox: 6.0.10 -> 6.0.12
2019-10-11 19:24:12 +02:00
worldofpeace
61817ae9ae
Merge pull request #70935 from schmittlauch/cawbird-1.0.2
...
cawbird: 1.0.1 -> 1.0.2
2019-10-11 17:05:18 +00:00
Renaud
c3549e8ec7
Merge pull request #70799 from r-ryantm/auto-update/unetbootin
...
unetbootin: 661 -> 675
2019-10-11 18:14:18 +02:00
Florian Klink
1aad3acf15
nixos/gitlab: Don't print sensitive data to log on startup ( #70861 )
...
nixos/gitlab: Don't print sensitive data to log on startup
2019-10-11 18:10:16 +02:00
Renaud
a7c52c451e
Merge pull request #70805 from r-ryantm/auto-update/x265
...
x265: 3.1.1 -> 3.2
2019-10-11 17:38:57 +02:00
Eelco Dolstra
328796d734
makeInitrd: Use stdenvNoCC
2019-10-11 17:12:09 +02:00
Eelco Dolstra
cae6db88d3
nukeReferences: Use stdenvNoCC
2019-10-11 17:12:09 +02:00
Renaud
b943338ea5
Merge pull request #70806 from r-ryantm/auto-update/virt-what
...
virt-what: 1.19 -> 1.20
2019-10-11 14:20:27 +02:00
Michael Weiss
0439282fb8
dav1d: 0.4.0 -> 0.5.0
...
Release notes: https://code.videolan.org/videolan/dav1d/-/tags/0.5.0
Changelog: https://code.videolan.org/videolan/dav1d/blob/0.5.0/NEWS
2019-10-11 14:05:58 +02:00
Renaud
5f2431e004
Merge pull request #70913 from romildo/upd.plano-theme
...
plano-theme: 3.32-1 -> 3.34-1
2019-10-11 14:02:13 +02:00
Renaud
b8ae6d363b
Merge pull request #70914 from romildo/upd.zuki-themes
...
zuki-themes: 3.32-4 -> 3.34-1
2019-10-11 14:01:38 +02:00
Renaud
1d9268e1dc
Merge pull request #70916 from romildo/upd.stilo-themes
...
stilo-themes: 3.32-3 -> 3.34-1
2019-10-11 14:01:06 +02:00
Renaud
1edc53803c
Merge pull request #70918 from romildo/upd.ambar-theme
...
amber-theme: init at 3.34-1
2019-10-11 14:00:24 +02:00
Frederik Rietdijk
1b8f8a65ba
python38: 3.8.0b3 -> 3.8.0rc1
2019-10-11 13:57:18 +02:00
Renaud
91e1a6d0df
Merge pull request #70928 from romildo/upd.shades-of-gray-theme
...
shades-of-gray-theme: 1.1.9 -> 1.2.0
2019-10-11 13:50:33 +02:00