Commit Graph

3302 Commits

Author SHA1 Message Date
Rosen Penev b0dc454c0e
taglib: update to 1.12-beta-1
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>
2020-05-23 17:29:55 -07:00
Rosen Penev f63a7adc3a
Merge pull request #12270 from neheb/taglib
taglib: fix taglib-config paths
2020-05-23 16:48:26 -07:00
Rosen Penev 2016b7b799
taglib: fix taglib-config paths
It seems gerbera uses this instead of pkgconfig.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-23 16:45:30 -07:00
Rosen Penev 50465c5161
Merge pull request #12258 from neheb/taglib
gerbera: add taglib support
2020-05-23 15:06:55 -07:00
Rosen Penev 350317d673
taglib: add
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-23 14:39:24 -07:00
Lucian Cristian d254f0527d nss: fix build for mips64
disable arm32_neon on unsupported target

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-23 21:53:26 +03:00
Thibaut Robert 68bbd6d435
p11-kit: fix configuration directory (#12246)
* 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>
2020-05-22 01:43:50 -07:00
Rosen Penev a4bb7e884f
Merge pull request #12190 from neheb/fuse
fuse: import from base
2020-05-20 09:16:42 -07:00
Yousong Zhou 0b6f288560 spice-protocol: bump to version 0.14.2
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>
2020-05-20 15:49:47 +08:00
Rosen Penev 37157ceb0c
Merge pull request #12213 from neheb/gerb78
gerbera: add libmatroska support
2020-05-19 22:16:45 -07:00
Jeffery To 19694767f2 measurement-kit: Add static build dependencies
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>
2020-05-19 17:44:14 +08:00
Rosen Penev d265c88ebe
libmatroska: add
Needed for gerbera's matroska support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-18 20:23:01 -07:00
Rosen Penev 116f11e54c
libebml: add
Needed for libmatroska.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-18 20:22:50 -07:00
Karl Palsson 34a4678db3 c-ares: update to 1.16.1
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>
2020-05-18 13:02:36 +00:00
Rosen Penev 711456a4db libmicrohttpd: build with PIC
Fixes compilation when linking statically.

Made URL HTTPS.

Moved description section for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-18 11:55:05 +02:00
Sebastian Kemper 980291575e libmariadb: bump to 3.1.8
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-17 22:15:40 +02:00
Rosen Penev a80658beeb
libwebp: fix compilation under ARM without NEON
The CMake logic seems broken. Luckily it's easy to work around.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-16 18:29:08 -07:00
Rosen Penev 541769ddf4
fuse3: add
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>
2020-05-16 17:31:51 -07:00
Rosen Penev dad8672037
Merge pull request #12180 from lucize/libcapng
libcap-ng: add package libcap-ng
2020-05-16 16:42:58 -07:00
Lucian Cristian 630c19f648 nss: revert -flto change
it seems that it can lead to segfault in libfreebl3.so

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-16 21:06:53 +03:00
Lucian Cristian 16ecc549f1 libcap-ng: add package libcap-ng
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-16 15:28:52 +03:00
Rosen Penev 9f4cde559c
Merge pull request #12167 from lucize/nsslto
nss: add -flto and makefile cleanup
2020-05-15 12:55:33 -07:00
Rosen Penev a85753f2e4
Merge pull request #12166 from lucize/nsprlto
nspr: nspr add -flto to compile
2020-05-15 12:55:16 -07:00
Lucian Cristian 47570b4cf5 nss: add -flto and makefile cleanup
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-15 16:28:23 +03:00
Lucian Cristian df7392149c nspr: nspr add -flto to compile
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-15 10:29:23 +03:00
Rosen Penev fbc719b3f3
Merge pull request #12162 from neheb/upnp23
npupnp updates
2020-05-14 20:44:53 -07:00
Rosen Penev 2ad0aab050
Merge pull request #12161 from neheb/faad22
faad2: update to 2.9.2
2020-05-14 16:14:04 -07:00
Rosen Penev ba2c714aa8
Merge pull request #12075 from ja-pa/redis-update
redis: update to version 6.0.1
2020-05-13 16:33:16 -07:00
Jan Pavlinec 00eb395c3f
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>
2020-05-14 00:27:48 +02:00
Rosen Penev 1546a63414
libupnpp: update to 0.19.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-13 15:26:45 -07:00
Rosen Penev 724ec0659f
libnpupnp: update to 4.0.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-13 15:26:45 -07:00
Rosen Penev ad1203ebb9
faad2: update to 2.9.2
Removed upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-13 15:25:23 -07:00
Rosen Penev f1b445963b
Merge pull request #11981 from zhanhb/conffiles
treewide: add conffiles
2020-05-13 14:44:35 -07:00
Rosen Penev 3224aace8a
Merge pull request #12147 from micmac1/my_up
mariadb: updates for config, auth-pam and init
2020-05-13 14:20:15 -07:00
Rosen Penev e86560c0c1
Merge pull request #12137 from neheb/webp
libwebp: update to 1.1.0
2020-05-12 20:18:08 -07:00
Jiri Slachta a942ca6293
Merge pull request #12118 from micmac1/ssh2-bdep
libssh2: add mbedtls to PKG_BUILD_DEPENDS
2020-05-12 19:58:47 +02:00
Rosen Penev 9697114b39
Merge pull request #12152 from jefferyto/aarch64-vfp-neon
treewide: Enable VFP/NEON optimizations for aarch64
2020-05-12 02:46:20 -07:00
Jeffery To dec17eb36c treewide: Enable VFP/NEON optimizations for aarch64
For speexdsp, support for NEON on aarch64 was added in 1.2.0[1].

[1]: https://github.com/xiph/speexdsp/pull/8

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-12 16:03:07 +08:00
Sebastian Kemper 19de52a044 mariadb: install config files readable for all
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>
2020-05-11 22:15:01 +02:00
Sebastian Kemper c0da37b1cd libssh2: switch default to OpenSSL and fix depends
All packages in the tree that depend on libssh2 _and_ have their own
dependency on a TLS library, depend on OpenSSL by default. It makes
sense for the libssh2 package to default to OpenSSL as well. This way it
does not pull in a second TLS library.

Also, the OpenSSL dependency is changed to
"+!LIBSSH2_MBEDTLS:libopenssl", which fixes build issues in case libssh2
is not selected but built anyway.

And last, Config.in file is removed and its content added to the
Makefile instead.

Closes #12108

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-11 20:28:57 +02:00
Othmar Truniger 6d03acddbd libfmt: bump to version 6.2.1
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-05-11 19:52:33 +02:00
Rosen Penev 61efe7dc3e
libwebp: switch to CMake
Allows simplifying the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-10 15:56:55 -07:00
Rosen Penev 3110b26af7
libwebp: update to 1.1.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-10 15:56:10 -07:00
Rosen Penev ce34e18c0a
Merge pull request #12133 from jefferyto/fix-neon-vfp-detect
treewide: Update ARM NEON/VFP detection
2020-05-10 15:04:14 -07:00
Lucian Cristian 867fa4c68c nss: update to 3.52
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-10 22:19:27 +03:00
Jeffery To 2d99ee3004 treewide: Update ARM NEON/VFP detection
With openwrt/openwrt@8dcc108760, the ARM
FPU compiler options are no longer part of CONFIG_TARGET_OPTIMIZATION.

This updates various packages that look for NEON/VFP support to search
CONFIG_CPU_TYPE instead.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-11 03:10:20 +08:00
Rosen Penev 386f5b58e5
Merge pull request #12126 from lucize/netopeer
Netopeer2: update Netopeer2 and dependencies to master
2020-05-09 19:49:55 -07:00
Lucian Cristian c825364c1d Netopeer2: update Netopeer2 and dependencies to master
libnetconf2 to 1.1.24
libyang to 1.0.167
sysrepo to 1.4.58

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-10 00:03:55 +03:00
Aleksander Morgado 6584192deb libqmi: update version to 1.24.12
https://lists.freedesktop.org/archives/libqmi-devel/2020-May/003296.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-05-09 14:35:45 +02:00
Huangbin Zhan 0ec746ccb6 treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-05-09 06:06:43 +08:00