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

perlPackages: init Catalyst::Authentication::Store::LDAP at 1.016 (and dependencies) #97673

Merged
merged 1 commit into from Nov 12, 2020

Conversation

andir
Copy link
Member

@andir andir commented Sep 10, 2020

Motivation for this change

This is part of and effort of adding LDAP support to hydra: NixOS/hydra#805

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

…d dependencies)

This is part of and effort of adding LDAP support to hydra.
@stigtsp
Copy link
Member

stigtsp commented Sep 11, 2020

@GrahamcOfBorg build perlPackages.CatalystAuthenticationStoreLDAP perldevelPackages.CatalystAuthenticationStoreLDAP

Copy link
Member

@stigtsp stigtsp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there, just a few things:

The commit message should be consistent with CONTRIBUTING.md, like perlPackages.CatalystAuthenticationStoreLDAP: init at 1.016

sha256 = "0cm399vxqqf05cjgs1j5v3sk4qc6nmws5nfhf52qvpbwc4m82mq8";
};
propagatedBuildInputs = [ NetLDAP CatalystPluginAuthentication ClassAccessorFast ];
buildInputs = [ TestMore TestMockObject TestException NetLDAPServerTest ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
buildInputs = [ TestMore TestMockObject TestException NetLDAPServerTest ];
buildInputs = [ TestMockObject TestException NetLDAPServerTest ];

NetLDAPServerTest includes TestMore

url = "mirror://cpan/authors/id/K/KA/KARMAN/Net-LDAP-Server-Test-0.22.tar.gz";
sha256 = "13idip7jky92v4adw60jn2gcc3zf339gsdqlnc9nnvqzbxxp285i";
};
propagatedBuildInputs = [ NetLDAP NetLDAPServer TestMore DataDump NetLDAPSID ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
propagatedBuildInputs = [ NetLDAP NetLDAPServer TestMore DataDump NetLDAPSID ];
propagatedBuildInputs = [ NetLDAPServer TestMore DataDump NetLDAPSID ];

NetLDAPServer includes NetLDAP

Copy link
Member

@stigtsp stigtsp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM apart from minor nitpics

Result of nixpkgs-review pr 97673 1

8 packages built:
  • perl530Packages.CatalystAuthenticationStoreLDAP
  • perl530Packages.NetLDAPSID
  • perl530Packages.NetLDAPServer
  • perl530Packages.NetLDAPServerTest
  • perl532Packages.CatalystAuthenticationStoreLDAP
  • perl532Packages.NetLDAPSID
  • perl532Packages.NetLDAPServer
  • perl532Packages.NetLDAPServerTest

@stigtsp stigtsp merged commit eaf2a0f into NixOS:master Nov 12, 2020
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

2 participants