Commit Graph
253205 Commits
Author SHA1 Message Date
snicket2100 ffeb2af920 firejail: fixing the 'xdg-dbus-proxy' dependency
xdg-dbus-proxy path is hardcoded in the common.h file in the firejail
source code. if this binary is not found, dbus filtering capabilities
of firejail get limited i.e. you can only entirely disable or entirely
enable dbus communication.
2020-11-22 13:35:09 +01:00
ajs124andGitHub 48c25e5dc9 Merge pull request #104290 from helsinki-systems/upd/asterisk3
asterisk: Bump all packages
2020-11-19 22:55:35 +01:00
Martin WeineltandGitHub bd540a3104 Merge pull request #104303 from mweinelt/microcodeIntel
microcodeIntel: 20201112 -> 20201118
2020-11-19 22:12:30 +01:00
Graham ChristensenandGitHub 7fa7bf2fda Merge pull request #104193 from grahamc/ec2-metadata-imdsv2
NixOS EC2 AMI: Support IMDSv2
2020-11-19 16:11:32 -05:00
Guillaume GirolandGitHub 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 WolsiefferandFrederik Rietdijk 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 WolsiefferandFrederik Rietdijk a4c39a624c mailutils: 3.9 -> 3.10 2020-11-19 21:51:25 +01:00
Ben WolsiefferandFrederik Rietdijk 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 HensingandGitHub 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
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
John EricsonandGitHub 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 MulliganandGitHub 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 KaufmannandGitHub e04721b289 Merge pull request #104083 from timokau/sage-maintainers-team
maintainers: create sage team
2020-11-19 19:20:49 +01:00
Timo KaufmannandGitHub 2e8d073cbd Merge pull request #104190 from jlesquembre/clj-fix
clojure: Mimic upstream install script
2020-11-19 19:17:52 +01:00
Niklas HambüchenandGitHub 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 MeurerandFrederik Rietdijk 96a4eba4ce pythonPackages.psycopg2: document pypy incompatibility 2020-11-19 18:57:24 +01:00
Ryan MulliganandGitHub 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
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
Janne Heß 1027c0635d asterisk: Bump all packages 2020-11-19 17:13:38 +01:00
sternenseemannandVincent Laporte 4718ba1ab1 ocamlPackages.ca-certs: 0.1.2 → 0.1.3 2020-11-19 16:36:51 +01:00
Martin WeineltandGitHub 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 RaskinandGitHub 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 MulliganandGitHub 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 RaskinandGitHub 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 HirwingandGitHub 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
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
Ryan MulliganandGitHub f9b9950c09 Merge pull request #103856 from r-ryantm/auto-update/conftest
conftest: 0.21.0 -> 0.22.0
2020-11-19 06:00:32 -08:00
Tim SteinbachandGitHub a1ea95ba04 Merge pull request #104259 from TredwellGit/firmwareLinuxNonfree
firmwareLinuxNonfree: 2020-10-22 -> 2020-11-18
2020-11-19 08:53:20 -05:00
Kevin CoxandGitHub b50e2ece87 Merge pull request #99557 from 06kellyjac/conftest_version
conftest: fix version command
2020-11-19 08:49:49 -05:00
Kevin CoxandGitHub 209796fe6e Merge pull request #100511 from thiagokokada/bump-mons
mons: 20200107 -> 20200320
2020-11-19 08:46:04 -05:00
Kevin CoxandGitHub c46d66d07e Merge pull request #101287 from wamserma/jabref-5.1
jabref: 3.8.1 -> 5.1
2020-11-19 08:43:42 -05:00
Jörg ThalheimandGitHub 2bf5899d6a Merge pull request #104105 from spacefrogg/openafs-1.9 2020-11-19 14:42:17 +01:00
Florian Franzen d5eb9fbe53 texmacs: 1.99.14 -> 1.99.15 2020-11-19 14:35:19 +01:00
R. RyanTM b388a2ecce php73Packages.psalm: 4.1.0 -> 4.1.1 2020-11-19 13:34:42 +00:00
adisbladis 4313ac6b29 dockerTools.buildLayeredImage: Fix cross compilation 2020-11-19 14:32:22 +01:00