aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
| * | | | libunistring: Use URL aliasdiizzyy2016-05-24
| | |/ / | |/| | | | | | | | | | | | | | Remove hardcoded URL and use alias instead. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* / | | confuse: Use URL alias (#2745)diizzyy2016-05-24
|/ / / | | | | | | | | | | | | Remove hardcoded URL and use alias instead. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | gnutls: updated to 3.4.12Nikos Mavrogiannopoulos2016-05-22
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | vips: fix patchHannu Nyman2016-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Correct spelling in a patch back to the faulty original, as the patch wes broken by #2594 This commit fixes #2719 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #2714 from jow-/tiff-ftell-fixJiri Slachta2016-05-20
|\ \ \ | | | | | | | | tiff: fix wrong declaration of ftell() compat macro
| * | | tiff: fix wrong declaration of ftell() compat macroJo-Philipp Wich2016-05-19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libtiff library declares an `ftell()` compat macro redirecting calls to `ftello()` if such an implementation exists. The compat macro however is declared with a wrong number of arguments, leading to the following error on our buildbots: In file included from .../usr/include/uClibc++/iostream:29:0, from tif_stream.cxx:31: .../usr/include/uClibc++/fstream:422:22: error: macro "ftell" requires 3 arguments, but only 1 given retval = ftell(fp); Add a patch to fix the macro definition in order to fix compilation of the tiff package. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* / / libzmq upgrade to 4.1.4Dirk Chang2016-05-19
|/ / | | | | | | Signed-off-by: Dirk Chang <dirk@kooiot.com>
* | Boost: Package Version Updatecarlos ferreira2016-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package version update brings four new libraries: - Compute [1] - DLL [2] - Hana [3] - Metaparse [4] More information about the 1.61.0 release (bug fixes, etc), can be found here[5]. [1]: http://www.boost.org/libs/compute/ [2]: http://www.boost.org/libs/dll/ [3]: http://www.boost.org/libs/hana/ [4]: http://www.boost.org/libs/metaparse/ [5]: http://www.boost.org/users/history/version_1_61_0.html Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | elektra: Update to 0.8.16Harald Geyer2016-05-11
|/ | | | | | | | Notable changes: Add -DCMAKE_CXX_FLAGS="-DELEKTRA_SHARED" to work around an upstream bug (already fixed) in the Makefile. Signed-off-by: Harald Geyer <harald@ccbib.org>
* libffi: fix include path in pkg-config file, fixes glib2 buildFelix Fietkau2016-05-11
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* libvorbisidec: Fix git URL for tremor repo.Ted Hess2016-05-11
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libffi: bump to version 3.2.1Alexey Brodkin2016-05-11
| | | | | | | | | Among many fixes and improvements this new version adds support of ARC architecture (ARC port was actually introduced in v3.1 but while at it why not to update to the most recent version). Which allows to build dependent projects like Python etc. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* poco: update to 1.7.3jmjulien2016-05-10
| | | | | | Update package to latest stable version (1.7.3) Signed-off-by: Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
* Merge pull request #2661 from salzmdan/masterchamptar2016-05-09
|\ | | | | Update liburcu, add libedit and update knot
| * libedit: add new packageDaniel Salzman2016-05-06
| | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
| * liburcu: update to 0.9.2Daniel Salzman2016-05-06
| | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | libmicrohttpd: don't use PROVIDES for non-virtual packageDaniel Golle2016-05-09
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #2126 from lynxis/libmicrohttpdchamptar2016-05-04
|\ | | | | Libmicrohttpd: add build variant for ssl + no-ssl + build parallel
| * libmicrohttpd: build parallelAlexander Couzens2016-02-22
| | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
| * libmicrohttpd: implement build variants -ssl and -no-sslAlexander Couzens2016-02-22
| | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #2659 from lynxis/maintainerchamptar2016-05-04
|\ \ | | | | | | libmicrohttpd: take over maintainership
| * | libmicrohttpd: take over maintainershipAlexander Couzens2016-05-04
| |/ | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #2638 from ianchi/libx264Ted Hess2016-04-29
|\ \ | | | | | | libx264: create package
| * | libx264: create packageAdrian Panella2016-04-28
| | | | | | | | | | | | | | | | | | | | | | | | libx264: create package Signed-off-by: Adrian Panella <ianchi74@outlook.com> add BUILD_PATENTED
* | | flac: Fix debug buildsTed Hess2016-04-27
|/ / | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | libtasn1: updated to version 4.8Nikos Mavrogiannopoulos2016-04-25
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | gnutls: updated to 3.4.11Nikos Mavrogiannopoulos2016-04-25
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #2090 from luaraneda/opencv_updatechamptar2016-04-24
|\ \ | | | | | | opencv: Update to 3.1 to fix compilation problems
| * | opencv: Update to version 3.1.0Luis Araneda2016-04-16
| | | | | | | | | | | | | | | | | | This solves the compiling errors with the musl C library. Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* | | libvpx: update to 1.5.0Luiz Angelo Daros de Luca2016-04-22
| | | | | | | | | | | | | | | | | | | | | Also inc gst1-plugins-good and toxcore release in order to avoid package upgrade problems. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | sqlite3: update to 3.12.2Etienne CHAMPETIER2016-04-21
| | | | | | | | | | | | | | | | | | | | | 3.12.0 as been removed from sqlite servers fixes #2615 Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | libinput: update to version 1.2.3Daniel Golle2016-04-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | hiredis: update to version 0.13.3Daniel Golle2016-04-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | glpk: update to version 4.60Daniel Golle2016-04-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libs/libsodium: update to 1.0.10Damiano Renfer2016-04-17
| | | | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | libmicrohttpd: update to 0.9.49Daniel Golle2016-04-15
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #2530 from dangowrt/update-postgresql-to-9-5-1Jo-Philipp Wich2016-04-15
|\ \ | | | | | | postgresql: update source to 9.5.1 and refresh patches
| * | postgresql: update source to 9.5.1 and refresh patchesDaniel Golle2016-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the additional include path for host-build of ecpg is no longer required and started breaking the build (PostgeSQL BUG-14033), remove it. Also, pgsql-server no longer requires shadow-su since procd can take care of starting it running under the appropriate user. Moving the dependency to pgsql-cli makes sense as the 'su' command is still needed to boot-strap a new data directory and also commonly used for other administration tasks. However, in that way the CLI and shadow-su can be removed during production once pgsql-server has been setup. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libs: Fix typos (found by codespell)Stefan Weil2016-04-13
| | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | Merge pull request #2398 from haraldg/elektrachamptar2016-04-10
|\ \ \ | | | | | | | | elektra: Add the package
| * | | elektra: Add the packageHarald Geyer2016-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Elektra is a library and tools for advanced configuration management (3-way merging, notifications, etc.). This has been tested on mxs target. Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | | Merge pull request #2486 from yousong/cp-fixchamptar2016-04-10
|\ \ \ \ | | | | | | | | | | Drop the redundant -r option to $(CP)
| * | | | Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(CP) was defined as `cp -fpR' since the very begining of OpenWrt build system (2006-06-22). The -R option should be enough and base packages use only $(CP) for the same purposes just fine and BSD manual of cp also discourages the use of `-r' option. So let's just tidy up the usage now. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | libwebsockets: bump to 1.7.5Karl Palsson2016-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor fixes, see https://github.com/warmcat/libwebsockets/blob/v1.7-stable/changelog for full changelog. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | tiff: update to 4.0.6Jiri Slachta2016-04-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* | | | | Merge pull request #2570 from ClaymorePT/boost_updateHannu Nyman2016-04-03
|\ \ \ \ \ | | | | | | | | | | | | [boost] - Package Update: Boost.Context Fix
| * | | | | Boost: Package Updatecmf2016-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boost.Context Fix: - The Boost.Coroutine2 lib requires Boost.Context to be compiled using the standard C++14. [1] [1]: https://bugs.archlinux.org/task/48779 Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | | | libxml2: prevent host compile to overwrite xml2-config (closes #2566)Michael Heimpold2016-04-02
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Host compilation overwrites "$(STAGING_DIR)/host/bin/xml2-config with an unpatched variant. So apply the same sed expression before installing the file during host install. Thanks to @zyxmon for spotting this. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | sqlite3: update to 3.12.0Etienne CHAMPETIER2016-03-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | pcre: Integrate pending patches for next upstream version 8.39heil2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix auto-callout (http://vcs.pcre.org/viewvc?view=rev&revision=1611) - Fix negated POSIX class within negated overall class UCP (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1612 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Fix bug for isolated \E between an item and its qualifier when auto callout is set. (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1613 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Give error for regexec with pmatch=NULL and REG_STARTEND set (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1614 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Fix \Q\E before qualifier bug when auto callouts are (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1616 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Fix /x bug when pattern starts with white space and (?-x) (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1617 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Fix copy named substring bug. (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1618 2f5784b3-3f2a-0410-8824-cb99058d5e15) - Fix (by hacking) another length computation issue. (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1619 2f5784b3-3f2a-0410-8824-cb99058d5e15 - Fix get_substring_list() bug when \K is used in an assertion. (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1620 2f5784b3-3f2a-0410-8824-cb99058d5e15 - Fix pcretest bad behaviour for callout in lookbehind. (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1625 2f5784b3-3f2a-0410-8824-cb99058d5e15 - Fix workspace overflow for (*ACCEPT) with deeply nested (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1631 2f5784b3-3f2a-0410-8824-cb99058d5e15 fixes CVE-2016-3191 - Fix Yet another duplicate name bugfix by overestimating the memory needed (i.e. another hack - PCRE2 has this "properly" fixed). (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1636 2f5784b3-3f2a-0410-8824-cb99058d5e15 - Fix pcretest loop for global matching with an ovector size (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1637 2f5784b3-3f2a-0410-8824-cb99058d5e15 Signed-off-by: heil <heil@terminal-consulting.de>