Commit Graph

23455 Commits

Author SHA1 Message Date
Rosen Penev 4ecaaad0af Merge pull request #13307 from neheb/minis
minisatip: update to 1.0.4
2020-09-06 16:36:21 -07:00
Rosen Penev 253ca66efc stress-ng: remove libaio and libbsd support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-06 15:23:32 -07:00
Rosen Penev 25e09df11f libupnpp: update to 0.19.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-06 15:23:32 -07:00
Paul Spooren f712546f45 prometheus: bump to 2.20.1
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-05 20:31:16 -10:00
Paul Spooren b4c70ed7dd CI: fix artifact folder and add more test SDKs
The CI adds the `packages.git` repository to the `feeds.conf`, which
makes the repository redundant. Once called `packages` including the
upstream status, once `packages_ci` (previously `action`) including the
PRs changes.

This commit changes the binary artifact folder from `packages` to
`packages_ci`, as the SDK choses packages from the modified PR branch
over the `packages` branch.

Also add additional targets to test, as each target only takes a few
minutes to test: aarch64_cortex-a53, arm_cortex-a15_neon-vfpv4 and
i386_pentium4.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-05 13:21:04 -10:00
Rosen Penev 667c77e24d Merge pull request #13309 from EricLuehrsen/unbound_20200904
unbound: improve odhcpd rapid update robustness
2020-09-05 13:26:33 -07:00
Eric Luehrsen b97cdaf612 unbound: improve odhcpd rapid update robustness
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-09-05 10:04:48 -04:00
Rosen Penev d701768ce4 Merge pull request #13298 from ja-pa/unbound-dnstap
unbound: add option for dnstap support
2020-09-04 23:00:59 -07:00
Rosen Penev a2e89b6f3d minisatip: update to 1.0.4
Remove upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-04 22:59:05 -07:00
Paul Spooren b787aa9c81 CI: use GitHub action for Pull Requests
Test all GitHub pull requests for multiple architectures and store build
logs and created packages. This is the first commit of a series of
patches to simplify the life of maintainers.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-04 15:36:07 -10:00
Rosen Penev a870847834 Merge pull request #13306 from neheb/evdev
libevdev: update to 1.9.1
2020-09-04 16:35:46 -07:00
Rosen Penev 7da81df69e libevdev: update to 1.9.1
Clean up Install section to be more explicit about what gets installed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-04 16:28:32 -07:00
Rosen Penev 99d90ee377 Merge pull request #13289 from neheb/inp
libinput: update to 1.16.1
2020-09-04 16:27:35 -07:00
Rosen Penev 2edae1a235 Merge pull request #13288 from neheb/kmod
kmod: update to 27
2020-09-04 16:27:26 -07:00
Rosen Penev 53c824ede1 Merge pull request #13273 from neheb/hid
hidapi: update to 0.9.0
2020-09-04 16:26:52 -07:00
Rosen Penev b73a1440bb Merge pull request #13287 from neheb/core
coreutils: switch to normal PKG_INSTALL
2020-09-04 16:26:39 -07:00
Rosen Penev d76bd49cca Merge pull request #13295 from neheb/ftdi1
libftdi1: update to 1.5
2020-09-04 16:26:25 -07:00
Rosen Penev 8c64f7a1b4 Merge pull request #13297 from neheb/gerb161
gerbera: update to 1.6.1
2020-09-04 16:25:20 -07:00
Rosen Penev d4da0c1631 Merge pull request #13300 from odmdas/odmdas-freeradius3-radtest
freeradius3: enable radtest utility and adapt it to OpenWrt
2020-09-04 16:23:21 -07:00
Alexey Dobrovolsky 8b2792adc9 freeradius3: fix hostname invocation in radtest
Canonical radtest start results in an error:

$ radtest bob hello localhost 0 testing123
/usr/bin/radtest: line 1: hostname: not found
(0) Error parsing "stdin": Failed to get value

hostname command is not present in OpenWrt.
Instead, hostname can be obtained from file /proc/sys/kernel/hostname.

added: 004-get-hostname-from-proc-in-radtest.patch

Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
2020-09-05 01:31:28 +03:00
Rosen Penev 9489f1744f Merge pull request #13303 from ejurgensen/forked-daapd_update_272
forked-daapd: update to 27.2
2020-09-04 14:34:08 -07:00
Rosen Penev 92d07b5179 Merge pull request #13294 from neheb/drm2
libdrm: update to 2.4.102
2020-09-04 14:15:51 -07:00
Rosen Penev 3375721197 Merge pull request #13292 from neheb/lcng
libcap-ng: update to 0.7.11
2020-09-04 14:15:42 -07:00
Michael Heimpold 6333ef24c7 Merge pull request #13296 from neheb/gpiod
libgpiod: update to 1.4.4
2020-09-04 20:34:20 +02:00
Espen Jürgensen 2d1c1da16c forked-daapd: update to 27.2
- update config file to match upstream
- remove patches, not required any more

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2020-09-04 19:38:40 +02:00
Alexey Dobrovolsky 6480acde4b freeradius3: enable radtest utility
radtest utility is used in many manuals to check the operation of
radius server.

