aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Revert "libmicrohttpd: Update to 0.9.62"Hannu Nyman2019-01-12
| | | | | | | | | Reverted at request by Daniel Engberg. https://github.com/openwrt/packages/pull/7706#issuecomment-453734749 This reverts commit d4a62bbbca95fbe9a1dcde0203992d5dfdd0ee60. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #7805 from iamperson347/patch-4Hannu Nyman2019-01-12
|\ | | | | getdns: Remove iamperson347 from maintainer
| * getdns: Remove iamperson347 from maintainerDavid Mora2018-12-30
| | | | | | I am no longer able to support maintaining the getdns lib for openwrt. I suggest Jonathan Underwood <jonathan.underwood@gmail.com> as a replacement.
* | Merge pull request #7790 from micmac1/sqlite3-initHannu Nyman2019-01-12
|\ \ | | | | | | sqlite3: various improvements
| * | sqlite3: small improvementsSebastian Kemper2018-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit: - adds support for parallel builds (the possibilities of building parts of sqlite3 in parellel are limited, but there is no downside) - adds a CVE/CPE ID - Removes useless "=1" from -D[EFINES] - Adds --disable-debug (default anyway, just makes it explicit), put --disable-static-shell up top to sort the list alphabetically - Saves one INSTALL_DIR line in the end Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | sqlite3: make cli-editing support selectableSebastian Kemper2018-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sqlite3 can use libedit, readline or disable command-line editing support altogether. This commit adds a choice to menuselect. The default is changed from readline to libedit, as the latter is upstream's first choice and is also a bit smaller than readline. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | sqlite3: add configure switches to menuselectSebastian Kemper2018-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds (most) configure switches to menuselect. The defaults are _not_ changed, meaning the default configuration itself remains the same. This enables changing the configuration through menuselect and adds flags that other packages may use. Config.in is renamed to Config-lib.in in anticipation of a future commit where the cli tool package also gets a file to source. The variables also get a prefix change from SQLITE to SQLITE3 in case there will be a new major release in the future that may coexist with sqlite3. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #7706 from neheb/patch-11Hannu Nyman2019-01-12
|\ \ \ | | | | | | | | libmicrohttpd: Update to 0.9.62
| * | | libmicrohttpd: Update to 0.9.62Rosen Penev2018-12-17
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libsndfile: update to 2019-01-10-58c64581Peter Wagner2019-01-11
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #7777 from neheb/patch-9Hannu Nyman2019-01-05
|\ \ \ \ | | | | | | | | | | libpng: Update to 1.6.36
| * | | | libpng: Update to 1.6.36Rosen Penev2018-12-26
| | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | quasselc: Update to latest commitRosen Penev2019-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload for simpler Makefile. Several adjustments for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libxml2: update to 2.9.9Michael Heimpold2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also drop the CVE patches which are already covered by this new release. Compile tested for and run tested on mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | libev: update to 4.25Deng Qingfang2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | libgphoto2: update package 2.5.22Leonardo Medici2019-01-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
* | | | | Merge pull request #7812 from neheb/pam2Nikos Mavrogiannopoulos2019-01-02
|\ \ \ \ \ | | | | | | | | | | | | libpam: Update to 1.3.1
| * | | | | libpam: Update to 1.3.1Rosen Penev2018-12-30
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream switched to GitHub for releases. Follow suit. Rearranged Makefile quite a bit to be more similar to other projects. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libsndfile: update to 42132c543358cee9f7c3e9e9b15bb6c1063a608ePeter Wagner2019-01-02
| | | | | | | | | | | | | | | | | | | | Fixes CVE-2018-19758
* | | | | ibrcommon: Remove uclibc++ usageRosen Penev2018-12-30
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | The dependent packages fail to build when using uclibc++ due to some missing feature. It's probably easy to add a fix but for right now, switch back to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libfmt: bump to version 5.3.0Othmar Truniger2018-12-29
| | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | Merge pull request #7703 from neheb/patch-8Hannu Nyman2018-12-29
|\ \ \ \ | | | | | | | | | | libuv: Update to 1.24.1
| * | | | libuv: Update to 1.24.1Rosen Penev2018-12-17
| | |/ / | |/| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7787 from diizzyy/libmpdclientTed Hess2018-12-28
|\ \ \ \ | | | | | | | | | | libs/libmpdclient: Update to 2.16
| * | | | libs/libmpdclient: Update to 2.16Daniel Engberg2018-12-26
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Update libmpdclient to 2.16 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #7795 from zhaojh329/libuwscHannu Nyman2018-12-28
|\ \ \ \ | | | | | | | | | | libuwsc: Update to 3.2.0
| * | | | libuwsc: Update to 3.2.0Jianhui Zhao2018-12-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #7705 from neheb/patch-10Michael Heimpold2018-12-28
|\ \ \ \ \ | | | | | | | | | | | | libiio: Update to 0.16
| * | | | | libiio: Update to 0.16Rosen Penev2018-12-17
| | |_|/ / | |/| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7778 from neheb/patch-13Stijn Tintel2018-12-28
|\ \ \ \ \ | |_|/ / / |/| | | | libpfring: Update to 7.4.0
| * | | | libpfring: Update to 7.4.0Rosen Penev2018-12-26
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #6972 from neheb/doubleHannu Nyman2018-12-27
|\ \ \ \ | | | | | | | | | | libdouble-conversion: Update to 3.1.1
| * | | | libdouble-conversion: Update to 3.1.1Rosen Penev2018-12-26
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Switched to codeload and updated the Makefile to standards. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7719 from neheb/patch-24Hannu Nyman2018-12-27
|\ \ \ \ | | | | | | | | | | psqlodbc: Update to 11.00.0000
| * | | | psqlodbc: Update to 11.00.0000Rosen Penev2018-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearranged Makefile for consistency between packages. Added PKG_BUILD_PARALLEL to speed up compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libpcre: Allow building with uclibc++Rosen Penev2018-12-26
| |/ / / |/| | | | | | | | | | | | | | | This makes the libc++ adjustable Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7691 from neheb/patch-5Hannu Nyman2018-12-26
|\ \ \ \ | | | | | | | | | | libndpi: Update to 2.6
| * | | | libndpi: Update to 2.6Rosen Penev2018-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Got rid of the upstreamed patches. ndpiReader needs libc++ now apparently. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7696 from salzmdan/liburcuHannu Nyman2018-12-26
|\ \ \ \ \ | | | | | | | | | | | | liburcu: update to 0.9.5
| * | | | | liburcu: update to 0.9.5Daniel Salzman2018-12-17
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | Merge pull request #7697 from salzmdan/masterHannu Nyman2018-12-26
|\ \ \ \ \ | | | | | | | | | | | | libedit: update to 20181209-3.1
| * | | | | libedit: update to 20181209-3.1Daniel Salzman2018-12-17
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | Merge pull request #7736 from diizzyy/patch-20Hannu Nyman2018-12-26
|\ \ \ \ \ | | | | | | | | | | | | sqlite3: Set platform configuration flags & cleanup
| * | | | | sqlite3: Set platform configuration flags & cleanupDaniel Engberg2018-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set platform specfic flags to avoid sqlite using built-in variants Remove CONFIGURE_VARS, already properly set by toolchain Change order of TARGET_CFLAGS to match upstream documentation Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | Merge pull request #7632 from neheb/gpgHannu Nyman2018-12-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | libgpg-error: Update to 1.33
| * | | | | | libgpg-error: Update to 1.33Rosen Penev2018-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7765 from neheb/patch-6Hannu Nyman2018-12-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ibrcommon: Allow usage of uclibc++
| * | | | | | | ibrcommon: Allow usage of uclibc++Rosen Penev2018-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows having only one libc++ installed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #7747 from val-kulkov/openldap-packageHannu Nyman2018-12-26
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | openldap: version update and new build parameters
| * | | | | | | openldap: version update and new build parametersVal Kulkov2018-12-21
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates OpenLDAP to 2.4.47, introduces new build parameters and places openldap-server, openldap-utils and libopenldap under a separate menu item in Network. OpenLDAP is difficult to find in menuconfig at present. Making a separate menu item for OpenLDAP for selection of packages and enabling or disabling build parameters makes better sense. To have access to the loglevel directive, OpenLDAP must be built with debugging information. Having access to the loglevel directive is essential during the initial configuration of OpenLDAP server. International users may want to enable ICU support to have access to international characters. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>