summary refs log tree commit diff
path: root/pkgs/tools/security/ssss
Commit message (Collapse)AuthorAge
* ssss: 0.5 -> 0.5.7Fabian Affolter2021-07-16
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* ssss: add licensePascal Wittmann2018-08-04
| | | | see issue #43716
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * ltrace: updated to 0.5.3.Eelco Dolstra2010-07-29
| | | | | | | | | | | | | | * libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with SQLite. * qemu-image: fix the URL. * gdmap: make it build again (requires an older GTK+). * rlwrap: updated to 0.37. * smbfs-fuse -> fusesmb to match the upstream name. * x11vnc: updated to 0.9.10. * clearlyU: fix the URL. * Various packages: follow the coding conventions. svn path=/nixpkgs/trunk/; revision=22814
* * composedArgsAndFun -> makeOverridable for consistency.Eelco Dolstra2010-07-29
| | | | | | * Rename a few single-version packages to "default.nix". svn path=/nixpkgs/trunk/; revision=22803
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2008-11-04
| | | | svn path=/nixpkgs/trunk/; revision=13190
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-19
| | | | | | overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
* Added Shamir Secret Sharing Scheme and bmrsa. Fixed libgcryptMichael Raskin2008-03-03
svn path=/nixpkgs/trunk/; revision=10928