aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | | | 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>
* | sqlite: update to 3.8.10.2Etienne CHAMPETIER2015-05-27
| | | | | | | | | | | | quickly run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | Merge pull request #1307 from oneru/add-qrencodeSteven Barth2015-05-26
|\ \ | | | | | | libqrencode: This reverts some unwelcome changes and then fixes a typo in Makefile
| * | libqrencode: fix typo in makefileJonathan Bennett2015-05-25
| | | | | | | | | | | | | | | Fix compile error due to autoconf Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
| * | Revert "qrencode: Fix build dependency (libpng)"Jonathan Bennett2015-05-25
| | | | | | | | | | | | | | | | | | This commit was not made by the package maintainer and needs to be reverted. This reverts commit 1e2cd3318b67584d12ea9ee27e1b23927510f630. Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
| * | Revert "qrencode: Completely remove libpng dependency from package configure"Jonathan Bennett2015-05-25
| | | | | | | | | | | | | | | | | | This commit was not made by the package maintainer and needs to be reverted. This reverts commit 5989f6ca0b47eb575c3df94cf473bcde0819f221. Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz.
* | | libnet: add packageMislav Novakovic2015-05-26
|/ / | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | qrencode: Completely remove libpng dependency from package configureTed Hess2015-05-25
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | qrencode: Fix build dependency (libpng)Ted Hess2015-05-25
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #1266 from antonlacon/libopus-1.1.xTed Hess2015-05-24
|\ \ | | | | | | libopus: disable building unused features
| * | libopus: disable building unused featuresIan Leonard2015-05-17
| | | | | | | | | | | | | | | | | | | | | | | | disable-doc turns off API documentation disable-extra-programs turns off demo and test creation Commit also removes whitespace at EOL in description. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | Merge pull request #1268 from dajhorn/liblz4Steven Barth2015-05-24
|\ \ \ | | | | | | | | liblz4: add new package
| * | | liblz4: add new packageDarik Horn2015-05-18
| |/ / | | | | | | | | | Signed-off-by: Darik Horn <dajhorn@vanadac.com>
* | | 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>