Commit Graph

40 Commits

Author SHA1 Message Date
R. Ryantm
9a6119e934 i2p: 2.12.0 -> 2.13.0 2026-07-24 12:38:09 +00:00
Ryan Omasta
cc022de1a2 i2pd-tools: add ryand56 as maintainer 2026-05-11 15:37:00 -06:00
Ryan Omasta
75cdc30cf6 i2pd-tools: 2.56.0 -> 2.58.0-unstable-2026-04-29
Diff: 33fce4b087...34944bbd5d
2026-05-11 15:36:54 -06:00
R. Ryantm
a389d372d2 i2pd: 2.59.0 -> 2.60.0 2026-04-25 00:27:34 +00:00
R. Ryantm
c7bb8197c4 i2p: 2.11.0 -> 2.12.0 2026-04-21 00:42:53 +00:00
linsui
9efdfbcd76 i2p: 2.10.0 -> 2.11.0 2026-03-03 15:04:02 +08:00
Marcin Serwin
59364fb99a maintainers: drop dezgeg
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-02-22 12:43:51 +01:00
R. Ryantm
fa2ecf9b34 i2pd: 2.58.0 -> 2.59.0 2026-02-09 01:53:11 +00:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
linsui
c4e5c19fb6 i2p: use jre_minimal 2026-01-09 17:44:57 +08:00
Edward Tjörnhammar
7d1bb2cb0f Revert "maintainers: drop edwtjo"
This partially reverts commit c0ec79be1d
as I intend to be more active.
2025-12-11 20:03:47 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Wolfgang Walther
c0ec79be1d maintainers: drop edwtjo
Reacted to 1 out of 384 maintainer pings in the least 180 days.
2025-12-09 21:09:02 +01:00
Aliaksandr
80f12557f5 treewide: replace "yes" else "no" usages to lib.boolToYesNo 2025-10-21 16:04:34 +03:00
Wolfgang Walther
0f03901a72 i2pd: 2.57.0 -> 2.58.0 (#441350) 2025-09-23 16:57:21 +00:00
R. Ryantm
8b8df7f1aa i2p: 2.9.0 -> 2.10.0 2025-09-10 01:44:45 +00:00
R. Ryantm
50595e103e i2pd: 2.57.0 -> 2.58.0 2025-09-09 00:49:13 +00:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Weijia Wang
479251543f i2pd: 2.56.0 -> 2.57.0 (#413443) 2025-06-17 18:40:36 +02:00
R. Ryantm
d2225c5ed3 i2p: 2.8.2 -> 2.9.0 2025-06-03 12:53:02 +00:00
R. Ryantm
a1e807c775 i2pd: 2.56.0 -> 2.57.0 2025-06-03 01:40:14 +00:00
Arne Keller
20a4d388ee i2pd-tools: init at 2.56.0 (#387286) 2025-04-09 13:07:20 +02:00
Wolfgang Walther
5e3cb11890 i2pd: remove unused USE_AESNI flag (#391890) 2025-04-07 19:40:41 +00:00
Midas
86ced76382 i2pd-tools: init at 2.56.0
i2pd-tools is a toolsuite that helps working with i2p to generate
keys, vanity addresses and so on
2025-04-02 11:02:14 +02:00
R. Ryantm
26aed0dd63 i2p: 2.8.1 -> 2.8.2 2025-04-01 01:23:33 +00:00
Daniel Nagy
410b9853bf i2pd: remove unused USE_AESNI flag
Since release 2.55 that flag has been removed. Therefore we remove it
to avoid confusion.

References:

https://github.com/PurpleI2P/i2pd/blob/2.55.0/ChangeLog#L19

48b62340cc
2025-03-21 17:15:00 +01:00
R. Ryantm
9c6cfa89d2 i2pd: 2.55.0 -> 2.56.0 2025-02-24 15:03:46 +01:00
R. Ryantm
f138093685 i2p: 2.8.0 -> 2.8.1 2025-02-20 15:33:24 +00:00
R. Ryantm
60e3142cc0 i2p: 2.7.0 -> 2.8.0 2025-02-06 00:37:54 +00:00
R. Ryantm
2c20f93c8e i2pd: 2.54.0 -> 2.55.0 2024-12-31 12:54:06 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01: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
R. Ryantm
41e2795fc7 i2p: 2.6.1 -> 2.7.0 2024-10-15 23:24:45 +00:00
h7x4
8f55b011e0 treewide: add meta.changelog (#346488)
* guix: add meta.changelog

* zile: add meta.changelog

* zoom: add meta.changelog

* zotify: add meta.changelog

* zpaqfranz: add meta.changelog

* zunit: add meta.changelog

* zxwing-cpp: add meta.changelog

* zxpy: add meta.changelog

* zydis: add meta.changelog

* zziplib: add meta.changelog

* j: add meta.changelog

* kyua: add meta.changelog

* json2ts: add meta.changelog

* igir: add meta.changelog

* ios-webkit-debug-proxy: add meta.changelog

* gpaste: add meta.changelog

* polkit_gnome: add meta.changelog

* papers: add meta.changelog

* libmsgraph: add meta.changelog

* quadrapassel: add meta.changelog

* gnome-nibbles: add meta.changelog

* decibels: add meta.changelog

* libgedit-amtk: add meta.changelog

* simple-scan: add meta.changelog

* gnome-klotski: add meta.changelog

* gnome-sound-recorder: add meta.changelog

* gnome-remote-desktop: add meta.changelog

* gnome-robots: add meta.changelog

* gnome-shell-extensions: add meta.changelog

* gnome-panel: add meta.changelog

* gnome-session: add meta.changelog

* gnome-keyring: add meta.changelog

* devhelp: add meta.changelog

* libgnome-keyring: add meta.changelog

* ghex: add meta.changelog

* gnome-connections: add meta.changelog

* lightsoff: add meta.changelog

* gnome-flashback: add meta.changelog

* livi: add meta.changelog

* mutter: add meta.changelog

* hitori: add meta.changelog

* gnome-initial-setup: add meta.changelog

* gnome-bluetooth: add meta.changelog

* gnome-shell: add meta.changelog

* gnome-sudoku: add meta.changelog

* ideamaker: add meta.changelog

* i2p: add meta.changelog

* lms: add meta.changelog

* adwaita-icon-theme: add meta.changelog

* gnome-applets: add meta.changelog

* flac123: add meta.changelog

* flaca: add meta.changelog

* flameshot: add meta.changelog

* flaresolverr: add meta.changelog

* a52dec: add meta.changelog

* hexbinhex: add meta.changelog

* dwl: add meta.changelog

* msolve: add meta.changelog

* jcli: add meta.changelog

* nmap: add meta.changelog

* nmapsi4: add meta.changelog

* labctl: add meta.changelog

* _1oom: add meta.changelog

* libipuz: add meta.changelog

* metacity: add meta.changelog

* sushi: add meta.changelog

* rygel: add meta.changelog

* zenity: add meta.changelog

* crosswords: add meta.changelog

* gnome-mahjongg: add meta.changelog

* alacarte: add meta.changelog

* loupe: add meta.changelog

* cheese: add meta.changelog

* atomix: add meta.changelog

* swell-foop: add meta.changelog

* alfis: add meta.changelog

* aperture: add meta.changelog

* atomic-swap: add meta.changelog

* besu: add meta.changelog

* bisq: add meta.changelog

* bitcoin-abc: add meta.changelog

* bitcoin-knots: add meta.changelog

* bitcd: add meta.changelog

* btcdeb: add meta.changelog

* btcpayserver: add meta.changelog

* 86box: add meta.changelog

* darling: add meta.changelog

* dosbox: add meta.changelog

* firebird-emu: add meta.changelog

* maiko: add meta.changelog

* accerciser: add meta.changelog

* adwaita-icon-theme-legacy: add meta.changelog

* dconf-editor: add meta.changelog

* eog: add meta.changelog

* evolution-data-server: add meta.changelog

* file-roller: add meta.changelog

* four-in-a-row: add meta.changelog

* gdm: add meta.changelog

* geary: add meta.changelog

* gitg: add meta.changelog

* gnome2048: add meta.changelog

* gnome-backgrounds: add meta.changelog

* gnome-text-editor: add meta.changelog

* gnome-tour: add meta.changelog

* gnome-user-share: add meta.changelog

* gxml: add meta.changelog

* tali: add meta.changelog

* totem: add meta.changelog

* mobile-broadband-provider-info: add meta.changelog

* avr: add meta.changelog

* brev-cli: add meta.changelog

* juce: add meta.changelog

* loc: add meta.changelog

* resholve: add meta.changelog

* rpiboot: add meta.changelog

* gerbera: add meta.changelog

* kdocker: add meta.changelog

* pmenu: add meta.changelog

* advancecomp: add meta.changelog

* adriconf: add meta.changelog

* interception-tools: add meta.changelog

* nabi: add meta.changelog

* gorilla-cli: add meta.changelog

* heygpt: add meta.changelog

* 6tunnel: add meta.changelog

* aria2: add meta.changelog

* logmein-hamachi: add meta.changelog

* maphosts: add meta.changelog

* qcal: add meta.changelog

* adreaper: add meta.changelog

* aflplusplus: add meta.changelog

* aide: add meta.changelog

* cameradar: add meta.changelog

* wpscan: add meta.changelog

* aha: add meta.changelog

* xcat: add meta.changelog
2024-10-04 22:35:12 +03:00
6543
6f479830a2 i2p: 2.6.0 -> 2.6.1 2024-08-25 19:52:56 +02:00
R. Ryantm
060eb3e153 i2p: 2.5.2 -> 2.6.0 2024-07-20 01:25:09 +00:00
R. Ryantm
9aa79b5826 i2p: 2.5.1 -> 2.5.2 2024-05-30 08:53:23 +00:00
R. Ryantm
d2f88e1a0c i2p: 2.5.0 -> 2.5.1 2024-05-08 01:43:20 +00:00
linsui
54a89ec1fd i2p: 2.4.0 -> 2.5.0 2024-04-11 22:52:25 +08:00
linsui
a09ac66053 i2p: move to by-name 2024-04-08 22:32:27 +08:00