File tree Expand file tree Collapse file tree 7 files changed +7
-161
lines changed Expand file tree Collapse file tree 7 files changed +7
-161
lines changed Original file line number Diff line number Diff line change 1616
1717<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
1818
19- - Create the first release note entry in this section!
19+ - The ` services.polipo ` module has been removed as ` polipo ` is unmaintained and archived upstream.
2020
2121## Other Notable Changes {#sec-release-25.11-notable-changes}
2222
Original file line number Diff line number Diff line change 167167 nsd = 126 ;
168168 gitolite = 127 ;
169169 znc = 128 ;
170- polipo = 129 ;
170+ # polipo = 129; removed 2025-05-18
171171 mopidy = 130 ;
172172 #docker = 131; # unused
173173 gdm = 132 ;
507507 nsd = 126 ;
508508 gitolite = 127 ;
509509 znc = 128 ;
510- polipo = 129 ;
510+ # polipo = 129; removed 2025-05-18
511511 mopidy = 130 ;
512512 docker = 131 ;
513513 gdm = 132 ;
Original file line number Diff line number Diff line change 12681268 ./services/networking/picosnitch.nix
12691269 ./services/networking/pixiecore.nix
12701270 ./services/networking/pleroma.nix
1271- ./services/networking/polipo.nix
12721271 ./services/networking/powerdns.nix
12731272 ./services/networking/pppd.nix
12741273 ./services/networking/pptpd.nix
Original file line number Diff line number Diff line change 193193 ( mkRemovedOptionModule [ "services" "pantheon" "files" ] ''
194194 This module was removed, please add pkgs.pantheon.elementary-files to environment.systemPackages directly.
195195 '' )
196+ ( mkRemovedOptionModule [ "services" "polipo" ] ''
197+ The polipo project is unmaintained and archived upstream.
198+ '' )
196199 ( mkRemovedOptionModule [ "services" "prey" ] ''
197200 prey-bash-client is deprecated upstream
198201 '' )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1544,6 +1544,7 @@ mapAliases {
15441544
15451545 PlistCpp = plistcpp ; # Added 2024-01-05
15461546 pocket-updater-utility = pupdate ; # Added 2024-01-25
1547+ polipo = throw "'polipo' has been removed as it is unmaintained upstream" ; # Added 2025-05-18
15471548 poppler_utils = poppler-utils ; # Added 2025-02-27
15481549 powerline-rs = throw "'powerline-rs' has been removed due to lack of upstream maintenance" ; # Added 2025-01-26
15491550 premake3 = throw "'premake3' has been removed since it is unmaintained. Consider using 'premake' instead" ; # Added 2025-05-10
You can’t perform that action at this time.
0 commit comments