about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* gnome2.libgnomeui: use xorg.* packages directly instead of xlibsWrapper ↵Sergei Trofimovich2022-10-04
| | | | | | | indirection Validated as no change in `out` and `dev` outputs with diffoscope on `gnome2.libgnomeui` expression.
* Merge pull request #194211 from flokli/systemd-251.5Florian Klink2022-10-03
|\ | | | | systemd: 251.4 -> 251.5
| * systemd: 251.4 -> 251.5Florian Klink2022-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: ``` 654ae8c1e4 base-filesystem.c: add trailing zero byte for s390x entry e4a19eef33 basic/missing_loop.h: fix missing lo_flags LO_FLAGS_DIRECT_IO 24238be484 mount-util: fix error code 1b1ad8c79f udev: certainly restart event for previously locked device 7dacfb3fb4 stub: Use EfiLoaderCode for kernel memory eaeaf4f6ef network: do not silently stop to process configuration on activation failure bb803856bc bus: use inline trace argument for ANONYMOUS auth 6349062326 Fix ObjectManager interface emitted for non-manager objects c90ab07fa0 test-bus-objects: Test interfaces added/removed signal interfaces e32fe1b457 Fix GetManagedObjects returning ObjectManager interface for non-manager objects efd8e39f4a test-bus-objects: Test GetManagedObjects interfaces are correct 344efd022a coredump: when parsing json, optionally copy the string first de08edca17 systemctl: color ignored exit status in yellow, not red 1531a496e3 manager: make clear internal Dump() logic is debugging only. c4fd38f7d2 man: document the Dump() calls of the PID 1 D-Bus interface, and what they are 140fee4627 resolve: do not cache mDNS goodbye packet 1a2d93a770 kbd-model-map: correct variants for cz-qwerty to include comma 9d1ebb2247 resolve: persist DNSOverTLS configuration in state file 3137ac6ef5 udev: support by-path devlink for multipath nvme block devices c948091cc5 run: make --working-directory= work for --scope too 7bb204620d kbd-model-map: add a mapping for switched czech qwerty/us e5157050d1 test: add more test cases for mkdir_p_safe() and mkdir_p_root() b3a9f7b5cb mkdir: chase_symlinks_and_stat() does not return 0 0bfdc91807 units: make sure that initrd-switch-root.service pulls in .target 45fb64c54b units: add dependency ordering for emergency.service conflicts 6535813084 units: add ordering dependencies on initrd-switch-root.target 09c90224f1 units/systemd-network-generator.service: add forgotten ordering for shutdown 1dd723a3b8 units: reorder/split unit dependency blocks 054cad0097 man: explicitly document that "reboot -f" is different from "systemctl reboot -f" c5b0ae86b1 watchdog: use /dev/watchdog0 only if it exists ac805eac15 journalctl: respect --quiet flag during file concistency verification c1d729795d xdg-autostart-service: expand tilde in Exec lines 35c5f5d688 unit: drop ProtectClock=yes from systemd-udevd.service 175ba30cf6 busctl: Fix warning about invaild introspection data 6c7b91372d udev/rules,hwdb: filter out mostly meaningless default strings 8b89e677e9 units: prolong the stop timeout for homed 202a79e7c5 homed: don't wait indefinitely for workers on exit 44660d2e12 man: fix static bridge example e0dde8a14f log: don't attempt to duplicate closed fd 254b77e73c condition: fix device-tree firmware path 96da39ddb1 udev-util: minor cleanups for on_ac_power() 3345520512 docs: fix incorrect env var name for credentials directory 49f9fa87b2 shell-completion: drop unused $mode 1e29d934de oomd: fix off-by-one when dumping kill candidates b00cb050c8 on-ac-power: ignore devices with scope==Device 9886011356 on-ac-power: rework logic 1fc74d251e sd-device: add helper to read a unsigned int attribute 6d4c138534 shared/udev-util: say "ignoring device", not "ignoring" cd2fad2300 virt: Support detection of Apple Virtualization.framework guests 6e47e75c86 virt: align tables 951e99231e check-os-release.py compatible with Python < 3.8 d572a74163 core/mount: adjust deserialized state based on /proc/self/mountinfo 2e372afc35 Allow uneven length BootXXXX variables 8ad143e684 gpt: fix native uuids for s390x 2bb9a0a29b udev: fix inversed inequality for timeout of retrying event cf67d5ed1b bash-completion: add systemd-sysext support ada437cfb1 sysext: add missing COMMAND to the help output and man synopsis 58bc1e8e04 hostname: make chassis type actually obtained from ACPI when nothing from DMI 4ffde70981 booctl: do not say uuids differ if one of the uuids is unset 5219a99ccb bash-completion: autocomplete cgroup names in systemd-cgtop 9f2f391153 sysusers: add fsync for passwd (#24324) c966377c51 dhcp6: do not append ORO option when no option requested 97474b03e7 dhcp6: gracefully handle NoBinding error c67a388aef udev/cdrom_id: check last track info 52c631b02e firstboot: fix can't overwrite timezone f279a6f4d1 cryptenroll: fix memory leak 66b060225d sd-device-enumerator: drop noisy log messages 6e1acfe818 sd-device-monitor: actually refuse to send invalid devices 81339c45e8 sd-device-monitor: fix inversed condition 1760559918 resolvctl: only remove protocol after last dot when mangling ifname for resolvconf a3348ba748 oom: drop invalid %m in the log message b3dd66f32b meson: Test correct efi linker for supported args f9d936b865 sysusers: properly process user entries with an explicit GID ec5a46ca34 sysusers: only check whether the requested GID is available 037b1a8acc dhcp: fix potential buffer overflow ed2955f8fe udev-util: assume system is running on AC power when no battery found 37b54927d3 Fix issue with system time set back (#24131) 4fdca1ab9e shared/generator: Ensure growfs unit runs after repart 32f9d70f8b manager: optionally, do a full preset on first boot ```
| * systemd: nixpkgs-fmtFlorian Klink2022-10-03
| |
* | Merge pull request #194218 from fabaff/bump-certifiSandro2022-10-03
|\ \
| * | python310Packages.certifi: 2022.06.15 -> 2022.09.24Fabian Affolter2022-10-03
| | |
* | | Merge pull request #193691 from mweinelt/scipy-limit-omp-threadsMartin Weinelt2022-10-03
|\ \ \
| * | | python3Packages.scipy: Limit OpenMP threads during check phaseMartin Weinelt2022-10-03
|/ / / | | | | | | | | | | | | | | | | | | | | | The scipy tests already run in parallel and the openmp threads come on top of that. That overloads machines very easily and therefore we introduce a scaling limit to the number of openmp threads used. https://www.openmp.org/spec-html/5.0/openmpse50.html
* | | Merge staging-next into staginggithub-actions[bot]2022-10-03
|\ \ \ | |_|/ |/| |
| * | Merge master into staging-nextgithub-actions[bot]2022-10-03
| |\ \
| | * | pkgs/top-level: convert to MD option docspennae2022-10-03
| | | |
| | * | Merge pull request #194210 from r-ryantm/auto-update/cudatextNikolay Korotkiy2022-10-03
| | |\ \ | | | | | | | | | | cudatext: 1.171.0 -> 1.172.0
| | | * | cudatext: 1.171.0 -> 1.172.0R. Ryantm2022-10-03
| | | | |
| | * | | wasm-bindgen-cli: 0.2.82 -> 0.2.83 (#194122)Max Niederman2022-10-03
| | | | |
| | * | | perf: fix build with kernel 6.0K9002022-10-03
| | | | |
| | * | | linux/6.0: initK9002022-10-03
| | | | |
| | * | | Merge pull request #194201 from markuskowa/upd-octopusmarkuskowa2022-10-03
| | |\ \ \ | | | | | | | | | | | | octopus: 11.4 -> 12.0
| | | * | | octopus: 11.4 -> 12.0Markus Kowalewski2022-10-03
| | | | | |
| | * | | | Merge pull request #194119 from IvarWithoutBones/remove-apple-musicdavidak2022-10-03
| | |\ \ \ \ | | | | | | | | | | | | | | apple-music-electron: remove
| | | * | | | apple-music-electron: removeIvar Scholten2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This project has reached its end of life, the repository is marked as an archive. Its recommanded to use the already packaged `cider` instead. Fixes #193593
| | * | | | | Merge pull request #194200 from markuskowa/upd-panoplymarkuskowa2022-10-03
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | panoply: 5.2.0 -> 5.2.1
| | | * | | | | panoply: 5.2.0 -> 5.2.1Markus Kowalewski2022-10-03
| | | | |/ / / | | | |/| | |
| | * | | | | Merge pull request #194170 from kini/zoom-us/bump-versionDoron Behar2022-10-03
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | zoom-us: 5.11.{9.10046,10.4400} -> 5.12.0.{11129,4682}
| | | * | | | zoom-us: 5.11.{9.10046,10.4400} -> 5.12.0.{11129,4682}Keshav Kini2022-10-02
| | | | |/ / | | | |/| |
| | * | | | Merge pull request #193925 from drupol/php/enable-imap-extElis Hirwing2022-10-03
| | |\ \ \ \ | | | | | | | | | | | | | | php: enable `imap` extension by default
| | | * | | | php: enable `imap` extension by defaultPol Dellaiera2022-10-03
| | | | | | |
| | * | | | | Merge pull request #194158 from r-ryantm/auto-update/python310Packages.pynoboFabian Affolter2022-10-03
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | python310Packages.pynobo: 1.4.0 -> 1.5.0
| | | * | | | python310Packages.pynobo: disable on older Python relleasesFabian Affolter2022-10-03
| | | | | | |
| | | * | | | python310Packages.pynobo: 1.4.0 -> 1.5.0R. Ryantm2022-10-03
| | | | | | |
| | * | | | | Merge pull request #194109 from stephank/fix/darwin-uw-imapElis Hirwing2022-10-03
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | uwimap: fix build on darwin
| | | * | | | | uwimap: fix build on darwinStéphan Kochen2022-10-03
| | | | |/ / / | | | |/| | |
| | * | | | | Merge pull request #194078 from fabaff/ibeacon-ble-bumpFabian Affolter2022-10-03
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | python310Packages.ibeacon-ble: init at 0.7.3, python310Packages.kegtron-ble: init at 0.4.0
| | | * | | | | python310Packages.kegtron-ble: init at 0.4.0Fabian Affolter2022-10-02
| | | | | | | |
| | | * | | | | python310Packages.ibeacon-ble: init at 0.7.3Fabian Affolter2022-10-02
| | | | | | | |
| | * | | | | | Merge pull request #194017 from ↵Fabian Affolter2022-10-03
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.djangorestframework-simplejwt python310Packages.djangorestframework-simplejwt: 5.2.0 -> 5.2.1
| | | * | | | | | python310Packages.djangorestframework-simplejwt: disable on older Python ↵Fabian Affolter2022-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | releases
| | | * | | | | | python310Packages.djangorestframework-simplejwt: 5.2.0 -> 5.2.1R. Ryantm2022-10-02
| | | | | | | | |
| | * | | | | | | Merge pull request #194068 from ↵Fabian Affolter2022-10-03
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.azure-mgmt-containerservice python310Packages.azure-mgmt-containerservice: 20.3.0 -> 20.4.0
| | | * | | | | | | python310Packages.azure-mgmt-containerservice: 20.3.0 -> 20.4.0R. Ryantm2022-10-02
| | | | | | | | | |
| | * | | | | | | | Merge pull request #194157 from NickCao/julia-update7c6f434c2022-10-03
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | julia_18: 1.8.1 -> 1.8.2
| | | * | | | | | | | julia_18-bin: 1.8.1 -> 1.8.2Nick Cao2022-10-03
| | | | | | | | | | |
| | | * | | | | | | | julia_18: 1.8.1 -> 1.8.2Nick Cao2022-10-03
| | | | | | | | | | |
| | * | | | | | | | | Merge pull request #194074 from ↵Fabian Affolter2022-10-03
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.azure-mgmt-monitor python310Packages.azure-mgmt-monitor: 4.0.1 -> 5.0.1
| | | * | | | | | | | | python310Packages.azure-mgmt-monitor: 4.0.1 -> 5.0.1R. Ryantm2022-10-02
| | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | Merge pull request #194118 from ↵Fabian Affolter2022-10-03
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.huawei-lte-api python310Packages.huawei-lte-api: 1.6.1 -> 1.6.2
| | | * | | | | | | | | python310Packages.huawei-lte-api: 1.6.1 -> 1.6.2R. Ryantm2022-10-02
| | | | | | | | | | | |
| | * | | | | | | | | | Merge pull request #194156 from r-ryantm/auto-update/python310Packages.pydmdFabian Affolter2022-10-03
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python310Packages.pydmd: 0.4.0.post2209 -> 0.4.0.post2210
| | | * | | | | | | | | | python310Packages.pydmd: 0.4.0.post2209 -> 0.4.0.post2210R. Ryantm2022-10-03
| | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge pull request #194164 from ↵Fabian Affolter2022-10-03
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.pyswitchbot python310Packages.pyswitchbot: 0.19.8 -> 0.19.13
| | | * | | | | | | | | python310Packages.pyswitchbot: 0.19.8 -> 0.19.13R. Ryantm2022-10-03
| | | |/ / / / / / / /