feed/packages.git
4 years agonut: fix _ handling
Rosen Penev [Sat, 19 Sep 2020 23:52:58 +0000 (16:52 -0700)]
nut: fix _ handling

Taken from https://github.com/openwrt/packages/issues/13359

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13407 from neheb/mpdn
Rosen Penev [Sat, 19 Sep 2020 21:34:10 +0000 (14:34 -0700)]
Merge pull request #13407 from neheb/mpdn

mpd: switch to using libnpupnp

4 years agoMerge pull request #13427 from neheb/booo
Rosen Penev [Sat, 19 Sep 2020 21:31:20 +0000 (14:31 -0700)]
Merge pull request #13427 from neheb/booo

boost: replace zstd dependency with libzstd

4 years agoMerge pull request #13410 from micmac1/json-glib16
Rosen Penev [Sat, 19 Sep 2020 21:31:04 +0000 (14:31 -0700)]
Merge pull request #13410 from micmac1/json-glib16

json-glib: bump to 1.6.0

4 years agoMerge pull request #13431 from neheb/yapp
Rosen Penev [Sat, 19 Sep 2020 21:30:13 +0000 (14:30 -0700)]
Merge pull request #13431 from neheb/yapp

perl-parse-yapp: fix compilation under the CI

4 years agojson-glib: bump to 1.6.0 13410/head
Sebastian Kemper [Thu, 17 Sep 2020 17:09:57 +0000 (19:09 +0200)]
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>
4 years agoMerge pull request #13430 from dibdot/trm-2.0
Dirk Brenken [Sat, 19 Sep 2020 18:02:35 +0000 (20:02 +0200)]
Merge pull request #13430 from dibdot/trm-2.0

travelmate: update to release 2.0

4 years agoMerge pull request #13409 from marcin1j/pr/20200917-mini_snmpd-bump-to-1.6
Rosen Penev [Sat, 19 Sep 2020 10:15:55 +0000 (03:15 -0700)]
Merge pull request #13409 from marcin1j/pr/20200917-mini_snmpd-bump-to-1.6

mini_snmpd: update to 1.6

4 years agomini_snmpd: update to 1.6 13409/head
Marcin Jurkowski [Thu, 17 Sep 2020 16:23:18 +0000 (18:23 +0200)]
mini_snmpd: update to 1.6

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
4 years agoMerge pull request #13414 from neheb/libcapng
Rosen Penev [Sat, 19 Sep 2020 09:21:07 +0000 (02:21 -0700)]
Merge pull request #13414 from neheb/libcapng

libcap-ng: update to 0.8

4 years agogithub-ci: add --force-removal-of-dependent-packages 13431/head
Rosen Penev [Sat, 19 Sep 2020 06:56:12 +0000 (23:56 -0700)]
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>
4 years agoperl-parse-yapp: fix compilation under the CI
Rosen Penev [Sat, 19 Sep 2020 04:52:46 +0000 (21:52 -0700)]
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>
4 years agoMerge pull request #13429 from aparcar/vim-runtime
Rosen Penev [Sat, 19 Sep 2020 04:44:04 +0000 (21:44 -0700)]
Merge pull request #13429 from aparcar/vim-runtime

vim: add runtime test

4 years agoMerge pull request #13417 from RussellSenior/atftp-add-init-script
Rosen Penev [Sat, 19 Sep 2020 04:43:47 +0000 (21:43 -0700)]
Merge pull request #13417 from RussellSenior/atftp-add-init-script

atftp: add init script and config file for atftpd

4 years agotravelmate: update to release 2.0 13430/head
Dirk Brenken [Sat, 19 Sep 2020 04:20:19 +0000 (06:20 +0200)]
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>
4 years agoCI: add runtime test for atftp and atftpd 13417/head
Russell Senior [Sat, 19 Sep 2020 02:32:06 +0000 (19:32 -0700)]
CI: add runtime test for atftp and atftpd

Signed-off-by: Russell Senior <russell@personaltelco.net>
4 years agovim: add runtime test 13429/head
Paul Spooren [Fri, 18 Sep 2020 23:17:23 +0000 (13:17 -1000)]
vim: add runtime test

