Commit Graph

2293 Commits

Author SHA1 Message Date
Rosen Penev 8e6f049b26
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
The latter is actually what is used by the build system. Increased
PKG_RELEASE for all packages as this changes the ipk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-30 14:52:57 -07:00
Rosen Penev 30e10c07d3
Merge pull request #8848 from ammubhave/bump_re2
libre2: bump version to 2019-04-01
2019-04-30 14:48:12 -07:00
Amol Bhave 70d4a9a3b2 libre2: bump version to 2019-04-01
compile tested on nbg6817

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-04-30 13:08:00 -07:00
Rosen Penev aa920879d1
Merge pull request #7877 from ammubhave/add_gflags_to_glog_stacked
libglog: Add gflags as a dependency for glog
2019-04-30 12:18:09 -07:00
Alexandru Ardelean ffb716efb7 treewide,python: take over maintainership from Gergely Kiss
This change changes the maintainer to
 `Alexandru Ardelean <ardeleanalex@gmail.com`
for all Python packages owned by
 `Gergely Kiss <mail.gery@gmail.com>`

No functional changes.
Bumping PKG_RELEASE on each package that is updated.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-04-30 08:12:58 -03:00
Amol Bhave 44c24203a5 libglog: Add gflags a dependency for libglog
Depends on PR #7098

With gflags available, glog's compilation behaves differently and
includes gflags specific code. This code allows customizing logging in
programs that use glog, using command command line parameters.

Compile tested: openwrt-18.06 for ipq40xx, ipq806x, x86 and ar71xx
Run tested: Tested on devices running on the above architectures.

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-04-29 18:32:48 -07:00
Rosen Penev 56b0626180
Merge pull request #7098 from ammubhave/add_libgflags
libgflags: add gflags package
2019-04-29 13:21:43 -07:00
Rosen Penev 1ced157ea4
Merge pull request #7102 from ammubhave/add_libre2
libre2: add re2 package
2019-04-29 12:44:48 -07:00
Luiz Angelo Daros de Luca e1a2057f64 libvpx: cleanup configure/make vars
Instead of redefining LD (and duplicating it), it is better to
unset the existing value first.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-04-29 15:05:18 -03:00
Luiz Angelo Daros de Luca cba459f522 libvpx: bump to 1.8.0
This release focused on encoding performance for realtime and VOD use cases.

See: https://chromium.googlesource.com/webm/libvpx/+/refs/tags/v1.8.0

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-04-29 03:08:33 -03:00
Rosen Penev dba9ffbc19
Merge pull request #8798 from ja-pa/libpng-security-update
libpng: update to version 1.6.37
2019-04-28 13:54:40 -07:00
W. Michael Petullo 46c16706fd libpsl: update to 0.21.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-27 23:25:59 -04:00
Tom Sullivan 4bc2371a3f tcp_wrappers: fix compilation warnings
Set `Wall` and address sources of reported warnings.

Signed-off-by: Tom Sullivan <tom@msbit.com.au>
2019-04-27 19:59:59 +02:00
Jan Pavlinec 383155825f
libpng: update to version 1.6.37
Fixes CVE-2019-7317

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-04-25 16:39:27 +02:00
Jiri Slachta 55eeaca1b8
Merge pull request #8763 from ja-pa/libxslt-security-fix
libxslt: patch security issue and add CPE id
2019-04-25 16:01:12 +02:00
Jianhui Zhao 0803c6ee5d libuwsc: update to 3.2.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-04-25 10:55:54 +08:00
Rosen Penev caea056dc2
Merge pull request #8735 from neheb/joe
jose: Fix compilation without deprecated OpenSSL APIs
2019-04-24 00:48:47 -07:00
Jan Pavlinec d410c6b0b6
libxslt: patch security issue and add CPE id
Fixes CVE-2019-11068

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-04-23 15:23:19 +02:00
Rosen Penev 3ce20e664f
Merge pull request #8747 from neheb/xer
xerces-c: Use libstdcpp instead of uclibc++
2019-04-22 18:41:47 -07:00
Rosen Penev d340f045b7
xerces-c: Use libstdcpp instead of uclibc++
Both dependent packages (sumo and libelektra) use (and must use) libstdcpp

