apacheHttpd 2.4.56 -> 2.4.57 https://repology.org/project/apache/versions attrpath: apacheHttpd 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix index e59822f41a4..eed98b2680b 100644 --- a/pkgs/servers/http/apache-httpd/2.4.nix +++ b/pkgs/servers/http/apache-httpd/2.4.nix @@ -12,11 +12,11 @@ stdenv.mkDerivation rec { pname = "apache-httpd"; - version = "2.4.56"; + version = "2.4.57"; src = fetchurl { url = "mirror://apache/httpd/httpd-${version}.tar.bz2"; - sha256 = "sha256-2NRfE5i6hO3QW7M8p1k6wpibF8ucegyv5UQtQa/bLXw="; + sha256 = "sha256-28y4Su6V4JXt+7geXrkmzNJOatpV3Ng8rssmLlz5TSo="; }; # FIXME: -dev depends on -doc Successfully finished processing cachix "/nix/store/2qf6hv6vab8my7sr51a83nz764fs0x3r-apache-httpd-2.4.57" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
58 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/apache/versions. meta.description for apacheHttpd is: Apache HTTPD, the world's most popular web server meta.homepage for apacheHttpd is: https://httpd.apache.org/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.4.57 with grep in /nix/store/2qf6hv6vab8my7sr51a83nz764fs0x3r-apache-httpd-2.4.57 - found 2.4.57 in filename of file in /nix/store/2qf6hv6vab8my7sr51a83nz764fs0x3r-apache-httpd-2.4.57 ---
Rebuild report (if merged into master) (click to expand) ``` 95 total rebuild path(s) 95 package rebuild(s) First fifty rebuilds by attrpath apacheHttpd apacheHttpdPackages.apacheHttpd apacheHttpdPackages.mod_auth_mellon apacheHttpdPackages.mod_ca apacheHttpdPackages.mod_crl apacheHttpdPackages.mod_cspnonce apacheHttpdPackages.mod_csr apacheHttpdPackages.mod_dnssd apacheHttpdPackages.mod_fastcgi apacheHttpdPackages.mod_itk apacheHttpdPackages.mod_mbtiles apacheHttpdPackages.mod_ocsp apacheHttpdPackages.mod_perl apacheHttpdPackages.mod_pkcs12 apacheHttpdPackages.mod_python apacheHttpdPackages.mod_scep apacheHttpdPackages.mod_spkac apacheHttpdPackages.mod_tile apacheHttpdPackages.mod_timestamp apacheHttpdPackages.mod_wsgi3 apacheHttpdPackages.subversion apacheHttpdPackages_2_4.apacheHttpd apacheHttpdPackages_2_4.mod_auth_mellon apacheHttpdPackages_2_4.mod_ca apacheHttpdPackages_2_4.mod_crl apacheHttpdPackages_2_4.mod_cspnonce apacheHttpdPackages_2_4.mod_csr apacheHttpdPackages_2_4.mod_dnssd apacheHttpdPackages_2_4.mod_fastcgi apacheHttpdPackages_2_4.mod_itk apacheHttpdPackages_2_4.mod_mbtiles apacheHttpdPackages_2_4.mod_ocsp apacheHttpdPackages_2_4.mod_perl apacheHttpdPackages_2_4.mod_pkcs12 apacheHttpdPackages_2_4.mod_python apacheHttpdPackages_2_4.mod_scep apacheHttpdPackages_2_4.mod_spkac apacheHttpdPackages_2_4.mod_tile apacheHttpdPackages_2_4.mod_timestamp apacheHttpdPackages_2_4.mod_wsgi3 apacheHttpdPackages_2_4.subversion apacheHttpd_2_4 budgie.budgie-control-center cinnamon.cinnamon-gsettings-overrides cinnamon.nemo-fileroller cinnamon.nemo-with-extensions dropbox-cli eiciel gnome.file-roller gnome.gnome-control-center ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/2qf6hv6vab8my7sr51a83nz764fs0x3r-apache-httpd-2.4.57 \ --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 apacheHttpd https://github.com/r-ryantm/nixpkgs/archive/342ff3209cbc6b705ece648e0b84910b26490eb6.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/2qf6hv6vab8my7sr51a83nz764fs0x3r-apache-httpd-2.4.57 ls -la /nix/store/2qf6hv6vab8my7sr51a83nz764fs0x3r-apache-httpd-2.4.57/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)
1 package failed to build:
58 packages built:
--- ###### Maintainer pings cc @lovek323 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/228864