Frederik Rietdijk
d92ca7a7a0
python: cffi: 1.12.1 -> 1.12.2
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
272c9362c8
python: awkward: 0.8.14 -> 0.8.15
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
c4d7f94780
python: autopep8: 1.4.3 -> 1.4.4
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
8baeed4560
python: atomman: 1.2.4 -> 1.2.5
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
76672a4cb0
python: astropy-helpers: 3.1 -> 3.1.1
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
ac5fad1088
python: astroid: 1.6.5 -> 1.6.6
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
1ec2cb1d04
python: argcomplete: 1.9.4 -> 1.9.5
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
cfb9fd898a
python: ansible-runner: 1.3.0 -> 1.3.2
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
5111d50796
python: alembic: 1.0.7 -> 1.0.9
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
0a323058b3
python: aioconsole: 0.1.13 -> 0.1.14
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
ff5b3300df
python: agate-sql: 0.5.3 -> 0.5.4
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
90f5832c8c
python: absl-py: 0.7.0 -> 0.7.1
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
335d7bc2fe
python: Mako: 1.0.7 -> 1.0.9
2019-04-18 12:42:39 +02:00
Frederik Rietdijk
5621a0ae35
python: Cython: 0.29.5 -> 0.29.7
2019-04-18 12:42:39 +02:00
worldofpeace
383c35e827
gnome3.rygel: fix build
...
Fixes #59815
* add patch for installation sysconfdir
* disable api docs
2019-04-18 06:37:01 -04:00
Alyssa Ross
9289a39a69
ruby_2_6: 2.6.2 -> 2.6.3 ( #59783 )
2019-04-18 12:09:48 +02:00
Bas van Dijk
285fd3c05a
nixos/prometheus: abstract over optional option creation
2019-04-18 11:55:43 +02:00
Domen Kožar
9bc23f31d2
Merge pull request #48337 from transumption/201810/nginx-etag
...
nginx: if root is in Nix store, use path's hash as ETag
2019-04-18 16:41:49 +07:00
Maximilian Bosch
b9cacc1de1
nix-zsh-completions: 0.4.2 -> 0.4.3
...
Added new completions for `nixos-build-vms`[1].
See https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.3
[1] https://github.com/NixOS/nixpkgs/pull/55121 added support for
`--option`.
2019-04-18 11:35:57 +02:00
Domen Kožar
f27690a252
atom: bump
2019-04-18 16:22:13 +07:00
Yurii Rashkovskii
7ad178d8d9
AgdaStdlib: 0.17 -> 1.0
2019-04-18 16:12:54 +07:00
Dan Callahan
13e7463a57
gnome3.mutter: 3.32.0 -> 3.32.1
2019-04-18 09:29:48 +01:00
Michael Weiss
fab6d810b5
signal-desktop: 1.24.0 -> 1.24.1
2019-04-18 10:14:50 +02:00
aszlig
1f24685d93
nginx/etag-patch: Use Nix store dir from build env
...
So far, the Nix store directory was hardcoded and if someone uses a
different Nix store directory the patch won't work. Of course, this is
pretty uncommon, but by not only substituting the store directory but
also the length of it we also save a few calls to ngx_strlen(), which
should save us a few cycles.
Signed-off-by: aszlig <aszlig@nix.build>
2019-04-18 10:07:55 +02:00
Jorge Acereda
b7a41a280f
cairo: make x11 optional, disabled on darwin
2019-04-18 09:41:29 +02:00
Jorge Acereda
bd878ef083
pango: make x11 optional, disabled on darwin
2019-04-18 09:41:29 +02:00
aszlig
d533285224
nixos/tests/nginx: Add subtest for Nix ETag patch
...
This is to make sure that we get different ETag values whenever we
switch to a different store path but with the same file contents.
I've checked this against the old behaviour without the patch and it
fails as expected.
Signed-off-by: aszlig <aszlig@nix.build>
2019-04-18 09:41:13 +02:00
aszlig
af5a3ce474
nginx: Fix memleak in nix-etag patch
...
The original patch introduced a new "real" variable which gets populated
(and allocated) via ngx_realpath(). It's properly freed in error
conditions but it won't be freed if ngx_http_set_etag returns
successfully.
Adding another ngx_free() just before returning fixes that memory leak.
I also fixed a small indentation issue along the way.
Signed-off-by: aszlig <aszlig@nix.build>
2019-04-18 09:40:13 +02:00
Yegor Timoshenko
1da8eec00f
nginx: handle impure symlinks in ETag patch
2019-04-18 09:40:11 +02:00
Yegor Timoshenko
f03302b636
nginx: check for realpath() == NULL in ETag patch
...
Thanks to Gabriel Ebner!
2019-04-18 09:40:09 +02:00
Yegor Timoshenko
135d54f535
nginx: if root is in Nix store, use path's hash as ETag
...
Resolves #25485 . Usage example:
$ realpath /var/www
/nix/store/wnrhnnpdj3x50j5xz38zp1qxs1ygwccw-site
$ curl --head localhost
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 28 Sep 2018 06:09:25 GMT
Content-Type: text/html
Content-Length: 50
Last-Modified: Thu, 01 Jan 1970 00:00:01 GMT
Connection: keep-alive
ETag: "wnrhnnpdj3x50j5xz38zp1qxs1ygwccw"
Accept-Ranges: bytes
2019-04-18 09:40:06 +02:00
nyanloutre
676a77a5e5
wine-mono: 4.8.0 -> 4.8.2
2019-04-18 09:27:10 +02:00
nyanloutre
e2adc64175
wine{unstable,staging}: 4.5 -> 4.6
2019-04-18 09:27:10 +02:00
bb010g
d79aad43a3
pyflame: fix builds & support 3.7
2019-04-18 09:12:27 +02:00
R. RyanTM
759b542e5a
mkvtoolnix: 32.0.0 -> 33.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mkvtoolnix/versions
2019-04-18 08:51:25 +02:00
R. RyanTM
057091f0fa
postsrsd: 1.5 -> 1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postsrsd/versions
2019-04-18 08:51:02 +02:00
R. RyanTM
7eacaca13d
pmd: 6.12.0 -> 6.13.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pmd/versions
2019-04-18 08:50:45 +02:00
R. RyanTM
b249f2c2d9
yubico-piv-tool: 1.6.2 -> 1.7.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yubico-piv-tool/versions
2019-04-18 08:50:21 +02:00
R. RyanTM
cfaa5014c1
libu2f-host: 1.1.7 -> 1.1.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libu2f-host/versions
2019-04-18 08:49:43 +02:00
R. RyanTM
e9c36ec81b
lnav: 0.8.4 -> 0.8.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lnav/versions
2019-04-18 08:49:00 +02:00
R. RyanTM
17dd396fd7
librealsense: 2.19.0 -> 2.20.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librealsense/versions
2019-04-18 08:48:37 +02:00
R. RyanTM
53f69f0ba2
libp11: 0.4.9 -> 0.4.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libp11/versions
2019-04-18 08:48:22 +02:00
R. RyanTM
77736c47fe
libnabo: 1.0.6 -> 1.0.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libnabo/versions
2019-04-18 08:47:56 +02:00
R. RyanTM
dc1b0631e3
libltc: 1.3.0 -> 1.3.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libltc/versions
2019-04-18 08:47:18 +02:00
R. RyanTM
f9505a1e1c
vulkan-headers: 1.1.101.0 -> 1.1.106
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vulkan-headers/versions
2019-04-18 08:46:48 +02:00
R. RyanTM
55542f0cfb
zotero: 5.0.60 -> 5.0.66
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zotero/versions
2019-04-18 08:43:31 +02:00
Will Dietz
e1c7c1981a
libcap: 2.26 -> 2.27
...
https://sites.google.com/site/fullycapable/release-notes-for-libcap/releasenotesfor227
2019-04-18 08:43:05 +02:00
R. RyanTM
20194c1bef
xmrig-proxy: 2.14.0 -> 2.14.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xmrig-proxy/versions
2019-04-18 08:42:21 +02:00
Edmund Wu
f8eed03044
vscode: patch proper executable
2019-04-18 08:41:32 +02:00
Ben Wolsieffer
aa2468f4a1
cracklib: fix cross build
2019-04-18 08:40:54 +02:00