Robert Marko
724e0f4f0d
sqlite3: update to version 3.32.1
...
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 >
2020-05-26 10:57:27 +02:00
Rosen Penev and GitHub
6d739af17c
Merge pull request #12289 from neheb/GIF
...
giflib: remove host build
2020-05-25 12:55:56 -07:00
Daniel Golle and GitHub
3696553314
Merge pull request #12272 from neheb/psql
...
postgresql: fix compilation with GCC4
2020-05-25 15:46:24 +01:00
Nikos Mavrogiannopoulos and GitHub
5506decc3f
Merge pull request #12288 from neheb/tasn
...
libtasn1: fix host build under old GCC
2020-05-25 08:13:04 +02:00
Rosen Penev and GitHub
65f6a012a2
Merge pull request #12287 from neheb/proto
...
protobuf-c: fix host build on GCC4
2020-05-24 21:07:04 -07:00
Rosen Penev and GitHub
96fb464110
Merge pull request #12261 from sartura/sqlite/security-bump
...
sqlite3: update to version 3.32.0
2020-05-24 21:06:23 -07:00
Rosen Penev
79edd13565
libdouble-conversion: remove
...
Nothing uses this.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-05-24 18:39:51 -07:00
Rosen Penev
23be4f9d7c
giflib: remove host build
...
It's completely unused and breaks under CentOS7.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-05-24 18:38:41 -07:00
Rosen Penev
6d100823e9
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 >
2020-05-24 18:37:39 -07:00
Rosen Penev
499564b1d1
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 >
2020-05-24 18:36:13 -07:00
Rosen Penev
068b5642bf
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 >
2020-05-23 19:15:52 -07:00
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 and GitHub
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 and GitHub
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
Robert Marko
e90b8cd8ba
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 >
2020-05-23 19:25:42 +02:00
Rosen Penev
af9bc693a8
libconfig: cleanup Makefile
...
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 >
2020-05-22 16:17:36 -07:00
Rosen Penev
76825c61bd
libconfig: import from base
...
All of the packages that depend on this live here, not in base.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-05-22 16:17:36 -07:00
Thibaut Robert and GitHub
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 and GitHub
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 and GitHub
37157ceb0c
Merge pull request #12213 from neheb/gerb78
...
gerbera: add libmatroska support
2020-05-19 22:16:45 -07:00
Rosen Penev
4d1f4cc715
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 >
2020-05-19 14:33:13 -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 and Alexander Couzens
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 and GitHub
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 and GitHub
9f4cde559c
Merge pull request #12167 from lucize/nsslto
...
nss: add -flto and makefile cleanup
2020-05-15 12:55:33 -07:00
Rosen Penev and GitHub
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 and GitHub
fbc719b3f3
Merge pull request #12162 from neheb/upnp23
...
npupnp updates
2020-05-14 20:44:53 -07:00
Rosen Penev and GitHub
2ad0aab050
Merge pull request #12161 from neheb/faad22
...
faad2: update to 2.9.2
2020-05-14 16:14:04 -07:00
Rosen Penev and GitHub
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 and GitHub
f1b445963b
Merge pull request #11981 from zhanhb/conffiles
...
treewide: add conffiles
2020-05-13 14:44:35 -07:00
Rosen Penev and GitHub
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 and GitHub
e86560c0c1
Merge pull request #12137 from neheb/webp
...
libwebp: update to 1.1.0
2020-05-12 20:18:08 -07:00