Commit graph

19707 commits

Author SHA1 Message Date
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
f50e2bde1d
Merge pull request #12077 from peter-stadler/uwsgi
uwsgi: make luci-webui single threaded and log more
2020-05-24 18:32:00 -07:00
Rosen Penev
03d230a909
Merge pull request #12284 from BKPepe/msmtp-update
msmtp: update to version 1.8.10
2020-05-24 18:31:37 -07:00
Rosen Penev
6b102f67d2
Merge pull request #12184 from peter-stadler/nginx-luci
nginx: set log level to crit for luci-static
2020-05-24 18:30:10 -07:00
Wren Turkal
e4dd99a45c Update the SDK URL in the README.
Signed-off-by: Wren Turkal <wt@penguintechs.org>
2020-05-24 14:50:30 -07:00
Josef Schlehofer
e193db6b69
msmtp: update to version 1.8.10
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-05-24 22:10:48 +02:00
Dirk Brenken
0b6ea12560
adblock: limit domain name length
* limit domain name length to max. 63 chars
  to fix issues with energized sources

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-05-24 21:40:58 +02:00
Hannu Nyman
38be46a7ae nano: update to 4.9.3
Update nano version to 4.9.3
Minor bugfix release.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-05-24 20:41:28 +03:00
Gabor Seljan
499f3ac44b sslh: add transparent proxy support
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-24 18:58:37 +02:00
Peter Stadler
34cb21a2cf nginx: set log level to crit for luci-static
Do not write errors for inexistent files to the system log.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-05-24 18:53:16 +02:00
Rosen Penev
f5fdcf3e7e
Merge pull request #12159 from peter-stadler/nginx-smp
nginx: do not reduce max processes
2020-05-23 19:53:54 -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
dccfa50d1f
Merge pull request #12271 from neheb/taglib2
taglib: update to 1.12-beta-1
2020-05-23 18:24:47 -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
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
f6b6ed8a9e
gerbera: add taglib support
Gives audio info support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-23 14:39:25 -07:00
Rosen Penev
350317d673
taglib: add
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-23 14:39:24 -07:00
Rosen Penev
ab7d0e1481
Merge pull request #12265 from cotequeiroz/lxc_mips16
lxc: use -minterlink-mips16 only with USE_MIPS16
2020-05-23 13:59:00 -07:00
Eneas U de Queiroz
a1baf2eae0
lxc: use -minterlink-mips16 only with USE_MIPS16
The flag is either not supported or not needed unless there's mixed
mips/mips16 code.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-05-23 17:37:14 -03:00
Rosen Penev
ca7b09346d
Merge pull request #12257 from lucize/nssfix
nss: fix build for mips64
2020-05-23 12:53:43 -07:00
Dirk Brenken
c9f91ecc47
adblock: release 4.0.5
* update energized source urls, add ultimate variant
* switch shalla source to http (invalid server certificate)
* add another stevenblack source variant (normal / porn)
* small cornercase fixes
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-05-23 21:15:52 +02: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
6607eeb96b
Merge pull request #12243 from PolynomialDivision/feature/update_dawn_latest
dawn: update to latest version
2020-05-23 01:11:02 -07:00
Nick Hainke
d1e0ae6a45 dawn: update to latest version
Includes:
- dawn_iwinfo: fix whitespace
- dawn_iwinfo: indentation
- dawn_iwinfo: iwinfo_finish();
- dawn_iwinfo: filter out global interface
- dawn_iwinfo: release iwinfo after usage
- tcpsocket: fix port print
- github: set CONFIG_SRC_TREE_OVERRIDE in actions CI
- github: fix link to dawn source
- github: use v2 for checkout action
- github: add GitHub Actions CI
- ubus: only update TCP socket list when using TCP connections
- add notice that full wpad is requirement
- fix link to luci-app-dawn
- update readme and install instructions

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-05-23 09:42:02 +02:00
Rosen Penev
9b93ab435d
Merge pull request #12241 from neheb/lxc
lxc fixes
2020-05-22 21:32:10 -07:00
Rosen Penev
05ce920e12
xfsprogs: update to 5.5
Reworked Makefile for consistency between packages.

Removed librt dependency. clock_gettime does not need it anymore.

Updated URL.

Add MAP_SYNC workaround as musl undefines MAP_SYNC for MIPS and PPC.

