| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(splits of commit)
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\
| |
| | |
remove pointless host builds
|
| |
| |
| |
| |
| |
| | |
Nothing uses this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Nothing uses this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
libv4l: update to 1.20.0
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removed upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|
|\ \
| | |
| | | |
redis: update to version 6.0.4
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| |/ /
|/| | |
libconfig: import from base
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed license information.
Fixed URL.
Removed autoreconf as nothing is being patched.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
All of the packages that depend on this live here, not in base.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/
|/|
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
Lxml bump 4 5 1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The lxml package depends on the xsltGetProfileInformation() symbol to be
available.
Without it, the library is unusable at newer versions.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
also enable parallel build as now is safe
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
https://lists.freedesktop.org/archives/libqmi-devel/2020-May/003321.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
|
|\ \ \
| | | |
| | | | |
libmraa: disable swig
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
swig as used in libmraa is not compatible with node 12.
This is causing build failures on all platforms.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
avahi: fix reliance on config symbol SSP_SUPPORT
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The config symbol SSP_SUPPORT is ambiguous and means different
things to different packages: either "toolchain is compiled
with ssp support" or "toolchain uses gcc libssp". The use of the
symbol should be deprecated and the appropriate symbol used
instead.
Signed-off-by: Ian Cooper <iancooper@hotmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
libdouble-conversion: remove
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Nothing uses this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update SQLite to version 3.32.1 to mitigate two security vulnerability CVE-s.
This mitigates CVE-s: CVE-2020-13434 and CVE-2020-13435
https://nvd.nist.gov/vuln/detail/CVE-2020-13434
https://nvd.nist.gov/vuln/detail/CVE-2020-13435
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
|
|\ \ \ \
| | | | |
| | | | | |
giflib: remove host build
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
It's completely unused and breaks under CentOS7.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
postgresql: fix compilation with GCC4
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The minimum version of GCC according to prereq-build.mk is 4.8 which
defaults to gnu89. This breaks the host build when the host GCC is less
than 5, which defaults to gnu99. Add a simple CFLAG to fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
libtasn1: fix host build under old GCC
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8
defaults to std=gnu89, breaking the build. GCC5 defaults to gnu99.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
protobuf-c: fix host build on GCC4
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8
does not default to gnu++11. This fixes compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
sqlite3: update to version 3.32.0
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update SQLite to version 3.32.0 to mitigate a security vulnerability.
This mitigates CVE-2020-11656
https://nvd.nist.gov/vuln/detail/CVE-2020-11656
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It seems 1.11.1 is old and has CVEs.
Removed boost hack since upstream removed boost support.
Removed outdated InstallDev hacks.
Added PKG_CPE_ID.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
taglib: fix taglib-config paths
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It seems gerbera uses this instead of pkgconfig.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\| | |
| | | |
| | | | |
gerbera: add taglib support
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ /
| |
| |
| |
| |
| | |
disable arm32_neon on unsupported target
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* p11-kit: fix configuration directory
p11-kit looks for its configuration files in /etc/pkcs11, not /etc/p11-kit
Signed-off-by: Thibaut Robert <thibaut.robert@gmail.com>
* p11-kit: bump PKG_RELEASE
Signed-off-by: Thibaut Robert <thibaut.robert@gmail.com>
|
|\ \
| | |
| | | |
fuse: import from base
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
libfuse3 is used by newer versions of sshfs.
utils require udev, which is not present in OpenWrt.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Starting in this version the upstream project
- only provides .xz tarball
- meson is the only supported build method
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \ \
| | | |
| | | | |
gerbera: add libmatroska support
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Needed for gerbera's matroska support.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Needed for libmatroska.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|