Commit Graph

253214 Commits

Author SHA1 Message Date
R. RyanTM
af787d41a5 php73Extensions.blackfire: 1.43.0 -> 1.44.0 2020-11-20 00:12:26 +01:00
Martin Weinelt
972863ec8f
Merge pull request #104288 from r-ryantm/auto-update/python2.7-asana
python27Packages.asana: 0.8.2 -> 0.10.3
2020-11-19 23:47:18 +01:00
Martin Weinelt
46769c7a77
Merge pull request #104307 from jonringer/fix-mercurial
mercurial: 5.4.2 -> 5.6, fix build
2020-11-19 23:43:04 +01:00
Martin Weinelt
bd699cc9a0
Merge pull request #104299 from r-ryantm/auto-update/postfix
postfix: 3.5.7 -> 3.5.8
2020-11-19 23:37:27 +01:00
Ryan Mulligan
b036f389fb
Merge pull request #104300 from Atemu/mlterm-new-upstream
mlterm: fetch from GitHub instead of Sourceforge
2020-11-19 14:11:30 -08:00
ajs124
48c25e5dc9
Merge pull request #104290 from helsinki-systems/upd/asterisk3
asterisk: Bump all packages
2020-11-19 22:55:35 +01:00
Martin Weinelt
bd540a3104
Merge pull request #104303 from mweinelt/microcodeIntel
microcodeIntel: 20201112 -> 20201118
2020-11-19 22:12:30 +01:00
Graham Christensen
7fa7bf2fda
Merge pull request #104193 from grahamc/ec2-metadata-imdsv2
NixOS EC2 AMI: Support IMDSv2
2020-11-19 16:11:32 -05:00
Guillaume Girol
c694e77ab7
Merge pull request #104228 from herrwiese/for-master/matrix-dl-unstable-2020-07-14
matrix-dl: (unstable-)2019-09-22 -> unstable-2020-07-14
2020-11-19 21:00:54 +00:00
Ben Wolsieffer
f7ec01ab6c mailutils: fix cross-compilation
Add a patch that I submitted upstream to fix cross-compilation.
2020-11-19 21:51:25 +01:00
Ben Wolsieffer
a4c39a624c mailutils: 3.9 -> 3.10 2020-11-19 21:51:25 +01:00
Ben Wolsieffer
82a9f2331c bind: fix cross-compilation
Upstream accidently broke cross-compilation. It has been fixed but not released
yet, so we temporarily add the patch here.
2020-11-19 21:49:19 +01:00
Robert Hensing
c68e739300
Merge pull request #104271 from adisbladis/dockertools-cross
dockerTools.buildLayeredImage: Fix cross compilation
2020-11-19 20:41:53 +01:00
Martin Weinelt
5928d66704
microcodeIntel: 20201112 -> 20201118
Fixes a regression on some "OEM platforms".

Relates to #104301
2020-11-19 20:30:53 +01:00
Jonathan Ringer
81d1cea1c0 mercurial: 5.4.2 -> 5.6 2020-11-19 11:29:46 -08:00
Tom McLaughlin
c81c3c3daf
cling: init at 0.7.0 (#64319)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-11-19 14:29:02 -05:00
Jonathan Ringer
635485b85c mercurial: remove dulwich dependency 2020-11-19 11:25:52 -08: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
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
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
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 d480d9336d56385a3c6cd5cda74c4473469b3dd3.
2020-11-19 15:15:00 +01: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
Tim Steinbach
695ac805af
linux: 4.9.243 -> 4.9.244 2020-11-19 09:08:50 -05:00
Tim Steinbach
6cad3d1cf3
linux: 4.4.243 -> 4.4.244 2020-11-19 09:08:50 -05:00
Tim Steinbach
7486ce6765
linux: 4.19.157 -> 4.19.158 2020-11-19 09:08:49 -05:00
Tim Steinbach
2f1d8550bb
linux: 4.14.206 -> 4.14.207 2020-11-19 09:08:46 -05:00