aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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
| * | libpng: update to 1.2.54Oliver Middleton2015-11-22
| | | | | | | | | | | | | | | | | | Includes fixes for CVE-2015-7981 and CVE-2015-8126. Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | | boost: Updates for python builds and library packagesTed Hess2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor Fixes: - Fixed bug related to Python 3.5 support. [1] - "--without-python3" was being issued when it should only be "--without-python". - "--without-python" is only issued in the event of neither Python 3.5 support neither Python 2.7 support is requested. - Fixed an old bug related to coroutine2 support (added selector). - "--without-coroutin2" was not being issued, even when boost-coroutine was not selected. Because of that, the boost building system was compiling boost- coroutine and all of its dependencies. - Added selector for boost-graph-parallel. References: [1] - openwrt@8f7e090#commitcomment-14542816 Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com> Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | libsndfile: update to 1.0.26Peter Wagner2015-11-22
|/ / | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | libffi: fix host buildHauke Mehrtens2015-11-21
| | | | | | | | | | | | | | | | | | | | | | My last commit c1137b6db7c461ddc3d2ddac674ba73bc1579918 "libffi: fix libffi.pc file" broke the host build as that still placed the header files to /usr/lib/libffi-3.0.13/include/ and the libffi.pc file pointed to /usr/include/ . With this patch I took the patch from Debian and also made the install process to put the header files to /usr/include in all situations. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | Merge pull request #1989 from hauke/libffiHauke Mehrtens2015-11-21
|\ \ | | | | | | libffi: fix libffi.pc file
| * | libffi: fix libffi.pc fileHauke Mehrtens2015-11-18
| |/ | | | | | | | | | | | | | | | | The include dir pointed to staging_dir/target-mips_34kc+dsp_musl-1.1.11 /usr/lib/libffi-3.0.13/include which does not exists, this made glib2 fail to compile. The header files are copied to /usr/include so define it in the libffi.pc file. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | Merge pull request #1990 from hauke/libgpg-errorHauke Mehrtens2015-11-20
|\ \ | | | | | | libgpg-error: fix build with gcc-5
| * | libgpg-error: fix build with gcc-5Hauke Mehrtens2015-11-18
| |/ | | | | | | | | | | | | | | | | Call the cpp preprocessor with -P argument which is now needed by gcc-5. This is a backport of this upstream commit: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commitdiff;h=c01c8f0c4f55d76b037c7f6aa44ad25ede18d38a Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | libxml2: upgrade to 2.9.3Michael Heimpold2015-11-20
| | | | | | | | | | | | | | | | | | | | Beside some improvements, this also fixes several CVEs, for full list see upstream changelog at: https://mail.gnome.org/archives/xml/2015-November/msg00012.html The patch needed for musl was accepted upstream, so we can remove it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #1870 from dangowrt/update-libmicrohttpdSteven Barth2015-11-19
|\ \ | | | | | | libmicrohttpd: update to 0.9.44
| * | libmicrohttpd: update to 0.9.44Daniel Golle2015-10-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | boost: Update 4Carlos Miguel Ferreira2015-11-19
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major Updates - Added support for Python 3.5. - Removed the restriction for the target MPC85xx when using uclibc [1]. - No longer required since uclibc was removed from trunk. - Added option to force static compilation. - Added option to force linking statically to the C++ standard library and compiler runtime support libraries. - Added option to disable multithreading support. It can be helpfull for those who wish to fully optimise their code. - Some boost libraries will require multithreading to be active. For those, this option is active as a requirement. Minor Updates - Added -fPIC to CFLags [2]. - python requires independent position code when statically compiling. References: [1] - https://github.com/openwrt/packages/issues/1621 [2] - https://github.com/openwrt/packages/issues/1938 Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | libtorrent: update to 0.13.6, disable ipv6, remove ipv6 hackHannu Nyman2015-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix libtorrent compilation by: * Disable ipv6 * Remove the problematic patches/120-... ipv6 hack at the same time, as it is a 5-year old hack to fix one ipv6 problem. * Update libtorrent to git master HEAD (0.13.6). Libtorrent compilation has been broken due to patches/120-... since #1181 got merged and ipv6 got enabled. Users have seen issues like #1316 and #1804 IPv6 support in libtorrent master is not compelete. Instead there is a separate ipv6 branch, which still needs some cleanup before mainstream use. See discussion at https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538 So, it makes no sense to use ipv6 with the master branch. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | libftdi: fix cmake build issuesÁlvaro Fernández Rojas2015-11-11
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | libs/libestr: add new package (needed for net/rsyslog)Dov Murik2015-11-11
| | | | | | | | Signed-off-by: Dov Murik <dmurik@us.ibm.com>
* | libs/libsodium: update to 1.0.6Damiano Renfer2015-11-09
| | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | libmraa: board detection was broken after the name changedJohn Crispin2015-11-06
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | Merge pull request #1917 from thess/boost-buildTed Hess2015-11-05
|\ \ | | | | | | boost: Add ignore-site-config option to bjam
| * | boost: Add ignore-site-config option to bjamTed Hess2015-11-04
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | libwebsockets: Bump to version 1.5Karl Palsson2015-11-05
|/ / | | | | | | | | | | | | | | | | Very minor changes in this release, but best to keep up. Full changelog available at http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog Signed-off-by: Karl Palsson <karlp@remake.is>
* | Merge pull request #1910 from dajhorn/liblz4-r131Steven Barth2015-11-04
|\ \ | | | | | | liblz4: update to r131
| * | liblz4: update to r131Darik Horn2015-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the upstream NEWS file: r131 New : Dos/DJGPP target, thanks to Louis Santillan (#114) Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118) Changed: xxhash symbols are modified (namespace emulation) within liblz4 r130: Fixed : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105) Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106) Fixed : incompatibility sparse mode vs append mode, reported by Takayuki Matsuoka (#110) Performance fix : big compression speed boost for clang (+30%) New : cross-version test, by Takayuki Matsuoka Signed-off-by: Darik Horn <dajhorn@vanadac.com>