Run test script to see if compiled binary prints sane output.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agostubby: fix typo
Salim B [Mon, 17 Aug 2020 10:17:30 +0000 (10:17 +0000)]
stubby: fix typo

Signed-off-by: Salim B salim@posteo.de
4 years agoMerge pull request #13400 from tiagogaspar8/kea-update-1.8.0
Rosen Penev [Fri, 18 Sep 2020 21:21:05 +0000 (14:21 -0700)]
Merge pull request #13400 from tiagogaspar8/kea-update-1.8.0

kea: update package to 1.8.0

4 years agoboost: replace zstd dependency with libzstd 13427/head
Rosen Penev [Fri, 18 Sep 2020 21:15:28 +0000 (14:15 -0700)]
boost: replace zstd dependency with libzstd

libzstd is the correct one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoatftp: add init script and config file
Russell Senior [Fri, 18 Sep 2020 04:35:18 +0000 (21:35 -0700)]
atftp: add init script and config file

Signed-off-by: Russell Senior <russell@personaltelco.net>
4 years agokea: update package to 1.8.0 13400/head
Tiago Gaspar [Fri, 18 Sep 2020 15:26:18 +0000 (16:26 +0100)]
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>
4 years agoMerge pull request #13422 from neheb/sntp
Rosen Penev [Fri, 18 Sep 2020 10:40:39 +0000 (03:40 -0700)]
Merge pull request #13422 from neheb/sntp

ntpd: Include sntp binary only with ntp-utils

4 years agoMerge pull request #12123 from vKnmnn/master
Rosen Penev [Fri, 18 Sep 2020 10:25:22 +0000 (03:25 -0700)]
Merge pull request #12123 from vKnmnn/master

mini_snmpd: Add sysDescr option.

4 years agoMerge pull request #13349 from olek2/coremark
Rosen Penev [Fri, 18 Sep 2020 09:52:19 +0000 (02:52 -0700)]
Merge pull request #13349 from olek2/coremark

coremark: add various optimization options

4 years agoMerge pull request #13260 from neheb/apdep
Rosen Penev [Fri, 18 Sep 2020 09:51:53 +0000 (02:51 -0700)]
Merge pull request #13260 from neheb/apdep

apache: fix compilation without deprecated OpenSSL APIs

4 years agoMerge pull request #13337 from jmarcet/docker-compose-update
Rosen Penev [Fri, 18 Sep 2020 09:51:38 +0000 (02:51 -0700)]
Merge pull request #13337 from jmarcet/docker-compose-update

docker-compose: Update to version 1.27.3

4 years agontpd: Include sntp binary only with ntp-utils 13422/head
Kenneth J. Miller [Thu, 7 Nov 2019 17:42:11 +0000 (18:42 +0100)]
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>
4 years agoMerge pull request #13420 from nxhack/serialport_901
Rosen Penev [Fri, 18 Sep 2020 09:07:26 +0000 (02:07 -0700)]
Merge pull request #13420 from nxhack/serialport_901

node-serialport: update to 9.0.1

4 years agoMerge pull request #13419 from nxhack/serialport-bindings_901
Rosen Penev [Fri, 18 Sep 2020 09:07:17 +0000 (02:07 -0700)]
Merge pull request #13419 from nxhack/serialport-bindings_901

node-serialport-bindings: update to 9.0.1

4 years agoMerge pull request #13418 from nxhack/hid_131
Rosen Penev [Fri, 18 Sep 2020 09:07:11 +0000 (02:07 -0700)]
Merge pull request #13418 from nxhack/hid_131

node-hid: update to 1.3.1

4 years agoMerge pull request #13416 from nxhack/homebridge_122
Rosen Penev [Fri, 18 Sep 2020 09:07:01 +0000 (02:07 -0700)]
Merge pull request #13416 from nxhack/homebridge_122

node-homebridge: update to 1.2.2

4 years agosyncthing: simplify runtime test
Paul Spooren [Fri, 18 Sep 2020 04:57:14 +0000 (18:57 -1000)]
syncthing: simplify runtime test

Passed argument no longer contains the release.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoprometheus: simplify runtime test
Paul Spooren [Fri, 18 Sep 2020 04:56:34 +0000 (18:56 -1000)]
prometheus: simplify runtime test

