Commit Graph

225988 Commits

Author SHA1 Message Date
Jan Tojnar 282cb2f8d6 meson: 0.54.1 → 0.54.2
https://github.com/mesonbuild/meson/compare/0.54.1...0.54.2
2020-05-15 16:58:41 +02:00
Andreas Rammhold bf60834d6d Merge pull request #87748 from Gaelan/nss-arm-fix
nss: fix building for aarch32 on aarch64
2020-05-14 20:42:25 +02:00
Gaelan Steele b14d997778 nss: fix building for aarch32 on aarch64
There are two ways to build a package for aarch32 on an aarch64 machine:
either by cross compiling as normal, or by adding armv6l/armv7l to
extraPlatforms and doing a non-cross compile.

Previously, NSS failed to build with both methods: when using
extraPlatforms, things failed because NSS includes an armv8-specific
file (presumably based on the result of uname); when cross compiling,
NSS's build system expects to receive an architecture name of arm (not
armv6l or whatever), so was failing to include some arch-specific code
and failed with a linker error.

This commit fixes those things by a) always passing the arch, even when
not cross-compiling, and b) special-casing aarch32 to always pass in an
arch of arm.
2020-05-14 09:26:09 -07:00
Frederik Rietdijk 404fe35d65 Merge staging-next into staging 2020-05-14 09:37:03 +02:00
Frederik Rietdijk 92a26320e7 Merge master into staging-next 2020-05-14 09:25:25 +02:00
Linus Heckemann 85a0587884 Merge pull request #87219 from serokell/kirelagin/postgres-no-time
postgres: Do not log timestamp
2020-05-14 08:34:44 +02:00
Sarah Brofeldt ce9ed9baed Merge pull request #87729 from Mic92/cheat
cheat: 3.9.0 -> 3.10.0
2020-05-14 06:53:34 +02:00
Sarah Brofeldt 4c2a228508 Merge pull request #87778 from zowoq/cni
cni-plugins: 0.8.5 -> 0.8.6
2020-05-14 06:52:35 +02:00
Benjamin Hipple b87096c7fb Merge pull request #87781 from marsam/update-terraform
terraform: 0.12.24 -> 0.12.25
2020-05-13 23:22:35 -04:00
Benjamin Hipple 017d1e41bd Merge pull request #87776 from aanderse/zabbix-url
zabbix: update source url
2020-05-13 23:12:45 -04:00
Benjamin Hipple 767d9fec9d Merge pull request #87771 from Flakebi/salt
salt: 3000.2 -> 3000.3
2020-05-13 23:11:18 -04:00
Ryan Mulligan 6eae9e0861 Merge pull request #87519 from r-ryantm/auto-update/squirrel-sql
squirrel-sql: 4.0.0 -> 4.1.0
2020-05-13 19:14:48 -07:00
Mario Rodas 0b72a749ae terraform: 0.12.24 -> 0.12.25
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.25
2020-05-13 20:20:20 -05:00
Mario Rodas b03aaae436 Merge pull request #87763 from geistesk/golangci-lint-v1.27.0
golangci-lint: 1.26.0 -> 1.27.0
2020-05-13 19:57:22 -05:00
Mario Rodas 35de81b130 Merge pull request #87770 from thefloweringash/sensu-go-update
sensu-go: 5.18.1 -> 5.20.0
2020-05-13 19:57:06 -05:00
zowoq dcb013d85c cni-plugins: 0.8.5 -> 0.8.6
https://github.com/containernetworking/plugins/releases/tag/v0.8.6
2020-05-14 10:57:02 +10:00
Mario Rodas 51b5b54152 Merge pull request #87769 from zowoq/podman
podman: 1.9.1 -> 1.9.2
2020-05-13 19:48:50 -05:00
Aaron Andersen c85f02ca4e zabbix: update source url 2020-05-13 20:19:50 -04:00
zowoq 82e0e43284 podman: fix passthru.tests 2020-05-14 09:39:49 +10:00
zowoq 115b797a43 podman: 1.9.1 -> 1.9.2
https://github.com/containers/libpod/releases/tag/v1.9.2
2020-05-14 09:39:49 +10:00
Michael Raskin b2f83be34d Merge pull request #87546 from FireyFly/pkgs/j/avx-flag
j: add avxSupport option
2020-05-13 23:31:25 +00:00
Manuel Mendez a1e13f6140 go: stop setting GOPATH
The compiler does not need it anymore, has not needed it for many years
iirc. This just goes in and pollutes the environment overriding the
users GOPATH and causing grief.

Go even warns about it itself, without vs with this commit:

