bozohttpd 20220517 -> 20240126 https://repology.org/project/bozohttpd/versions attrpath: bozohttpd Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/http/bozohttpd/default.nix b/pkgs/servers/http/bozohttpd/default.nix index 038548bb16fa..0aad8168ffa8 100644 --- a/pkgs/servers/http/bozohttpd/default.nix +++ b/pkgs/servers/http/bozohttpd/default.nix @@ -22,13 +22,13 @@ let inherit (lib) optional optionals; in stdenv.mkDerivation rec { pname = "bozohttpd"; - version = "20220517"; + version = "20240126"; # bozohttpd is developed in-tree in pkgsrc, canonical hashes can be found at: # http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/bozohttpd/distinfo src = fetchurl { url = "http://eterna23.net/${pname}/${pname}-${version}.tar.bz2"; - hash = "sha512-J1uPqzzy5sWXIWgsrpUtuV2lvTsfIGgCQMbPEClGNpP2/soEf77146PnUotAt7LoeypW/YALYS5nmhbySJDltg=="; + hash = "sha512-fr1PnyYAS3wkpmj/npRC3A87UL9LIXw4thlM4GfrtlJbuX5EkWGVJnHJW/EmYp7z+N91dcdRJgdO79l6WJsKpg=="; }; buildInputs = [ openssl libxcrypt ] ++ optional (luaSupport) lua; Successfully finished processing cachix "/nix/store/ajf687yzcbd6fvlnrk06fsbjh8sblcsg-bozohttpd-20240126" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/bozohttpd/versions. meta.description for bozohttpd is: Bozotic HTTP server; small and secure meta.homepage for bozohttpd is: http://www.eterna.com.au/bozohttpd/ meta.changelog for bozohttpd is: http://www.eterna.com.au/bozohttpd/CHANGES ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 20240126 with grep in /nix/store/ajf687yzcbd6fvlnrk06fsbjh8sblcsg-bozohttpd-20240126 - found 20240126 in filename of file in /nix/store/ajf687yzcbd6fvlnrk06fsbjh8sblcsg-bozohttpd-20240126 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath bozohttpd bozohttpd-minimal ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ajf687yzcbd6fvlnrk06fsbjh8sblcsg-bozohttpd-20240126 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A bozohttpd https://github.com/r-ryantm/nixpkgs/archive/b7ba4e2692a845f7a2f0407ce359c963de0aa4d1.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b7ba4e2692a845f7a2f0407ce359c963de0aa4d1#bozohttpd ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ajf687yzcbd6fvlnrk06fsbjh8sblcsg-bozohttpd-20240126 ls -la /nix/store/ajf687yzcbd6fvlnrk06fsbjh8sblcsg-bozohttpd-20240126/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @liclac for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/286656