Commit Graph

177 Commits

Author SHA1 Message Date
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
R. Ryantm
f2db8ad3bd dovecot_pigeonhole: 0.5.21 -> 0.5.21.1 2024-10-13 07:59:20 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Thomas Gerbet
cbf3961ef8 dovecot: 2.3.21 -> 2.3.21.1
Fixes CVE-2024-23184 and CVE-2024-23185.

Changes:
https://dovecot.org/mailman3/hyperkitty/list/dovecot-news@dovecot.org/thread/2CSVL56LFPAXVLWMGXEIWZL736PSYHP5/
2024-08-16 08:25:17 +02:00
R. Ryantm
07dbdcf3fe dovecot_fts_xapian: 1.7.13 -> 1.7.14 2024-07-07 12:35:59 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
51273c4fd1 dovecot_fts_xapian: 1.7.12 -> 1.7.13 2024-05-30 13:35:46 +00:00
R. Ryantm
ff2c70563d dovecot_fts_xapian: 1.7.11 -> 1.7.12 2024-05-20 12:34:55 +00:00
R. Ryantm
9bc3e82154 dovecot_fts_xapian: 1.7.10 -> 1.7.11 2024-04-27 12:32:59 +00:00
Sandro Jäckel
91f98c6b21
dovecot_fts_xapian: fix hash 2024-04-05 19:03:36 +02:00
Sandro Jäckel
e1edaedd8a
dovecot_fts_xapian: cleanup 2024-04-05 19:03:31 +02:00
R. Ryantm
e950fcdd8e dovecot_fts_xapian: 1.7.9 -> 1.7.10 2024-03-31 15:14:05 +00:00
R. Ryantm
d31152b544 dovecot_fts_xapian: 1.7.8 -> 1.7.9 2024-03-23 13:05:18 +00:00
R. Ryantm
752c313110 dovecot_fts_xapian: 1.7.6 -> 1.7.8 2024-03-12 17:44:03 +00:00
R. Ryantm
9a14560bd9 dovecot_fts_xapian: 1.7.4 -> 1.7.6 2024-03-08 06:19:53 +00:00
R. Ryantm
a3824bc233 dovecot_fts_xapian: 1.6.5 -> 1.7.4 2024-03-03 14:05:57 +00:00
R. Ryantm
d901eb6883 dovecot_fts_xapian: 1.6.2 -> 1.6.5 2024-02-20 10:24:16 +00:00
R. Ryantm
d9bff0d082 dovecot_fts_xapian: 1.6.1 -> 1.6.2 2024-02-16 23:03:03 +00:00
R. Ryantm
37f6d23f34 dovecot_fts_xapian: 1.6.0 -> 1.6.1 2024-02-13 13:11:42 +00:00
R. Ryantm
0460e74a34 dovecot_fts_xapian: 1.5.9 -> 1.6.0 2024-02-09 11:07:46 +00:00
R. Ryantm
a28bfe4631 dovecot_fts_xapian: 1.5.8 -> 1.5.9 2024-02-06 02:13:21 +00:00
R. Ryantm
9eaf3bc8d1 dovecot_fts_xapian: 1.5.7 -> 1.5.8 2024-01-27 12:57:11 +00:00
Robin Gloster
b5556f2c37
Merge pull request #268109 from helsinki-systems/helsinki-maintainer-team
maintainers/teams: init and add helsinki-systems
2023-12-20 11:43:29 +01:00
Franz Pletz
3934dbde4f
Merge pull request #270754 from kfiz/fix-dovecot-for-aarch64 2023-11-30 19:18:45 +01:00
ajs124
7b6580dba4 maintainers/teams: init and add helsinki-systems 2023-11-30 19:11:08 +01:00
Doro Rose
ac7c745539 dovecot: fix build on aarch64-darwin 2023-11-29 00:34:32 +01:00
Guillaume Girol
441c18d7e8 dovecot_fts_xapian: 1.5.5 -> 1.5.7 2023-11-28 12:00:00 +00:00
ajs124
f1b2dfd88f dovecot_pigeonhole: 0.5.20 -> 0.5.21
https://dovecot.org/mailman3/archives/list/dovecot-news@dovecot.org/thread/Y5SJWAIAVEAQ2KKSWJM7VSJUUFRMFAH5/
2023-09-15 12:59:45 +02:00
ajs124
522ee9be1a dovecot: 2.3.20 -> 2.3.21
https://dovecot.org/mailman3/archives/list/dovecot-news@dovecot.org/thread/KYDR7WWPEQOBZA3IA4NL5XDSLODZLG6N/
2023-09-15 12:56:58 +02:00
Yarny0
47aa9e1331 dovecot: add meta.mainProgram 2023-09-05 11:34:04 +02:00
Vladimír Čunát
9666d43d40
dovecot: avoid testing DES-encrypted passwords 2023-03-20 10:56:30 +01:00
Thomas Gerbet
10089b769e dovecot_pigeonhole: 0.5.19 -> 0.5.20
https://raw.githubusercontent.com/dovecot/pigeonhole/0.5.20/NEWS
2022-12-22 15:51:30 +01:00
Thomas Gerbet
82373dfc74 dovecot: 2.3.19.1 -> 2.3.20
https://github.com/dovecot/core/blob/2.3.20/NEWS
2022-12-22 15:17:58 +01:00
Nick Cao
b32db0ec02
dovecot: build with openssl 3.0 2022-10-19 14:11:33 +08:00
ajs124
6870d49fea dovecot: fix CVE-2022-30550 2022-07-06 16:28:51 +02:00
ajs124
7aaf277a47 dovecot: 2.3.19 -> 2.3.19.1 2022-06-14 12:49:22 +02:00
ajs124
20020f7c11 dovecot_pigeonhole: 0.5.18 -> 0.5.19 2022-05-10 09:54:17 +01:00
ajs124
d33a05ab89 dovecot: 2.3.18 -> 2.3.19 2022-05-10 09:53:04 +01:00
R. Ryantm
52ca1804a1 dovecot_fts_xapian: 1.5.4b -> 1.5.5 2022-04-22 13:26:39 +00:00
R. Ryantm
8c64bd5fca dovecot_fts_xapian: 1.5.4 -> 1.5.4b 2022-03-08 06:13:18 +00:00
Guillaume Girol
a70ed53891 dovecot_fts_xapian: 1.5.2 -> 1.5.4 2022-03-05 12:00:00 +00:00
Robert Schütz
3966f3af2e dovecot_pigeonhole: 0.5.17.1 -> 0.5.18
https://dovecot.org/pipermail/dovecot-news/2022-February/000471.html
2022-02-03 18:56:05 +00:00
Robert Schütz
18d27ba148 dovecot: 2.3.17.1 -> 2.3.18
https://dovecot.org/pipermail/dovecot-news/2022-February/000470.html
2022-02-03 18:55:47 +00:00
Ben Siraphob
39a0a70d29
treewide: fix homepages with permanent redirect to https 2021-12-29 22:06:47 +07:00
Dmitry Kalinkin
24c986c1c1
dovecot_fts_xapian: mark as broken on darwin 2021-12-28 18:18:29 -05:00
Guillaume Girol
8ba6769060 dovecot_fts_xapian: 1.4.14 -> 1.5.2
and align name on repology
2021-12-21 12:00:00 +00:00
ajs124
0475ca4a3a dovecot_pigeonhole: 0.5.17 -> 0.5.17.1 2021-12-07 10:57:30 +00:00
ajs124
d0913cf400 dovecot: 2.3.17 -> 2.3.17.1 2021-12-07 10:57:12 +00:00
Matt Votava
b680de7700 dovecot_fts_xapian: 1.4.11 -> 1.4.14 2021-11-05 02:23:30 -07:00
ajs124
07ea60c423 dovecot_pigeonhole: 0.5.16 -> 0.5.17 2021-10-28 16:08:32 +02:00