```sh
~> go env GOPATH
/home/manny/go
~> nix-shell -p go
~> go env GOPATH
warning: GOPATH set to GOROOT (/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go) has no effect
/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go
~> exit
~> nix-shell -I nixpkgs=cloned/NixOS/nixpkgs -p go
~> go env GOPATH
/home/manny/go
~> exit
```
2020-05-13 23:53:30 +01:00
Jonas Höglund 20235a89f8 j: add avxSupport option 2020-05-14 00:51:13 +02:00
R. RyanTM ee2922a4b4 sysstat: 12.3.1 -> 12.3.2 2020-05-13 15:39:50 -07:00
R. RyanTM 58d0719bdd wavpack: 5.2.0 -> 5.3.0 2020-05-13 15:39:37 -07:00
Andrew Childs f300fb8454 sensu-go: 5.18.1 -> 5.20.0 2020-05-14 06:49:36 +09:00
Flakebi a2f79c3834 salt: 3000.2 -> 3000.3 2020-05-13 23:45:02 +02:00
Andreas Rammhold 8ba41a1e14 Merge pull request #87708 from aszlig/firefox-nss-3.52-fix
firefox: Add patch to fix AES GCM IV bit size
2020-05-13 23:21:04 +02:00
Kirill Elagin 084bd32bad postgresql: Fix formatting in option description
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2020-05-13 23:33:08 +03:00
geistesk 8a0bcaff5e golangci-lint: 1.26.0 -> 1.27.0 2020-05-13 22:05:38 +02:00
Tim Steinbach a9e3b1103c oh-my-zsh: 2020-05-07 -> 2020-05-11 2020-05-13 14:36:46 -04:00
Ryan Mulligan d5ba826821 Merge pull request #87332 from r-ryantm/auto-update/python2.7-Flask-HTTPAuth
python27Packages.flask-httpauth: 3.3.0 -> 4.0.0
2020-05-13 10:01:30 -07:00
Marek Mahut dd2fffd04c Merge pull request #87075 from prusnak/openbazaar
openbazaar: init at 0.14.2
2020-05-13 18:21:44 +02:00
Marek Mahut d977371a8b Merge pull request #87434 from prusnak/lite
lite: init at 1.03
2020-05-13 18:20:54 +02:00
Matthew Bauer 233e60ca24 Merge pull request #87691 from matthewbauer/linux-rpi3-arm32
linux-rpi: use bcm2709 on arm32 rpi3
2020-05-13 10:35:21 -05:00
Matthew Bauer d38bad590e Merge pull request #83180 from matthewbauer/only-add-ldflags-for-macos
bintools: only add macos flags when targeting macOS
2020-05-13 10:34:40 -05:00
Jaka Hudoklin 9a29fe5808 Merge pull request #87576 from xtruder/pkgs/libvirtd/polkit
libvirtd: polkit integration, security fixes
2020-05-13 21:00:51 +07:00
Jaka Hudoklin 056ab3d278 nixos/libvirtd: use polkit for auth 2020-05-13 21:00:04 +07:00
Jaka Hudoklin 741c8c24e1 libvirt: enable polkit support 2020-05-13 21:00:04 +07:00
Rok Garbas 2b51171fb6 Merge pull request #87686 from lovesegfault/zoom-us-5.0.4
zoom-us: 5.0.399860.0429 -> 5.0.403652.0509
2020-05-13 14:24:04 +02:00
Jan Tojnar 74988588c8 almanah: fix build 2020-05-13 14:13:59 +02:00
Mario Rodas 8ec4b8b98b Merge pull request #87660 from zowoq/crio-flavor
cri-o: drop flavor
2020-05-13 06:57:41 -05:00
adisbladis 88974f9712 emacsPackages.melpaPackages: Ignore Git SSL certs
There are a number of derivations failing because we are lacking the
required certs.

fetchurl is already ignoring certs so I figured we'd do the same.
2020-05-13 12:46:08 +01:00
adisbladis 097eba0dc2 emacsPackages.hol_light_mode: Remove unmaintained & broken package 2020-05-13 12:46:08 +01:00
Michael Raskin a1f68b7f93 Merge pull request #87692 from badmutex/patch-1
visidata: add darwin to supported platforms
2020-05-13 09:56:01 +00:00
Damien Cassou 47ea7461f5 Merge pull request #84420 from RohanHart/lutris/proton-depends-on-security-libs
Lutris/proton depends on security lib
2020-05-13 11:42:14 +02:00
Jörg Thalheim 6c437ef1bb Merge pull request #85567 from Izorkin/nginx-sandbox 2020-05-13 10:34:02 +01:00
Jacek Galowicz 42c85f251d Merge pull request #87613 from VirtusLab/git-machete-2.14.0
gitAndTools.git-machete: 2.13.6 -> 2.14.0
2020-05-13 10:56:35 +02:00
Jörg Thalheim 5426a12ce7 cheat: 3.9.0 -> 3.10.0 2020-05-13 09:42:56 +01:00
Mario Rodas 7c0acf873e Merge pull request #87675 from amarrella/update/eksctl
eksctl: 0.18.0 -> 0.19.0
2020-05-13 03:19:30 -05:00