aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* protobuf: Update version to 2.6.1Guillaume Déflache2015-05-21
| | | | | | | | | | | | - Unbroke MIPS support which got entirely lost since the upgrade from 2.4.1: now all ISAs should work (MIPS1 would need kernel emulation though, untested) - Fixed host installation which was broken on all targets - Updated source origin to github and related variables - Kept mipseb patch exception and MIPS16:=0 exclusion (needed for BB and CC compilation) Only tested on a ZyXEL NBG6716 router which is MIPS32 (MIPS74Kc), ar71xx target. Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
* protobuf: Add licensing info and update copyrightGuillaume2015-05-21
| | | | Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
* Merge pull request #1271 from oneru/add-qrencodeSteven Barth2015-05-20
|\ | | | | libqrencode: import from old packages
| * libqrencode: import from old packagesJonathan Bennett2015-05-20
| | | | | | | | | | | | | | Update to latest release add qrencode package which contains the qrencode binary Remove libpng dependancy Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | libdaq: add SF mirrorLuka Perkov2015-05-20
| | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | libseccomp: updated to 2.2.1Nikos Mavrogiannopoulos2015-05-17
|/ | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* zmq: Make CurveZMQ security (libsodium) optional, cleanup descrition and ↵Ted Hess2015-05-14
| | | | | | dependencies Signed-off-by: Ted Hess <thess@kitschensync.net>
* libowfat: fix download URLDaniel Golle2015-05-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* engine_pkcs11: update sourceDaniel Golle2015-05-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libowfat: update sourceDaniel Golle2015-05-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libp11: update sourceDaniel Golle2015-05-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libuv: update to 1.5.0Luka Perkov2015-05-13
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* lttng-ust: update to 2.6.1Nicolas Thill2015-05-13
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libupnpp: Bump version to 0.11.0Petko Bordjukov2015-05-13
| | | | | | This new version introduces improvements to the OpenHome support. Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
* Merge pull request #1250 from kooiot/masterTed Hess2015-05-12
|\ | | | | fix missing dependency, as libsodium is required by zmq
| * zmq: fix missing libsodium dependencyDirk Chang2015-05-13
| | | | | | | | Signed-off-by: Dirk Chang <dirk@kooiot.com>
* | libmpdclient: Update to 2.10Ted Hess2015-05-12
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #1191 from dangowrt/fix-nfs-kernel-server-on-muslSteven Barth2015-05-12
|\ | | | | tcp_wrappers: don't set LIBS=-lnsl when building with musl
| * tcp_wrappers: don't set LIBS=-lnsl when building with muslDaniel Golle2015-05-03
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libsodium: update to 1.0.3Syrone Wong2015-05-11
| | | | | | | | Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
* | libwebsockets: Add maintainer/url infoKarl Palsson2015-05-07
| | | | | | | | | | | | I added the package originally, guess I should maintain it. Signed-off-by: Karl Palsson <karlp@remake.is>
* | libwebsockets: update to 1.4.x release.Karl Palsson2015-05-07
| | | | | | | | | | | | | | | | | | | | This changes the ABI and .so number, so it is only suitable for trunk packages. A patch included upstream has been dropped. Full changelog: https://github.com/warmcat/libwebsockets/blob/master/changelog Signed-off-by: Karl Palsson <karlp@remake.is>
* | gnutls: updated to 3.4.1Nikos Mavrogiannopoulos2015-05-04
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | pcre: update to 8.37heil2015-05-04
| | | | | | | | | | | | - fixes CVE-2015-2325, CVE-2015-2326, CVE-2008-2371 Signed-off-by: heil <heil@terminal-consulting.de>
* | apr: upgrade to 1.5.4heil2015-05-04
| | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | Boost Patch updateclaymore2015-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | This update follows after the previous update[1] Due to the Boost Dev patch submited in [2], this commit also updates the boost patch in order to, instead of excluding all architectures that do not support -m32 and -m64 options, it now includes only the architectures that do support it. [1]: https://github.com/openwrt/packages/pull/1186 [2]: https://github.com/boostorg/build/pull/76 Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* | Merge pull request #1227 from antonlacon/libvorbis-1.3.xTed Hess2015-05-03
|\ \ | |/ |/| libvorbis: upgrade to 1.3.5
| * libvorbis: upgrade to 1.3.5Ian Leonard2015-04-11
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | libwebsockets: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Merge pull request #1199 from kooiot/masterSteven Barth2015-04-28
|\ \ | | | | | | Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings...
| * | Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, ↵Dirk Chang2015-04-27
| | | | | | | | | | | | | | | | | | rs232, wsapi, xavante, lzmq, mobdebug), zeromq Signed-off-by: Dirk Chang <dirk@kooiot.com>
* | | Merge pull request #1135 from kevinmehall/parallelSteven Barth2015-04-27
|\ \ \ | | | | | | | | Allow glib2, dbus, and bluez to build in parallel
| * | | Allow glib2, dbus, and bluez to build in parallelKevin Mehall2015-04-10
| | | | | | | | | | | | | | | | Signed-off-by: Kevin Mehall <km@kevinmehall.net>
* | | | Added patch for Boost.Buildclaymore2015-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunatly, due to changes in Boost, Boost.Build for version 1.58.0 requires a patch for gcc.jam. This patch prevents bjam from adding -m32 and -m64 options to gcc compiler, when compiling for targets that use the mips1 arch. Patch initially provided by paalsteek (https://github.com/paalsteek) Bug discussed here: https://github.com/openwrt/packages/issues/1160 Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* | | | Merge pull request #1176 from ryzhovau/gnutls_librtNikos Mavrogiannopoulos2015-04-23
|\ \ \ \ | |_|/ / |/| | | gnutls: fix compilation with external toolchain
| * | | gnutls: fix compilation with external toolchainAlexander Ryzhov2015-04-23
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | Remove libcrypto dependencyAlexander Ryzhov2015-04-23
|/ / / | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | [libs/gnutls] Added gettext-version fixup,Vladimir Ulrich2015-04-22
| | | | | | | | | | | | | | | | | | updated OpenWrt header, added license information. Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | gnutls: install libgnutls.soNikos Mavrogiannopoulos2015-04-21
| | | | | | | | | | | | | | | | | | Resolves #1162 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | gnutls: enable openssl compatibility mode by defaultNikos Mavrogiannopoulos2015-04-21
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | gnutls: updated to 3.4.0Nikos Mavrogiannopoulos2015-04-20
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Merge pull request #1153 from ClaymorePT/masterSteven Barth2015-04-20
|\ \ \ | | | | | | | | boost 1.58.0
| * | | boost 1.58.0claymore2015-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated boost lib to version 1.58.0 - Added New Libraries: Endian and Sort Boost Release Notes: http://www.boost.org/users/history/version_1_58_0.html Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* | | | yaml: import libyaml from old packages feedNicolas Thill2015-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add license info - add myself as maintainer - put in a "Languages" submenu - install pkgconfig .pc dev file Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | ldns: import from old packages feedNicolas Thill2015-04-17
| |_|/ |/| | | | | | | | | | | | | | | | | - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | nspr: abandon packageLuka Perkov2015-04-11
| |/ |/| | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | libvpx: updated to 1.4.0Luiz Angelo Daros de Luca2015-04-06
| | | | | | | | | | | | | | | | | | | | | | | | This update brings some fixes for VP9. https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Also, it is ABI incompatible but the only known user of libvpx is gst1-plugins-good, which is already compatile: https://bugzilla.gnome.org/show_bug.cgi?id=739476 gst1-plugins-good has released bumped in order to rebuild. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | Merge pull request #1111 from plntyk/new_package_sbcSteven Barth2015-04-06
|\ \ | | | | | | new package: sbc
| * | new package: sbcDirk Neukirchen2015-04-02
| | | | | | | | | | | | | | | | | | contains Low Complexity Subband Coding needed for A2DP support in pulseaudio Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | gnutls: updated to 3.3.14Nikos Mavrogiannopoulos2015-04-03
|/ / | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>