Commit Graph
402526 Commits
Author SHA1 Message Date
SandroandGitHub 84d30b170e Merge pull request #186947 from SuperSandro2000/python310Packages.jsonschema 2022-08-21 20:50:47 +02:00
Florian KlinkandGitHub 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 TrofimovichandGitHub 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äckelandSandro Jäckel 1609e4a63e python310Packages.jsonschema: 4.9.1 -> 4.13.0 2022-08-21 05:49:29 +02:00
SandroandGitHub 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]andGitHub 77394c111b Merge staging-next into staging 2022-08-20 18:02:00 +00:00
github-actions[bot]andGitHub 1622736ef5 Merge master into staging-next 2022-08-20 18:01:20 +00:00
Mario RodasandGitHub 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 RusnakandGitHub 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 ScottandGitHub 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 HeinrichandGitHub 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 HeinrichandGitHub 0b8a3d2f89 Merge pull request #186924 from leungbk/turnt
pythonPackages.turnt: init at 1.8.0
2022-08-20 18:52:40 +02:00
Jonas HeinrichandGitHub 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 ScottandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 RodasandGitHub 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 RodasandGitHub 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ßandGitHub 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 RodasandGitHub 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 RodasandGitHub 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 RodasandGitHub 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 RodasandGitHub 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 ScottandGitHub 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 RodasandGitHub 190f831e7f Merge pull request #187555 from marsam/update-lxd
lxd: 5.4 -> 5.5
2022-08-20 10:38:31 -05:00
Mario RodasandGitHub 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 KalinkinandGitHub ee24570799 Merge pull request #186549 from reckenrode/iterm-macos13
iterm2: fix on macOS 13
2022-08-20 11:26:41 -04:00
Sergei TrofimovichandGitHub 0cc6444e74 Merge pull request #185366 from ninjin/om4
om4: init at 6.7
2022-08-20 16:11:13 +01:00
Fabian AffolterandGitHub 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 HeinrichandGitHub 0781f10923 Merge pull request #186991 from BattleCh1cken/master
platformio: 6.0.2 -> 6.1.4
2022-08-20 16:57:44 +02:00
Fabian AffolterandGitHub 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 HeinrichandGitHub 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 HeinrichandGitHub 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 TrofimovichandGitHub 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 Kozikandehmry 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 HeinrichandGitHub 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 HeinrichandGitHub 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 KalinkinandGitHub ede8150af3 Merge pull request #187356 from veprbl/pr/pythia_fixDarwinDylibs
pythia: add fixDarwinDylibNames
2022-08-20 09:58:05 -04:00
0x4A6FandGitHub 05616c7674 Merge pull request #187511 from r-ryantm/auto-update/zellij
zellij: 0.31.2 -> 0.31.3
2022-08-20 15:44:25 +02:00
Pontus Stenetorp fcadb8a5da om4: init at 6.7 2022-08-20 13:43:53 +00:00
Fabian AffolterandGitHub 5b54e94618 Merge pull request #187583 from fabaff/pyunifiprotect-bump
python310Packages.pyunifiprotect: 4.1.1 -> 4.1.2
2022-08-20 15:43:02 +02:00
Fabian AffolterandGitHub dc5e3addfd Merge pull request #187592 from fabaff/pontos-bump
python310Packages.pontos: 22.7.2 -> 22.8.1
2022-08-20 15:42:52 +02:00
Jonas HeinrichandGitHub afbfff1c7c Merge pull request #187262 from athas/rars
rars: init at 1.5
2022-08-20 15:26:27 +02:00