Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apacheHttpd: 2.4.37 -> 2.4.38 #54862

Merged
merged 1 commit into from Jan 29, 2019
Merged

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/apache-httpd/versions.

meta.description for apacheHttpd is: '"Apache HTTPD, the world's most popular web server"'.

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/dbmmanage had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/envvars-std had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/envvars had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/htpasswd had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/htdigest had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/htdbm had a zero exit code or showed the expected version
  • /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/ab passed the binary check.
  • /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/logresolve passed the binary check.
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/httxt2dbm had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/htcacheclean had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/rotatelogs had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/checkgid had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/fcgistarter had a zero exit code or showed the expected version
  • /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/httpd passed the binary check.
  • /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin/apachectl passed the binary check.
  • 4 of 15 passed binary check by having a zero exit code.
  • 0 of 15 passed binary check by having the new version present in output.
  • found 2.4.38 with grep in /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38
  • directory tree listing: https://gist.github.com/3b2056f7e7fa362504bfe506df08d8ce
  • du listing: https://gist.github.com/404e624ef8cf0e4fabbb91d27823e162
Rebuild report (if merged into master) (click to expand)

248 total rebuild path(s)

144 package rebuild(s)

144 x86_64-linux rebuild(s)
42 i686-linux rebuild(s)
22 x86_64-darwin rebuild(s)
40 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
apacheHttpd
apacheHttpd_2_4
arcanist
drush
gnome3.gnome-user-share
haxe
haxePackages.hxcpp
haxePackages.hxcs
haxePackages.hxjava
haxePackages.hxnodejs_4
haxe_3_2
haxe_3_4
hhvm
hxcpp
kcachegrind
kdeApplications.kcachegrind
limesurvey
lsp-plugins
mate.mate-user-share
matomo
mod_dnssd
mod_fastcgi
mod_python
mod_wsgi
modsecurity_standalone
nagios
neko
nextcloud-news-updater
perl528Packages.GoferTransporthttp
perl528Packages.libapreq2
perl528Packages.mod_perl2
perldevelPackages.GoferTransporthttp
perldevelPackages.libapreq2
perldevelPackages.mod_perl2
php
php71
php71Packages.apcu
php71Packages.apcu_bc
php71Packages.ast
php71Packages.box
php71Packages.composer
php71Packages.couchbase
php71Packages.igbinary
php71Packages.imagick
php71Packages.mailparse
php71Packages.memcached
php71Packages.memcached7
php71Packages.oci8
php71Packages.pcs
php71Packages.php-cs-fixer

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A apacheHttpd https://github.com/r-ryantm/nixpkgs/archive/61bcf59e1dccb06547216ecb150151a0c82bcb11.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/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38
ls -la /nix/store/pdxk4wx4pla127c8lzk34xhabxk922bd-apache-httpd-2.4.38/bin

cc @lovek323 @peti for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apache-httpd/versions
@peti peti merged commit 1283c19 into NixOS:staging Jan 29, 2019
@r-ryantm r-ryantm deleted the auto-update/apache-httpd branch February 3, 2019 18:16
@aanderse aanderse mentioned this pull request Feb 19, 2019
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants