aboutsummaryrefslogtreecommitdiff
path: root/libs/expat
Commit message (Collapse)AuthorAge
* lib/expat: Update to 2.2.5Daniel Engberg2017-12-04
| | | | | Update (lib)expat to 2.2.5 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* lib/expat: Update to 2.2.4Daniel Engberg2017-09-06
| | | | | Update (lib)expat to 2.2.4 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libs/expat: Update to 2.2.3Daniel Engberg2017-08-07
| | | | | | Update (lib)expat to 2.2.3 Remove poor entropy hack, 2.2.3 uses /dev/urandom in worst case Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libs/expat: Fix poor entropy compilation errorDaniel Engberg2017-07-23
| | | | | | | Add the same workaround as for the expat package in toolchain. I'm not really sure what made it work for me earlier but this seems to fix it. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* expat: Use correct checksum, add myself as co-maintainerTed Hess2017-07-17
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libs/expat: Update to 2.2.2Daniel Engberg2017-07-15
| | | | | | | | | Update (lib)expat to 2.2.2 Fixes following CVEs: CVE-2017-9233 and CVE-2016-9063 (2.2.2) Update homepage URL Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libs/expat: update to 2.2.0p-wassi2016-12-08
| | | | | | Update libexpat to upstream release 2.2.0 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* libexpat: do not install soname symlinkMichael Heimpold2014-09-05
| | | | | | | | The .so symlinks (without any suffix) are only used by compiler/linker and not needed on the target system. See https://github.com/openwrt/packages/pull/274 for a short discussion. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* expat: small makefile fixesMichael Heimpold2014-09-03
| | | | | | | | | - fix licensing file list - install pkgconfig file - drop explicite call to Build/Compile - use PKG_INSTALL Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* expat: adopt hereSteven Barth2014-07-18
Signed-off-by: Steven Barth <steven@midlink.org>