aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Merge pull request #7727 from ClaymorePT/boost_1.69.0_r1Ted Hess2018-12-18
|\ | | | | boost: Package Version Update -> 1.69.0
| * boost: Package Version Update -> 1.69.0Carlos Miguel Ferreira2018-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package update provides one new library: -> Safe Numerics: A library for guaranteed correct integer arithmetic for C++14 and later, from Robert Ramey [1]. Discontinued Libraries -> Signals (v1) is now removed. Its removal was announced in 1.68 and its deprecation was announced in 1.54. Boost 1.68 is the last release that provides this library. Users are encouraged to use Signals2 instead. The Boost community thanks Douglas Gregor for his work on Signals which served its users well and which also inspired Signals2 [2]. More info can be found at the usual place [3]. [1] : https://www.boost.org/doc/libs/1_69_0/libs/safe_numerics/doc/html/index.html [2] : https://www.boost.org/doc/libs/1_69_0/doc/html/signals2.html [3] : https://www.boost.org/users/history/version_1_69_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | sqlite3: remove $(FPIC)Sebastian Kemper2018-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | Defaulting to -fPIC is a bad idea, especially for executables (here: sqlite3-cli). In short, there are certain security implications as well as overhead/performance penalties. Details see: https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals The configure script is able to detect the need for PIC and adds the flag when needed anyway (when compiling the library). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | sqlite3: security bumpSebastian Kemper2018-12-18
|/ | | | | | | | | | | | | A remote code execution vuln has been found in sqlite. Infos available here: https://blade.tencent.com/magellan/index_en.html sqlite 3.26.0 contains the fix. This commit also changes source URL to https. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #7671 from neheb/sigHannu Nyman2018-12-15
|\ | | | | libsigc++: Update to 2.10.1
| * libsigcxx: Update to 2.10.1Rosen Penev2018-12-14
| | | | | | | | | | | | | | | | Size goes from 15613 to 8427 bytes. 2.10.1 is the latest version. Version 2.99.x is the unstable series. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libv4l: Force build without libudevTed Hess2018-12-14
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libuwsc: update to 3.1.2Jianhui Zhao2018-12-14
| | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* Merge pull request #7629 from cotequeiroz/lcdgrilo_no-checkTed Hess2018-12-13
|\ | | | | lcdgrilo: remove check dependency
| * libgee: copy vapi files to versioned vala dirEneas U de Queiroz2018-12-13
| | | | | | | | | | | | The version is obtained via `valac --api-version` Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #7589 from cotequeiroz/opencv_no-gtkHannu Nyman2018-12-13
|\ \ | |/ |/| opencv: remove gtk dependency
| * opencv: remove gtk dependencyEneas U de Queiroz2018-12-13
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #7531 from neheb/loudHannu Nyman2018-12-13
|\ \ | | | | | | loudmouth: Disable debug and fix no deprecated API compilation
| * | loudmouth: Disable debug and fix no deprecated API compilationRosen Penev2018-11-27
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7626 from cotequeiroz/grilo_valacTed Hess2018-12-13
|\ \ \ | | | | | | | | libgee: copy vapi files to unversioned vala dir
| * | | libgee: use unversioned vala dir, misc fixesEneas U de Queiroz2018-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy vapi files to unversioned vala dir. Added vala/host to PKG_BUILD_DEPENDS. Removed TARGET_LDFLAGS Removed copyright lines Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | intltool: Add patch to fix regular expressions and avoid warnings in perl ↵Ted Hess2018-12-12
| | | | | | | | | | | | | | | | | | | | | | | | 5.22 and later. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | unixodbc: save unixodbc_conf.h for host buildEneas U de Queiroz2018-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Save a copy of unixodbc_conf.h in STAGING_DIR to be used by host build. Use STAGING_DIR/tmp/unixodbc instead of include. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #7605 from cotequeiroz/libtins_sonameHannu Nyman2018-12-11
|\ \ \ \ | | | | | | | | | | libtins: copy libtins.so.* to package
| * | | | libtins: copy libtins.so.* to packageEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package was installing libins.so, but the soname is set to libtins.so.4.0. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #7596 from cotequeiroz/psqlodbc_odbc_configHannu Nyman2018-12-10
|\ \ \ \ \ | | | | | | | | | | | | psqlodbc: correct --with-unixodbc setting
| * | | | | psqlodbc: bump to 10.03.0000, fix --with-unixodbcEneas U de Queiroz2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 10.03.0000. --with-unixodbc should point to the odbc_config binary, not to the top of the install directory $(STAGING_DIR)/usr. Acked-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #7595 from cotequeiroz/unixodbc_lib-dirHannu Nyman2018-12-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | unixodbc: Fix LIB_PREFIX in host build
| * | | | | | unixodbc: fix clean-build compilationEneas U de Queiroz2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For host compilation, the configure-generated config.h from the target compilation is used in place of the host-generated file. When the target package is compiled with clean-build, that file is gone. This saves the file under $(STAGING_DIR), and fetch it from there. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | | unixodbc: Fix LIB_PREFIX in host buildEneas U de Queiroz2018-12-06
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When copying config.h from PKG_BUILD_DIR to HOST_BUILD_DIR, LIB_PREFIX is set to /usr/lib. Then when odbc_config is run, it reports /usr/lib as the --lib-dir, and in --libs as well, and dependent packages may fail. Set it to $(STAGING_DIR)/usr/lib to make it right. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | gnutls: updated to 3.6.5Nikos Mavrogiannopoulos2018-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested for: ar71xx Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | Merge pull request #7628 from DocLM/libgphoto2Hannu Nyman2018-12-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | libgphoto2: update package 2.5.21
| * | | | | | libgphoto2: update package 2.5.21Leonardo Medici2018-12-10
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
* / | | | | libwebsockets: bump to 3.1.0Karl Palsson2018-12-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drops an openssl deprecation patch applied upstream. Changes since 3.0.0, the following list of websocket related features: * gzip+brotli compression in the webserver * threadpools * string tokenizers * http reverse proxies * managed disk cache Full changes at https://libwebsockets.org/git/libwebsockets/tree/changelog?id=89eedcaa94e1c8a97ea3af10642fd224bcea068f#n4 Tested on ath79, and classic usage of libwebsockets to provide websockets support to a C application. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | libcups: update to 2.2.10Luiz Angelo Daros de Luca2018-12-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | Merge pull request #7417 from neheb/upmHannu Nyman2018-12-09
|\ \ \ \ \ | | | | | | | | | | | | libupm: Update to 1.7.1
| * | | | | libupm: Update to 1.7.1Rosen Penev2018-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libmraa update introduced several API changes that broke libupm. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7415 from neheb/mraaHannu Nyman2018-12-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | libmraa: Add back version patch
| * | | | | | libmraa: Add several subpackagesRosen Penev2018-11-30
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added back the version patch to fix compilation with libupm. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7610 from cotequeiroz/elektra_host-no-rubyHannu Nyman2018-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | elektra: skip ruby plugin in host/compile
| * | | | | | elektra: skip ruby plugin in host/compileEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linking is failing, and the plugin is not needed for the host build anyway. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | Merge pull request #7606 from cotequeiroz/libyaml-cpp_sonameHannu Nyman2018-12-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libyaml-cpp: copy file matching libs soname
| * | | | | | | libyaml-cpp: copy file matching libs sonameEneas U de Queiroz2018-12-07
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The soname is not set to the full version, but only major.minor. This uses libyaml-cpp.so.?.? to try to get it right. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | Merge pull request #7609 from cotequeiroz/libndpi-symlinksHannu Nyman2018-12-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libndpi: fix copying of library
| * | | | | | | libndpi: fix copying of libraryEneas U de Queiroz2018-12-07
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package was copying a symbolic link, not the library itself. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | / / / / / libglog: fix removing libunwind dependencyEneas U de Queiroz2018-12-07
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ac_cv_header_libunwind_h needs to be set to 0, as ac_cv_have_libunwind_h overwritten based on the former's value. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #7601 from neheb/dhHannu Nyman2018-12-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | dtndht: Add -std-gnu89 to fix compilation problems.
| * | | | | | dtndht: Add -std-gnu89 to fix compilation problems.Rosen Penev2018-12-06
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bootstrapping.c:225:6: warning: implicit declaration of function 'blacklist_is_enabled' [-Wimplicit-function-declaration] bootstrapping.c:226:3: warning: implicit declaration of function 'blacklist_blacklist_id'; did you mean 'dht_blacklisted'? [-Wimplicit-function-declaration] Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7598 from cotequeiroz/neon_no-krb5Hannu Nyman2018-12-07
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | neon: Remove krb5 dependency
| * | | | | neon: Remove krb5 dependencyEneas U de Queiroz2018-12-06
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | libsndfile: Fix MIRROR_HASHRosen Penev2018-12-07
| |/ / / |/| | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7532 from neheb/uwHannu Nyman2018-12-06
|\ \ \ \ | | | | | | | | | | libuwsc: Fix compilation without deprecated OpenSSL APIs
| * | | | libuwsc: Update to 3.1.1Rosen Penev2018-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some consistency updates in the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7520 from neheb/patch-1Hannu Nyman2018-12-06
|\ \ \ \ \ | |_|/ / / |/| | | | libgcrypt: Аdd PKC_CPE_ID for proper CVE tracking
| * | | | libgcrypt: Аdd PKG_CPE_ID for proper CVE trackingRosen Penev2018-11-26
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Also did some cosmetic adjustments for consistency. No code changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>