Rosen Penev
551b9a380b
Merge pull request #13450 from neheb/dne
...
libdnet: update to 1.14
2020-09-20 17:18:32 -07:00
Rosen Penev
f9d67865be
libdnet: update to 1.14
...
Clean up the Makefile to modern standards.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-20 17:02:57 -07:00
Rosen Penev
67830e8077
Merge pull request #13448 from neheb/spi
...
spi-tools: update to 0.8.5
2020-09-20 16:42:56 -07:00
Rosen Penev
c2ec3211ba
Merge pull request #13447 from neheb/sisp1
...
sispmctl: update to 4.8
2020-09-20 16:30:03 -07:00
Rosen Penev
cb1ea5bdc7
spi-tools: update to 0.8.5
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-20 16:29:22 -07:00
Rosen Penev
d28138a3fd
vala: update to 0.50.0
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-20 16:27:53 -07:00
Rosen Penev
e79f616fbc
sispmctl: update to 4.8
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-20 16:25:18 -07:00
Rosen Penev
4a46397a8b
Merge pull request #13433 from stangri/master-simple-adblock
...
simple-adblock: add config auto-update feature
2020-09-20 04:13:45 -07:00
Stan Grishin
d7de7813b4
simple-adblock: add config auto-update feature
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
shellchecked
Signed-off-by: Stan Grishin <stangri@melmac.net>
shellchecked
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-09-20 01:00:06 +00:00
Rosen Penev
4d39346fb4
nut: fix _ handling
...
Taken from https://github.com/openwrt/packages/issues/13359
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-19 16:52:58 -07:00
Rosen Penev
b9373509fe
Merge pull request #13407 from neheb/mpdn
...
mpd: switch to using libnpupnp
2020-09-19 14:34:10 -07:00
Rosen Penev
221cdc8524
Merge pull request #13427 from neheb/booo
...
boost: replace zstd dependency with libzstd
2020-09-19 14:31:20 -07:00
Rosen Penev
7d1cc2dbd3
Merge pull request #13410 from micmac1/json-glib16
...
json-glib: bump to 1.6.0
2020-09-19 14:31:04 -07:00
Rosen Penev
d1ab769670
Merge pull request #13431 from neheb/yapp
...
perl-parse-yapp: fix compilation under the CI
2020-09-19 14:30:13 -07:00
Sebastian Kemper
177e699ada
json-glib: bump to 1.6.0
...
Version bump. New stable branch.
ABI_VERSION added. Tests can now be disabled directly.
The python3 check is now disabled, as it causes problems with the new
Github Action tests.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-09-19 20:45:18 +02:00
Dirk Brenken
8e021b5da2
Merge pull request #13430 from dibdot/trm-2.0
...
travelmate: update to release 2.0
2020-09-19 20:02:35 +02:00
Rosen Penev
52b0fea1ba
Merge pull request #13409 from marcin1j/pr/20200917-mini_snmpd-bump-to-1.6
...
mini_snmpd: update to 1.6
2020-09-19 03:15:55 -07:00
Marcin Jurkowski
5c8fb42d8e
mini_snmpd: update to 1.6
...
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2020-09-19 11:43:25 +02:00
Rosen Penev
2e9383a84b
Merge pull request #13414 from neheb/libcapng
...
libcap-ng: update to 0.8
2020-09-19 02:21:07 -07:00
Rosen Penev
836b4e1c73
github-ci: add --force-removal-of-dependent-packages
...
Without this option, a package gets installed with its dependencies
but those do not get removed, causing issues later on with other
packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-19 00:16:45 -07:00
Rosen Penev
f1c0e9fca9
perl-parse-yapp: fix compilation under the CI
...
Wrong path to perlmod.mk. Use what everything else uses.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-18 21:57:28 -07:00
Rosen Penev
d539df716e
Merge pull request #13429 from aparcar/vim-runtime
...
vim: add runtime test
2020-09-18 21:44:04 -07:00
Rosen Penev
efe525033d
Merge pull request #13417 from RussellSenior/atftp-add-init-script
...
atftp: add init script and config file for atftpd
2020-09-18 21:43:47 -07:00
Dirk Brenken
dd70304ca0
travelmate: update to release 2.0
...
- new package dependency: curl (plus one of the wpad variants)
- optional package dependencies:
- 'msmtp' for email notification support
- 'wireguard' or 'openvpn' for vpn support
- removed WEP support, only WPA/WPA2/WPA3 are supported!
- new, more robust setup wizard (CLI and LuCI)
- more robust captive portal detection
- randomize mac addresses with every uplnk connect
- automatic vpn handling during uplink switch (only classic/simple
client-setups for wireguard or openvpn are supported)
- email notifications after successful uplink connections
- automatically disable uplinks after n minutes, e.g. for timed
connections
- automatically (re-)enable uplinks after n minutes, e.g. after failed
login attempts
- complete LuCI rewrite - migrated to client side JS (separate PR)
Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-09-19 06:20:19 +02:00
Russell Senior
885c054d57
CI: add runtime test for atftp and atftpd
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
2020-09-18 21:18:30 -07:00
Paul Spooren
edb8bda1f7
vim: add runtime test
...
Run test script to see if compiled binary prints sane output.
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-18 13:18:06 -10:00
Salim B
50cced2475
stubby: fix typo
...
Signed-off-by: Salim B salim@posteo.de
2020-09-18 14:28:08 -07:00
Rosen Penev
602d7047b5
Merge pull request #13400 from tiagogaspar8/kea-update-1.8.0
...
kea: update package to 1.8.0
2020-09-18 14:21:05 -07:00
Rosen Penev
da840fa878
boost: replace zstd dependency with libzstd
...
libzstd is the correct one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-18 14:15:28 -07:00
Russell Senior
6258b32d7c
atftp: add init script and config file
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
2020-09-18 10:22:56 -07:00
Tiago Gaspar
7592e64f14
kea: update package to 1.8.0
...
Update kea to the latest stable version (1.8.0) and add kea-shell
package.
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2020-09-18 16:26:18 +01:00
Rosen Penev
33b6e61195
Merge pull request #13422 from neheb/sntp
...
ntpd: Include sntp binary only with ntp-utils
2020-09-18 03:40:39 -07:00
Rosen Penev
02b9962aef
Merge pull request #12123 from vKnmnn/master
...
mini_snmpd: Add sysDescr option.
2020-09-18 03:25:22 -07:00
Rosen Penev
d9ccbbbc1b
Merge pull request #13349 from olek2/coremark
...
coremark: add various optimization options
2020-09-18 02:52:19 -07:00
Rosen Penev
0a4bda5d3f
Merge pull request #13260 from neheb/apdep
...
apache: fix compilation without deprecated OpenSSL APIs
2020-09-18 02:51:53 -07:00
Rosen Penev
adfb2691d3
Merge pull request #13337 from jmarcet/docker-compose-update
...
docker-compose: Update to version 1.27.3
2020-09-18 02:51:38 -07:00
Kenneth J. Miller
3c21c392e5
ntpd: Include sntp binary only with ntp-utils
...
Don't build the sntp binary and libevent2-pthread dependency unless
ntp-utils is selected.
Re-add ntp-keygen dependency libevent2-core.
Fixes openwrt#10307
Signed-off-by: Kenneth J. Miller <ken@miller.ec>
2020-09-18 02:49:10 -07:00
Rosen Penev
a672ca3216
Merge pull request #13420 from nxhack/serialport_901
...
node-serialport: update to 9.0.1
2020-09-18 02:07:26 -07:00
Rosen Penev
2485351507
Merge pull request #13419 from nxhack/serialport-bindings_901
...
node-serialport-bindings: update to 9.0.1
2020-09-18 02:07:17 -07:00
Rosen Penev
3e0d136c33
Merge pull request #13418 from nxhack/hid_131
...
node-hid: update to 1.3.1
2020-09-18 02:07:11 -07:00
Rosen Penev
fb8e9c4123
Merge pull request #13416 from nxhack/homebridge_122
...
node-homebridge: update to 1.2.2
2020-09-18 02:07:01 -07:00
Paul Spooren
ab30ab04c0
syncthing: simplify runtime test
...
Passed argument no longer contains the release.
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-17 22:19:49 -10:00
Paul Spooren
bc57c8d0ec
prometheus: simplify runtime test
...
Passed argument no longer contains the release.
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-17 22:19:49 -10:00
Paul Spooren
4f4207be0c
CI: pass only VERSION to test.sh
...
Currently the passed VERSION includes the release, which is usually not
part of the compiled binary. Removing it simplifies the `grep` command
to check for correct package output during runtime tests.
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-17 22:19:49 -10:00
Hirokazu MORIKAWA
8a749f8566
node-serialport-bindings: update to 9.0.1
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-09-18 16:01:43 +09:00
Hirokazu MORIKAWA
bda9bdd122
node-serialport: update to 9.0.1
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-09-18 15:59:42 +09:00
Hirokazu MORIKAWA
c074492ade
node-hid: update to 1.3.1
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-09-18 14:28:30 +09:00
Hirokazu MORIKAWA
3c4122a0da
node-homebridge: update to 1.2.2
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-09-18 14:07:21 +09:00
Rosen Penev
73ed71f1ea
libcap-ng: update to 0.8
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-17 21:49:03 -07:00
Paul Spooren
64cf9fb779
prometheus: add runtime test
...
Run trivial check if the compiled binary works on the architecture. Do
so by comparing the printed version by the binary with the Makefile
version. The release is OpenWrt specific, so cut it off.
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-17 09:48:23 -10:00