Eelco Dolstra
9909fdbbd6
* Fix evaluation problems.
...
svn path=/nixpkgs/branches/x-updates/; revision=22668
2010-07-19 22:24:26 +00:00
Eelco Dolstra
6b79040a0b
* libpng updated to 1.2.44.
...
svn path=/nixpkgs/branches/x-updates/; revision=22641
2010-07-18 21:54:42 +00:00
Eelco Dolstra
ede6283180
* Revert libpng to 1.2.x because 1.4 breaks too many things.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19641
2010-01-24 23:14:26 +00:00
Eelco Dolstra
ed3ebb7c2c
* libjpeg updated to version 8.
...
* libpng updated to 1.4.0.
* For libjpegStatic, use a stdenv adapter to build a static library.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19605
2010-01-21 21:42:17 +00:00
Eelco Dolstra
843617bac9
* libpng 1.2.40.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18026
2009-10-29 14:19:39 +00:00
Eelco Dolstra
7db732b8a9
* libpng 1.2.35 (addresses CVE-2009-0040).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14347
2009-03-05 14:09:43 +00:00
Eelco Dolstra
b908adc778
* libpng 1.2.32.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13002
2008-10-08 16:55:55 +00:00
Eelco Dolstra
cd60dc0ede
* Various updates.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=12051
2008-06-12 09:49:40 +00:00
Eelco Dolstra
537dc07161
* libpng 1.2.29.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11805
2008-05-09 16:12:46 +00:00
Eelco Dolstra
173ae78b85
* libpng 1.2.25.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10994
2008-03-06 16:22:41 +00:00
Armijn Hemel
1c804d1017
update to 1.2.24, fixes some security bugs
...
svn path=/nixpkgs/trunk/; revision=10031
2007-12-31 22:47:39 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
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-27 13:01:33 +00:00
Michael Raskin
474c738642
Updated libpng version. Vulnerability of kind "visit a page with a bad picture, browser fails".
...
svn path=/nixpkgs/trunk/; revision=8955
2007-07-07 13:33:39 +00:00
Eelco Dolstra
3e19819c28
* X11R7.2 and associated updates.
...
svn path=/nixpkgs/trunk/; revision=8049
2007-02-26 16:32:27 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra
259d0dd9ee
* Gnome 2.14.3.
...
* GTK updates.
* Removed the bzip2 hack.
svn path=/nixpkgs/trunk/; revision=6104
2006-08-11 22:26:55 +00:00
Armijn Hemel
7b1649c62a
fix download location for libpng
...
svn path=/nixpkgs/trunk/; revision=5568
2006-07-04 12:28:16 +00:00
Eelco Dolstra
12f0f1ad20
* Updated a few packages.
...
svn path=/nixpkgs/trunk/; revision=5246
2006-05-01 17:57:42 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Martin Bravenboer
de58e076cb
Use the autoconf distribution of libpng
...
svn path=/nixpkgs/trunk/; revision=3414
2005-07-23 20:55:52 +00:00
Eelco Dolstra
aac8011c8b
* GTK 2.6 plus associated libraries.
...
* Updated libtiff, libpng, libxml2, libxslt, gettext.
svn path=/nixpkgs/trunk/; revision=2238
2005-02-15 16:22:20 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Eelco Dolstra
4088f51188
* Libpng updated to 1.2.7 (security fix!).
...
svn path=/nixpkgs/trunk/; revision=1453
2004-09-18 21:13:33 +00:00
Eelco Dolstra
de759967c8
* Update to GTK 2.4.0.
...
svn path=/nixpkgs/trunk/; revision=906
2004-04-02 13:58:55 +00:00
Eelco Dolstra
12ae5363ea
* Remove trivial builders.
...
* 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
2004-03-29 17:23:01 +00:00
Eelco Dolstra
2fcc5fdb08
* "!isNull x" -> "x != null". Done automatically. Hope nothing
...
broke.
svn path=/nixpkgs/trunk/; revision=870
2004-03-29 10:25:25 +00:00
Eelco Dolstra
026ff9466a
* Rename .fix -> .nix.
...
svn path=/nixpkgs/trunk/; revision=511
2003-11-18 12:12:56 +00:00