Two libc++ cannot be linked against each other at the same time. I believe
this causes xerces-c to not be used even though it is listed as a
dependency.

Took the time to clean up the Makefile. Also replaced -fPIC with -fpic to
eliminate potential issues. Added linker flags for smaller size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-22 10:27:50 -07:00
Rosen Penev 3d45447edc
Merge pull request #8751 from micmac1/sql327
sqlite3: bump to 3.27.2
2019-04-22 09:29:23 -07:00
Peter Wagner c9926b55d7 libsndfile: update to 2019-04-21-25824cb9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-04-22 12:12:48 +02:00
Sebastian Kemper ed5c6cd628 sqlite3: bump to 3.27.2
No ABI/API changes, backward compatible.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-04-22 09:48:30 +02:00
Rosen Penev ea6d0976b8
Merge pull request #8685 from ClaymorePT/boost_1.70.0_r1
boost: Update makefile to version 1.70.0 + minor updates
2019-04-21 13:12:47 -07:00
Rosen Penev d4330abc2e
Merge pull request #8739 from bluewavenet/patch-4
libmicrohttpd: Prevent Recursive Dependency
2019-04-21 10:09:54 -07:00
Peter Wagner 50e017f7df libsndfile: update to 2019-04-07-d5531723
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-04-21 11:57:45 +02:00
Rob White 6439517410 libmicrohttpd: Prevent Recursive Dependency
Maintainer: Alexander Couzens lynxis@fe80.eu

Compile Tested: Snapshot SDK

Run Tested: target - ath79, hardware - gl-ar300m16, package - nodogsplash v3.2.1 and nodogsplash v3.3.1, Openwrt Snapshot.

Description: Bump to PKG_RELEASE:=3


Signed-off-by: Rob White <rob@blue-wave.net>
2019-04-21 08:39:30 +01:00
Rob White 53272bf9a3 libmicrohttpd: Prevent Recursive Dependency
Maintainer: Alexander Couzens lynxis@fe80.eu

Compile Tested: Snapshot SDK

Run Tested: target - ath79, hardware - gl-ar300m16, package - nodogsplash v3.2.1 and nodogsplash v3.3.1, Openwrt Snapshot.

Description: If a package depends on libmicrohttpd but does not specify which variant,
a recursive dependency error occurs caused by the superfluous CONFLICTS line.
With this change, a package will get the named variant, or default to the
no-ssl variant if only libmicrohttpd is specified.

Signed-off-by: Rob White <rob@blue-wave.net>
2019-04-21 08:18:53 +01:00
Rosen Penev e7d28760f1
jose: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-20 13:25:48 -07:00
Amol Bhave acabcd4c23 zmq: Fix compilation for c++ stdlib
Compilation for the zmq lib is broken for c++ stdlib in openwrt since the
patches add uclibc++ specific code.

This diffs changes the patch to only include the code conditioned
on if we are actually using uclibc++.

Signed-off-by: Amol Bhave <amol@amolbhave.com>
2019-04-19 16:18:28 -07:00
Hirokazu MORIKAWA 0f1b595721 icu: update to 64.2
locale data and support for new Japanese era Reiwa

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-04-18 10:34:11 +09:00
Josef Schlehofer daa50e3168
Merge pull request #8700 from ja-pa/measurement-kit-0.10.1
measurement-kit: update to version 0.10.1
2019-04-17 20:02:38 +02:00
Rosen Penev 80d84ce8b8
Merge pull request #8684 from nxhack/bump_2_9_1
libhttp-parser: update to 2.9.2
2019-04-16 21:12:01 -07:00
Hirokazu MORIKAWA e8440bddba libhttp-parser: update to 2.9.2
update to 2.9.2:
 revert `memchr()` optimization
 Fix -Wsign-compare warning
 Fix bad pointer arithmetic

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-04-17 09:06:07 +09:00
Carlos Ferreira 1fd601a1e7
boost: Update packet to version 1.70.0 + minor updates
This commit updates the boost package to version 1.70.0 [1] and updates the
Makefile to activate c++17 compile option.