At the moment all parameters must be specified at startup, for example:

$ radtest bob hello localhost 0 testing123 0 localhost

Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
2020-09-04 15:22:12 +03:00
Rosen Penev 4bd1e721ae libnpupnp: update to 4.0.11
Fixes include paths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 14:48:30 -07:00
Rosen Penev 65fbf39e2c gerbera: update to 1.6.1
Removed upstream ffmpeg backport.

Updated npupnp patch with latest upstream version.

Enabled CURL since it's needed for libnpupnp anyway.

Fixed up GCC filesystem CMake variables to be more accurate.

Removed npupnp include hack since it was properly fixed now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 14:48:29 -07:00
Rosen Penev d027d641a8 libdrm: update to 2.4.102
Cleaned up Install sections for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 14:06:08 -07:00
Rosen Penev f86c2ae27b Merge pull request #13293 from neheb/lc
libcap: update to 2.43
2020-09-03 14:04:51 -07:00
Rosen Penev 3aa04f8c2d Merge pull request #13290 from neheb/moreu
moreutils: update to 0.64
2020-09-03 14:04:35 -07:00
Rosen Penev 6492dce788 libinput: update to 1.16.1
Makes several files explicit in Install sections.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:58:50 -07:00
Rosen Penev f830beb1b6 moreutils: update to 0.64
Remove upstreamed patch.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:55:23 -07:00
Rosen Penev 4f1c7c5499 libcap-ng: update to 0.7.11
Remove upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:54:37 -07:00
Rosen Penev f38ba5fd67 libcap: update to 2.43
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:54:22 -07:00
Rosen Penev 571b015fa2 libftdi1: update to 1.5
Fix libftdi1-config.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:53:39 -07:00
Rosen Penev 338ce230d9 libgpiod: update to 1.4.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:53:21 -07:00
Rosen Penev d69af229cc kmod: update to 27
Remove outdated patch.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:51:37 -07:00
Rosen Penev 7bb2ba3450 coreutils: switch to normal PKG_INSTALL
Simplifies the Makefile.

Also removed pointless uClibc workaround that is not relevant anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:51:10 -07:00
Rosen Penev 8b36a761fe Merge pull request #13284 from graysky2/htop
htop: update to 3.0.1-1
2020-09-03 13:39:46 -07:00
Rosen Penev dafde27d18 Merge pull request #13285 from Ansuel/ubusup
nginx: refresh nginx-ubus-module version
2020-09-03 13:38:21 -07:00
Rosen Penev 5a609d684e Merge pull request #13286 from PolynomialDivision/updatedawn
dawn: bump version
2020-09-03 13:37:33 -07:00
Rosen Penev 4d4c0d7b06 Merge pull request #13276 from ja-pa/python-rsa-security
python-rsa: update to version 4.6 (security fix)
2020-09-03 13:31:57 -07:00
Rosen Penev 85486effac Merge pull request #13272 from neheb/ught
libuhttpd: fix compilation with uClibc-ng
2020-09-03 13:31:43 -07:00
Nick Hainke 067790ec8f dawn: bump version
The rrm_nr_get_own call was not parsed correctly.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-09-03 21:07:41 +02:00
Dirk Brenken deff68f761 Merge pull request #13283 from dibdot/adblock
adblock: refresh blocklist sources
2020-09-03 19:07:56 +02:00
Jan Pavlinec 2eacaacff3 unbound: add option for dnstap support
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-03 17:01:04 +02:00
Ansuel Smith 6c3e2e927f nginx: refresh nginx-ubus-module version
Fix a compilation bug for nginx ubus module.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-09-03 14:24:57 +02:00
John Audia 1d989fc64d htop: update to 3.0.1-1
Build-tested: x86/64
Run-tested: ipq806x (R7800)

Signed-off-by: John Audia <graysky@archlinux.us>
2020-09-03 06:16:46 -04:00
Jan Pavlinec 4e211927f3 python-rsa: update to version 4.6 (security fix)
Fixes CVE-2020-13757

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-03 12:06:37 +02:00