Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Eelco Dolstra
85e16ee19e
* Removed seccureUser because -DNOMEMLOCK no longer seems to have any
...
effect in version 0.4.
svn path=/nixpkgs/trunk/; revision=15632
2009-05-18 11:24:16 +00:00
Sander van der Burg
71c0fb9532
Upgraded seccure 0.3 to 0.4 because the old version expression does not work anymore and breaks my installation
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15222
2009-04-21 19:38:35 +00:00
Eelco Dolstra
fcad0b0a5a
* Cleaned up a lot of description fields that contained newlines.
...
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
2009-03-03 13:27:40 +00:00
Michael Raskin
c5363217ad
meta.function -> passthru.function, not killing other contents of passthru
...
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Michael Raskin
87ff8d6347
Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
...
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Sander van der Burg
2b11bc18f7
Undone seccure commit
...
svn path=/nixpkgs/trunk/; revision=12451
2008-07-30 13:41:01 +00:00
Sander van der Burg
3bd550f170
Some fixes
...
svn path=/nixpkgs/trunk/; revision=12450
2008-07-30 13:37:44 +00:00
Michael Raskin
7001d91ba7
Added seccureUser, uild variant that does not lock memory.
...
svn path=/nixpkgs/trunk/; revision=10938
2008-03-03 23:32:50 +00:00
Michael Raskin
25f81f6438
Added SECCURE - Elliptic Curve Cryptography zero-configuration command-line tool. Note: needs to be setuid, because loves to lock memory.
...
svn path=/nixpkgs/trunk/; revision=10926
2008-03-03 10:48:29 +00:00