summary refs log tree commit diff
path: root/pkgs/tools/networking/easyrsa
Commit message (Collapse)AuthorAge
* easyrsa2: switch to fetchFromGitHubFelix Buehler2021-12-23
|
* treewide: rename name to pname&versionFelix Buehler2021-11-09
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* easyrsa: 3.0.0 -> 3.0.8numinit2020-09-19
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pnamevolth2019-08-17
|
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* easyrsa: add support for darwinWael M. Nasreddine2018-10-13
|
* treewide: http to httpsRyan Mulligan2018-04-30
|
* easyrsa: use autoreconfHookRobin Gloster2016-08-24
|
* treewide: Mass replace 'openssl}/bin' to refer to the correct outputsTuomas Tynkkynen2016-04-14
|
* Merge #12779: Mass replace `pkg}/bin`-style stringsVladimír Čunát2016-02-03
|\ | | | | | | ... to refer to correct outputs
| * treewide: Mass replace 'openssl}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
| |
* | easyrsa2: init at 2.2.0Nikolay Amiantov2016-01-25
|/
* easyrsa: 2.2.0 -> 3.0.0Nikolay Amiantov2016-01-10
|
* easyrsa: symlink correct openssl configDomen Kožar2014-03-21
|
* easy-rsa: don't include directory when wrappingDomen Kožar2014-03-19
|
* Add easyrsaJaka Hudoklin2013-07-10