aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | libtasn1: updated to version 4.8Nikos Mavrogiannopoulos2016-04-25
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | gnutls: updated to 3.4.11Nikos Mavrogiannopoulos2016-04-25
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #2090 from luaraneda/opencv_updatechamptar2016-04-24
|\ \ | | | | | | opencv: Update to 3.1 to fix compilation problems
| * | opencv: Update to version 3.1.0Luis Araneda2016-04-16
| | | | | | | | | | | | | | | | | | This solves the compiling errors with the musl C library. Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* | | libvpx: update to 1.5.0Luiz Angelo Daros de Luca2016-04-22
| | | | | | | | | | | | | | | | | | | | | Also inc gst1-plugins-good and toxcore release in order to avoid package upgrade problems. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | sqlite3: update to 3.12.2Etienne CHAMPETIER2016-04-21
| | | | | | | | | | | | | | | | | | | | | 3.12.0 as been removed from sqlite servers fixes #2615 Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | libinput: update to version 1.2.3Daniel Golle2016-04-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | hiredis: update to version 0.13.3Daniel Golle2016-04-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | glpk: update to version 4.60Daniel Golle2016-04-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libs/libsodium: update to 1.0.10Damiano Renfer2016-04-17
| | | | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | libmicrohttpd: update to 0.9.49Daniel Golle2016-04-15
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #2530 from dangowrt/update-postgresql-to-9-5-1Jo-Philipp Wich2016-04-15
|\ \ | | | | | | postgresql: update source to 9.5.1 and refresh patches
| * | postgresql: update source to 9.5.1 and refresh patchesDaniel Golle2016-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the additional include path for host-build of ecpg is no longer required and started breaking the build (PostgeSQL BUG-14033), remove it. Also, pgsql-server no longer requires shadow-su since procd can take care of starting it running under the appropriate user. Moving the dependency to pgsql-cli makes sense as the 'su' command is still needed to boot-strap a new data directory and also commonly used for other administration tasks. However, in that way the CLI and shadow-su can be removed during production once pgsql-server has been setup. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libs: Fix typos (found by codespell)Stefan Weil2016-04-13
| | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | Merge pull request #2398 from haraldg/elektrachamptar2016-04-10
|\ \ \ | | | | | | | | elektra: Add the package
| * | | elektra: Add the packageHarald Geyer2016-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Elektra is a library and tools for advanced configuration management (3-way merging, notifications, etc.). This has been tested on mxs target. Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | | Merge pull request #2486 from yousong/cp-fixchamptar2016-04-10
|\ \ \ \ | | | | | | | | | | Drop the redundant -r option to $(CP)
| * | | | Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(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>
* | | | | libwebsockets: bump to 1.7.5Karl Palsson2016-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor fixes, see https://github.com/warmcat/libwebsockets/blob/v1.7-stable/changelog for full changelog. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | tiff: update to 4.0.6Jiri Slachta2016-04-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* | | | | Merge pull request #2570 from ClaymorePT/boost_updateHannu Nyman2016-04-03
|\ \ \ \ \ | | | | | | | | | | | | [boost] - Package Update: Boost.Context Fix
| * | | | | Boost: Package Updatecmf2016-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boost.Context Fix: - The Boost.Coroutine2 lib requires Boost.Context to be compiled using the standard C++14. [1] [1]: https://bugs.archlinux.org/task/48779 Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | | | libxml2: prevent host compile to overwrite xml2-config (closes #2566)Michael Heimpold2016-04-02
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Host compilation overwrites "$(STAGING_DIR)/host/bin/xml2-config with an unpatched variant. So apply the same sed expression before installing the file during host install. Thanks to @zyxmon for spotting this. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | sqlite3: update to 3.12.0Etienne CHAMPETIER2016-03-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | pcre: Integrate pending patches for next upstream version 8.39heil2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix auto-callout (http://vcs.pcre.org/viewvc?view=rev&revision=1611) - Fix negated POSIX class within negated overall class UCP (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1612 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Fix bug for isolated \E between an item and its qualifier when auto callout is set. (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1613 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Give error for regexec with pmatch=NULL and REG_STARTEND set (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1614 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Fix \Q\E before qualifier bug when auto callouts are (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1616 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Fix /x bug when pattern starts with white space and (?-x) (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1617 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Fix copy named substring bug. (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1618 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Fix (by hacking) another length computation issue. (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1619 2f5784b3-3f2a-0410-8824-cb99058d5e15 - Fix get_substring_list() bug when \K is used in an assertion. (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1620 2f5784b3-3f2a-0410-8824-cb99058d5e15 - Fix pcretest bad behaviour for callout in lookbehind. (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1625 2f5784b3-3f2a-0410-8824-cb99058d5e15 - Fix workspace overflow for (*ACCEPT) with deeply nested (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1631 2f5784b3-3f2a-0410-8824-cb99058d5e15 fixes CVE-2016-3191 - Fix Yet another duplicate name bugfix by overestimating the memory needed (i.e. another hack - PCRE2 has this "properly" fixed). (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1636 2f5784b3-3f2a-0410-8824-cb99058d5e15 - Fix pcretest loop for global matching with an ovector size (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1637 2f5784b3-3f2a-0410-8824-cb99058d5e15 Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | libuecc: update to v7Matthias Schiffer2016-03-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | Merge branch 'rsyslog-upgrade-to-8.17.0' of https://github.com/dubek/packagesVasilis Tsiligiannis2016-03-28
|\ \ \ \ \
| * | | | | Add libs/libfastjson - required for rsyslog 8.17.0Dov Murik2016-03-25
| | | | | |
* | | | | | libsoxr: Make dynamic librariesTed Hess2016-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net> Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | | libsoxr: make dynamic librariesAlexander Ryzhov2016-03-25
|/ / / / / | | | | | | | | | | | | | | | | | | | | fixes https://github.com/openwrt/packages/issues/2533 Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | / / libinput: fix and optimize buildMichael Heimpold2016-03-23
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Buildbots are reporting the following build failure: -snip- CCLD test-build-linker ../src/.libs/libinput.so: undefined reference to `static_assert' -snap- Since this is the only call to static_assert within the library, removing this assertion seems to be reasonable. While at, speed up the build by not building tests and documentation. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #2502 from lukbaj/masterHannu Nyman2016-03-15
|\ \ \ \ | | | | | | | | | | Update libimobiledevice, libplist, libusbmuxd and usbmuxd
| * | | | Update libimobiledevice, libplist, libusbmuxd and usbmuxdLukasz Baj2016-03-15
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Updated libraries and tools to support connectivity of Apple devices, such as iPads, iPods and iPhones. Signed-off-by: Lukasz Baj <l.baj@radytek.com>
* | | | libxerces-c: update to v3.1.3Álvaro Fernández Rojas2016-03-14
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | giflib: Update to 5.1.2, remove doc buildTed Hess2016-03-14
|/ / / | | | | | | | | | | | | | | | | | | docbook breaks build on some hosts, skip it (in a not very elegant way) Signed-off-by: Daniel Golle daniel@makrotopia.org Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #2413 from KurdyMalloy/pocoYousong Zhou2016-03-12
|\ \ \ | | | | | | | | poco: add package for the Poco C++ library
| * | | 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>
* | | | flac: Fix musl x86 build (__sigemptyset undefined)Ted Hess2016-03-09
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | libinput: update to version 1.2.1Daniel Golle2016-03-09
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | glpk: update to version 4.58Daniel Golle2016-03-09
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | libev: Bump to version 4.22Karl Palsson2016-03-08
| | | | | | | | | | | | | | | | | | | | | | | | Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | libs: c-ares: Bump to version 1.11Karl Palsson2016-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog at https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | libwebsockets: Bump version to 1.7.3Karl Palsson2016-03-08
| | | | | | | | | | | | | | | | | | | | | | | | Latest "stable" release from 1.7.x branch. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | Merge pull request #2458 from tru7/libesmtpHannu Nyman2016-03-06
|\ \ \ \ | | | | | | | | | | libesmtp: add ssl support, new upstream URL
| * | | | libesmtp: add ssl support, new upstream URLOthmar Truniger2016-03-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | gnutls: updated to 3.4.10Nikos Mavrogiannopoulos2016-03-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | libv4l: Update version to 1.10.0. Fix musl/uClibc incompatibility with ↵Ted Hess2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getsubopt() Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #2261 from cshore/pull-request-gnutls-with-cryptodevNikos Mavrogiannopoulos2016-02-25
|\ \ \ \ \ | |_|/ / / |/| | | | libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-…
| * | | | libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodevDaniel Dickinson2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is not enough to select package kmod-cryptodev to avoid build failure; there must be a Makefile dependency on kmod-cryptodev in order for the build system to ensure kmod-cryptodev (and it's headers) are present during build. Therefore drop the select and add a conditional dependency. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | Merge pull request #2338 from thess/alsa-testTed Hess2016-02-23
|\ \ \ \ \ | | | | | | | | | | | | alsa: Update to 1.1.0, disable basic audio test (bat) utility