aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Merge pull request #1627 from dangowrt/update-sqlite3champtar2015-08-03
|\ | | | | | | | | sqlite3: update source compile tested on ar71xx
| * sqlite3: update sourceDaniel Golle2015-07-30
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #1622 from lijpsummer/masterSteven Barth2015-07-30
|\ \ | | | | | | opencv:update to version 3.0.0
| * | opencv:update to version 3.0.0lijpsummer2015-07-28
| |/ | | | | | | Signed-off-by: lijpsummer <summer@wrtnode.com>
* | Merge pull request #1626 from proidiot/proidiotSteven Barth2015-07-30
|\ \ | | | | | | Adds YAJL
| * | yajl: add yajlCharles Southerland2015-07-29
| |/ | | | | | | | | | | | | | | | | Adds YAJL (Yet Another JSON Library), a C library for parsing JSON. Includes patches for uClibc support. Improved from version used internally at Who's On My WiFi since Feb 2014. Adds myself as maintainer. Signed-off-by: Charles Southerland <charlie@stuphlabs.com>
* / Boost Makefile Update - Release 6claymore2015-07-30
|/ | | | | | | | | | | This update solves two issues: 1) Incompatibility with the combination of using Target mpc85xx and uclibc at the same time[1]. - For now, Boost is disabled when the respective combination is detected. 2) The selection of Boost.Locale was not activating the build with full language support. [1] - https://github.com/openwrt/packages/issues/1621 Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
* Merge pull request #1601 from MikePetullo/masterSteven Barth2015-07-21
|\ | | | | openldap: remove --without-cyrus-sasl to build SASL support
| * openldap: remove --without-cyrus-sasl to build SASL supportW. Michael Petullo2015-07-20
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | alsa: update to latest - 1.0.29Ted Hess2015-07-20
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libinput: update to 0.20.0Daniel Golle2015-07-20
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnutls: removed libgnutls-openssl subpackageNikos Mavrogiannopoulos2015-07-17
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* pthsem: fix signal.h include pathOthmar Truniger2015-07-16
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* Merge pull request #1508 from jow-/check-foritfy-source-compatSteven Barth2015-07-16
|\ | | | | check: fix fortify source compatibility
| * check: fix fortify source compatibilityJo-Philipp Wich2015-06-30
| | | | | | | | | | | | | | | | | | | | Let `./configure` assume C99 compliant `snprintf()` and `vsnprintf()` functions by passing the required cache variables via `CONFIGURE_VARS`. Fixes fortify-source related undeclared function errors when compiling the `tests/` directory. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | Merge pull request #1538 from thess/zmq-package-updateTed Hess2015-07-13
|\ \ | | | | | | zmq: Make 2 variants, refresh patches, fix C++ build issues
| * | zmq: Make 2 variants, refresh patches, fix C++ build issuesTed Hess2015-07-04
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #1571 from ejurgensen/masterSteven Barth2015-07-13
|\ \ \ | | | | | | | | mxml: update to 2.9
| * | | mxml: update to 2.9ejurgensen2015-07-13
| | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | Merge pull request #1567 from ejurgensen/masterTed Hess2015-07-12
|\| | | | | | | | | | | libunistring: update to 0.9.6
| * | | libunistring: update to 0.9.6ejurgensen2015-07-12
| | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | alsa-lib: fix includes of sys/poll.h (remove redirecting... warnings)Ted Hess2015-07-12
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | gnutls: updated to 3.4.3Nikos Mavrogiannopoulos2015-07-12
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | libidn: Update to 1.31Marcel Denia2015-07-12
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | openldap: update copyright datesW. Michael Petullo2015-07-08
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | openldap: update to 2.4.41W. Michael Petullo2015-07-08
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | libssh2: update to version 1.6.0Jiri Slachta2015-07-04
| |/ / |/| | | | | | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* | | boost: do not fail when no shared libs were buildHauke Mehrtens2015-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | When only boost is selected without any specific boost library no *.so file will be build and the InstallDev part is failing. Instead of checking if there is a lib directory just try to copy the libs and do not fail in case of an error. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | libnet-1.2.x: fix uClibc regression caused by #1410Jo-Philipp Wich2015-06-29
| | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | libinput: update sourceDaniel Golle2015-06-28
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libevdev: update sourceDaniel Golle2015-06-28
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #1479 from jow-/pthsem-musl-compatJo-Philipp Wich2015-06-28
|\ \ \ | |_|/ |/| | pthsem: fix musl and fortify source compatibility
| * | pthsem: fix musl and fortify source compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit addresses two issues encountered while building pthsem for x86_64/musl: 1) Autoconf incorrectly assumes a broken Glibc and thus falls back to Linux compatibility code which runs into an unsupported platform error with musl libc. Since musl provides a proper implementation of `sigaltstack(2)`, force configure to use the POSIX compliant code when musl libc is used. 2) The `pth_syscall.c` file undefines various libc function names which breaks the indirection set up by fortify-source headers, therefore forcibly disable fortify source in the OpenWrt Makefile. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | boost: force build of meta-package to satisfy other package dependenciesTed Hess2015-06-26
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #1464 from jow-/c-ares-fortify-source-fixJo-Philipp Wich2015-06-26
|\ \ \ | | | | | | | | c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*
| * | | c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*Jo-Philipp Wich2015-06-25
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | When fortify source is enabled, the c-ares configure script will abort with: configure: CFLAGS error: CFLAGS may only be used to specify C compiler flags, not macro definitions. Use CPPFLAGS for: -D_FORTIFY_SOURCE=1 Change the OpenWrt Makefile to move any -D flags from TARGET_CFLAGS to TARGET_CPPFLAGS in order to satisfy `configure`. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | Merge pull request #1326 from dangowrt/update-libmicrohttpdDaniel Golle2015-06-25
|\ \ \ | | | | | | | | libmicrohttpd: update source
| * | | libmicrohttpd: import fixes from subversion repoDaniel Golle2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | Fixes a memleak as well as a bug in digest authentication. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | | libmicrohttpd: get rid of OpenSSL dependencyDaniel Golle2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depending on both, GnuTLS and OpenSSL doesn't make sense, we should use either TLS implementation but not both. Use GnuTLS for now and get rid of OpenSSL dependency by explicitely telling the package's build-system to do so using CONFIGURE_ARGS. If future uses of libmicrohttpd require OpenSSL, it probably makes most sense to build several variants of the package, i.e. libmicrohttpd-openssl as well as libmicrohttpd-gnutls. As with most packages making use of any TLS implementation, these are build-time decissions resulting in conflicting variants of the same package which cannot be installed simultanously. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | | libmicrohttpd: update sourceDaniel Golle2015-06-25
| |/ / | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* / / libv4l: fix musl compatibility on 64-bitsNicolas Thill2015-06-25
|/ / | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* / hiredis: add new packageDaniel Golle2015-06-24
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #1368 from kissg1988/libevhtp-1.1Steven Barth2015-06-22
|\ | | | | libevhtp-1.1: package added
| * libevhtp-1.1: package addedGergely Kiss2015-06-14
| | | | | | | | | | | | seafile-server seems to have compatibility issues with the 1.2 branch of libevtp. This package makes it possible to build seafile against a supported version, 1.1.7.
* | Revert "mysql: disable SSP for ppc (toolchain issue?)"Steven Barth2015-06-22
| | | | | | | | | | | | This reverts commit e1e671139ca98c39fd6dffe3e7aaf2359cce4533. Signed-off-by: Steven Barth <steven@midlink.org>
* | libev: Update to 4.20Karl Palsson2015-06-21
| | | | | | | | | | | | | | | | | | | | | | Minor release, changes from upstream: - prefer noexcept over throw () with C++ 11. - update ecb.h due to incompatibilities with c11. - fix a potential aliasing issue when reading and writing watcher callbacks. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | libextractor: build against libarchive-noopensslDaniel Golle2015-06-21
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libarchive: add build-variant without libopensslDaniel Golle2015-06-21
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libnetfilter: packages moved to trunk git.openwrt.org/openwrt.gitTed Hess2015-06-20
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | libradcli: added package to replace freeradius-clientNikos Mavrogiannopoulos2015-06-20
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>