Alyssa Ross
35a0e15ff6
bintools: fix dynamic linker for NetBSD cross
...
This will fail with an assertion error on native NetBSD, but it
wouldn't have worked anyway. We can fix that later.
2021-05-31 14:59:14 +00:00
Alyssa Ross
7216862bb0
netbsdCross.ld_elf_so: use same stage's libc
...
We need netbsdCross.ld_elf_so to be the dynamic linker in cross
netbsd's bintools, but netbsdCross doesn't have a libc in stdenv. So
instead, use netbsdCross.libc for netbsdCross.ld_elf_so.
2021-05-31 14:59:14 +00:00
John Ericson
603f80066e
bintools-wrapper: Add sharedLibraryLoader
parameter
...
This is used instead of `libc_lib` in case the shared library loader /
"interpreter" is not provided by the libc derivation.
2021-05-31 14:59:14 +00:00
Sebastian Sellmeier
19120ab497
sane-airscan: 0.99.24 -> 0.99.26
2021-05-31 16:36:26 +02:00
Ilan Joselevich
e442713277
nextcloud-client: 3.2.1 -> 3.2.2
2021-05-31 16:31:07 +02:00
R. RyanTM
285a29f23b
exploitdb: 2021-05-26 -> 2021-05-29
2021-05-31 14:28:30 +00:00
Frederik Rietdijk
2e29e12438
python3Packages.typed-settings: init at 0.9.2
2021-05-31 16:19:37 +02:00
Martin Weinelt
5a6d4fe0d1
Merge pull request #124446 from mweinelt/weeslack
...
weechatScripts.wee-slack: 2.7.0 -> 2.8.0
2021-05-31 16:17:18 +02:00
Tom Sydney Kerckhove
52248df095
php.extensions.snuffleupagus: init at 0.7.0
2021-05-31 16:15:02 +02:00
Maciej Krüger
cbc1183f1a
Merge pull request #125084 from mkg20001/cintran
2021-05-31 15:46:14 +02:00
R. RyanTM
97c3d70a39
dnsname-cni: 1.1.1 -> 1.2.0
2021-05-31 23:41:06 +10:00
zowoq
72f54c32a6
nixos/podman-network-socket-ghostunnel: move condition to include socket
2021-05-31 23:38:31 +10:00
sveitser
6f6270d477
python3Packages.pyls-black: add patch to fix test
2021-05-31 21:35:11 +08:00
Nikolay Korotkiy
9b257db87d
gpxsee: 9.0 → 9.1
2021-05-31 16:34:10 +03:00
Maciej Krüger
2f89ce1193
cinnamon.cinnamon-translations: 4.8.3 -> 5.0.0
2021-05-31 14:59:25 +02:00
Robert Scott
829b074ee0
Merge pull request #125066 from Ma27/radare2-cve-2021-32613
...
radare2: add patch for CVE-2021-32613
2021-05-31 13:57:16 +01:00
Maciej Krüger
73b6be1d63
Merge pull request #125080 from Kranzes/bump-cinnamon.nemo
...
cinnamon.nemo: 4.8.6 -> 5.0.0
2021-05-31 14:54:32 +02:00
taku0
bb2070754c
firefox-bin: 88.0.1 -> 89.0
2021-05-31 21:50:53 +09:00
Robert Schütz
5de82b83a3
kdeltachat: unstable-2021-05-22 -> unstable-2021-05-31
2021-05-31 14:36:32 +02:00
Ilan Joselevich
971f2a66a5
cinnamon.nemo: 4.8.6 -> 5.0.0
2021-05-31 15:33:44 +03:00
Robert Hensing
3600a82711
Merge pull request #124921 from zowoq/podman-cni-conf
...
podman: install cni config
2021-05-31 14:27:10 +02:00
Maximilian Bosch
16ce969340
radare2: add patch for CVE-2021-32613
...
Closes #124670
See also https://nvd.nist.gov/vuln/detail/CVE-2021-32613
2021-05-31 14:18:18 +02:00
Domen Kožar
ec1d8d52a3
Merge pull request #125076 from NixOS/revert-124887-aarch64-darwin
...
Revert "release.nix: add aarch64-darwin as a supportedSystem"
2021-05-31 14:16:27 +02:00
Graham Christensen
223a1e1bb4
Revert "release.nix: add aarch64-darwin as a supportedSystem"
2021-05-31 08:14:59 -04:00
Ilan Joselevich
29c70d515a
jitsi-meet-electron: 2.8.5 -> 2.8.6
2021-05-31 15:09:22 +03:00
R. RyanTM
f61dc8420d
bpytop: 1.0.65 -> 1.0.66
2021-05-31 12:06:23 +00:00
sveitser
0e7ee4d6a0
python3Packages.black: 20.8b1 -> 21.5b1
...
- Avoid excluding files during tests by setting a project root.
- Enable some previously disabled tests.
2021-05-31 19:42:44 +08:00
Martin Weinelt
2c1ac935d5
rust-cbindgen: 0.18.0 -> 0.19.0
2021-05-31 13:40:51 +02:00
sternenseemann
10f8f08267
bmake: 20200902 -> 20210420
...
* Fix varmod-localtime test by setting TZ to an absolute path to the
appropriate file in TZDIR. This avoids having an extra patch for musl
which doesn't support TZDIR at all.
* Move tests into checkPhase by applying patch from alpine
* Fix build with musl by disabling deptgt-delete_on_error test (which I
haven't debugged myself, just copied this from alpine) and fixing a
test which fails due to differing output from strerror(3) between musl
and glibc. Also we need to add a shebang to install-sh, otherwise it
won't be executed in pkgsMusl.
2021-05-31 13:39:35 +02:00
Martin Weinelt
bcc35ef63f
firefox: 88.0.1 -> 89.0
...
https://www.mozilla.org/en-US/firefox/89.0/releasenotes/
2021-05-31 13:31:09 +02:00
R. RyanTM
fe414b367d
cbonsai: 1.1.1 -> 1.2.0
2021-05-31 10:58:03 +00:00
Sandro
58240d3c21
Merge pull request #124405 from fabaff/corsair
...
python3Packages.corsair-scan: init at 0.2.0
2021-05-31 12:46:24 +02:00
Maximilian Bosch
16c32a6702
Merge pull request #125007 from risicle/ris-pg-partman-4.5.1
...
postgresqlPackages.pg_partman: 4.4.1 -> 4.5.1
2021-05-31 12:44:47 +02:00
Sandro
522a2a222f
Merge pull request #122566 from hoppla20/add-yaru-remix-theme
2021-05-31 12:36:14 +02:00
Fabian Affolter
d2d87980c8
Merge pull request #124949 from atopuzov/python-solo
...
python3Packages.solo-python: 0.0.27 -> 0.0.30
2021-05-31 12:26:06 +02:00
Fabian Affolter
c2260adb3e
gdu: 5.0.0 -> 5.0.1
2021-05-31 12:19:23 +02:00
Sandro
fa5cc3247f
Merge pull request #124771 from dotlambda/libxlsxwriter-1.0.6
...
libxlsxwriter: 1.0.5 -> 1.0.6
2021-05-31 12:12:16 +02:00
Sandro
9308cec31b
Merge pull request #124778 from bcdarwin/itk-5.2.0
...
itk: 5.1.2 -> 5.2.0
2021-05-31 12:11:56 +02:00
Sandro
92f32a4a38
Merge pull request #124791 from servalcatty/v2ray
...
v2ray: 4.38.3 -> 4.39.2
2021-05-31 12:11:04 +02:00
R. RyanTM
8e17ef825d
armadillo: 10.5.0 -> 10.5.1
2021-05-31 10:09:21 +00:00
Sandro
6c09cf70e2
Merge pull request #124762 from jakuzure/patch-1
2021-05-31 12:05:28 +02:00
Sandro
d9c69fb889
Merge pull request #124694 from RonanMacF/master
2021-05-31 12:04:42 +02:00
Sandro
65f32d2984
Merge pull request #124730 from LeSuisse/morph-1.6.0
...
morph: 1.5.0 -> 1.6.0
2021-05-31 12:03:45 +02:00
Sandro
6275871558
Merge pull request #124702 from MatthewCroughan/update-fioctl-3
...
fioctl: 0.16 -> 0.17
2021-05-31 11:57:26 +02:00
Sandro
03fa8708ec
Merge pull request #124544 from Mic92/vmtools
2021-05-31 11:54:16 +02:00
Michael Weiss
1243545b06
Merge pull request #124957 from primeos/ungoogled-chromium
...
ungoogled-chromium: 90.0.4430.212 -> 91.0.4472.77
2021-05-31 11:47:33 +02:00
Sandro
774d344747
Merge pull request #123950 from magnetophon/molot-lite
2021-05-31 11:41:02 +02:00
Sandro
f59e8fec7d
Merge pull request #124128 from fabaff/gosh
2021-05-31 11:38:08 +02:00
Jacek Galowicz
d80b17d530
maintainers: init tfc
2021-05-31 11:36:19 +02:00
embr
a75c0a7f87
bozohttpd: experimental darwin compat patch
...
As far as I can tell, libSystem on darwin provides a libm compatibility
symlink, but not a libcrypt one.
Prior art (eg. CPython) appears to use `stdenv.isDarwin` as a proxy for
`stdenv.hostPlatform.libc == "libSystem"`, but the latter also works in
cases where we're building on Darwin, but with eg. musl for some reason.
2021-05-31 11:03:17 +02:00