aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Merge pull request #5580 from neheb/patch-5Hauke Mehrtens2018-02-18
|\ | | | | libnatpmp: Update to 20150609
| * libnatpmp: Update to 20150609 + change to HTTPS.Rosen Penev2018-02-14
| | | | | | | | | | | | Official mirror. Compile and Run tested on ramips. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #5609 from MikePetullo/libsoupHannu Nyman2018-02-13
|\ \ | | | | | | libsoup: update to 2.60.3
| * | libsoup: update to 2.60.3W. Michael Petullo2018-02-12
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | libvpx: bump to 1.7.0Luiz Angelo Daros de Luca2018-02-13
|/ / | | | | | | | | | | | | | | | | This release focused on high bit depth performance (10/12 bit) and vp9 encoding improvements. See: https://chromium.googlesource.com/webm/libvpx/+/v1.7.0 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | libiio: update to 0.14Michael Heimpold2018-02-11
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | libgpiod: add package for library and toolsMichael Heimpold2018-02-11
| | | | | | | | | | | | | | | | | | | | | | libgpiod is a C library with corresponding tools for interacting with the linux GPIO character device (gpiod stands for GPIO device). Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use the character device instead. This library encapsulates the ioctl calls and data structures behind a straightforward API. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | libvorbis: add patch for CVE-2017-14632 and CVE-2017-14633Ted Hess2018-02-10
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #5506 from neheb/patch-2Ted Hess2018-02-10
|\ \ | | | | | | libmad: Remove BUILD_PATENTED
| * | libmad: Remove BUILD_PATENTEDRosen Penev2018-01-25
| | | | | | | | | | | | | | | MP3 patents expired in 16 April 2017 and Fraunhoffer IIS has terminated its MP3 licensing program as a result. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libuwsc: Update to 1.2.0Jianhui Zhao2018-02-06
| |/ |/| | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | Merge pull request #5088 from hbl0307106015/libtallocHannu Nyman2018-02-04
|\ \ | | | | | | libtalloc: bump to latest version
| * | libtalloc: bump to latest versionBangLang Huang2018-01-21
| | | | | | | | | | | | Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
* | | libssh2: Make crypto backends selectableSebastian Kemper2018-02-03
| | | | | | | | | | | | | | | | | | | | | This adds a choice to menuselect so people can select if they would like to compile libssh2 against mbedtls (default) or openssl. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | sqlite: remove gratuitos empty lineHans Dedecker2018-02-02
| | | | | | | | | | | | | | | | | | Remove gratuitos empty line introduced by accident in commit aac84ff Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | Merge pull request #5543 from dedeckeh/pr-sqlitechamptar2018-01-31
|\ \ \ | | | | | | | | sqlite3: add config options to disable FTS3 and RTREE
| * | | sqlite3: add config options to disable FTS3 and RTREEHans Dedecker2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The full-text search engine version 3 (FTS3) and R*Tree (RTREE) modules are enabled by default in sqlite3; add config options which allow to disable these sqlite lib modules. Disabling FTS3 reduces the so file with 475KB while disabling RTREE reduces the so file with 121KB on x86 architecture. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | p11-kit: bumped release verNikos Mavrogiannopoulos2018-01-30
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | p11-kit: disable trust moduleNikos Mavrogiannopoulos2018-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows prevents build error due to trust-paths not being specified. The trust module was not being used in openwrt. Resolves #5528 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | tiff: version bumpSebastian Kemper2018-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - bump version to 4.0.9 - add patches copied from Debian for CVE-2017-18013 and CVE-2017-9935 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | libxslt: version bumpSebastian Kemper2018-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - version bump to 1.1.32 - add --disable-silent-rules for verbose build output Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | libssh2: version bumpSebastian Kemper2018-01-30
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump version to 1.8.0 - Switch from openssl crypto backend to mbedtls (the package is a lot smaller size-wise compared to openssl and libgcrypt) - mbedtls support was added in 1.8.0 release. Unfortunately the detection doesn't work out of the box, so a patch is needed that fixes an m4 script. For that reason autoreconf must be run. - Add --with-libz-prefix as without it zlib is not detected (currently there is the zlib dependency but libssh2 never actually links to it). - Add --disable-silent-rules to get verbose build output. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | getdns: Initial commit of openwrt package for getdns libraryDavid Mora2018-01-29
| | | | | | | | | | | | Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | | libtirpc: add package v1.0.2Andy Walsh2018-01-28
| |/ |/| | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | rtty: Add packageJianhui Zhao2018-01-23
|/ | | | | | A reverse proxy WebTTY. It is composed of the client and the server. Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* Merge pull request #5257 from lynxis/rb_libgcryptchamptar2018-01-20
|\ | | | | libgcrypt: remove build timestamp
| * libgcrypt: remove build timestampAlexander Couzens2017-12-10
| | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. The patch is a backport from upstream. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #5371 from MikePetullo/libsoupchamptar2018-01-20
|\ \ | | | | | | libsoup: update to 2.60.2
| * | libsoup: update to 2.60.2W. Michael Petullo2018-01-07
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | libiio: update to 0.12Michael Heimpold2018-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | - remove upstreamed patch - remove dependency to libavahi-common which does not exist, seems that I have confused library name vs package name (fixes #5480) (- only compile tested at the moment) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #5389 from diizzyy/libs-confusechamptar2018-01-20
|\ \ \ | | | | | | | | confuse: remove myself as maintainer
| * | | confuse: remove myself as maintainerDaniel Engberg2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #5433 from MikePetullo/vipsHannu Nyman2018-01-18
|\ \ \ \ | | | | | | | | | | vips: update to 8.6.1
| * | | | vips: update to 8.6.1W. Michael Petullo2018-01-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | glib2: update to 2.55.1Peter Wagner2018-01-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | libfreetype: update to FreeType 2.9Val Kulkov2018-01-15
|/ / / / | | | | | | | | | | | | | | | | | | | | Update to the latest version from upstream. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #5383 from salzmdan/liburcu_updateTed Hess2018-01-08
|\ \ \ \ | | | | | | | | | | liburcu: update to 0.9.4
| * | | | liburcu: update to 0.9.4Daniel Salzman2018-01-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | libedit: update to 20170329-3.1Daniel Salzman2018-01-08
|/ / / / | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | / / libgee: update to 0.20.0W. Michael Petullo2018-01-07
| |/ / |/| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | libdmapsharing: update to 2.9.39W. Michael Petullo2018-01-06
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #5189 from sartura/libhttp-parser_bump_to_2.7.1Hannu Nyman2018-01-06
|\ \ \ | | | | | | | | libhttp-parser: bump to 2.7.1
| * | | libhttp-parser: bump to 2.7.1Marko Ratkaj2017-11-29
| | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | postgresql: update to version 9.6.6Daniel Golle2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | libxerces-c: update to v3.2.0Álvaro Fernández Rojas2017-12-31
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | libftdi1: update to v1.4Álvaro Fernández Rojas2017-12-31
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | Merge pull request #5331 from ClaymorePT/boost_1.66.0Hannu Nyman2017-12-28
|\ \ \ \ | | | | | | | | | | boost: Version Update -> 1.66.0
| * | | | boost: Version Update -> 1.66.0Carlos Miguel Ferreira2017-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package release updates boost to version 1.66.0. Boost 1.66.0 brings three new header-only libs: - Beast [1]: Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio, from Vinnie Falco. - CallableTraits [2]: A spiritual successor to Boost.FunctionTypes, Boost.CallableTraits is a header-only C++11 library for the compile-time inspection and manipulation of all 'callable' types. Additional support for C++17 features, from Barrett Adair. - Mp11 [3]: A C++11 metaprogramming library, from Peter Dimov. More info about this release, can be found in [4]. [1]: http://www.boost.org/doc/libs/1_66_0/libs/beast/doc/html/index.html [2]: http://www.boost.org/doc/libs/1_66_0/libs/callable_traits/doc/html/index.html [3]: http://www.boost.org/doc/libs/1_66_0/libs/mp11/doc/html/mp11.html [4]: http://www.boost.org/users/history/version_1_66_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>