Commit Graph
21553 Commits
Author SHA1 Message Date
Dirk Brenken 404dc5b101 travelmate: update 2.0.2
* fix a vpn/iptables race condition
* remove needless dnsmasq dependency
* synchronize code-base of all auto-login scripts, due to
  COVID-19 restrictions all of them are still untested/WIP
* various small cleanups

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-10-03 16:26:06 +02:00
Josef SchlehoferandGitHub d3a213b01b Merge pull request #13556 from BKPepe/zeroconf
python-zeroconf: update to version 0.28.5
2020-10-03 10:09:38 +02:00
Josef SchlehoferandGitHub 860bb3b2f6 Merge pull request #13559 from BKPepe/nnn
nnn: update to version 3.4
2020-10-03 10:09:27 +02:00
Josef SchlehoferandGitHub 528377ca4a Merge pull request #13551 from BKPepe/pythonsentrysdk
python-sentry-sdk: update to version 0.18.0
2020-10-03 10:09:06 +02:00
Rosen PenevandGitHub ba68d4c0b8 Merge pull request #13547 from zpc0/beep-depends
beep: fix dependency to support non-x86 target and kmod-gpio-beeper
2020-10-02 22:40:28 -07:00
Yanase Yuki 9bcea2de2c beep: fix dependency to support non-x86 target and kmod-gpio-beeper
Beep is a target-independent software that can handle buzzers controlled by kmod-gpio-beeper.

This change is useful for some non-x86 enterprise APs and development boards
that have a buzzer connected to GPIO.

Compile-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch
Run-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch

Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
2020-10-03 14:13:24 +09:00
Yanase Yuki ac52356c0b beep: add missing PKG_MIRROR_HASH
Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
2020-10-03 14:13:11 +09:00
Josef Schlehofer 53f54c45e4 nnn: update to version 3.4
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-02 23:12:21 +02:00
Rosen PenevandGitHub 5164697861 Merge pull request #13548 from gladiac1337/haproxy-2.2.4
haproxy: Update HAProxy to v2.2.4
2020-10-02 13:58:18 -07:00
Josef Schlehofer 9f30664ec4 python-zeroconf: update to version 0.28.5
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-02 18:20:14 +02:00
Josef SchlehoferandGitHub 1de988d568 Merge pull request #13552 from BKPepe/syslog-ng-bump-config-version
syslog-ng: bump version in config file
2020-10-02 13:57:53 +02:00
Christian Lachner 974100031d haproxy: Update HAProxy to v2.2.4
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-10-02 11:50:19 +02:00
Paul Spooren 014e02ab07 CI: use PKG_SOURCE instead of PKG_NAME
The PKG_NAME is the installable name of a package while PKG_SOURCE is
the folder containig both `Makefile` and possibliy `test.sh`

This approach previously worked for packages where both NAME and SOURCE
are the same, e.g. `vim`, however fore more complex packages like
`mariadb` (SOURCE) the NAMES are partly
*mariadb-server-plugin-handlersocket*, which is no existing folder.

With this commit the `PKG_SOURCE` is used to find the `test.sh` script.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-10-01 23:39:04 -10:00
Josef Schlehofer 1607774df4 syslog-ng: bump version in config file
This fixes issues:
syslog-ng[3895]: WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode. Please update it to use the syslog-ng 3.29 format at your time of convenience. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, and once completed change the @version header at the top of the configuration file; config-version='3.26'

