about summary refs log tree commit diff
path: root/pkgs/development/libraries/expat/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2011-02-11* Expat: apply a fix for CVE-2009-3560.Eelco Dolstra1-1/+11
svn path=/nixpkgs/branches/x-updates/; revision=25902
2007-12-31update to 2.0.1Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=10030
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-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=6711
2006-05-01* Updated a few packages.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=5246
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=3660
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra1-1/+1
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2004-09-18* Expat updated to 1.95.8.Eelco Dolstra1-4/+3
svn path=/nixpkgs/trunk/; revision=1452
2004-03-29* Remove trivial builders.Eelco Dolstra1-3/+1
* Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
2003-11-18* Rename .fix -> .nix.Eelco Dolstra1-0/+10
svn path=/nixpkgs/trunk/; revision=511