Commit Graph
791489 Commits
Author SHA1 Message Date
Bobby RongandGitHub dd152d99c6 pantheon-tweaks: 2.2.0 -> 2.2.1 (#402544) 2025-04-28 22:35:42 +08:00
Bobby RongandGitHub 89604aecd3 budgie-desktop: Explicitly set overlay-key to Super_L (#401792) 2025-04-28 22:34:00 +08:00
8f60cbc741 spider: 2.36.73 -> 2.36.117 (#402542)
Co-authored-by: j-mendez <jeffmendez19@gmail.com>
2025-04-28 14:32:48 +00:00
Martin WeineltandGitHub 2091c38ec4 buildMozillaMach: apple-sdk_14 -> apple-sdk_15 starting with version 138 (#400163) 2025-04-28 16:30:30 +02:00
Bobby Rong a6f596bb1e pantheon-tweaks: Explicitly add wingpanel-indicator-sound
This is for the max volume setting in MiscPane.
2025-04-28 22:25:34 +08:00
OTABI TomoyaandGitHub 3c16ed02da python312Packages.conda-libmamba-solver: 25.3.0 -> 25.4.0 (#402447) 2025-04-28 23:10:35 +09:00
OTABI TomoyaandGitHub 0692911de8 python312Packages.python-hcl2: 7.1.0 -> 7.2.0 (#402334) 2025-04-28 23:10:02 +09:00
Felix BargfeldtandGitHub 3ca37d009e netbird-ui: 0.40.0 -> 0.43.0 (#399601) 2025-04-28 15:52:35 +02:00
Bobby Rong 7107e3f413 pantheon-tweaks: 2.2.0 -> 2.2.1
https://github.com/pantheon-tweaks/pantheon-tweaks/compare/2.2.0...2.2.1
2025-04-28 21:34:58 +08:00
R. Ryantm a7e62baf9a spider: 2.36.73 -> 2.36.117 2025-04-28 13:15:55 +00:00
Nick CaoandGitHub 6aaa3618ae opencamlib: init at 2023.01.11, and use in freecad (#400063) 2025-04-28 09:07:45 -04:00
Pol DellaieraandGitHub d35f5a8818 blender: fix openusd support (#399716) 2025-04-28 12:22:53 +00:00
Moritz SanftandGitHub f3a4b07287 libnvidia-container: 1.17.2 -> 1.17.6 (#402488) 2025-04-28 14:22:47 +02:00
Gaétan LepageandGitHub fa42801050 zed-editor: 0.183.10 -> 0.183.11 (#402484) 2025-04-28 13:56:28 +02:00
AtemuandGitHub a0db7f802e androidenv: support linking "latest" version of all plugins (fixing NDK linking) (#402391) 2025-04-28 13:52:13 +02:00
7b90045aca syft: 1.22.0 -> 1.23.1 (#402439)
Co-authored-by: 06kellyjac <06kellyjac@users.noreply.github.com>
2025-04-28 11:51:09 +00:00
Wolfgang WaltherandGitHub d96cef60d9 opensmtpd-extras: drop in favor of standalone filters (#376913) 2025-04-28 11:46:47 +00:00
OTABI TomoyaandGitHub 3a8e7918ff python312Packages.pyghmi: 1.5.77 -> 1.6.0 (#402364) 2025-04-28 20:38:45 +09:00
R. Ryantmandnatsukium 45f8464bf9 python312Packages.conda-libmamba-solver: 25.3.0 -> 25.4.0 2025-04-28 20:37:05 +09:00
niksturandGitHub bf2bc08b37 repart: Enable discard option (#397906) 2025-04-28 13:34:32 +02:00
Patrick Steinhardt d27fc8088c opensmtpd: migrate to by-name 2025-04-28 13:26:53 +02:00
Patrick Steinhardt dc8c84ce28 opensmtpd-filter-rspamd: migrate to by-name 2025-04-28 13:26:53 +02:00
Patrick Steinhardt feddb6a2bc opensmtpd-extras: drop in favor of standalone tables
Upstream has archived the OpenSMTPD-extras repository with 82c49af (add
deprecation notice, 2024-10-22). Instead, it has created a set of
repositories, each containing one of the tables. The old tables aren't
compatible anymore with recent OpenSMTPD versions due to changed
protocols. Other extras, like the queues, don't have an alternative to
the best of my knowledge.

Furthermore, opensmtpd-extras doesn't even build anymore, furthermore
indicating that there aren't any users of this package. Remove the
"opensmtpd-extras" package and raise errors pointing to the new
standalone tables.

Add a release note.
2025-04-28 13:26:53 +02:00
Patrick Steinhardt 132c73dd29 nixos/opensmtpd: adapt to changed filter location
The location of filters for OpenSMTPD has been changed to
"libexec/smtpd". Adapt the service accordingly.
2025-04-28 13:26:53 +02:00
Patrick Steinhardt 058a8bce1e opensmtpd.table-sqlite: init at 1.0.1
The opensmtpd-extra package has been deprecated in favor of standalone
repositories for each of the filters. Introduce table-sqlite, which is
one of these new standalone filters to read login info from an sqlite
database.
2025-04-28 13:26:53 +02:00
Patrick Steinhardt bef886ed23 opensmtpd.table-socketmap: init at 1.1.1
The opensmtpd-extra package has been deprecated in favor of standalone
repositories for each of the filters. Introduce table-socketmap, which
is one of these new standalone filters to read login info from a Unix
socket.
2025-04-28 13:26:53 +02:00
Patrick Steinhardt c45505b1aa opensmtpd.table-redis: init at 1.0.1
The opensmtpd-extra package has been deprecated in favor of standalone
repositories for each of the filters. Introduce table-redis, which is
one of these new standalone filters to read login info from a Redis
instance.

Building table-redis does not work out of the box: while the project
correctly includes the hiredis include directory, the header itself is
contained in a "hiredis/" subdirectory. Add a patch to fix this.
2025-04-28 13:26:53 +02:00
Patrick Steinhardt c7a567cd44 opensmtpd.table-postgres: init at 1.1.1
The opensmtpd-extra package has been deprecated in favor of standalone
repositories for each of the filters. Introduce table-postgres, which
is one of these new standalone filters to read login info from a
Postgres database.
2025-04-28 13:26:52 +02:00
Felix BargfeldtandGitHub 45aa998a33 gotosocial: move to codeberg (#402238) 2025-04-28 13:20:35 +02:00
03f4f61409 peergos: 1.1.0 -> 1.2.0 (#402030)
Co-authored-by: christoph-heiss <contact@christoph-heiss.at>
2025-04-28 10:47:22 +00:00
OTABI TomoyaandGitHub a2166a3633 python312Packages.jupyterhub: 5.2.1 -> 5.3.0, cleanup (#402473) 2025-04-28 19:38:18 +09:00
Pol DellaieraandGitHub 34a2cd13b7 dnsviz: 0.9.4 -> 0.11.1 (#400601) 2025-04-28 10:33:22 +00:00
Pol DellaieraandGitHub d7bc93f0d7 conduktor: 2.15.1 -> 2.24.9 (#400188) 2025-04-28 10:32:39 +00:00
8aac57aca2 rip2: 0.9.3 -> 0.9.4 (#402411)
Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
2025-04-28 10:15:36 +00:00
Pol DellaieraandGitHub e4017df5cb ddosify: 1.0.6 -> 2.6.0 (#400560) 2025-04-28 09:56:47 +00:00
Pol DellaieraandGitHub ba7d85dcdd contour: 0.5.1.7247 -> 0.6.1.7494 (#400200) 2025-04-28 09:56:29 +00:00
Pol DellaieraandGitHub 809f72da5f crc: 2.36.0 -> 2.49.0 (#400339) 2025-04-28 09:52:05 +00:00
RamsesandGitHub 4c022c9082 mycelium: 0.5.7 -> 0.6.0 (#402466) 2025-04-28 11:42:12 +02:00
Paul Meyer bed3e8069d libnvidia-container: renew
- use finalAttrs
- use tag in fetchFromGithub
- no meta = with lib;

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
2025-04-28 11:36:39 +02:00
Pol DellaieraandGitHub b53b4907af gkrellm: 2.3.11 -> 2.4.0 (#401944) 2025-04-28 09:35:59 +00:00
Patrick Steinhardt f3b6355afd opensmtpd.table-passwd: init at 1.0.2
The opensmtpd-extra package has been deprecated in favor of standalone
repositories for each of the filters. Introduce table-passwd, which is
one of these new standalone filters to read login info from "passwd"
files.
2025-04-28 11:26:22 +02:00
Patrick Steinhardt 85ae8c21ae opensmtpd.table-mysql: init at 1.2.1
The opensmtpd-extra package has been deprecated in favor of standalone
repositories for each of the filters. Introduce table-mysql, which is
one of these new standalone filters to read login info from a MySQL or
MariaDB database.
2025-04-28 11:26:22 +02:00
Patrick Steinhardt b961b7312a opensmtpd.table-ldap: init at 1.0
The opensmtpd-extra package has been deprecated in favor of standalone
repositories for each of the filters. Introduce table-ldap, which is one
of these new standalone filters to read login info from an LDAP server.
2025-04-28 11:26:21 +02:00
K900andGitHub 0d883311c3 Revert "slint-viewer: init at 1.10.0" (#402486) 2025-04-28 12:21:39 +03:00
K900andGitHub 5dc7eab0be Revert "slint-viewer: init at 1.10.0" 2025-04-28 12:21:27 +03:00
Matthieu CoudronandGitHub 7aa91c307d yaziPlugins.rsync: init at 0-unstable-2025-04-12 2025-04-28 11:15:04 +02:00
emarynandemaryn 81fb274f29 gkrellm: 2.3.11 -> 2.4.0 2025-04-28 09:10:34 +00:00
Gaetan Lepage 5e483b2670 python312Packages.batchspawner: fix 2025-04-28 11:10:17 +02:00
dotlambdaandGitHub 1b58ccc94b python312Packages.onedrive-personal-sdk: 0.0.13 -> 0.0.14 (#402393) 2025-04-28 02:10:14 -07:00
Gaetan Lepage 6731f7007f python312Packages.jupyterhub: 5.2.1 -> 5.3.0
Diff: https://github.com/jupyterhub/jupyterhub/compare/refs/tags/5.2.1...refs/tags/5.3.0

Changelog: https://github.com/jupyterhub/jupyterhub/blob/5.3.0/docs/source/reference/changelog.md
2025-04-28 11:10:07 +02:00