Passed argument no longer contains the release.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoCI: pass only VERSION to test.sh
Paul Spooren [Fri, 18 Sep 2020 04:55:00 +0000 (18:55 -1000)]
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>
4 years agonode-serialport-bindings: update to 9.0.1 13419/head
Hirokazu MORIKAWA [Fri, 18 Sep 2020 07:01:43 +0000 (16:01 +0900)]
node-serialport-bindings: update to 9.0.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agonode-serialport: update to 9.0.1 13420/head
Hirokazu MORIKAWA [Fri, 18 Sep 2020 06:59:42 +0000 (15:59 +0900)]
node-serialport: update to 9.0.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agonode-hid: update to 1.3.1 13418/head
Hirokazu MORIKAWA [Fri, 18 Sep 2020 05:28:30 +0000 (14:28 +0900)]
node-hid: update to 1.3.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agonode-homebridge: update to 1.2.2 13416/head
Hirokazu MORIKAWA [Fri, 18 Sep 2020 05:07:21 +0000 (14:07 +0900)]
node-homebridge: update to 1.2.2

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agolibcap-ng: update to 0.8 13414/head
Rosen Penev [Fri, 18 Sep 2020 04:49:03 +0000 (21:49 -0700)]
libcap-ng: update to 0.8

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoprometheus: add runtime test
Paul Spooren [Sun, 6 Sep 2020 09:14:14 +0000 (23:14 -1000)]
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>
4 years agodocker-compose: Update to version 1.27.3 13337/head
Javier Marcet [Thu, 17 Sep 2020 19:17:37 +0000 (21:17 +0200)]
docker-compose: Update to version 1.27.3

Signed-off-by: Javier Marcet <javier@marcet.info>
4 years agoCI: run also on test.sh changes
Paul Spooren [Thu, 17 Sep 2020 19:00:08 +0000 (09:00 -1000)]
CI: run also on test.sh changes

The CI only tests packages if a Makefile changed, e.g. containing a
version or release bump. This covers package related files as at least
the package release must change whenever a file was touched.

The `test.sh` file is a runtime test used to verify working packages
within OpenWrt containers. This file can independently change and will
never be included in the package ipk files, therefore trigger the CI on
its changes as well.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agognurl: update to release 0.72.0
Daniel Golle [Thu, 17 Sep 2020 09:55:20 +0000 (10:55 +0100)]
gnurl: update to release 0.72.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agompd: switch avahi dependency to dbus one 13407/head
Rosen Penev [Thu, 17 Sep 2020 03:37:47 +0000 (20:37 -0700)]
mpd: switch avahi dependency to dbus one

pulseaudio depends on the debus variant.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agompd: switch to using libnpupnp
Rosen Penev [Sun, 23 Aug 2020 23:19:48 +0000 (16:19 -0700)]
mpd: switch to using libnpupnp

Removed iconv const patch. After discussing with upstream. it turns out
that libiconv-full in OpenWrt is broken.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13406 from neheb/zmqqq
Rosen Penev [Wed, 16 Sep 2020 23:02:25 +0000 (16:02 -0700)]
Merge pull request #13406 from neheb/zmqqq

zmq: fix compilation when libbsd is present

4 years agoMerge pull request #13391 from OpenIoTHub/gateway-go-pr
Rosen Penev [Wed, 16 Sep 2020 22:44:40 +0000 (15:44 -0700)]
Merge pull request #13391 from OpenIoTHub/gateway-go-pr

gateway-go: add new package

4 years agoMerge pull request #13403 from graysky2/htop302
Rosen Penev [Wed, 16 Sep 2020 22:44:02 +0000 (15:44 -0700)]
Merge pull request #13403 from graysky2/htop302

htop: update to 3.0.2-1

4 years agoMerge pull request #13401 from nxhack/node_12_18_4
Rosen Penev [Wed, 16 Sep 2020 22:43:22 +0000 (15:43 -0700)]
Merge pull request #13401 from nxhack/node_12_18_4

node: update to v12.18.4

4 years agozmq: fix compilation when libbsd is present 13406/head
Rosen Penev [Wed, 16 Sep 2020 07:16:07 +0000 (00:16 -0700)]
zmq: fix compilation when libbsd is present

