aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libdcwsocket: fix compilation with glibcRosen Penev2020-08-26
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #13204 from nxhack/upm_node_v12Rosen Penev2020-08-25
|\ | | | | libupm: support node.js v12
| * libupm: support node.js v12Hirokazu MORIKAWA2020-08-25
| | | | | | | | | | | | | | | | | | | | | | Maintainer: @blogic me Compile tested: head r14241-ba2ddba, x86_64 Run tested: x86_64 (VirtualBox) Description: Addressed the build failure with node.js version 12. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #13203 from nxhack/mraa_node_v12Rosen Penev2020-08-25
|\ \ | | | | | | libmraa: support node.js v12
| * | libmraa: support node.js v12Hirokazu MORIKAWA2020-08-25
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @blogic me Compile tested: head r14241-ba2ddba, x86_64 Run tested: x86_64 (VirtualBox) Description: Addressed the build failure with node.js version 12. Re-enable swig. https://github.com/openwrt/packages/issues/11977 https://github.com/openwrt/packages/pull/12225 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / sqlite3: update to version 3.33.0 (security fix)Jan Pavlinec2020-08-25
|/ | | | | | | | Fixes: CVE-2020-13871 CVE-2020-15358 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #13206 from nxhack/icu_67_1Rosen Penev2020-08-25
|\ | | | | icu: update to 67.1
| * icu: update to 67.1Hirokazu MORIKAWA2020-08-18
| | | | | | | | | | | | Unicode 13 & CLDR 37. Bug fixes for date and number formatting, enhanced support for user preferences in the locale identifier. LocaleMatcher code and data improved. Number skeletons have a new “concise” form that can be used in MessageFormat strings. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #13193 from sartura/sysrepoRosen Penev2020-08-24
|\ \ | | | | | | Update sysrepo, libyang, libnetconf2 and netopeer2 packages to latest versions
| * | libssh: patch ssh_channel_poll_timeout for compatibility with libnetconf2Jakov Smolic2020-08-24
| | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
| * | libnetconf2: update to 1.1.26Jakov Smolic2020-08-22
| | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
| * | libyang: update to 1.0.184Jakov Smolic2020-08-22
| | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* | | libuhttpd: Update to 3.2.0Jianhui Zhao2020-08-25
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | Revert "libwebsockets: move to 3.2.1"Karl Palsson2020-08-21
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7066486fbbfa1bb73fee74911a8306e3a534a6fe. LWS 3.2.x and 4.0.x are broken on ath79 and malta-be, (at least) See https://github.com/warmcat/libwebsockets/issues/2008 and https://github.com/openwrt/packages/issues/13085 Restore a functional 3.1 release until upstream release. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | Merge pull request #13164 from neheb/gphoRosen Penev2020-08-21
|\ \ | | | | | | libgphoto2: add missing INTL_DEPENDS
| * | libgphoto2: add missing INTL_DEPENDSRosen Penev2020-08-18
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | boost: Package Revision - Remove unneded patchesCarlos Miguel Ferreira2020-08-19
| | | | | | | | | | | | | | | | | | This commit removes patches which are no longer needed Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | Merge pull request #13165 from neheb/tcpRosen Penev2020-08-18
|\ \ \ | | | | | | | | tcp_wrappers: fix compilation without cdefs
| * | | tcp_wrappers: fix compilation without cdefsRosen Penev2020-08-18
| |/ / | | | | | | | | | | | | | | | __DECLS are glibc specific. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / boost: Package Revision - Fix C++ standard flagCarlos Miguel Ferreira2020-08-18
|/ / | | | | | | | | | | | | This commit fixes the use of the C++20 standard when GCC 10.x is used. Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | Merge pull request #13160 from ClaymorePT/boost_1.74.0Rosen Penev2020-08-18
|\ \ | | | | | | boost: Package Version Update (1.74.0)
| * | boost: Package Version Update (1.74.0)Carlos Miguel Ferreira2020-08-18
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates Boost to version 1.74.0 In this release, there is one new libraries - STLInterfaces [2]: A library of CRTP bases to ease the writing of STL views, iterators, and sequence containers, from Zach Laine. This update also provides support to build boost with C++20 when using GCC 10.x More info about Boost 1.74.0 can be found at the usual place [1]. [1]: https://www.boost.org/users/history/version_1_74_0.html [2]: https://www.boost.org/libs/stl_interfaces/ Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* / glib2: update to 2.65.1Rosen Penev2020-08-17
|/ | | | | | | Add a small hack to glib2 to avoid using proxy-intl and break compilation under uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #13120 from neheb/urcu2Rosen Penev2020-08-13
|\ | | | | liburcu: don't build docs and tests
| * liburcu: don't build docs and testsRosen Penev2020-08-13
| | | | | | | | | | | | Faster compilation Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13121 from neheb/cgrpRosen Penev2020-08-13
|\ \ | | | | | | libcgroup: don't build tests
| * | libcgroup: don't build testsRosen Penev2020-08-13
| |/ | | | | | | | | | | Speeds up compile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / keyutils: fix deprecated function usageRosen Penev2020-08-13
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* musl-fts: move to coreDaniel Golle2020-08-13
| | | | | | libselinux added to core needs musl-fts. Move it to core as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #13100 from neheb/esmtpRosen Penev2020-08-13
|\ | | | | libesmtp: update URLs
| * libesmtp: update URLsRosen Penev2020-08-12
| | | | | | | | | | | | | | | | | | The author's website went down and moved to GitHub. Used a mirror for PKG_SOURCE_URL and he does not have the same tarball on GitHub. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | pcre: move package to coreDaniel Golle2020-08-13
|/ | | | | | | libpcre is required for libselinux which was added to core recently. Move it to the core so core builds without the packages feed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #13030 from neheb/getdnRosen Penev2020-08-12
|\ | | | | getdns: fix compilation without deprecated OpenSSL APIs
| * getdns: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13094 from ja-pa/nss-3.55Rosen Penev2020-08-12
|\ \ | | | | | | nss: update to version 3.55 (security fix)
| * | nspr: update to version 4.27Jan Pavlinec2020-08-12
| | | | | | | | | | | | | | | | | | | | | Note: new version required by nss 3.55 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | nss: update to version 3.55 (security fix)Jan Pavlinec2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-12403 CVE-2020-12401 CVE-2020-6829 CVE-2020-12400 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | glib2: add full language support hack to fix compilationRosen Penev2020-08-11
| | | | | | | | | | | | | | | | | | Otherwise, dependent packages need to all add -lintl to LDFLAGS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13086 from ja-pa/libmaxminddb-1.4.3Rosen Penev2020-08-11
|\ \ \ | | | | | | | | libmaxminddb: update to version 1.4.3
| * | | libmaxminddb: update to version 1.4.3Jan Pavlinec2020-08-11
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | libfmt: bump to upstream version 7.0.3Othmar Truniger2020-08-11
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | Merge pull request #13028 from neheb/ldnsssRosen Penev2020-08-07
|\ \ \ | | | | | | | | ldns: fix compilation without deprecated APIs
| * | | ldns: fix compilation without deprecated APIsRosen Penev2020-08-04
| | |/ | |/| | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13025 from neheb/ulffRosen Penev2020-08-07
|\ \ \ | | | | | | | | libulfius: update to 2.6.8
| * | | libulfius: update to 2.6.8Rosen Penev2020-08-07
| | | | | | | | | | | | | | | | | | | | | | | | Upstream fixed the libmicrohttp issue. Removed local patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | liborcania: update to 2.1.1Rosen Penev2020-08-07
| | |/ | |/| | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | libssh: patch security issueJan Pavlinec2020-08-06
|/ / | | | | | | | | | | | | Fixes: CVE-2020-16135 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #12549 from neheb/extrRosen Penev2020-08-05
|\ \ | |/ |/| libextractor: remove ffmpeg plugin
| * libextractor: make ffmpeg plugin depend on BUILD_PATENTEDRosen Penev2020-08-02
| | | | | | | | | | | | | | FFMpeg has patented functionality. Make libextractor respect BUILD_PATENTED. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libsodium: add autoreconfRosen Penev2020-08-03
| | | | | | | | | | | | The patch, while it works, requires autoreconf. Added. Signed-off-by: Rosen Penev <rosenp@gmail.com>