Commit Graph

20 Commits

Author SHA1 Message Date
Rosen Penev c2fc267476 poco: switch to building with cmake
Faster and works with mips64 targets.

Removed all options as the defaults are updated. Added new dependencies.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-21 13:35:20 -07:00
Rosen Penev ed6781bef1 poco: update to 1.11.0
Refresh patches and fix strerror one. uClibc also defines __GLIBC__.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-15 18:26:23 -07:00
Rosen Penev 8f41e60b7e poco: update to 1.10.1
Switch to AUTORELEASE for simplicity.

Move MAINTAINER line up for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-02 13:46:10 -07:00
Jakub Jalowiczor 4712deffa5 poco: Added changes to InstallDev section and conditions for poco libs.
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
2019-10-21 13:00:17 -04:00
Jakub Jalowiczor cd2f791fa5 poco: Minor changes
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
2019-10-09 07:03:52 -04:00
Jakub Jalowiczor c553c0a7a5 poco: A new variant of poco library poco-all
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
2019-10-09 06:36:50 -04:00
Jakub Jalowiczor f386733833 poco: Minor changes
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
2019-10-07 09:14:00 -04:00
Jakub Jalowiczor d9106a3a90 poco: Package version changed
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
2019-10-07 08:29:03 -04:00
Jakub Jalowiczor 83c21577a4 poco: Changed poco version to all, and from minimal build to typical.
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
2019-10-07 07:56:06 -04:00
Jan Pavlinec ceadbcbb64
treewide: add PKG_CPE_ID for cvescanner
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-24 13:51:22 +02:00
Rosen Penev ec2f632603 poco: Do not build on ARC
Not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-18 10:09:33 -07:00
Rosen Penev 05d11f13c3 poco: Update to 1.9.0
Some minor adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-19 14:07:23 -08:00
Jan Pavlinec 3916b08b30
poco: update to version 1.8.1
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>
2018-03-19 15:44:20 +01:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Daniel Engberg 99a07470e1 libs/poco: Use bz2 tarball instead of gz
Use bz2 instead of gz tarball, saves about 900kbyte in size
Do minor adjustments to download URL

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-10 21:48:37 +01:00
Jean-Michel Julien b71421ac68 poco: update to 1.7.7
Update package to latest stable version (1.7.7)

Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
2017-01-04 14:19:21 -05:00
jmjulien 57e92300d6 poco: update to 1.7.5
Update package to latest stable version (1.7.5)

Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
2016-09-20 13:39:45 -04:00
jmjulien ed27f37598 poco: update to 1.7.3
Update package to latest stable version (1.7.3)

Signed-off-by: Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
2016-05-10 12:16:15 -04:00
Yousong Zhou 92b0575e28 Drop the redundant -r option to $(CP)
$(CP) was defined as `cp -fpR' since the very begining of OpenWrt build
system (2006-06-22).  The -R option should be enough and base packages
use only $(CP) for the same purposes just fine and BSD manual of cp also
discourages the use of `-r' option.  So let's just tidy up the usage now.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-03-12 01:23:28 +08:00
jmjulien 6123f54c95 poco:add package for the Poco C++ library
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>
2016-03-11 11:38:41 -05:00