Limit libbsd support to glibc.

Remove wrong python variable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoCI: add runtime tests for packages
Paul Spooren [Sun, 6 Sep 2020 09:14:49 +0000 (23:14 -1000)]
CI: add runtime tests for packages

Additional to manual runtime tests this CI addition runs a custom test
script per package. Ideally this lowers the errors of package bumps,
something which is time consuming when done manually for multiple
architectures.

This CI uses the official OpenWrt containers and tries to install and
run compiled packages. The run depends on the content of `test.sh`,
which is an `ash` script. It's called with the *packge name* and
*package version* as arguments. This allows different behaviour if
a single package generates multiple IPK files. The version is usable for
the most trivial runtime check, e.g. `tmux -V | grep "$2"`.

The current approach uses the qus project[1] which contains multiple
QEMU binaries to run various architectures.

[1]: https://github.com/dbhi/qus

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agosyncthing: add runtime test
Paul Spooren [Wed, 9 Sep 2020 20:59:50 +0000 (10:59 -1000)]
syncthing: add runtime test

Run trivial check if the compiled binary works on the architecture.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agohtop: update to 3.0.2-1 13403/head
John Audia [Wed, 16 Sep 2020 11:33:54 +0000 (07:33 -0400)]
htop: update to 3.0.2-1

Build-tested: x86/64
Run-tested: ipq806x (R7800)

Signed-off-by: John Audia <graysky@archlinux.us>
4 years agoMerge pull request #13398 from ja-pa/zmq-security-update-4.3.3
Rosen Penev [Wed, 16 Sep 2020 01:36:29 +0000 (18:36 -0700)]
Merge pull request #13398 from ja-pa/zmq-security-update-4.3.3

zmq: update to version 4.3.3 (security fix)

4 years agonode: update to v12.18.4 13401/head
Hirokazu MORIKAWA [Wed, 16 Sep 2020 00:32:42 +0000 (09:32 +0900)]
node: update to v12.18.4

Vulnerabilities fixed:
* CVE-2020-8201: HTTP Request Smuggling due to CR-to-Hyphen conversion (High).
* CVE-2020-8252: fs.realpath.native on may cause buffer overflow (Medium).

Imported patches from the debian package.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agoMerge pull request #13399 from BKPepe/ytdl
Josef Schlehofer [Tue, 15 Sep 2020 17:58:52 +0000 (19:58 +0200)]
Merge pull request #13399 from BKPepe/ytdl

youtube-dl: update to version 2020.9.14

4 years agoyoutube-dl: update to version 2020.9.14 13399/head
Josef Schlehofer [Tue, 15 Sep 2020 16:21:32 +0000 (18:21 +0200)]
youtube-dl: update to version 2020.9.14

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agozmq: update to version 4.3.3 (security fix) 13398/head
Jan Pavlinec [Tue, 15 Sep 2020 10:42:12 +0000 (12:42 +0200)]
zmq: update to version 4.3.3 (security fix)

Fixes
CVE-2020-15166

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agogateway-go: add new package 13391/head
Yu Fang [Mon, 14 Sep 2020 15:21:03 +0000 (23:21 +0800)]
gateway-go: add new package

Signed-off-by: Yu Fang <yu@iotserv.com>
4 years agoMerge pull request #13394 from neheb/ciifs-utils
Rosen Penev [Mon, 14 Sep 2020 21:38:24 +0000 (14:38 -0700)]
Merge pull request #13394 from neheb/ciifs-utils

cifs-utils: update to 6.11

4 years agocifs-utils: update to 6.11 13394/head
Rosen Penev [Mon, 14 Sep 2020 21:22:56 +0000 (14:22 -0700)]
cifs-utils: update to 6.11

Fixes CVE-2020-14342.

Updated PKG_CPE_ID.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoCI: add super-linter for pull requests
Paul Spooren [Thu, 10 Sep 2020 18:53:22 +0000 (08:53 -1000)]
CI: add super-linter for pull requests

This commit adds a linter which checks most common filetypes, including
Shell and Lua. Ideally this improves the quality of especially `init`
scripts written in Shell.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoprometheus: bump to 2.21.0
Paul Spooren [Sun, 13 Sep 2020 21:26:27 +0000 (11:26 -1000)]
prometheus: bump to 2.21.0

