Commit Graph

29 Commits

Author SHA1 Message Date
R. Ryantm
54f6123c51 dnsproxy: 0.83.1 -> 0.83.2 2026-08-06 21:45:51 +00:00
R. Ryantm
75fe738166 dnsproxy: 0.83.0 -> 0.83.1 2026-07-28 15:36:23 +00:00
R. Ryantm
61159270ad dnsproxy: 0.82.1 -> 0.83.0 2026-07-12 15:58:31 +00:00
R. Ryantm
1c60a3879c dnsproxy: 0.81.4 -> 0.82.1 2026-07-04 00:05:52 +00:00
R. Ryantm
d817bf83c7 dnsproxy: 0.81.3 -> 0.81.4 2026-05-21 20:03:00 +00:00
R. Ryantm
9364198138 dnsproxy: 0.81.2 -> 0.81.3 2026-05-04 18:05:21 +00:00
R. Ryantm
71f59da5b5 dnsproxy: 0.81.1 -> 0.81.2 2026-04-24 01:37:26 +00:00
R. Ryantm
b0952e7aff dnsproxy: 0.81.0 -> 0.81.1 2026-04-13 20:46:52 +00:00
R. Ryantm
1c57cbc3c9 dnsproxy: 0.80.0 -> 0.81.0 2026-03-19 04:15:42 +00:00
R. Ryantm
6383409e23 dnsproxy: 0.79.0 -> 0.80.0 2026-03-11 06:41:45 +00:00
Ashish SHUKLA
be13e65171 dnsproxy: 0.78.2 -> 0.79.0 2026-02-21 20:47:22 +01:00
R. Ryantm
9f60060730 dnsproxy: 0.78.1 -> 0.78.2 2025-12-31 19:01:30 +00:00
Ashish SHUKLA
bdc439acb6 dnsproxy: 0.77.0 -> 0.78.1
Changes: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.78.0
         https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.78.1
2025-11-24 19:29:53 +00:00
R. Ryantm
cdd8dd0808 dnsproxy: 0.76.1 -> 0.77.0 2025-10-22 07:06:39 +00:00
R. Ryantm
705fca6dc6 dnsproxy: 0.76.0 -> 0.76.1 2025-07-06 11:58:29 +00:00
R. Ryantm
39e96cba23 dnsproxy: 0.75.6 -> 0.76.0 2025-06-26 20:15:07 +00:00
Nikolay Korotkiy
64bd0a2ce5 dnsproxy: modernize 2025-06-10 20:00:36 +04:00
R. Ryantm
c04781ef4b dnsproxy: 0.75.5 -> 0.75.6 2025-06-10 14:25:41 +00:00
R. Ryantm
b3a5cf52f3 dnsproxy: 0.75.4 -> 0.75.5 2025-05-22 17:34:54 +00:00
R. Ryantm
3e1a37b002 dnsproxy: 0.75.3 -> 0.75.4 2025-05-11 22:45:38 +00:00
R. Ryantm
0e02383e27 dnsproxy: 0.75.2 -> 0.75.3 2025-04-17 20:16:28 +00:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
R. Ryantm
d1f78f58ad dnsproxy: 0.75.0 -> 0.75.2 2025-03-22 08:55:33 +00:00
R. Ryantm
2d78f69e8a dnsproxy: 0.74.1 -> 0.75.0 2025-02-12 06:54:54 +00:00
R. Ryantm
61c974229b dnsproxy: 0.73.5 -> 0.74.1 2025-01-02 22:51:28 +00:00
R. Ryantm
a30f901d90 dnsproxy: 0.73.4 -> 0.73.5 2024-12-24 04:33:45 +00:00
R. Ryantm
011e45dfea dnsproxy: 0.73.2 -> 0.73.4 2024-12-08 14:16:15 +00:00
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