aboutsummaryrefslogtreecommitdiff
path: root/libs/poco/patches/200-strerror.patch
Commit message (Collapse)AuthorAge
* poco: update to 1.11.0Rosen Penev2021-08-15
| | | | | | Refresh patches and fix strerror one. uClibc also defines __GLIBC__. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* poco: update to 1.10.1Rosen Penev2021-04-02
| | | | | | | | Switch to AUTORELEASE for simplicity. Move MAINTAINER line up for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* poco: Update to 1.9.0Rosen Penev2018-11-19
| | | | | | Some minor adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* poco: update to version 1.8.1Jan Pavlinec2018-03-19
| | | | | | | Fix CVE-2017-1000472 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000472 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* poco:add package for the Poco C++ libraryjmjulien2016-03-11
POrtable COmponents is a Modern, powerful open source C++ class libraries for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. Original Makefile --> https://dev.openwrt.org/browser/packages/libs/poco/Makefile add license add maintainer update URL to latest github stable version (1.7.0) change patch to the configure file add a patch to build with musl-libc Signed-off-by: Jean-Michel Julien <jean-michel.julien@trilliantinc.com>