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

powerdns: 4.1.3 -> 4.1.4 #45805

Merged
merged 1 commit into from Sep 1, 2018
Merged

powerdns: 4.1.3 -> 4.1.4 #45805

merged 1 commit into from Sep 1, 2018

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 powerdns.

meta.description for powerdns is: '"Authoritative DNS server"'.

Checks done (click to expand)
  • built on NixOS
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/pdns_control passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/pdnsutil passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/zone2sql passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/zone2json passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/dnsgram passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/dnsreplay passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/dnsscan passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/dnsscope passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/dnswasher passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/dumresp passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/pdns_notify passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/nproxy passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/nsec3dig passed the binary check.
  • Warning: no invocation of /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/saxfr had a zero exit code or showed the expected version
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/stubquery passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/ixplore passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/sdig passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/calidns passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/dnsbulktest passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/dnstcpbench passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/zone2ldap passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/dnspcap2protobuf passed the binary check.
  • /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/pdns_server passed the binary check.
  • 22 of 23 passed binary check by having a zero exit code.
  • 20 of 23 passed binary check by having the new version present in output.
  • found 4.1.4 with grep in /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4
  • directory tree listing: https://gist.github.com/b8da74607e4fee1dadcd6c7d93534374
  • du listing: https://gist.github.com/9c2830412eefe83a1478947e1a7a23b3
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/66aca31ad510c409d64d928d53d573bb5c5248da.tar.gz -p powerdns
ls -la /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4

cc @Mic92 @disassembler for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
powerdns
@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: powerdns

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: powerdns

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: powerdns

Partial log (click to expand)

shrinking /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/zone2json
shrinking /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/saxfr
shrinking /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin/dnsscope
shrinking /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/sbin/pdns_server
gzipping man pages under /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/share/man/
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/lib  /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin  /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/sbin
patching script interpreter paths in /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4
checking for references to /build in /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4...
moving /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/sbin/* to /nix/store/dlz73xb7953m1l7k87wzqd7krpsvwmja-powerdns-4.1.4/bin

@xeji xeji merged commit 42971e1 into NixOS:master Sep 1, 2018
@r-ryantm r-ryantm deleted the auto-update/powerdns branch September 2, 2018 15:34
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