Scott Worley
0ae2687f9e
xmlto: Fix fetch URL
2020-11-19 20:12:32 +01:00
Scott Worley
303adee602
libdevil: Fix patch URL
2020-11-19 20:12:32 +01:00
Scott Worley
82229259dd
cyrus-sasl: Tarballs now hosted at github
2020-11-19 20:12:32 +01:00
Scott Worley
d4838aea5b
python3Packages.memcached: Fix fetch URL
2020-11-19 20:12:32 +01:00
R. RyanTM
354a3b92b4
gmp: 6.2.0 -> 6.2.1
2020-11-19 20:10:53 +01:00
Mario Rodas
9e802844fc
postgresql_13: 13.0 -> 13.1
...
Release notes: https://www.postgresql.org/docs/13/release-13-1.html
2020-11-19 20:09:49 +01:00
Mario Rodas
93e356349c
postgresql_12: 12.4 -> 12.5
...
Release notes: https://www.postgresql.org/docs/12/release-12-5.html
2020-11-19 20:09:49 +01:00
Mario Rodas
13666eaf58
postgresql_11: 11.9 -> 11.10
...
Release notes: https://www.postgresql.org/docs/11/release-11-10.html
2020-11-19 20:09:49 +01:00
Mario Rodas
3bfbaf72fa
postgresql_10: 10.14 -> 10.15
...
Release notes: https://www.postgresql.org/docs/10/release-10-15.html
2020-11-19 20:09:49 +01:00
Mario Rodas
efa0efa10b
postgresql_9_6: 9.6.19 -> 9.6.20
...
Release notes: https://www.postgresql.org/docs/9.6/release-9-6-20.html
2020-11-19 20:09:49 +01:00
Mario Rodas
71d2840883
postgresql_9_5: 9.5.23 -> 9.5.24
...
Release notes: https://www.postgresql.org/docs/9.5/release-9-5-24.html
2020-11-19 20:09:49 +01:00
Frederik Rietdijk
1a33f87245
Merge staging-next into staging
2020-11-19 20:08:38 +01:00
Frederik Rietdijk
ea7b8978ef
Merge master into staging-next
2020-11-19 20:08:15 +01:00
R. RyanTM
8fec3bf643
libsecret: 0.20.3 -> 0.20.4
2020-11-19 20:07:57 +01:00
John Ericson
93b430bc6b
Merge pull request #104201 from obsidiansystems/splice-python
...
python: Splice packages to better support cross
2020-11-19 14:07:03 -05:00
Graham Christensen
0d87ce610e
nixos: release: add amazonImage as a channel blocker
2020-11-19 13:56:55 -05:00
Graham Christensen
f2cfecdec3
nixos ami: preflight the imds token
...
According to Freenode's ##AWS, the metadata server can sometimes
take a few moments to get its shoes on, and the very first boot
of a machine can see failed requests for a few moments.
2020-11-19 13:56:44 -05:00
R. RyanTM
1f402a59b1
pipenv: 2020.11.4 -> 2020.11.15
2020-11-19 18:44:02 +00:00
Ryan Mulligan
0122900755
Merge pull request #104248 from r-ryantm/auto-update/mlterm
...
mlterm: 3.9.0 -> 3.9.1
2020-11-19 10:29:24 -08:00
Timo Kaufmann
e04721b289
Merge pull request #104083 from timokau/sage-maintainers-team
...
maintainers: create sage team
2020-11-19 19:20:49 +01:00
Timo Kaufmann
2e8d073cbd
Merge pull request #104190 from jlesquembre/clj-fix
...
clojure: Mimic upstream install script
2020-11-19 19:17:52 +01:00
Niklas Hambüchen
e3e4fc0711
Merge pull request #104274 from FlorianFranzen/texmacs-1.99.15
...
texmacs: 1.99.14 -> 1.99.15
2020-11-19 19:04:07 +01:00
Graham Christensen
83ea88e03f
nixos: ec2 ami: support IMDSv2
...
AWS's metadata service has two versions. Version 1 allowed plain HTTP
requests to get metadata. However, this was frequently abused when a
user could trick an AWS-hosted server in to proxying requests to the
metadata service. Since the metadata service is frequently used to
generate AWS access keys, this is pretty gnarly. Version two is
identical except it requires the caller to request a token and provide
it on each request.
Today, starting a NixOS AMI in EC2 where the metadata service is
configured to only allow v2 requests fails: the user's SSH key is not
placed, and configuration provided by the user-data is not applied.
The server is useless. This patch addresses that.
Note the dependency on curl is not a joyful one, and it expand the
initrd by 30M. However, see the added comment for more information
about why this is needed. Note the idea of using `echo` and `nc` are
laughable. Don't do that.
2020-11-19 13:00:56 -05:00
Bernardo Meurer
96a4eba4ce
pythonPackages.psycopg2: document pypy incompatibility
2020-11-19 18:57:24 +01:00
Ryan Mulligan
74eb38ffd5
Merge pull request #104124 from r-ryantm/auto-update/gitkraken
...
gitkraken: 7.3.2 -> 7.4.0
2020-11-19 09:49:07 -08:00
Atemu
3a6f097fb8
mlterm: fetch from GitHub instead of Sourceforge
2020-11-19 18:24:34 +01:00
adisbladis
11367b2db1
dockerTools: Add cross compilation test
2020-11-19 18:13:22 +01:00
adisbladis
5357abf49a
dockerTools: Add cross example
2020-11-19 18:13:21 +01:00
adisbladis
8a3b33baed
dockerTools: Set correct architecture when cross compiling
2020-11-19 18:13:21 +01:00
John Ericson
b57c5d4456
python: Use makeScopeWithSplicing
...
Now non-`buildInputs` that are python packages should be resolved
correctly.
2020-11-19 11:58:07 -05:00
John Ericson
330d468002
python: Use packages from previous stage in setup-hooks
...
This makes sense as these are tools we want to run at build time.
2020-11-19 11:58:03 -05:00
R. RyanTM
47ee51869f
postfix: 3.5.7 -> 3.5.8
2020-11-19 16:14:56 +00:00
Janne Heß
1027c0635d
asterisk: Bump all packages
2020-11-19 17:13:38 +01:00
R. RyanTM
e9a59fe898
python27Packages.asana: 0.8.2 -> 0.10.3
2020-11-19 15:59:37 +00:00
Florian Klink
f6832971f5
nixosTests.systemd: increase accounting coverage
...
For now, testing IO Accounting is skipped, as it seems to be either
broken, or hard to reproduce in a VM.
2020-11-19 16:56:46 +01:00
Florian Klink
5d45f269aa
nixos/k3s: disable unifiedCgroupHierarchy
...
This gets automatically disabled by docker if the docker backend is
used, but the bundled containerd also doesn't seem to support cgroupsv2,
so disable it explicitly here, too.
2020-11-19 16:56:46 +01:00
Florian Klink
d22b3ed4bc
systemd: switch to unified cgroup hierarchy by default
...
See https://www.redhat.com/sysadmin/fedora-31-control-group-v2 for
details on why this is desirable, and how it impacts containers.
Users that need to keep using the old cgroup hierarchy can re-enable it
by setting `systemd.unifiedCgroupHierarchy` to `false`.
Well-known candidates not supporting that hierarchy, like docker and
hidepid=… will disable it automatically.
Fixes #73800
2020-11-19 16:56:46 +01:00
R. RyanTM
859cf9822e
php73Packages.phpstan: 0.12.52 -> 0.12.55
2020-11-19 15:52:38 +00:00
sternenseemann
4718ba1ab1
ocamlPackages.ca-certs: 0.1.2 → 0.1.3
2020-11-19 16:36:51 +01:00
Martin Weinelt
38655c1a09
Merge pull request #104280 from mweinelt/python/zigpy-zigate
...
python3Packages.zigpy-zigate: 0.6.2 -> 0.7.2
2020-11-19 16:32:23 +01:00
Michael Raskin
c628b8f46e
Merge pull request #104258 from r-ryantm/auto-update/libosip2
...
libosip: 5.1.2 -> 5.2.0
2020-11-19 15:28:59 +00:00
R. RyanTM
6d930a657d
php73Packages.composer2: 2.0.4 -> 2.0.7
2020-11-19 15:05:27 +00:00
Ryan Mulligan
92f126a854
Merge pull request #104270 from r-ryantm/auto-update/pass-genphrase
...
passExtensions.pass-genphrase: 0.2 -> 0.3
2020-11-19 06:54:22 -08:00
Michael Raskin
ec695db02f
Merge pull request #104166 from doronbehar/pkg/julia/cleanup
...
julia: Disable tests for 1.3.1, and make 1.5.3 the default
2020-11-19 14:53:38 +00:00
Elis Hirwing
c7417fb5d3
Merge pull request #104272 from r-ryantm/auto-update/php-psalm
...
php73Packages.psalm: 4.1.0 -> 4.1.1
2020-11-19 15:47:08 +01:00
Martin Weinelt
a296b76d02
python3Packages.zigpy-zigate: 0.6.2 -> 0.7.2
...
The src hash update was missing in d480d9336d
.
2020-11-19 15:15:00 +01:00
R. RyanTM
caebe2fa9a
python27Packages.asciimatics: 1.11.0 -> 1.12.0
2020-11-19 14:10:52 +00:00
Tim Steinbach
6f4bd3959f
linux_latest-libre: 17762 -> 17768
2020-11-19 09:08:51 -05:00
Tim Steinbach
6eb958ae76
linux: 5.9.8 -> 5.9.9
2020-11-19 09:08:51 -05:00
Tim Steinbach
199efec0a5
linux: 5.4.77 -> 5.4.78
2020-11-19 09:08:51 -05:00