aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libtasn1: updated to 4.7Nikos Mavrogiannopoulos2015-09-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* gnutls: updated to 3.4.5Nikos Mavrogiannopoulos2015-09-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* radcli: updated to 1.2.3Nikos Mavrogiannopoulos2015-09-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libcap: fix build on non-linux systemsFelix Fietkau2015-09-18
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* Merge pull request #1696 from plntyk/fix_opencvSteven Barth2015-09-15
|\ | | | | opencv: disable precompiled headers
| * openvc: disable precompiled headersDirk Neukirchen2015-08-21
| | | | | | | | | | | | | | | | | | | | | | this commit fixes musl build precompiled headers are not strictly necessary according to https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html precompiled headers will probably be broken anyway in cross-compile cases Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | libextractor: fix build with full NLS supportDaniel Golle2015-09-11
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libinput: update to version 1.0.1Daniel Golle2015-09-07
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libevdev: update to version 1.4.4Daniel Golle2015-09-07
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libsigc++: bump to 2.5.4Steven Barth2015-09-07
| | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | unixodbc: bump to version 2.3.4heil2015-09-06
| | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | libevent: update to 1.4.15 (fixes CVE-2014-6272)Jan Čermák2015-09-01
| | | | | | | | | | | | | | This update fixes CVE-2014-6272. Change of source URL was needed, because the older location does not contain the latest version. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | Merge pull request #1730 from kissg1988/libzdbSteven Barth2015-08-29
|\ \ | | | | | | libzdb: musl compatibility fix
| * | libzdb: musl compatibility fixGergely Kiss2015-08-29
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | Merge pull request #1723 from thess/boost-buildTed Hess2015-08-27
|\ \ \ | | | | | | | | boost: Fix building without hard float (fenv.h)
| * | | boost: Fix building without hard float (fenv.h)Ted Hess2015-08-27
| |/ / | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #1714 from lynxis/libxml2_nonparallelMichael Heimpold2015-08-27
|\ \ \ | |/ / |/| | libxml2: disable parallel build
| * | libxml2: disable parallel buildAlexander Couzens2015-08-26
| | | | | | | | | | | | | | | | | | libxml2 fails to build in one of three runs. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | alsa-lib: Add missing comma to maintainer listTed Hess2015-08-27
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #1718 from changeway/libstropheTed Hess2015-08-27
|\ \ \ | |/ / |/| | libstrophe : Update to version 0.8.8
| * | libstrophe : Update to version 0.8.8Chih-Wei Chen2015-08-24
| | | | | | | | | | | | Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
* | | libsigc++: bump to 2.5.2Steven Barth2015-08-25
|/ / | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | unixodbc: update to 2.3.3heil2015-08-24
| | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | libuv: fix download pathJohn Crispin2015-08-22
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | hidapi: Fix iconv dependsTed Hess2015-08-21
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #1671 from plntyk/fix_musl_dtndhtJonas Gorski2015-08-21
|\ \ | | | | | | dtndht: fix musl build
| * | dtndht: fix musl buildDirk Neukirchen2015-08-19
| | | | | | | | | | | | | | | | | | add missing headers on musl Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | Merge pull request #1694 from jsiverskog/protobuf-maintainer2Jonas Gorski2015-08-21
|\ \ \ | |_|/ |/| | protobuf: add myself as maintainer.
| * | protobuf: add myself as maintainer.Jacob Siverskog2015-08-21
| | | | | | | | | | | | Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
* | | postgresql: fix potential snprintf issueDirk Neukirchen2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | adopt buildroot commit: 3d3f70b567718ae308b5704ddd7d107c4849309e spotted while reviewing buildroot changes to postgresql Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | postgresql: fix uclibc locale.h bugDirk Neukirchen2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reported in forum: https://forum.openwrt.org/viewtopic.php?id=59137 issue was discovered and fixed already in buildroot git commit id: f5e4ca10220e2325d3a34c0a423388e40b27dbdf Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | postgresql: add missing librt dependencyDirk Neukirchen2015-08-21
|/ / | | | | | | | | | | fixes build error with uclibc Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | alsa-lib: Combine package maintainersTed Hess2015-08-20
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Boost Makefile Update to Version 1.59cmf2015-08-20
|/ | | | | | | | | | | | | This commit updates Boost to version 1.59, released in the 13th of August of 2015 [1]. - The new version adds two new template libraries, Convert [2] and CoRoutine2 [3]. - [Warning]-> CoRoutine2 library absolutly requires a C++14 compiler. - patch 001-mips-options-fix.patch was removed, since it is already incorporated upstream. [1] - http://www.boost.org/users/history/version_1_59_0.html [2] - http://www.boost.org/libs/convert/ [3] - http://www.boost.org/libs/coroutine2/ Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
* Merge pull request #1655 from dangowrt/update-postgresqlJo-Philipp Wich2015-08-13
|\ | | | | update postgresql
| * postgresql: update source to 9.4.4 and refresh scriptsDaniel Golle2015-08-12
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * postgresql: update to 9.4.1Dirk Neukirchen2015-08-12
| | | | | | | | | | | | - supports arm64/aarch64 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | libinput: update sourceDaniel Golle2015-08-13
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnutls: updated to 3.4.4Nikos Mavrogiannopoulos2015-08-10
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* liburcu: update to 0.8.7Nicolas Thill2015-08-04
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* freetype: -config & .pc files cleanup & fixesNicolas Thill2015-08-04
| | | | | | Fix libdir as well in freetype-config, merge both freetype2.pc fixes into a single one Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge branch 'freetype-config-include-path-fix' of ↵Nicolas Thill2015-08-04
|\ | | | | | | git://github.com/paulfertser/packages into PR1591
| * freetype: fix include path for cross-compilationPaul Fertser2015-07-19
| | | | | | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | Merge pull request #1565 from hauke/libloSteven Barth2015-08-03
|\ \ | | | | | | liblo: fix build with musl
| * | liblo: fix build with muslHauke Mehrtens2015-07-12
| | | | | | | | | | | | | | | | | | | | | When sys/poll.h gets included it results in a warning, to include poll.h. All warnings are treated as errors by liblo. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | libidn: Update to 1.32Marcel Denia2015-08-03
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | Merge pull request #1612 from changeway/libstropheSteven Barth2015-08-03
|\ \ \ | | | | | | | | Add libstrophe : XMPP client library
| * | | Add libstrophe : XMPP client librarychangeway2015-08-03
| | | | | | | | | | | | | | | | | | | | | | | | Config.in for libxml2/expat XML library choice Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
* | | | 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>