This release is built with Go 1.15, which deprecates X.509 CommonName
in TLS certificates validation.

In the unlikely case that you use the gRPC API v2 (which is limited to TSDB
admin commands), please note that we will remove this experimental API in the
next minor release 2.22.

[CHANGE] Disable HTTP/2 because of concerns with the Go HTTP/2 client. #7588 #7701
[CHANGE] PromQL: query_log_file path is now relative to the config file. #7701
[CHANGE] Promtool: Replace the tsdb command line tool by a promtool tsdb subcommand. #6088
[CHANGE] Rules: Label rule_group_iterations metric with group name. #7823
[FEATURE] Eureka SD: New service discovery. #3369
[FEATURE] Hetzner SD: New service discovery. #7822
[FEATURE] Kubernetes SD: Support Kubernetes EndpointSlices. #6838
[FEATURE] Scrape: Add per scrape-config targets limit. #7554
[ENHANCEMENT] Support composite durations in PromQL, config and UI, e.g. 1h30m. #7713 #7833
[ENHANCEMENT] DNS SD: Add SRV record target and port meta labels. #7678
[ENHANCEMENT] Docker Swarm SD: Support tasks and service without published ports. #7686
[ENHANCEMENT] PromQL: Reduce the amount of data queried by remote read when a subquery has an offset. #7667
[ENHANCEMENT] Promtool: Add --time option to query instant command. #7829
[ENHANCEMENT] UI: Respect the --web.page-title parameter in the React UI. #7607
[ENHANCEMENT] UI: Add duration, labels, annotations to alerts page in the React UI. #7605
[ENHANCEMENT] UI: Add duration on the React UI rules page, hide annotation and labels if empty. #7606
[BUGFIX] API: Deduplicate series in /api/v1/series. #7862
[BUGFIX] PromQL: Drop metric name in bool comparison between two instant vectors. #7819
[BUGFIX] PromQL: Exit with an error when time parameters can't be parsed. #7505
[BUGFIX] Remote read: Re-add accidentally removed tracing for remote-read requests. #7916
[BUGFIX] Rules: Detect extra fields in rule files. #7767
[BUGFIX] Rules: Disallow overwriting the metric name in the labels section of recording rules. #7787
[BUGFIX] Rules: Keep evaluation timestamp across reloads. #7775
[BUGFIX] Scrape: Do not stop scrapes in progress during reload. #7752
[BUGFIX] TSDB: Fix chunks.HeadReadWriter: maxt of the files are not set error. #7856
[BUGFIX] TSDB: Delete blocks atomically to prevent corruption when there is a panic/crash during deletion. #7772
[BUGFIX] Triton SD: Fix a panic when triton_sd_config is nil. #7671
[BUGFIX] UI: Fix react UI bug with series going on and off. #7804
[BUGFIX] UI: Fix styling bug for target labels with special names in React UI. #7902
[BUGFIX] Web: Stop CMUX and GRPC servers even with stale connections, preventing the server to stop on SIGTERM. #7810

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoMerge pull request #13388 from commodo/python-batch-updates
Rosen Penev [Mon, 14 Sep 2020 20:40:56 +0000 (13:40 -0700)]
Merge pull request #13388 from commodo/python-batch-updates

numpy,django,pymysql: version bumps

4 years agoMerge pull request #13387 from neheb/i2p
Rosen Penev [Mon, 14 Sep 2020 20:38:09 +0000 (13:38 -0700)]
Merge pull request #13387 from neheb/i2p

i2pd: refresh patch

4 years agoMerge pull request #13393 from mhei/libiio
Michael Heimpold [Mon, 14 Sep 2020 20:04:06 +0000 (22:04 +0200)]
Merge pull request #13393 from mhei/libiio

libiio: fix linker error when XML backend is not selected

4 years agolibiio: fix linker error when XML backend is not selected 13393/head
Michael Heimpold [Mon, 14 Sep 2020 19:49:14 +0000 (21:49 +0200)]
libiio: fix linker error when XML backend is not selected

