aszlig
6fe989eaed
nixos/tests/acme: Use exact match in TOS location
...
Since the switch to check the nginx config with gixy in
59fac1a6d7
, the ACME test doesn't build
anymore, because gixy reports the following false-positive (reindented):
>> Problem: [alias_traversal] Path traversal via misconfigured alias.
Severity: MEDIUM
Description: Using alias in a prefixed location that doesn't ends with
directory separator could lead to path traversal
vulnerability.
Additional info: https://github.com/yandex/gixy/blob/master/docs/en/plugins/aliastraversal.md
Pseudo config:
server {
server_name letsencrypt.org;
location /documents/2017.11.15-LE-SA-v1.2.pdf {
alias /nix/store/y4h5ryvnvxkajkmqxyxsk7qpv7bl3vq7-2017.11.15-LE-SA-v1.2.pdf;
}
}
The reason this is a false-positive is because the destination is not a
directory, so something like "/foo.pdf../other.txt" won't work here,
because the resulting path would be ".../destfile.pdf../other.txt".
Nevertheless it's a good idea to use the exact match operator (=), to
not only shut up gixy but also gain a bit of performance in lookup (not
that it would matter in our test).
Signed-off-by: aszlig <aszlig@nix.build>
2019-04-06 12:51:56 +02:00
R. RyanTM
f3099279f0
wesnoth: 1.14.5 -> 1.14.6 ( #58918 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wesnoth/versions
2019-04-06 10:30:00 +00:00
Will Dietz
66cfe5802e
goxel: 0.8.2 -> 0.8.3 ( #59032 )
2019-04-06 10:19:43 +00:00
Will Dietz
1889be45ce
lxd: 3.11 -> 3.12 ( #59034 )
...
No need to patch go-dqlite, included.
2019-04-06 10:18:59 +00:00
Will Dietz
cd9e67a860
zsh-autosuggestions: 0.5.0 -> 0.5.1 ( #59037 )
2019-04-06 10:17:19 +00:00
Will Dietz
f3724d77a1
qownnotes: 19.3.4 -> 19.4.1 ( #59040 )
2019-04-06 10:14:58 +00:00
Pierre Bourdon
f8eec8dc34
environment.noXlibs: disable gnome3 support for pinentry ( #59051 )
2019-04-06 10:06:55 +00:00
Meghea Iulian
fb1c65490c
gitraken: 5.0.1 -> 5.0.4 ( #59052 )
2019-04-06 10:04:55 +00:00
Meghea Iulian
e02e667a16
avocode: 3.6.12 -> 3.7.0 ( #59053 )
2019-04-06 10:03:00 +00:00
xeji
9483ae825f
Merge pull request #59020 from vdemeester/update-traefik
...
traefik: 1.7.9 -> 1.7.10
2019-04-06 11:39:28 +02:00
xeji
37ad08dd54
Merge pull request #59019 from vdemeester/update-buildah
...
buildah: 1.7.1 -> 1.7.2
2019-04-06 11:38:17 +02:00
Vladyslav M
bad4288b63
Merge pull request #59029 from dtzWill/update/unrar-5.7.4
...
unrar: 5.7.3 -> 5.7.4
2019-04-06 12:26:04 +03:00
Vincent Laporte
0c0954781e
ocamlPackages.camlp5: remove legacy version (7.06)
2019-04-06 11:03:29 +02:00
Vincent Laporte
50a03f8632
hol_light: 2018-09-30 -> 2019-03-27
2019-04-06 11:03:29 +02:00
Silvan Mosberger
82b8ff405b
Merge pull request #58778 from aanderse/davmail
...
nixos/davmail: set logging default to warn, instead of debug
2019-04-06 06:23:48 +02:00
Dmitry Kalinkin
21d1b195c8
Merge pull request #58939 from Lucus16/latexrun
...
Add latexrun package
2019-04-05 19:00:16 -04:00
Vladyslav M
09f257d4dc
Merge pull request #59033 from dtzWill/update/broot-0.7.5
...
broot: 0.7.4 -> 0.7.5
2019-04-06 00:45:17 +03:00
Will Dietz
95ce16a7c4
Merge pull request #58520 from dtzWill/update/inter-ui-vs-inter
...
inter,inter-ui: keep font name the same for attributes, split off, bump to 3.5
2019-04-05 16:05:22 -05:00
Benjamin Staffin
b391a1602d
tilingnome: init at 2019-01-18 ( #58980 )
2019-04-05 17:01:52 -04:00
Will Dietz
0741927c3a
inter: 3.3 -> 3.5
...
https://github.com/rsms/inter/releases/tag/v3.5
https://github.com/rsms/inter/releases/tag/v3.4
2019-04-05 15:52:05 -05:00
Will Dietz
346082f8ec
inter,inter-ui: init new 'inter', bump inter-ui to last w/that name
2019-04-05 15:50:53 -05:00
Will Dietz
3d3bf7d0e0
Revert "inter-ui: 3.1 -> 3.3 ( #57605 )"
...
Don't change font name for the `inter-ui` attribute,
breaks configs (as reported by a user on the PR).
This reverts commit 4d82af0250
.
2019-04-05 15:50:53 -05:00
Will Dietz
dfeaf5e316
Revert "inter(-ui): 3.3 -> 3.4"
...
This reverts commit 4d7a973233
.
2019-04-05 15:50:50 -05:00
Will Dietz
16c595933a
broot: 0.7.4 -> 0.7.5
2019-04-05 15:40:09 -05:00
worldofpeace
b58387e913
Merge pull request #58826 from r-ryantm/auto-update/python3.7-pylast
...
python37Packages.pylast: 3.0.0 -> 3.1.0
2019-04-05 16:35:18 -04:00
Will Dietz
ff8992a94b
unrar: 5.7.3 -> 5.7.4
2019-04-05 15:29:32 -05:00
Vladyslav M
1e722e19a1
Merge pull request #59017 from vdemeester/update-podman
...
podman: 1.1.2 -> 1.2.0
2019-04-05 23:18:46 +03:00
worldofpeace
c794bdaf0e
Merge pull request #58970 from eyJhb/curseradio
...
curseradio: init at 0.2
2019-04-05 15:52:08 -04:00
eyjhbb@gmail.com
810df3f55c
curseradio: init at 0.2
2019-04-05 15:48:07 -04:00
Vincent Laporte
014196b7db
dotnetPackages.FsLexYaccRuntime: init at 6.1.0
2019-04-05 20:05:49 +02:00
Robert Schütz
24406568e6
Merge pull request #58833 from r-ryantm/auto-update/python3.7-python-ldap
...
python37Packages.ldap: 3.1.0 -> 3.2.0
2019-04-05 19:29:18 +02:00
Bastian Köcher
4b6a9628c9
vscode-extensions.vscodevim.vim: 1.2.0 -> 1.3.0 ( #58996 )
2019-04-05 13:22:35 -04:00
Robert Schütz
836621f33b
python.pkgs.ldappool: fix build
2019-04-05 19:19:42 +02:00
Matthew Bauer
a909bb4901
Merge pull request #58972 from witkamp/master
...
gcc-arm-embedded: add darwin support
2019-04-05 13:19:37 -04:00
Robert Schütz
e94148eded
python.pkgs.ldap: add meta
2019-04-05 19:16:24 +02:00
Ryan Mulligan
77f7764865
Merge pull request #58891 from r-ryantm/auto-update/subgit
...
gitAndTools.subgit: 3.2.4 -> 3.3.6
2019-04-05 09:36:08 -07:00
Ryan Mulligan
dd5d6996f1
Merge pull request #58903 from r-ryantm/auto-update/tlp
...
tlp: 1.1 -> 1.2.1
2019-04-05 09:34:52 -07:00
Ryan Mulligan
1b2314ae5b
Merge pull request #58776 from r-ryantm/auto-update/python3.7-cmd2
...
python37Packages.cmd2: 0.9.10 -> 0.9.11
2019-04-05 09:33:36 -07:00
Robin Gloster
058f9fa78a
Merge pull request #58992 from veprbl/pr/herwig_7_1_5
...
herwig: 7.1.4 -> 7.1.5
2019-04-05 16:09:55 +00:00
R. RyanTM
8580a0a38f
wings: 2.2.1 -> 2.2.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wings/versions
2019-04-05 15:48:04 +00:00
R. RyanTM
390ff8fc5d
workrave: 1.10.23 -> 1.10.31
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/workrave/versions
2019-04-05 15:45:57 +00:00
R. RyanTM
75abd6475b
wolfssl: 3.15.7 -> 4.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/wolfssl/versions
2019-04-05 15:44:30 +00:00
R. RyanTM
c0015274bb
xawtv: 3.105 -> 3.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/xawtv/versions
2019-04-05 15:43:22 +00:00
Ryan Mulligan
2458154672
Merge pull request #58874 from r-ryantm/auto-update/rsyslog
...
rsyslog: 8.39.0 -> 8.1903.0
2019-04-05 08:42:17 -07:00
Robert Schütz
38b4d2ca6f
home-assistant: 0.90.2 -> 0.91.1
...
https://www.home-assistant.io/blog/2019/04/03/release-91/
2019-04-05 15:39:48 +00:00
Robert Schütz
160b9db695
appdaemon: 3.0.3 -> 3.0.4
2019-04-05 15:39:48 +00:00
Robert Schütz
48dfb96cca
python3.pkgs.aioesphomeapi: add meta
2019-04-05 15:39:48 +00:00
Robert Schütz
d30b1b0938
python3.pkgs.netdisco: 2.5.0 -> 2.6.0
2019-04-05 15:39:48 +00:00
worldofpeace
6ffd201adf
Update pkgs/tools/networking/dnscrypt-proxy/2.x/default.nix
...
Co-Authored-By: bbigras <bigras.bruno@gmail.com>
2019-04-05 15:28:16 +00:00
Bruno Bigras
9ec0a26027
dnscrypt-proxy2: 2.0.21 -> 2.0.22
2019-04-05 15:28:16 +00:00