Will Dietz
ee22cea1cc
nextcloud: 15.0.5 -> 15.0.6
...
(tagged, not on nextcloud.com/changelog ?)
(admin panel bugged about the update, so should be good :))
2019-04-06 10:36:49 -05:00
Will Dietz
27d78f4c6c
nextcloud: use same php package throughout!
...
`phpPackage` is 7.3 by default, but `pkgs.php` is 7.2,
so this saves the need for an extra copy of php
for the purpose of running nextcloud's cron;
more importantly this fixes problems with extensions
not loading since they are built against a different php.
2019-04-06 10:34:14 -05:00
Will Dietz
ce1705f5cf
apcu_bc: 1.0.4 -> 1.0.5
...
https://pecl.php.net/package/apcu_bc/1.0.5
2019-04-06 10:29:03 -05:00
Will Dietz
da67b42636
apcu: 5.1.15 -> 5.1.17
...
Minor:
https://pecl.php.net/package-info.php?package=APCu&version=5.1.16
https://pecl.php.net/package-info.php?package=APCu&version=5.1.17
2019-04-06 10:28:45 -05:00
R. RyanTM
9d5d5b243d
ocamlPackages.reactivedata: 0.2.1 -> 0.2.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-reactivedata/versions
Closes #58405
2019-04-06 14:59:12 +00:00
Silvan Mosberger
c58c079223
Merge pull request #58556 from Infinisil/fix/steamcmd
...
steamcmd: Add needed binaries to PATH
2019-04-06 16:34:18 +02:00
Pierre Bourdon
c9c0e7c1b0
nilfs-utils: fix cross-compilation issue caused by AC_FUNC_MALLOC
2019-04-06 15:55:50 +02:00
Alex Branham
b7e1cb4d28
syncthing 1.1.0 -> 1.1.1
2019-04-06 08:44:46 -05:00
Vincent Laporte
3a10042c81
ocamlPackages.base64: 2.0.0 -> 3.2.0
...
Keep the legacy version under attribute `base64_2`
2019-04-06 13:24:16 +00:00
Matthieu Coudron
d574780365
ppp: add eap-tls patch
...
else NetworkManager-l2tp fails with:
checking whether EAP-TLS patch has been applied to pppd... no
configure: error: EAP-TLS patch has not been applied to pppd
This check has been added in 56e82afe1f
,
i.e. l2tp version 1.7.0.
2019-04-06 22:18:21 +09:00
Franz Pletz
4a985a67c5
proxmark3: init at 3.1.0
2019-04-06 15:00:18 +02:00
Franz Pletz
1520bed20b
qlcplus: fix location of libraries for fixup
2019-04-06 15:00:18 +02:00
Vincent Laporte
65f77edaa8
Merge pull request #57344 from r-ryantm/auto-update/ocaml4.06.1-uutf
...
ocamlPackages.uutf: 1.0.1 -> 1.0.2
2019-04-06 14:57:25 +02:00
Jaka Hudoklin
c087b608e8
Merge pull request #58360 from xtruder/pkgs/dockerTools/nix-prefetch-docker
...
dockerTools: add nix-prefetch-docker script
2019-04-06 14:44:19 +02:00
Pascal Wittmann
cfb6ade58c
Merge pull request #58931 from bzizou/migrate
...
migrate: init at 3.7.2
2019-04-06 14:23:50 +02:00
Jaka Hudoklin
c1f0d19785
dockerTools: add nix-prefetch-docker script
2019-04-06 14:16:40 +02:00
markuskowa
9e9e73b116
Merge pull request #58896 from r-ryantm/auto-update/sysbench
...
sysbench: 1.0.16 -> 1.0.17
2019-04-06 13:43:16 +02:00
Sebastian Zivota
9983e35b31
maintainers: add loewenheim
2019-04-06 13:42:47 +02:00
Vladimír Čunát
526c4292ae
Merge branch 'staging-next'
...
This iteration was long, about five weeks (2fcb11a2), I think.
Darwin: it's missing a few thousand binaries and there's a make-netbsd
regression, but I suppose these aren't merge blockers.
2019-04-06 13:20:53 +02:00
Vladimír Čunát
6b9afd8991
thunderbird: fix build after rustc update
2019-04-06 13:09:05 +02:00
Vladimír Čunát
1c4b324c8d
firefoxPackages: fix builds by a patch from Arch
2019-04-06 13:07:35 +02:00
aszlig
6fe989eaed
nixos/tests/acme: Use exact match in TOS location
...
Since the switch to check the nginx config with gixy in
59fac1a6d7e1983a1e7bd518129ff9ef39a013dd, 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
Aaron Andersen
9c9a6f380e
nixos/httpd: replace ssmtp with system-sendmail
2019-04-06 06:34:46 -04: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 4d82af02503fec564ba71453ea53a14ff72adbc5.
2019-04-05 15:50:53 -05:00
Will Dietz
dfeaf5e316
Revert "inter(-ui): 3.3 -> 3.4"
...
This reverts commit 4d7a9732336aeffa2772d2840598eb3e8ef599cf.
2019-04-05 15:50:50 -05:00
Will Dietz
a88a701611
wget: 1.20.1 -> 1.20.3
...
http://lists.gnu.org/archive/html/info-gnu/2019-04/msg00001.html
http://lists.gnu.org/archive/html/info-gnu/2019-04/msg00000.html
2019-04-05 15:45:25 -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