Commit graph

176693 commits

Author SHA1 Message Date
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 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
Edmund Wu f8eed03044 vscode: patch proper executable 2019-04-18 08:41:32 +02:00
Will Dietz cd5343a7fc xl2tpd: 1.3.13 -> 1.3.14
https://github.com/xelerance/xl2tpd/releases/tag/v1.3.14
2019-04-18 08:39:59 +02:00
Robert Schütz 707bff5e73
Merge pull request #59491 from dotlambda/esphome-1.12.2
esphome: 1.11.2 -> 1.12.2
2019-04-18 08:29:32 +02:00
Dave Nicponski a6a88bffd5 python3.7-docutils: build fix on darwin
Fix python docutils package for OSX.  On a relatively clean new macbook,
with latest OS Mojave 10.14.3, this package failed to build.  A bit of
searching led to:
https://coderwall.com/p/-k_93g/mac-os-x-valueerror-unknown-locale-utf-8-in-python
2019-04-18 08:27:28 +02:00
Frederik Rietdijk 9d87ccabce Merge master into staging-next 2019-04-18 08:25:25 +02:00
bb010g 28ac309309 python3{5,6}: Reintroduce bytecode determinism
Originally introduced in 8970a9c and 1531b5e, these patches were lost in
efbe87f when the CPython version files were merged, likely due to
CPython 3.7 not needing them anymore. These patches should remain
in-tree until CPython 3.5 and 3.6 support is dropped completely.

Found with the diffoscope ( https://diffoscope.org/ ).
2019-04-18 08:12:29 +02:00
Ryan Mulligan e53ade7dab
Merge pull request #59542 from r-ryantm/auto-update/zafiro-icons
zafiro-icons: 0.8.7 -> 0.9
2019-04-17 19:12:13 -07:00
ash lea 1e8606946f dolphinEmuMaster: 2019-02-16 -> 5.0-9976
changed versioning scheme to match dolphin's own. this also allows us to
include the describe string without deriving it from the git repository
during build.
2019-04-17 17:35:40 -07:00
worldofpeace eb095fa677
Merge pull request #59298 from worldofpeace/gnome-pomodoro
gnome3.pomodoro: 0.13.4 -> 0.15.1
2019-04-17 20:17:42 -04:00
worldofpeace 7f2f8f359f
Merge pull request #59800 from worldofpeace/dlenya-renderer-patch
dleyna-renderer: checkout patch in tree
2019-04-17 20:07:56 -04:00
Jan Tojnar 356f3d9654
Merge pull request #59793 from jtojnar/grl-plugins-fix
gnome3.grilo-plugins: add dependencies
2019-04-18 01:44:23 +02:00
worldofpeace 8696640f22 dleyna-renderer: checkout patch in tree
Built this locally and noticed that the hash changed

wanted: sha256:0x5vj5zfk95avyg6g3nf6gar250cfrgla2ixj2ifn8pcick2d9vq
got:        sha256:0m7rxv2nnycvwqpc8ak396g8cbb9g6dw290cjbfwhrrhdhbii5qc
2019-04-17 18:27:28 -04:00
adisbladis f249f32f9e
Merge pull request #59791 from adisbladis/zfsUnstable-0.8.0-rc4
zfsUnstable: 0.8.0-rc3 -> 0.8.0-rc4
2019-04-18 00:10:02 +03:00
Daiderd Jordan 698af96454
Merge pull request #58638 from Amar1729/darwin-fix/hivex
Fix hivex for darwin
2019-04-17 23:03:09 +02:00
Timo Kaufmann 49b8efcb84 sage: 8.6 -> 8.7
https://groups.google.com/forum/#!topic/sage-release/3m8PV9JkFro
2019-04-17 22:44:32 +02:00
Timo Kaufmann 930fa9b92e python.pkgs.cysignals: propagate pari
This didn't cause issues earlier since all packages that depend on
cysignals have a pari dependency anyways.
2019-04-17 22:44:10 +02:00
Timo Kaufmann 1f643b9c49 python.pkgs.pplpy: init at 0.8.4
This is a new dependency for the upcoming sage version.
2019-04-17 22:44:10 +02:00
Timo Kaufmann 68233970a2 gmpy2: 2.0.8 -> 2.1a4 2019-04-17 22:44:10 +02:00
Eelco Dolstra dd9192c55c youtube-dl: 2019.04.07 -> 2019.04.17 2019-04-17 22:11:01 +02:00
Matthew Bauer d0da672b0e
Merge pull request #59787 from delroth/strip-glibc
glibc: re-enable stripping in cross builds
2019-04-17 16:07:40 -04:00
Jan Tojnar 121dce6fff
gnome3.grilo-plugins: add dependencies
Add libsoup dependency which is required by libgdata dependency of YouTube plug-in
and also by Dleyna plug-in, and which was removed during previous clean-up.

Also add dependencies for lua-factory plug-in which is enabled by default by master.

Partially fixes: https://github.com/NixOS/nixpkgs/issues/59792
2019-04-17 22:07:29 +02:00
adisbladis e3a83b5bc0
zfsUnstable: 0.8.0-rc3 -> 0.8.0-rc4 2019-04-17 20:57:51 +01:00
Eelco Dolstra 8ac7316db6 chatzilla: Remove
Chatzilla no longer works since Firefox 57 due to the removal of XUL.
2019-04-17 21:47:42 +02:00
Michael Weiss e98c2c8101
signal-desktop: 1.23.2 -> 1.24.0 2019-04-17 21:19:21 +02:00
Jan Tojnar 9d32a1c9d2
gnomeExtensions.window-corner-preview: unstable-2019-02-27 → unstable-2019-04-03 2019-04-17 21:10:32 +02:00
Jan Tojnar 58b1c03ce0
gnomeExtensions.sound-output-device-chooser: unstable-2019-03-10 → unstable-2019-04-01 2019-04-17 21:10:32 +02:00
Will Dietz 31726fd9a6
Merge pull request #59417 from dtzWill/update/musl-1.1.22
musl: 1.1.21 -> 1.1.22
2019-04-17 14:06:14 -05:00
Will Dietz fd8bf47c5e
Merge pull request #59097 from dtzWill/feature/joplin-cli
joplin: init at 1.0.124 (CLI note-taking app, cc joplin-desktop)
2019-04-17 14:05:52 -05:00
Jan Tojnar 1bdbe456dd
Merge pull request #59765 from jtojnar/g-c-c-mutter
gnome3.gnome-control-center: Add mutter keybindings
2019-04-17 21:05:18 +02:00
Lorenzo 6c6f13e9c4 pythonPackages.azure-mgmt-network: remove patch (#59614)
The patched file has been removed in [0].

 [0]: 09b09a5839
2019-04-17 20:47:08 +02:00
Timo Kaufmann 40a84f0fa9
Merge pull request #59785 from timokau/sage-bugfix
sage: fix another transient sig_on bug
2019-04-17 20:39:11 +02:00
Robert Schütz a5a9454749
Merge pull request #59681 from r-ryantm/auto-update/python3.7-wsproto
python37Packages.wsproto: 0.13.0 -> 0.14.0
2019-04-17 20:20:34 +02:00
Will Dietz 5ca0cbb0a1
Merge pull request #58321 from dtzWill/update/kvantum-0.11.0
qtstyleplugin-kvantum{,-qt4}: 0.10.x -> 0.11.0
2019-04-17 13:17:38 -05:00