It seems to be an upstream bug which prevents linking when XML backend
is not selected:
../libiio.so.0.21: undefined reference to `encode_xml_ndup'

Until this is clarified with upstream, prevent OpenWrt users from
deselecting the XML backend. This increases the footprint of this
package, but renders it usable again.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agoMerge pull request #13390 from ja-pa/pytest_6.0.2
Hannu Nyman [Mon, 14 Sep 2020 18:25:56 +0000 (21:25 +0300)]
Merge pull request #13390 from ja-pa/pytest_6.0.2

python-pytest: update to version 6.0.2

4 years agolang: linotify: add lua bindings for inotify
Karl Palsson [Thu, 9 Jul 2020 11:16:17 +0000 (11:16 +0000)]
lang: linotify: add lua bindings for inotify

Signed-off-by: Karl Palsson <karlp@etactica.com>
4 years agognunet: make use of user/group names instead of numeric uid/gid
Daniel Golle [Mon, 14 Sep 2020 12:01:51 +0000 (13:01 +0100)]
gnunet: make use of user/group names instead of numeric uid/gid

With openwrt/openwrt@51ec51871fd57b80096baf76d6b21a2ae46e4748 one can
now use user/group names instead of numeric uid/gid in FILE_MODES.
Make use of that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agopython-pytest: update to version 6.0.2 13390/head
Jan Pavlinec [Mon, 14 Sep 2020 10:49:42 +0000 (12:49 +0200)]
python-pytest: update to version 6.0.2

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #13372 from neheb/qren
Rosen Penev [Mon, 14 Sep 2020 09:55:03 +0000 (02:55 -0700)]
Merge pull request #13372 from neheb/qren

qrencode: update to 4.1.0

4 years agoMerge pull request #13373 from neheb/ariang
Rosen Penev [Mon, 14 Sep 2020 09:54:32 +0000 (02:54 -0700)]
Merge pull request #13373 from neheb/ariang

ariang: update to 1.1.17

4 years agoMerge pull request #13386 from zhaojh329/libuhttpd
Rosen Penev [Mon, 14 Sep 2020 09:53:06 +0000 (02:53 -0700)]
Merge pull request #13386 from zhaojh329/libuhttpd

libuhttpd: Update to 3.3.0

4 years agoMerge pull request #13389 from ja-pa/redis-6.0.8
Rosen Penev [Mon, 14 Sep 2020 09:52:29 +0000 (02:52 -0700)]
Merge pull request #13389 from ja-pa/redis-6.0.8

redis: update to version 6.0.8

4 years agoredis: update to version 6.0.8 13389/head
Jan Pavlinec [Mon, 14 Sep 2020 09:10:57 +0000 (11:10 +0200)]
redis: update to version 6.0.8

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopymysql: bump to version 0.10.1 13388/head
Alexandru Ardelean [Mon, 14 Sep 2020 06:25:10 +0000 (09:25 +0300)]
pymysql: bump to version 0.10.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agodjango: bump to version 3.1.1
Alexandru Ardelean [Mon, 14 Sep 2020 06:24:25 +0000 (09:24 +0300)]
django: bump to version 3.1.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agonumpy: bump to version 1.19.2
Alexandru Ardelean [Mon, 14 Sep 2020 06:23:24 +0000 (09:23 +0300)]
numpy: bump to version 1.19.2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agoi2pd: refresh patch 13387/head
Rosen Penev [Mon, 14 Sep 2020 03:20:41 +0000 (20:20 -0700)]
i2pd: refresh patch

This version bump was not tested properly. Not even compile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibuhttpd: Update to 3.3.0 13386/head
Jianhui Zhao [Mon, 14 Sep 2020 02:30:20 +0000 (10:30 +0800)]
libuhttpd: Update to 3.3.0

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
4 years agognunet: update to version 0.13.3
Daniel Golle [Sun, 13 Sep 2020 22:17:55 +0000 (23:17 +0100)]
gnunet: update to version 0.13.3

Apart from adapting to upstream changes also switch to use FILE_MODES
instead of chown/chmod in init-script.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agolibextractor: fix dependency for libjpeg.so.6
Daniel Golle [Sun, 13 Sep 2020 22:14:28 +0000 (23:14 +0100)]
libextractor: fix dependency for libjpeg.so.6

We replaced libjpeg with libjpeg-turbo, reflect that by letting
libextractor depend on libjpeg-turbo.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoMerge pull request #13374 from neheb/memcached
Rosen Penev [Sun, 13 Sep 2020 21:51:29 +0000 (14:51 -0700)]
Merge pull request #13374 from neheb/memcached

memcached: update to 1.6.7

4 years agospdlog: update to 1.8.0
Rosen Penev [Sun, 13 Sep 2020 01:21:11 +0000 (18:21 -0700)]
spdlog: update to 1.8.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13381 from Andy2244/samba_4-12-6
Rosen Penev [Sun, 13 Sep 2020 20:07:39 +0000 (13:07 -0700)]
Merge pull request #13381 from Andy2244/samba_4-12-6

samba4: update to 4.12.6

4 years agoMerge pull request #13369 from neheb/gst1
Rosen Penev [Sun, 13 Sep 2020 18:01:46 +0000 (11:01 -0700)]
Merge pull request #13369 from neheb/gst1

gstreamer updates

4 years agosamba4: update to 4.12.6 13381/head
Andy Walsh [Sun, 13 Sep 2020 15:50:37 +0000 (17:50 +0200)]
samba4: update to 4.12.6

* update to 4.12.6
* fix optional modules not included on module build (vfs_btrfs, vfs_linux_xfs_sgid)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoMerge pull request #13380 from Cynerd/syslog-ng-tweak
Josef Schlehofer [Sun, 13 Sep 2020 13:02:38 +0000 (15:02 +0200)]
Merge pull request #13380 from Cynerd/syslog-ng-tweak

syslog-ng: tweak shell code of network_localhost little bit

4 years agosyslog-ng: tweak shell code of network_localhost little bit 13380/head
Karel Kočí [Sun, 13 Sep 2020 09:28:02 +0000 (11:28 +0200)]
syslog-ng: tweak shell code of network_localhost little bit

We can get rid of pipe with -n flag to sysctl.

Signed-off-by: Karel Kočí <cynerd@email.cz>
4 years agoMerge pull request #13376 from neheb/acme
Toke Høiland-Jørgensen [Sun, 13 Sep 2020 08:37:16 +0000 (10:37 +0200)]
Merge pull request #13376 from neheb/acme

acme: update to 2.8.7

4 years agolibpsl: fix compilation with debian setuptools 13369/head
Rosen Penev [Sun, 13 Sep 2020 01:50:11 +0000 (18:50 -0700)]
libpsl: fix compilation with debian setuptools

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13375 from neheb/xcry
Rosen Penev [Sun, 13 Sep 2020 01:44:16 +0000 (18:44 -0700)]
Merge pull request #13375 from neheb/xcry

libxcrypt: update to 4.4.17

4 years agoacme: update to 2.8.7 13376/head
Rosen Penev [Sun, 13 Sep 2020 01:42:39 +0000 (18:42 -0700)]
acme: update to 2.8.7

Change URL to codeload. It redirects to it anyway. I was getting a 404
error with the original. I couldn't figure it out.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibxcrypt: update to 4.4.17 13375/head
Rosen Penev [Sun, 13 Sep 2020 01:15:20 +0000 (18:15 -0700)]
libxcrypt: update to 4.4.17

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13367 from flyn-org/selinux
Rosen Penev [Sun, 13 Sep 2020 01:12:00 +0000 (18:12 -0700)]
Merge pull request #13367 from flyn-org/selinux

audit: fix dependency error when libev also selected

4 years agoMerge pull request #13371 from neheb/upmpd
Rosen Penev [Sun, 13 Sep 2020 01:11:41 +0000 (18:11 -0700)]
Merge pull request #13371 from neheb/upmpd

upmpdcli: update to 1.4.14

4 years agomemcached: update to 1.6.7 13374/head
Rosen Penev [Sun, 13 Sep 2020 01:09:47 +0000 (18:09 -0700)]
memcached: update to 1.6.7

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoariang: update to 1.1.17 13373/head
Rosen Penev [Sun, 13 Sep 2020 01:02:15 +0000 (18:02 -0700)]
ariang: update to 1.1.17

Signed-off-by: Rosen Penev <rosenp@gmail.com>