This new Boost version brings two new header-only libraries:
Outcome: [2]
  A set of tools for reporting and handling function failures in contexts where
  directly using C++ exception handling is unsuitable, from Niall Douglas.

Histogram: [3]
  Fast and extensible multi-dimensional histograms with convenient interface
  for C++14, from Hans Dembinski.

More information about this release at the usual place [1].

[1]: https://www.boost.org/users/history/version_1_70_0.html
[2]: https://www.boost.org/libs/outcome/
[3]: https://www.boost.org/libs/histogram/

Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
2019-04-17 00:42:44 +01:00
Rosen Penev bf23abd8e9
Merge pull request #8682 from neheb/bot
botan: Disable NEON when soft float is disabled
2019-04-16 14:31:18 -07:00
Michael Heimpold d2049b6333 libgpiod: update to 1.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-04-15 21:43:56 +02:00
Rosen Penev f885a0d91c
Merge pull request #8569 from bluewavenet/patch-3
libmicrohttpd: Revert to Named no-ssl Version
2019-04-15 09:44:36 -07:00
Yousong Zhou 561440c0d7 pixman: bump to version 0.38.4
This version bump contains mainly fixes for the build system

  e8df10e Pre-release version bump to 0.38.4
  23f036d Makefile.am: Ship Meson assembly test files in the tarball
  e7058fe Makefile.am: Update download links
  8888e75 Post-release version bump to 0.38.3
  a7ffb3e Pre-release version bump to 0.38.2
  4c4753c meson: Correct copy-and-paste mistake
  7295983 void function should not return a value
  ef4fb03 Windows: Support building with SHELL=cmd.exe
  55d8f95 Windows: Show compiler invocation
  0ea37df meson: store ARM SIMD and NEON tests as text files
  2065a07 meson: simplify and fix mmx library compilation
  6e206cf meson: Add proper include paths for the loongson check
  9ed0576 meson: fix copy-n-paste error for arm simd assembly
  d13f6a8 meson: fix typo which breaks loongson checks
  e7ac62c meson: work around meson issue #5115

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-04-15 02:45:57 +00:00
Rosen Penev c6910e7e24 botan: Disable NEON when soft float is disabled
For some reason, the build system enables NEON on platforms
that is should not. Fixes compilation on several ARM targets.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-14 15:32:13 -07:00
Rosen Penev 56f71a8623
Merge pull request #8672 from ja-pa/ldns-fix-dev
ldns: copy pkgconfig file in InstallDev
2019-04-13 14:54:19 -07:00
Rosen Penev 19a11ea943
opencv: Fix tarball URL to fix compilation
The github repository URL changed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-12 17:20:01 -07:00
Jan Pavlinec 643ee38e3d
ldns: copy pkgconfig file in InstallDev
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-04-13 00:22:43 +02:00
Rosen Penev c36e8c6ea2
Merge pull request #7951 from micmac1/hiredis-pkg-config
hiredis: fix pkg-config file
2019-04-12 12:13:20 -07:00
Jan Pavlinec 213e3f6358
measurement-kit: update to version 0.10.1
Fixes
long title description

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-04-12 11:56:28 +02:00
Daniel Golle 3f808eb628 libmodbus: backport RS485 fixes
Import two patches from upstream in order to fix Modbus-RTU over RS485:
 1c5d969 Only set SER_RS485_ENABLED bit of existing RS485 settings
 91a1d74 Oops fix OR on RS485 settings (1c5d969)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-04-11 15:17:52 +02:00
Rosen Penev a958f49bd0
icu: Backport ARMEB support patch
This should fix php compilation on PPC.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-10 18:46:59 -07:00
Rosen Penev e6f36e11d3
Merge pull request #8567 from neheb/ltt
lttng-*: update version
2019-04-10 15:54:53 -07:00
Rosen Penev 3bd227ab21
Merge pull request #8645 from sartura/protobuf-c-x86-build-fail-fix
protobuf-c: fix x86 build fail
2019-04-10 13:21:03 -07:00
Luka Paulic b40718dcbc protobuf-c: bump PKG_RELEASE
Signed-off-by: Luka Paulic <luka.paulic@fer.hr>
2019-04-10 22:00:37 +02:00