summary refs log tree commit diff
path: root/pkgs/development/libraries/libwmf
AgeCommit message (Collapse)AuthorFilesLines
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-11-10libwmf: add patch to fix CVE-2016-9011Franz Pletz1-2/+7
cc #20274
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-07-15libwmf: fix some security issuesRobert Helgesson4-0/+230
The added patches (sourced from Debian) fixes the following security issues: - CVE-2006-3376 - CVE-2009-1364 - CVE-2015-0848 - CVE-2015-4588 - CVE-2015-4695 - CVE-2015-4696
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-2/+3
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-8/+6
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
2008-01-30Nix-expr style reviewYury G. Kudryashov1-6/+5
Unneded args.something replaced with args: with args; line. After this line args is the only place where we can recieve variables from. Also removed several buildInputs = []; lines. svn path=/nixpkgs/trunk/; revision=10415
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-18Added libwmf for handling embedded graphics in .doc files.Michael Raskin1-0/+19
svn path=/nixpkgs/trunk/; revision=9153