Matthew Bauer
ec4019f6dc
Set inherit_errexit after bash version check
...
inherit_errexit wasn’t available in bash 3. We have a check to show a
nice error message, but that check is after we set inherit_errexit in
setup.sh. So we can just move this to below the BASH_VERSINFO check.
2022-08-21 23:01:55 -04:00
Sandro
7efd61a09a
Merge pull request #157171 from DarkKirb/soundtouch-2.3.1
2022-08-21 23:40:39 +02:00
Sergei Trofimovich
d599919bc3
Merge pull request #187777 from trofi/cmake-fix-non-libc-case
...
cmake: fix crash on CC without libc support
2022-08-21 21:29:43 +01:00
Sandro
84d30b170e
Merge pull request #186947 from SuperSandro2000/python310Packages.jsonschema
2022-08-21 20:50:47 +02:00
Sergei Trofimovich
da0a5e5f3b
cmake: fix crash on CC without libc support
...
Without this change pkgsLLVM fails to build any packages
as compiler-rt fails early in cmake:
CMake Error at ...-cmake-3.24.0/share/cmake-3.24/Modules/Platform/UnixPaths.cmake:53 (file):
file STRINGS file
"...-x86_64-unknown-linux-gnu-clang-wrapper-11.1.0/nix-support/orig-libc-dev"
cannot be read.
It's a regression caused by 871cf9f7b3
"cmake: detect libc location
at runtime #181431 " where we started using `orig-libc-dev` as a libc pointer.
During pkgsLLVM pootstrap first compiler has no libc support yet.
The change skips runtime detection if there are no libc signs.
2022-08-21 19:18:11 +01:00
Charlotte 🦝 Delenk
029137d9ea
soundtouch: 2.2 -> 2.3.1 and update the repo URL
...
The soundtouch repository has been moved from Gitlab to Codeberg in
October. According to the main developer, Gitlab has blocked the
soundtouch account for unknown reasons. The Gitlab repository is no
longer available as the user is private.
References:
https://codeberg.org/soundtouch/soundtouch/src/branch/master/readme.md
https://www.surina.net/soundtouch/
This commit replaces #135972
2022-08-21 18:08:44 +01:00
Florian Klink
4a641f7ac3
Merge pull request #187714 from veehaitch/systemd-bpf-framework
...
systemd: enable `BPF_FRAMEWORK` by default (`withLibBPF=true`)
2022-08-21 16:59:14 +02:00
Vincent Haupert
ca0120a4bc
systemd: enable BPF_FRAMEWORK
by default (withLibBPF=true
)
...
So far, we have been building Systemd without `BPF_FRAMEWORK`. As a
result, some Systemd features like `RestrictNetworkInterfaces=` cannot
work. To make things worse, Systemd doesn't even complain when using a
feature which requires `+BPF_FRAMEWORK`; yet, the option has no effect:
# systemctl --version | grep -o "\-BPF_FRAMEWORK"
-BPF_FRAMEWORK
# systemd-run -t -p RestrictNetworkInterfaces="lo" ping -c 1 8.8.8.8
This commit enables `BPF_FRAMEWORK` by default. This is in line with
other distros (e.g., Fedora). Also note that BPF does not support stack
protector: https://lkml.org/lkml/2020/2/21/1000 . To that end, I added a
small `CFLAGS` patch to the BPF building to keep using stack protector
as a default.
I also added an appropriate NixOS test.
2022-08-21 12:22:16 +02:00
Sergei Trofimovich
f07e452557
Merge pull request #187694 from amjoseph-nixpkgs/pr/libtool/fixshebangs2
...
libtool: fix shebang-fixing from 2.4.7 version bump
2022-08-21 11:02:28 +01:00
Sandro Jäckel
1609e4a63e
python310Packages.jsonschema: 4.9.1 -> 4.13.0
2022-08-21 05:49:29 +02:00
Sandro
2817fc3244
Merge pull request #187678 from SuperSandro2000/staging-node
2022-08-21 05:48:59 +02:00
Sandro Jäckel
64d5ca085a
nodejs_18: fix eval
2022-08-21 05:32:49 +02:00
Adam Joseph
b5aad8addf
libtool: fix shebang-fixing from 2.4.7 version bump
...
Libtool 2.4.7 changed the shebangs in `libtoolize.in` and `ltmain.sh`
from `/bin/sh` (which is a special sandbox exception) to `/usr/bin/env
sh` (which is not).
My PR (#167071 ) to bump the libtool version adjusted both of these
shebangs, when it should only have adjusted the one in
`libtoolize.in`.
`ltmain.sh` is not a script to be *executed* at
`libtool`-invocation-time. It is a script which is *vendored into a
release* at `libtoolize`-invocation-time.
Thanks to @trofi for reporting this
https://github.com/NixOS/nixpkgs/pull/167071#pullrequestreview-1079484605
2022-08-20 20:16:12 -07:00
github-actions[bot]
77394c111b
Merge staging-next into staging
2022-08-20 18:02:00 +00:00
github-actions[bot]
1622736ef5
Merge master into staging-next
2022-08-20 18:01:20 +00:00
Mario Rodas
6895427d34
Merge pull request #187554 from marsam/update-gifski
...
gifski: 1.7.0 -> 1.7.1
2022-08-20 12:48:07 -05:00
Pavol Rusnak
2173250011
Merge pull request #187619 from r-ryantm/auto-update/ffmpeg-normalize
...
ffmpeg-normalize: 1.24.0 -> 1.24.1
2022-08-20 19:41:47 +02:00
Robert Scott
494b2d0a92
Merge pull request #187532 from r-ryantm/auto-update/python310Packages.gsd
...
python310Packages.gsd: 2.5.3 -> 2.6.0
2022-08-20 18:19:31 +01:00
R. Ryantm
2fc50826ce
ffmpeg-normalize: 1.24.0 -> 1.24.1
2022-08-20 17:17:32 +00:00
Jonas Heinrich
3f5265d952
Merge pull request #186912 from r-ryantm/auto-update/xmrig-proxy
...
xmrig-proxy: 6.15.1 -> 6.18.0
2022-08-20 18:56:25 +02:00
Jonas Heinrich
0b8a3d2f89
Merge pull request #186924 from leungbk/turnt
...
pythonPackages.turnt: init at 1.8.0
2022-08-20 18:52:40 +02:00
Jonas Heinrich
7e373ff010
Merge pull request #186980 from kilianar/tdesktop-4.1.1
...
tdesktop: 4.1.0 -> 4.1.1
2022-08-20 18:48:12 +02:00
Robert Scott
4f61e2d54e
Merge pull request #187527 from r-ryantm/auto-update/python310Packages.fastavro
...
python310Packages.fastavro: 1.5.3 -> 1.6.0
2022-08-20 17:27:44 +01:00
Fabian Affolter
3abc3afcf3
Merge pull request #187580 from fabaff/aioairq
...
python310Packages.aioairq: init at 0.1.1
2022-08-20 17:54:14 +02:00
Janne Heß
8b7092290c
Add myself to Perl CODEOWNERS
2022-08-20 17:52:35 +02:00
Fabian Affolter
dcfa844a13
Merge pull request #187485 from SuperSandro2000/jsonlines
...
python310Packages.jsonlines: 3.0.0 -> 3.1.0
2022-08-20 17:52:20 +02:00
Mario Rodas
cd02b79a40
Merge pull request #187573 from r-ryantm/auto-update/eksctl
...
eksctl: 0.108.0 -> 0.109.0
2022-08-20 10:44:11 -05:00
Mario Rodas
fb5dcb1f8b
Merge pull request #183908 from r-ryantm/auto-update/mdbook-mermaid
...
mdbook-mermaid: 0.11.1 -> 0.11.2
2022-08-20 10:43:36 -05:00
Janne Heß
6b36021552
Merge pull request #187480 from stigtsp/perl/http-tiny-verify-ssl-default
...
perl: `verify_SSL=>1` by default in HTTP::Tiny
2022-08-20 17:43:17 +02:00
Mario Rodas
df6d1fa279
Merge pull request #187586 from fabaff/sentry-sdk-bump
...
python310Packages.sentry-sdk: 1.9.0 -> 1.9.5
2022-08-20 10:42:23 -05:00
Mario Rodas
5ada1ec7cb
Merge pull request #187594 from devhell/bump-termusic
...
termusic: 0.7.2 -> 0.7.3
2022-08-20 10:41:32 -05:00
Mario Rodas
3505188e63
Merge pull request #187551 from marsam/update-millet
...
millet: 0.2.11 -> 0.3.2
2022-08-20 10:40:38 -05:00
Mario Rodas
a877985f10
Merge pull request #187549 from marsam/update-nodejs
...
nodejs: 16.17.0 -> 18.7.0
2022-08-20 10:40:10 -05:00
Robert Scott
4c6fa085af
Merge pull request #187579 from onny/mahotas
...
python310Packages.mahotas: 1.4.12 -> 1.4.13
2022-08-20 16:39:48 +01:00
Mario Rodas
190f831e7f
Merge pull request #187555 from marsam/update-lxd
...
lxd: 5.4 -> 5.5
2022-08-20 10:38:31 -05:00
Mario Rodas
5bf601c69d
Merge pull request #187559 from r-ryantm/auto-update/actionlint
...
actionlint: 1.6.15 -> 1.6.16
2022-08-20 10:37:53 -05:00
Dmitry Kalinkin
ee24570799
Merge pull request #186549 from reckenrode/iterm-macos13
...
iterm2: fix on macOS 13
2022-08-20 11:26:41 -04:00
Sergei Trofimovich
0cc6444e74
Merge pull request #185366 from ninjin/om4
...
om4: init at 6.7
2022-08-20 16:11:13 +01:00
Fabian Affolter
b747d34154
Merge pull request #187606 from fabaff/cloudflare-dyndns-fix
...
python310Packages.cloudflare-dyndns: relax attrs constraint
2022-08-20 17:05:23 +02:00
Jonas Heinrich
0781f10923
Merge pull request #186991 from BattleCh1cken/master
...
platformio: 6.0.2 -> 6.1.4
2022-08-20 16:57:44 +02:00
Fabian Affolter
fcc4037cc8
python310Packages.jsonlines: add pythonImportsCheck
2022-08-20 16:46:36 +02:00
Fabian Affolter
0dc49ae73e
python310Packages.cloudflare-dyndns: update description
2022-08-20 16:38:04 +02:00
Fabian Affolter
835642ea36
python310Packages.cloudflare-dyndns: relax attrs constraint
...
- switch to poetry-core
2022-08-20 16:30:53 +02:00
Jonas Heinrich
4d70cdd97e
Merge pull request #186996 from r-ryantm/auto-update/morgen
...
morgen: 2.5.8 -> 2.5.9
2022-08-20 16:28:48 +02:00
Jonas Heinrich
eec56ddb99
Merge pull request #187007 from r-ryantm/auto-update/neo4j
...
neo4j: 4.4.8 -> 4.4.10
2022-08-20 16:15:30 +02:00
Sergei Trofimovich
26c03f3bf1
Merge pull request #187590 from trofi/libgccjit-lib-stripping-fix
...
libgccjit: don't try to enter into non-existent $lib output
2022-08-20 15:14:21 +01:00
Ivan Kozik
457e267206
rsync: 3.2.4 -> 3.2.5
...
This release fixes CVE-2022-29154:
https://download.samba.org/pub/rsync/NEWS#3.2.5
Remove enableCopyDevicesPatch because --copy-devices was included in rsync 3.2.4:
https://download.samba.org/pub/rsync/NEWS#3.2.4:~:text=Added%20the%20%2D%2Dcopy%2Ddevices%20option
2022-08-20 09:12:37 -05:00
Jonas Heinrich
0b7b04c591
Merge pull request #187075 from r-ryantm/auto-update/atlantis
...
atlantis: 0.19.7 -> 0.19.8
2022-08-20 16:07:35 +02:00
Jonas Heinrich
78824fec1d
Merge pull request #187149 from centromere/django-encrypted-model-fields
...
pythonPackage.django-encrypted-model-fields: init at 0.6.5
2022-08-20 16:02:03 +02:00
Dmitry Kalinkin
ede8150af3
Merge pull request #187356 from veprbl/pr/pythia_fixDarwinDylibs
...
pythia: add fixDarwinDylibNames
2022-08-20 09:58:05 -04:00