Refreshed patches and removed upstream ones

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-22 16:21:42 -07:00
Rosen Penev
c9e678374a
xfsprogs: import from base
Does not seem to be appropriate there.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-22 16:21:41 -07: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
Rosen Penev
2f8c24dfd1
Merge pull request #12252 from BKPepe/knot-disable-libcap-ng
knot: disable libcap-ng
2020-05-22 14:05:17 -07:00
Eneas U de Queiroz
a826bc17eb
lxc: group everything under lxc menu
This makes every lxc-* package depend on lxc so that they are grouped
under the lxc menu.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-05-22 14:02:25 -07:00
Rosen Penev
29dd78c6fc
lxc: don't build for ARC
Similar to libseccomp, ARC is completely unsupported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-22 14:02:25 -07:00
Rosen Penev
4b9c819b02
lxc: cleanup Makefile and outdated configure options
Added PKG_NO_MIPS16 as MIPS16 is no longer supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-22 14:02:25 -07:00
Rosen Penev
50f17d3cf5
lxc: remove lua
Lua support seems to be gone from LXC 4.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-22 14:02:24 -07:00
Matthias Schiffer
598d4baa02
fastd: update to v19
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2020-05-22 21:15:46 +02:00
Josef Schlehofer
41957d6967
knot: disable libcap-ng
Recently, there was added libcap-ng to OpenWrt packages feed,
which is optional for Knot DNS. It enables POSIX 1003.1e capabilities.
This can restrict root (by default it runs as root) permissions and
might harm and as there isn't systemd on OpenWrt it can interfere.

There is an added patch, which introduced an option to disable libcap-ng.
This will be part of the next release.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-05-22 14:13:45 +02: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
29a18ee811
Merge pull request #12242 from neheb/messon
meson: update to 0.54.2
2020-05-21 23:22:35 -07:00
Rosen Penev
3796425862
Merge pull request #12249 from jefferyto/python-package-bin-symlinks
python-packages: Add usr/bin symlinks without "3" suffix
2020-05-21 23:21:54 -07:00
Jeffery To
3c36696a56 python-packages: Add usr/bin symlinks without "3" suffix
Previously, binaries installed by Python packages will have a
non-suffixed Python 2 version and a suffixed Python 3 version, e.g. pip
and pip3. With the removal of Python 2, the non-suffixed names are no
longer taken.

This adds symlinks for the non-suffixed names linking to the suffixed
scripts (or in the case of pip, easy_install, and python-config, to the
fully-versioned scripts).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-22 03:57:55 +08:00
Hannu Nyman
643b91abb3
Merge pull request #12245 from jefferyto/python3-setuptools-site-patch
python3-setuptools: Fix error when installing from source
2020-05-21 15:51:23 +03:00
Jeffery To
70a7f736c5 python3-setuptools: Fix error when installing from source
When a Python package is installed from source (i.e. using setup.py)
into a custom location (with --home), setuptools may want to create a
site.py file in the custom location. This file is created based on the
source code of site-patch.py, a file bundled with setuptools.

Because the normal OpenWrt setuptools package does not contain Python
source code, this file is missing and the installation will end with an
error.

This copies site-patch.py to site-patch.py.txt so that it will be
included in python3-setuptools, and patches setuptools to look for this
file.

See https://github.com/openwrt/packages/issues/12223

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-21 20:02:13 +08:00
Hannu Nyman
e10a32d9b1
Merge pull request #12244 from jefferyto/seafile-server-7.1.4
seafile-server: Update to 7.1.4
2020-05-21 14:28:27 +03:00
Yousong Zhou
d6c66721cb exfat-nofuse: use $(KERNEL_MAKE) to account for reproducible build
This leverages on -iremap flag embedded there since the build system
commit 4ed356fa719e ("kernel.mk: add KCFLAGS to make kmods reproducible")

Reported-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-05-21 19:10:19 +08:00
Jeffery To
f350b5620b seafile-server: Update to 7.1.4, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-21 15:53:54 +08:00
Yousong Zhou
ba6e5fc393 qemu: filter out configure args with predefined macros
Reported-by: a3033406ea (commitcomment-39321758)
Suggested-by: Lucian Cristian <lucian.cristian@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-05-21 11:16:07 +08:00