| Commit message (Collapse) | Author | Age |
|\
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When measurement-kit is a build dependency (in PKG_BUILD_DEPENDS) of
another package, this package's build dependencies (in DEPENDS) may not
be selected and so may not be built.
(This package does not produce a shared library; the measurement-kit
target package contains a program that is statically linked to the
measurement-kit library. Other packages may include measurement-kit in
their PKG_BUILD_DEPENDS to link to the static library but not include
measurement-kit as a run-time dependency.)
This adds PKG_BUILD_DEPENDS to this package to ensure that its
dependencies are built in this case.
This also adds MEASUREMENT_KIT_BUILD_DEPENDS that dependant packages
should select to ensure that this package's dependencies are correctly
built. (libevent2-openssl and libevent2-pthreads need to be selected for
the necessary functionality to be enabled when compiling libevent2.)
This also adds openssl as an explicit dependency; it appears to be used
directly by this package.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
Various fixes, nothing particularly standout as of particular interest
to OpenWrt. Full changelog at https://c-ares.haxx.se/changelog.html
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes compilation when linking statically.
Made URL HTTPS.
Moved description section for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|/
|
|
|
|
| |
The CMake logic seems broken. Luckily it's easy to work around.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
libcap-ng: add package libcap-ng
|
| |
| |
| |
| | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|/
|
|
|
|
| |
it seems that it can lead to segfault in libfreebl3.so
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\
| |
| | |
nss: add -flto and makefile cleanup
|
| |
| |
| |
| | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \
| | |
| | | |
nspr: nspr add -flto to compile
|
| |/
| |
| |
| | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \
| | |
| | | |
npupnp updates
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |_|/
|/| | |
faad2: update to 2.9.2
|
| |/
| |
| |
| |
| |
| | |
Removed upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| |/
|/| |
redis: update to version 6.0.1
|
| |
| |
| |
| |
| |
| |
| | |
Note:
add explicit -latomic on 32-bit MIPS because 32-bit MIPS is not able to perform 64-bit atomics in hardware
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \
| | |
| | | |
treewide: add conffiles
|
| | |
| | |
| | |
| | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
|\ \ \
| | | |
| | | | |
mariadb: updates for config, auth-pam and init
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Until now $(INSTALL_CONF) is used for configuration files that go into
/etc/mysql. This commit replaces that with $(INSTALL_DATA). The
configuration files are not only parsed by the server, but also by the
clients (which can be anybody).
This also removes a comment about a cron job from one of the
configuration files. There is no cron job.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|\ \ \ \
| | | | |
| | | | | |
libwebp: update to 1.1.0
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allows simplifying the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
libssh2: add mbedtls to PKG_BUILD_DEPENDS
|