about summary refs log tree commit diff
path: root/pkgs/development/libraries/beecrypt
AgeCommit message (Collapse)AuthorFilesLines
2018-08-12Merge branch 'master' into staging-nextVladimír Čunát1-0/+1
Hydra: ?compare=1472947
2018-08-05beecrypt: add licensePascal Wittmann1-0/+1
see issue #43716
2018-08-03treewide: Make configureFlags listsJohn Ericson1-2/+2
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2013-12-15beecrypt: update from 4.1.2 to 4.2.1Nixpkgs Monitor1-3/+3
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra1-1/+1
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
2006-01-30* Copy lots of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4623
2005-12-19add beecryptArmijn Hemel1-0/+11
svn path=/nixpkgs/trunk/; revision=4401