Fixes: 06f3ac21b4 ("syslog-ng: update to
version 3.29.1")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-02 11:29:24 +02:00
Josef Schlehofer 8a8100d48e python-sentry-sdk: update to version 0.18.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-02 11:23:53 +02:00
Rosen PenevandGitHub c05e92a58d Merge pull request #11353 from kvuorine/fwknop-fixes
fwknop: init script improvements
2020-10-01 14:50:25 -07:00
Rosen PenevandGitHub 6a1c6b2fe7 Merge pull request #13541 from ja-pa/pytest-6.1.0
python-pytest: update to version 6.1.0
2020-10-01 14:44:09 -07:00
Rosen PenevandGitHub a232ec7526 Merge pull request #13467 from ja-pa/tor-update-0.4.4.5
tor: update to version 0.4.4.5
2020-10-01 14:43:05 -07:00
Florian EckertandGitHub a333d71fd0 Merge pull request #13509 from TDT-AG/pr/20200928-ddns-scripts
ddns-scripts: fix regression added by version 2.8.0
2020-10-01 14:15:10 +02:00
Jan Pavlinec 64cb0c50ba python-pytest: update to version 6.1.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-10-01 11:46:34 +02:00
Rosen PenevandGitHub 2095656dca Merge pull request #13539 from nxhack/libuv_1400
libuv: update to 1.40.0
2020-10-01 00:06:15 -07:00
Rosen PenevandGitHub cd12b7914e Merge pull request #13515 from neheb/domo3
domoticz: fix compilation with full NLS
2020-10-01 00:05:54 -07:00
Hirokazu MORIKAWA 97cea69569 libuv: update to 1.40.0
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-10-01 13:34:27 +09:00
Rosen PenevandGitHub 970507bbf3 Merge pull request #13538 from neheb/glbbbb
glib2: remove static library hack
2020-09-30 19:09:24 -07:00
Rosen Penev f132daf59e glib2: remove static library hack
There's a better and faster way to do this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-30 18:33:32 -07:00
Rosen PenevandGitHub ecbe2cc625 Merge pull request #13536 from oleg-derevenetz/bwping-2.1
bwping: update to version 2.1
2020-09-30 17:01:25 -07:00
Oleg Derevenetz 99c60b4eef bwping: update to version 2.1
Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
2020-10-01 00:45:24 +03:00
Rosen PenevandGitHub f43e9bca1d Merge pull request #13517 from neheb/gamm
gammu: fix compilation with full NLS
2020-09-30 14:07:50 -07:00
Paul Spooren 85b7750327 CONTRIBUTING: add CI information
Describe briefly the details on the new runtime CI.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-30 10:47:12 -10:00
Paul Spooren fe19272b38 CONTRIBUTING: format Markdown and fix some typos
Also surround binaries and variable names with ticks so it's clearer
what they are.

Markdown formating via `remark-cli`.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-30 10:47:12 -10:00
Hannu NymanandGitHub 3847ea53c2 Merge pull request #13524 from commodo/python-batch1
python-paho-mqtt,python-cryptography: bump versions
2020-09-30 20:26:11 +03:00
Jan Pavlinec db5f30cc41 tor: update to version 0.4.4.5
Changes:
-Fix PIC configuration to --enable-pic
-disable mallinfo

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-30 13:01:41 +02:00
Rosen Penev 306393db43 gammu: fix compilation with full NLS
Just disable NLS to fix it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-30 02:00:13 -07:00
Rosen PenevandGitHub 76f07e8294 Merge pull request #13521 from neheb/gphoto
gphoto2: fix compilation with full NLS
2020-09-30 01:58:55 -07:00
Rosen PenevandGitHub 2ef6570401 Merge pull request #13516 from neheb/sch
schroot: fix compilation with full NLS
2020-09-30 01:58:38 -07:00
Rosen PenevandGitHub d98d29735d Merge pull request #13518 from neheb/cryptse
cryptsetup: fix compilation with full NLS
2020-09-30 01:58:18 -07:00
Rosen PenevandPaul Spooren 527b3e2119 CI: get rid of the arc_archs buildbot
Both ARC platforms are not useful. One is enough for uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-29 22:54:20 -10:00
Rosen PenevandGitHub 44657ad28b Merge pull request #13505 from soif/fix_munin
muninlite: Fixes xinetd service not launching (since v2.0.1)
2020-09-30 01:36:48 -07:00
Rosen PenevandGitHub c016b4ecd4 Merge pull request #13522 from neheb/quasse
quasselc: remove pointless iconv ldflag
2020-09-29 17:18:24 -07:00
Rosen PenevandGitHub 4c9f083f7d Merge pull request #13523 from neheb/telld
telldus-core: remove freebsd hack
2020-09-29 17:17:35 -07:00
Rosen PenevandGitHub 1113971168 Merge pull request #13520 from neheb/transm
transmission: fix compilation with full NLS
2020-09-29 14:56:12 -07:00
Rosen Penev d5818c8a81 transmission: fix compilation with full NLS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-29 14:17:12 -07:00
Rosen PenevandGitHub 996df31a02 Merge pull request #13527 from ja-pa/python-zipp-3.2.0
python-zipp: update to version 3.2.0
2020-09-29 12:24:16 -07:00
Rosen PenevandGitHub 31b1cfba24 Merge pull request #13525 from ja-pa/jsoncpp-1.9.4
jsoncpp: update to version 1.9.4
2020-09-29 12:23:40 -07:00
Rosen PenevandGitHub 69543ef938 Merge pull request #13530 from rs/nextdns-1.8.5-master
nextdns: Update to version 1.8.5
2020-09-29 12:22:41 -07:00
Olivier Poitrey b7e4585548 nextdns: Update to version 1.8.5
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-09-29 18:19:40 +00:00
Josef SchlehoferandGitHub a28f8a3b7f Merge pull request #13526 from wodu/linuxptp_maint
linuxptp: Upgrade to v3.1
2020-09-29 18:14:51 +02:00
Jan Pavlinec fd5882c6ed python-zipp: update to version 3.2.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-29 14:47:14 +02:00
Wojciech Dubowik b0173c21f8 linuxptp: Upgrade to v3.1
Also update email address of the maintainer.

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
2020-09-29 14:33:25 +02:00
Jan Pavlinec 12d6eb417f jsoncpp: update to version 1.9.4
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-29 14:21:50 +02:00