about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nixos/network-interfaces: stop wrapping ping with cap_net_rawLin Jian2023-09-21
| | | | | | | | | | | | | | | | | | | | | From systemd 243 release note[1]: This release enables unprivileged programs (i.e. requiring neither setuid nor file capabilities) to send ICMP Echo (i.e. ping) requests by turning on the "net.ipv4.ping_group_range" sysctl of the Linux kernel for the whole UNIX group range, i.e. all processes. So this wrapper is not needed any more. See also [2] and [3]. This patch also removes: - apparmor profiles in NixOS for ping itself and the wrapped one - other references for the wrapped ping [1]: https://github.com/systemd/systemd/blob/8e2d9d40b33bc8e8f5d3479fb075d3fab32a4184/NEWS#L6457-L6464 [2]: https://github.com/systemd/systemd/pull/13141 [3]: https://fedoraproject.org/wiki/Changes/EnableSysctlPingGroupRange
* Merge pull request #255883 from GaetanLepage/easy-ocrNick Cao2023-09-19
|\ | | | | easyocr: 1.7.0 -> 1.7.1
| * easyocr: 1.7.0 -> 1.7.1Gaetan Lepage2023-09-19
| |
* | Merge pull request #255573 from dotlambda/metadata-cleaner-2.5.4Robert Schütz2023-09-19
|\ \ | | | | | | metadata-cleaner: 2.5.0 -> 2.5.4
| * | metadata-cleaner: 2.5.0 -> 2.5.4Robert Schütz2023-09-16
| | | | | | | | | | | | | | | | | | Diff: https://gitlab.com/rmnvgr/metadata-cleaner/-/compare/v2.5.0...v2.5.4 Changelog: https://gitlab.com/rmnvgr/metadata-cleaner/-/blob/v2.5.4/CHANGELOG.md
* | | Merge pull request #255591 from dotlambda/abcmidi-2023.09.13Robert Schütz2023-09-19
|\ \ \ | | | | | | | | abcmidi: 2023.06.25 -> 2023.09.13
| * | | abcmidi: 2023.06.25 -> 2023.09.13Robert Schütz2023-09-16
| | | |
* | | | Merge pull request #255595 from dotlambda/pytube-15.0.0Robert Schütz2023-09-19
|\ \ \ \ | | | | | | | | | | python310Packages.pytube: 12.1.2 -> 15.0.0
| * | | | python310Packages.pytube: 12.1.2 -> 15.0.0Robert Schütz2023-09-16
| |/ / / | | | | | | | | | | | | Diff: https://github.com/pytube/pytube/compare/v12.1.2...v15.0.0
* | | | Merge pull request #255597 from dotlambda/svg2tikz-2.1.0Robert Schütz2023-09-19
|\ \ \ \ | | | | | | | | | | python310Packages.svg2tikz: 1.2.0 -> 2.1.0
| * | | | python310Packages.svg2tikz: 1.2.0 -> 2.1.0Robert Schütz2023-09-17
| |/ / / | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/xyz2tex/svg2tikz/compare/refs/tags/v1.2.0...v2.1.0 Changelog: https://github.com/xyz2tex/svg2tikz/blob/refs/tags/v2.1.0/CHANGELOG.md
* | | | Merge pull request #256108 from figsoda/systeroidNick Cao2023-09-19
|\ \ \ \ | | | | | | | | | | systeroid: 0.4.3 -> 0.4.4
| * | | | systeroid: 0.4.3 -> 0.4.4figsoda2023-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/orhun/systeroid/compare/v0.4.3...v0.4.4 Changelog: https://github.com/orhun/systeroid/blob/v0.4.4/CHANGELOG.md
* | | | | Merge pull request #256107 from figsoda/argcNick Cao2023-09-19
|\ \ \ \ \ | | | | | | | | | | | | argc: 1.9.0 -> 1.10.0
| * | | | | argc: 1.9.0 -> 1.10.0figsoda2023-09-19
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/sigoden/argc/compare/v1.9.0...v1.10.0 Changelog: https://github.com/sigoden/argc/releases/tag/v1.10.0
* | | | | Merge pull request #255906 from figsoda/shuttleNick Cao2023-09-19
|\ \ \ \ \ | | | | | | | | | | | | cargo-shuttle: 0.25.1 -> 0.26.0
| * | | | | cargo-shuttle: 0.25.1 -> 0.26.0figsoda2023-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/shuttle-hq/shuttle/compare/v0.25.1...v0.26.0 Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.26.0
* | | | | | Merge pull request #255491 from figsoda/biomeNick Cao2023-09-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | biome: 1.2.1 -> 1.2.2
| * | | | | | biome: 1.2.1 -> 1.2.2figsoda2023-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/biomejs/biome/compare/cli/v1.2.1...cli/v1.2.2 Changelog: https://github.com/biomejs/biome/blob/cli/v1.2.2/CHANGELOG.md
* | | | | | | Merge pull request #255822 from vbgl/ocaml-batteries-3.7.1Ulrik Strid2023-09-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ocamlPackages.batteries: 3.6.0 → 3.7.1
| * | | | | | | ocamlPackages.batteries: enable tests on AArch64Vincent Laporte2023-09-18
| | | | | | | |
| * | | | | | | ocamlPackages.batteries: 3.6.0 → 3.7.1Vincent Laporte2023-09-18
| | | | | | | |
| * | | | | | | ocamlPackages.telegraml: prepare for batteries 3.7.1Vincent Laporte2023-09-18
| | | | | | | |
* | | | | | | | cloud-hypervisor: disable vmm testsAlyssa Ross2023-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These require KVM, which we can't assume is available in builders. Fixes: 4afa887b8a69 ("cloud-hypervisor: run more tests")
* | | | | | | | Merge pull request #252532 from GaetanLepage/jaxNick Cao2023-09-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python310Packages.{jax,jaxlib,jaxlib-bin}: 0.4.14 -> 0.4.16
| * | | | | | | | python310Packages.jax: 0.4.14 -> 0.4.15Gaetan Lepage2023-09-19
| | | | | | | | |
| * | | | | | | | python310Packages.jaxlib-bin: 0.4.14 -> 0.4.15Gaetan Lepage2023-09-19
| | | | | | | | |
| * | | | | | | | python310Packages.jaxlib: 0.4.14 -> 0.4.15Gaetan Lepage2023-09-19
| | | | | | | | |
* | | | | | | | | python311Packages.qrant-client: 1.5.0 -> 1.5.4happysalada2023-09-19
| | | | | | | | |
* | | | | | | | | Merge pull request #255738 from fsagbuya/outputcheckOTABI Tomoya2023-09-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | outputcheck: init at 0.4.2
| * | | | | | | | | outputcheck: init at 0.4.2Florian Agbuya2023-09-19
| | | | | | | | | |
* | | | | | | | | | Merge pull request #255088 from elohmeier/django-ninjaOTABI Tomoya2023-09-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python3Packages.django-ninja: init at 0.22.2
| * | | | | | | | | | python3Packages.django-ninja: init at 0.22.2Enno Richter2023-09-19
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #254833 from NickCao/qt4-leftoverNick Cao2023-09-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/environment: drop QT_PLUGIN_PATH for qt4 and kde4 as they has b…
| * | | | | | | | | | | nixos/environment: drop KDEDIRS as a leftover from KDE4Nick Cao2023-09-13
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/environment: drop QT_PLUGIN_PATH for qt4 and kde4 as they has been removedNick Cao2023-09-12
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #256061 from imincik/geopandas-drop-python38Nick Cao2023-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python3Packages.geopandas: drop Python 3.8 support
| * | | | | | | | | | | | python3Packages.geopandas: drop Python 3.8 supportIvan Mincik2023-09-19
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GeoPandas 0.14 drops support for Python 3.8. See: https://github.com/geopandas/geopandas/releases/tag/v0.14.0
* | | | | | | | | | | | Merge pull request #256076 from r-ryantm/auto-update/harshNick Cao2023-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | harsh: 0.8.28 -> 0.8.29
| * | | | | | | | | | | | harsh: 0.8.28 -> 0.8.29R. Ryantm2023-09-19
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #256081 from r-ryantm/auto-update/trdl-clientNick Cao2023-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | trdl-client: 0.6.5 -> 0.7.0
| * | | | | | | | | | | | | trdl-client: 0.6.5 -> 0.7.0R. Ryantm2023-09-19
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #256086 from r-ryantm/auto-update/code-maatNick Cao2023-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | code-maat: 1.0.3 -> 1.0.4
| * | | | | | | | | | | | | code-maat: 1.0.3 -> 1.0.4R. Ryantm2023-09-19
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #256094 from PedroHLC/obs-vkcapture-1.4.3Nick Cao2023-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | obs-studio-plugins.obs-vkcapture: 1.4.1 -> 1.4.3
| * | | | | | | | | | | | | obs-studio-plugins.obs-vkcapture: 1.4.1 -> 1.4.3PedroHLC ☭2023-09-19
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #256011 from r-ryantm/auto-update/ncmpcNick Cao2023-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ncmpc: 0.48 -> 0.49
| * | | | | | | | | | | | | | ncmpc: 0.48 -> 0.49R. Ryantm2023-09-19
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #256022 from r-ryantm/auto-update/sd-localNick Cao2023-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sd-local: 1.0.48 -> 1.0.49
| * | | | | | | | | | | | | | | sd-local: 1.0.48 -> 1.0.49R. Ryantm2023-09-19
| |/ / / / / / / / / / / / / /