summary refs log tree commit diff
path: root/pkgs/development/libraries/expat/default.nix
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* expat: 2.27 -> 2.28 (security)Vladimír Čunát2019-09-15
| | | | | Fixes #68818 CVE-2019-15903 (on this nixpkgs branch). https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes
* expat: 2.2.6 -> 2.2.7R. RyanTM2019-07-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/expat/versions
* expat: 2.2.5 -> 2.2.6R. RyanTM2018-08-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/expat/versions.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: Simplify some `doCheck` callsJohn Ericson2018-01-09
| | | | | | In anticipation of what I outline in #33599, I only simplify exactly those `doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a comment next to them so I can grep for them later.
* Merge branch 'master' into stagingVladimír Čunát2017-11-06
|\
| * expat: Don't run tests when cross-compilingBen Gamari2017-10-27
| |
* | expat: 2.2.4 -> 2.2.5Robert Helgesson2017-11-01
|/
* expat: 2.2.3 -> 2.2.4Tim Steinbach2017-08-21
|
* expat: fix build on aarchRobert Helgesson2017-08-06
|
* expat: 2.2.2 -> 2.2.3Robert Helgesson2017-08-04
|
* expat: 2.2.1 -> 2.2.2Robert Helgesson2017-07-18
|
* expat: 2.2.0 -> 2.2.1Robert Helgesson2017-06-19
| | | | Includes fixes for CVE-2017-9233 and CVE-2016-9063.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* expat: 2.1.1 -> 2.2.0Alexander Ried2016-06-24
| | | | security patches have been integrated upstream
* expat: patch CVE-2015-1283 and CVE-2016-0718 (close #15561)Robert Helgesson2016-05-20
| | | | | Note, CVE-2015-1283 is already patched in expat version 2.1.1 but, as explained in the patch, the fix was insufficient.
* expat: 2.1.0 -> 2.1.1Robert Helgesson2016-05-17
| | | | Also remove CVE patch merged upstream and enable tests.
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\
| * tree-wide: various cleanupsVladimír Čunát2016-01-02
| | | | | | | | | | It's mainly refactoring and mass-rebuild simplifications without any real impact (besides better readability).
| * FreeBSD: minor fixes, add notes and make stdenv more robustjanus2016-01-01
| |
| * FreeBSD: patch expat, kerberos, libedit, ossp-uuid, lz4, sharutils, add ↵janus2016-01-01
| | | | | | | | libelf-freebsd
* | expat: split dev outputVladimír Čunát2015-10-28
|/
* expat: patch for CVE-2015-1283 from MozillaJames Cook2015-07-27
|
* licenses: comment about two versions of MITVladimír Čunát2014-08-30
| | | | | I decided to follow spdx.org and not to differentiate those two. Packages would often have the wrong version anyway.
* non-Linux platforms: extend to some important pkgsVladimír Čunát2013-06-18
|
* expat: Update to 2.1.0Eelco Dolstra2012-09-26
|
* * Expat: apply a fix for CVE-2009-3560.Eelco Dolstra2011-02-11
| | | | svn path=/nixpkgs/branches/x-updates/; revision=25902
* update to 2.0.1Armijn Hemel2007-12-31
| | | | svn path=/nixpkgs/trunk/; revision=10030
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | 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
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | 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
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * Updated a few packages.Eelco Dolstra2006-05-01
| | | | svn path=/nixpkgs/trunk/; revision=5246
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Expat updated to 1.95.8.Eelco Dolstra2004-09-18
| | | | svn path=/nixpkgs/trunk/; revision=1452
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * 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
* * Rename .fix -> .nix.Eelco Dolstra2003-11-18
svn path=/nixpkgs/trunk/; revision=511