aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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>
* | mysql: disable SSP for ppc (toolchain issue?)Steven Barth2015-06-19
| | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | Merge pull request #1410 from jow-/libnet-musl-compatLuka Perkov2015-06-18
|\ \ | | | | | | libnet-1.2.x: fix musl compatiblity
| * | libnet-1.2.x: fix musl compatiblityJo-Philipp Wich2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The correct includes for musl are protected by an __GLIBC__ check in the upstream sources. Since musl does not provide own defines to identify itself, simply invert the condition to !__UCLIBC__ in order to fix the build on all libc flavors supported by OpenWrt. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | Merge pull request #1413 from thess/libv4l-fixTed Hess2015-06-18
|\ \ \ | | | | | | | | libv4l: Fix musl compatibility, update to 1.6.3
| * | | libv4l: Fix musl compatibility, update to 1.6.3Ted Hess2015-06-17
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | libpam: fix build.Yousong Zhou2015-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update PKG_MD5SUM. - Update PKG_RELEASE. - Update patch 0001- to always use /lib directory. - Refresh other patches. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #1412 from jow-/libdaq-musl-compatLuka Perkov2015-06-18
|\ \ \ \ | |/ / / |/| | | libdaq: fix musl compatibility
| * | | libdaq: fix musl compatibilityJo-Philipp Wich2015-06-17
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Change occurences of `sys/unistd.h` to the standard `unistd.h` include. Fixes build against musl. Also refresh existing patch since it applied with fuzz. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | gnutls: updated to 3.4.2Nikos Mavrogiannopoulos2015-06-17
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Merge pull request #1401 from kooiot/masterTed Hess2015-06-17
|\ \ \ | | | | | | | | libzmq upgrade to 4.1.1 lzmq upgrade to 0.4.3
| * | | libzmq upgrade to 4.1.1Dirk Chang2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | lzmq upgrade to 0.4.3 Signed-off-by: Dirk Chang <dirk@kooiot.com>
* | | | libpam: bump to 1.2.0Yousong Zhou2015-06-17
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add configure options --disable-nis, --disable-regenerate-docu - 000-OE-libpam-xtests.patch is not relevant in OpenWrt - 001-no_nis.patch was dropped because we now --disable-nis - 002-no_yywrap.patch was dropped be cause it was fixed in 1.2.0 - 003-no_doc was dropped because we ignore doc/ with --disable-regenreate-docu - 004-fix_lib64 was replaced by new 0001-build-use-host_cpu... - pam_rhosts will not be built with musl because ruserok{,_af{ are not available - pam_lastlog will not be built with musl because logwtmp is missing Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* / / libpam: fix compilation with musl.Yousong Zhou2015-06-16
|/ / | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | elfutils: moved to baseSteven Barth2015-06-15
| | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | argp-standalone: Moved to git.openwrt.org/openwrt.gitTed Hess2015-06-14
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | libseccomp: corrected typo in patchNikos Mavrogiannopoulos2015-06-15
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #1345 from dangowrt/fix-libseccomp-with-muslNikos Mavrogiannopoulos2015-06-15
|\ \ | | | | | | libseccomp: work-around prctl.h mess
| * | libseccomp: work-around prctl.h messDaniel Golle2015-06-04
| | | | | | | | | | | | | | | | | | | | | | | | musl doesn't allow including both, sys/prctl.h and linux/prctl.h. Thus include linux/prctl.h only on GLIBC systems (that includes uClibc which defines __GLIBC__) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libevdev: work around macro definition missing in uClibcDaniel Golle2015-06-14
| |/ |/| | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libextractor: build giflib pluginDaniel Golle2015-06-12
| | | | | | | | | | | | | | Cherry-picked r34095 'Add giflib-5.1.0 compatibility' into patches to fix build against recent versions of giflib. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | giflib: Import from oldpackages, update to latest version, add myself as ↵Ted Hess2015-06-11
| | | | | | | | | | | | maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
* | libinput: new packageDaniel Golle2015-06-10
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | mtdev: new packageDaniel Golle2015-06-10
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libevdev: new packageDaniel Golle2015-06-10
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libnet: add license infoMarko Ratkaj2015-06-09
| | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | pcre: fix CVE-2015-3210heil2015-06-08
| | | | | | | | | | | | - should fix eap buffer overflow in pcre_compile2() / compile_regex() Signed-off-by: heil <heil@terminal-consulting.de>
* | toxcore: new packageDaniel Golle2015-06-08
| | | | | | | | | | | | This packages the Tox core as well as nTox and tox-bootstrapd. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libuv: bump to 1.6.1Luka Perkov2015-06-08
|/ | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* db47: Bump PKG_RELEASEMarcel Denia2015-06-02
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* db47: Fix format security warningMarcel Denia2015-06-02
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* libextractor: fix accidental versioning messDaniel Golle2015-05-31
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: package gstreamer pluginDaniel Golle2015-05-31
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* glpk: add new packageDaniel Golle2015-05-31
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* db47: Force pthread mutexes, bump PKG_RELEASEMarcel Denia2015-05-31
| | | | | | Fixes #1312. Signed-off-by: Marcel Denia <naoir@gmx.net>
* libextractor: add new packageDaniel Golle2015-05-30
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnutls: corrected regression with camellia cipherNikos Mavrogiannopoulos2015-05-30
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* freeradius-client: added libraryNikos Mavrogiannopoulos2015-05-28
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #1181 from ryzhovau/ipv6_optJo-Philipp Wich2015-05-27
|\ | | | | Optional IPv6 support
| * apr: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * libtorrent: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | libev: Import from management, with path fixesKarl Palsson2015-05-27
| | | | | | | | | | | | | | | | Imports the latest version from the management feed, and fixes the install paths. All example code, and desktop linux expects and installs libev's headers to /usr/include/<ev.h> not under a subdirectory. Signed-off-by: Karl Palsson <karlp@tweak.net.au>