aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
| | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* glib2: sync with default host prefix changeFelix Fietkau2016-01-20
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* glib2: the host build also needs --with-libiconv=gnuFelix Fietkau2016-01-20
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* glib2: use --with-libiconv=gnu, always required as of trunk r48396Felix Fietkau2016-01-20
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* libffi: fix MIPS softfloat build issue with current binutilsFelix Fietkau2016-01-20
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* libinput: include cmdline tools in packageDaniel Golle2016-01-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libinput: update to 1.1.4Daniel Golle2016-01-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libevdev: update to 1.4.6Daniel Golle2016-01-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnutls: updated to 3.4.8Nikos Mavrogiannopoulos2016-01-10
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #2240 from ollie27/libpngJo-Philipp Wich2016-01-09
|\ | | | | libpng: update to 1.2.56
| * libpng: update to 1.2.56Oliver Middleton2015-12-29
| | | | | | | | | | | | Fixes CVE-2015-8126 and CVE-2015-8540. Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | libs/avahi: fix warning with poll.h include on muslAlexandru Ardelean2016-01-06
| | | | | | | | | | | | | | | | | | | | Warning is: #warning redirecting incorrect #include <sys/poll.h> to <poll. Not a big issue. But it can be annoying when building with -Werror set. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | libs/libsodium: update to 1.0.8Damiano Renfer2016-01-04
| | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | Merge pull request #2217 from MikePetullo/openldapHannu Nyman2015-12-31
|\ \ | | | | | | openldap: update to 2.4.43
| * | openldap: update to 2.4.43W. Michael Petullo2015-12-30
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | libsoup: update to 2.53.2W. Michael Petullo2015-12-30
|/ / | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #2086 from thess/zmq-updateTed Hess2015-12-30
|\ \ | | | | | | zmq: update to 4.1.3, fix GCC5 error, refresh patches
| * | zmq: update to 4.1.3, fix GCC5 error, refresh patchesTed Hess2015-12-07
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #2112 from thess/libev-workTed Hess2015-12-30
|\ \ \ | |_|/ |/| | libev: Fix compatibility with libevent2 includes
| * | libev: Fix compatibility with libevent2 includesTed Hess2015-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages building with libev and want to include event.h from libev need to be modified to include ev_event_compat.h instead. The are no known packages which need to be fixed at this time. The normal include is ev.h for this package. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #2145 from ClaymorePT/boost_1Ted Hess2015-12-21
|\ \ \ | | | | | | | | Boost: Version Update -> 1.60
| * | | Boost: Version Update -> 1.60Carlos Miguel Ferreira2015-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version Update: - Boost is updated to version 1.60 - New library called Variadic Macro Data (VMD) [1] - Several libraries updates [2] [1]: http://www.boost.org/libs/vmd/ [2]: http://www.boost.org/users/history/version_1_60_0.html Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | libs/libsodium: update to 1.0.7Damiano Renfer2015-12-20
|/ / / | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | Merge pull request #2100 from ClaymorePT/boost_8Ted Hess2015-12-14
|\ \ \ | | | | | | | | Boost: Update 8
| * | | Boost: Update 8cmf2015-12-11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major fixes: - The "Select Boost Options" was improved: - In previous versions, it was possible to unselect both Shared and Static options, so that there would be nothing to be built. This was solved by creating a choice menu "Compile Boost libraries". - A new choice menu was also created for Boost Run-time linkage called "Selects Boost Run-time linkage", which is used to select the C and C++ runtime. This choice menu obeys to the required restrictions by boost options [1]. - Fixed the invalid combination where boost shared version could be linked to C and C++ static runtime. This is not allowed by the boost builder. - Added new menu where a Boost building variant can be chosen from 3 options: - Release: The optimized version for daily use. - Debug: The debugging version, for testing purposes. - Profiling: The profiling version for evaluation purposes. - Improved options help descriptions. Minor fixes: - Makefile Version was bumped from 6 to 8 because the previous update [2] did not bumped the value acordingly to the submission rules. - Removed stuff that was not doing anything: "-sBUILD=release" - Changed builder executable from "bjam" to "b2" which is the correct caller: - "bjam" is the old name and exists only for compatibility purposes. [1]: http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html [2]: openwrt#2084 Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | Merge pull request #2120 from commodo/ibrcommon-fix-musl-buildHannu Nyman2015-12-14
|\ \ \ | | | | | | | | ibrcommon: fix build on musl
| * | | ibrcommon: fix build on muslAlexandru Ardelean2015-12-13
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build error: ``` make[6]: Entering directory `/home/sandu/work/openwrt/build_dir/target-mips_34kc_musl-1.1.11/ibrcommon-1.0.1/ibrcommon/data' CXX BLOB.lo CXX ConfigFile.lo CXX File.lo File.cpp: In member function 'std::__cxx11::string ibrcommon::File::getBasename() const': File.cpp:229:44: error: 'basename' was not declared in this scope return std::string(basename(_path.c_str())); ^ make[6]: *** [File.lo] Error 1 ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / glib2: fix host buildAlexandru Ardelean2015-12-13
|/ / | | | | | | | | | | Replace libintl/host with gettext-full/host. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | libradcli: updated to 1.2.5Nikos Mavrogiannopoulos2015-12-07
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #2084 from ClaymorePT/boost_7Ted Hess2015-12-07
|\ \ | |/ |/| Boost: Update 7
| * Boost: Update 7Carlos Miguel Ferreira2015-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major fixes: - Due to incompatibility issues with other packages which depend upon boost libraries being built with system names (without name tags): - multi-thread support is now active by default. - boost libraries do not have name tags by default. - Added "Use tagged names." options - This option provides access to Single threaded option and Debug option. - The use of name tags is required to build the debug and single threaded versions. Minor fixes (proposed by Thess): - "Compile Static Libraries" is active by default - "Use shared version of C and C++ runtimes for shared libraries" is now active by default - Several dependency notation fixes Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | Merge pull request #2075 from ryzhovau/postgresql_uclibcJo-Philipp Wich2015-12-07
|\ \ | |/ |/| postgresql: now visible with uclibc
| * postgresql: now visible with uclibcAlexander Ryzhov2015-12-06
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | adding package 'icu'Mirko Vogt2015-12-06
|/ | | | Signed-off-by: Mirko Vogt <mirko@openwrt.org>
* libshout: Make separate pkg_config files for libs. Fixes ices buildTed Hess2015-12-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libinput: update to 1.1.1Daniel Golle2015-12-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libevdev: update to 1.4.5Daniel Golle2015-12-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* glpk: update to 4.57Daniel Golle2015-12-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #2023 from ClaymorePT/boost_6Ted Hess2015-12-01
|\ | | | | boost: Update 6
| * boost: Update 6Carlos Miguel Ferreira2015-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor fixes: - CoRoutine2 selector requires that a GCC v5 compiler or better is selected - coroutine2 requires C++14 - The Makefile was not alowing the libraries to be compiled with both statically and shared, at the same time. There are now two seperate options, allowing to select which version is wanted. - The Makefile was also not allowing to compile both single thread and multi- thread versions. Again, two seperate options now exist. - There is also the option to build another set of libraries with debug support which is good for development. - These options are important for those who whish to build an OpenWRT SDK. Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | libgee: install Vala-related filesW. Michael Petullo2015-11-28
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | libshout: Fix build/configure errorsTed Hess2015-11-28
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #1973 from thess/libshout-workTed Hess2015-11-25
|\ \ | | | | | | Make 2 variants for libshout. Update oggfwd to use full variant.
| * | libshout: Make 2 variants (with/without speex & theora)Ted Hess2015-11-15
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | gnutls: updated to 3.4.7Nikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Merge pull request #2015 from ClaymorePT/p11_kit_1Nikos Mavrogiannopoulos2015-11-25
|\ \ \ | | | | | | | | p11-kit: Version update
| * | | p11-kit: Version updateCarlos Miguel Ferreira2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Just a regular version update - Package gnutls requires the 0.23.1 to compile. Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | Merge pull request #1961 from hnyman/gnomeHannu Nyman2015-11-24
|\ \ \ \ | |_|_|/ |/| | | libgee, grilo, grilo-plugins: use GNOME alias to fix downloads in buildbot
| * | | libgee, grilo, grilo-plugins: use GNOME alias to fix downloads in buildbotHannu Nyman2015-11-24
| |/ / | | | | | | | | | | | | | | | | | | Switch grilo, grilo-plugins and libgee to use the @GNOME alias for source download in order to fix download problems in buildbot. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #2008 from ollie27/libpngupdateJo-Philipp Wich2015-11-24
|\ \ \ | |/ / |/| | libpng: update to 1.2.54