feed/packages.git
4 years agoMerge pull request #13880 from jmarcet/banip-logd
Dirk Brenken [Wed, 11 Nov 2020 20:13:59 +0000 (21:13 +0100)]
Merge pull request #13880 from jmarcet/banip-logd

banip: removed logd check since logd dep has been dropped

4 years agoMerge pull request #13892 from commodo/python-updates1
Rosen Penev [Wed, 11 Nov 2020 18:22:40 +0000 (10:22 -0800)]
Merge pull request #13892 from commodo/python-updates1

django,numpy,pytz: bump package versions

4 years agoMerge pull request #13881 from aaronjg/mwan3-owner-procd
Florian Eckert [Wed, 11 Nov 2020 14:08:09 +0000 (15:08 +0100)]
Merge pull request #13881 from aaronjg/mwan3-owner-procd

mwan3: fixup ipset and install errors

4 years agoMerge pull request #13796 from G-M0N3Y-2503/docker-blocked-interfaces
Florian Eckert [Wed, 11 Nov 2020 13:25:54 +0000 (14:25 +0100)]
Merge pull request #13796 from G-M0N3Y-2503/docker-blocked-interfaces

docker-ce: Added blocked_interfaces config option

4 years agopodman: set PKG_USE_MIPS16:=0
Daniel Golle [Wed, 11 Nov 2020 11:04:38 +0000 (11:04 +0000)]
podman: set PKG_USE_MIPS16:=0

podman fails to compile due to MIPS16 instructions somehow.
Disable use of MIPS16.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agocni-plugins: set PKG_USE_MIPS16:=0
Daniel Golle [Wed, 11 Nov 2020 11:03:51 +0000 (11:03 +0000)]
cni-plugins: set PKG_USE_MIPS16:=0

cni-plugins fail to compile due to MIPS16 instructions somehow. Don't
use them.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agocni: set PKG_USE_MIPS16:=0
Daniel Golle [Wed, 11 Nov 2020 11:03:01 +0000 (11:03 +0000)]
cni: set PKG_USE_MIPS16:=0

Compiling cni failes due to MIPS16 somehow. Disable it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agopython-pytz: bump to version 2020.4 13892/head
Alexandru Ardelean [Mon, 9 Nov 2020 12:37:43 +0000 (14:37 +0200)]
python-pytz: bump to version 2020.4

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agonumpy: bump to version 1.19.4
Alexandru Ardelean [Mon, 9 Nov 2020 12:34:59 +0000 (14:34 +0200)]
numpy: bump to version 1.19.4

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agodjango: bump to version 3.1.3
Alexandru Ardelean [Mon, 9 Nov 2020 12:34:47 +0000 (14:34 +0200)]
django: bump to version 3.1.3

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agodocker-ce: blocked_interfaces release 13796/head
Gerard Ryan [Wed, 11 Nov 2020 08:27:04 +0000 (18:27 +1000)]
docker-ce: blocked_interfaces release

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agodocker-ce: Added blocked_interfaces config option
Gerard Ryan [Thu, 29 Oct 2020 08:49:55 +0000 (18:49 +1000)]
docker-ce: Added blocked_interfaces config option

* blocked_interfaces blocks all packets to docker0 from the given
  interface. This is needed because all the iptables commands dockerd
  adds operate before any of the fw3 generated rules.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agodocker-ce: Refactored init script
Gerard Ryan [Thu, 29 Oct 2020 08:47:07 +0000 (18:47 +1000)]
docker-ce: Refactored init script
* Changed iptables commands to use long options
* Added `uci_quiet` in missed instances

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agodocker-ce: Added mkdir for alt_config_file
Gerard Ryan [Thu, 29 Oct 2020 08:37:10 +0000 (18:37 +1000)]
docker-ce: Added mkdir for alt_config_file

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agodocker-ce: Made some shellcheck recommendations
Gerard Ryan [Thu, 29 Oct 2020 08:32:59 +0000 (18:32 +1000)]
docker-ce: Made some shellcheck recommendations

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agoMerge pull request #13792 from ynezz/upstream/cgi-io-improvements
Rosen Penev [Wed, 11 Nov 2020 06:45:05 +0000 (22:45 -0800)]
Merge pull request #13792 from ynezz/upstream/cgi-io-improvements

cgi-io: update to version 2020-10-27

4 years agoMerge pull request #13790 from zhanhb/procps-ng-alternatives
Rosen Penev [Wed, 11 Nov 2020 06:44:26 +0000 (22:44 -0800)]
Merge pull request #13790 from zhanhb/procps-ng-alternatives

procps-ng: update alternatives

4 years agoMerge pull request #13779 from bobafetthotmail/patch-1
Rosen Penev [Wed, 11 Nov 2020 06:43:42 +0000 (22:43 -0800)]
Merge pull request #13779 from bobafetthotmail/patch-1

docker-compose: move to Utilities in menuconfig

4 years agoMerge pull request #13727 from aleksander0m/aleksander/fix-mm-service-restart
Rosen Penev [Wed, 11 Nov 2020 06:42:49 +0000 (22:42 -0800)]
Merge pull request #13727 from aleksander0m/aleksander/fix-mm-service-restart

modemmanager: include all init commands in the procd instance

4 years agoMerge pull request #13845 from ja-pa/moreitertools-8.6.0
Rosen Penev [Wed, 11 Nov 2020 06:42:00 +0000 (22:42 -0800)]
Merge pull request #13845 from ja-pa/moreitertools-8.6.0

python-more-itertools: update to version 8.6.0

4 years agoMerge pull request #13844 from ja-pa/python-toml-0.10.1
Rosen Penev [Wed, 11 Nov 2020 06:41:36 +0000 (22:41 -0800)]
Merge pull request #13844 from ja-pa/python-toml-0.10.1

python-toml: update to version 0.10.2

4 years agoMerge pull request #13842 from ja-pa/pytest-6.1.2
Rosen Penev [Wed, 11 Nov 2020 06:41:08 +0000 (22:41 -0800)]
Merge pull request #13842 from ja-pa/pytest-6.1.2

python-pytest: update to version 6.1.2

4 years agoMerge pull request #13832 from ja-pa/ooniprobe-3.0.9
Rosen Penev [Wed, 11 Nov 2020 06:40:54 +0000 (22:40 -0800)]
Merge pull request #13832 from ja-pa/ooniprobe-3.0.9

ooniprobe: update to version 3.0.9

4 years agoMerge pull request #13829 from ja-pa/redis-6.0.9
Rosen Penev [Wed, 11 Nov 2020 06:40:31 +0000 (22:40 -0800)]
Merge pull request #13829 from ja-pa/redis-6.0.9

redis: update to version 6.0.9

4 years agoMerge pull request #13833 from ja-pa/checksec-2.4.0
Rosen Penev [Wed, 11 Nov 2020 06:39:06 +0000 (22:39 -0800)]
Merge pull request #13833 from ja-pa/checksec-2.4.0

checksec: update to version 2.4.0

4 years agoMerge pull request #13868 from neheb/grill
Rosen Penev [Wed, 11 Nov 2020 06:38:37 +0000 (22:38 -0800)]
Merge pull request #13868 from neheb/grill

grilo-plugins: add all options

4 years agoMerge pull request #13858 from neheb/pdnsr
Rosen Penev [Wed, 11 Nov 2020 06:37:28 +0000 (22:37 -0800)]
Merge pull request #13858 from neheb/pdnsr

pdns-recursor: update to 4.4.0

4 years agoMerge pull request #13901 from nxhack/mraa_python
Rosen Penev [Wed, 11 Nov 2020 06:14:29 +0000 (22:14 -0800)]
Merge pull request #13901 from nxhack/mraa_python

libmraa: update to 2.2.0

4 years agoMerge pull request #13899 from nxhack/bindings_902
Rosen Penev [Wed, 11 Nov 2020 06:14:23 +0000 (22:14 -0800)]
Merge pull request #13899 from nxhack/bindings_902

node-serialport-bindings: update to 9.0.2

4 years agoMerge pull request #13898 from nxhack/serialport_902
Rosen Penev [Wed, 11 Nov 2020 06:14:15 +0000 (22:14 -0800)]
Merge pull request #13898 from nxhack/serialport_902

node-serialport: update to 9.0.2

4 years agoMerge pull request #13900 from nxhack/upm_python
Rosen Penev [Wed, 11 Nov 2020 06:13:58 +0000 (22:13 -0800)]
Merge pull request #13900 from nxhack/upm_python

libupm: Allow to build only python modules

4 years agolibupm: Allow to build only python modules 13900/head
Hirokazu MORIKAWA [Wed, 11 Nov 2020 01:15:34 +0000 (10:15 +0900)]
libupm: Allow to build only python modules

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agolibmraa: update to 2.2.0 13901/head
Hirokazu MORIKAWA [Wed, 11 Nov 2020 01:13:37 +0000 (10:13 +0900)]
libmraa: update to 2.2.0

update to 2.2.0
Allow to build only python modules.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agonode-serialport-bindings: update to 9.0.2 13899/head
Hirokazu MORIKAWA [Wed, 11 Nov 2020 01:03:42 +0000 (10:03 +0900)]
node-serialport-bindings: update to 9.0.2

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agonode-serialport: update to 9.0.2 13898/head
Hirokazu MORIKAWA [Wed, 11 Nov 2020 01:02:20 +0000 (10:02 +0900)]
node-serialport: update to 9.0.2

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agoMerge pull request #13897 from flyn-org/libexif
Rosen Penev [Tue, 10 Nov 2020 20:37:51 +0000 (12:37 -0800)]
Merge pull request #13897 from flyn-org/libexif

libexif: update to 0.6.22

4 years agolibexif: update to 0.6.22 13897/head
W. Michael Petullo [Tue, 10 Nov 2020 20:09:02 +0000 (14:09 -0600)]
libexif: update to 0.6.22

Aside from updating the package, this modifies the Makefile to pull the
sources from GitHub rather than SourceForge. The exif project recently
moved to GitHub.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
4 years agomwan3: cleanup indenting in rpcd interface status 13881/head
Aaron Goodman [Tue, 10 Nov 2020 13:53:34 +0000 (08:53 -0500)]
mwan3: cleanup indenting in rpcd interface status

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: don't include output from TRACK_OUTUPUT in status call
Aaron Goodman [Tue, 10 Nov 2020 13:51:47 +0000 (08:51 -0500)]
mwan3: don't include output from TRACK_OUTUPUT in status call

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: report an error code on status failure
Aaron Goodman [Tue, 10 Nov 2020 13:51:07 +0000 (08:51 -0500)]
mwan3: report an error code on status failure

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: remove unused device lookup in status check
Aaron Goodman [Tue, 10 Nov 2020 13:50:39 +0000 (08:50 -0500)]
mwan3: remove unused device lookup in status check

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: add IPKG_INSTROOT to scripts
Aaron Goodman [Tue, 10 Nov 2020 13:46:55 +0000 (08:46 -0500)]
mwan3: add IPKG_INSTROOT to scripts

IPKG_INSTROOT needed for including mwan3 when building images

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: remove duplicate Build/Compile from Makefile
Aaron Goodman [Tue, 10 Nov 2020 13:46:34 +0000 (08:46 -0500)]
mwan3: remove duplicate Build/Compile from Makefile

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: version bump to 2.10.3
Aaron Goodman [Tue, 10 Nov 2020 13:46:20 +0000 (08:46 -0500)]
mwan3: version bump to 2.10.3

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: restore +x flag to mwan3 executables
Aaron Goodman [Sun, 8 Nov 2020 17:40:07 +0000 (12:40 -0500)]
mwan3: restore +x flag to mwan3 executables

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: add logging for ipset errors
Aaron Goodman [Tue, 10 Nov 2020 13:44:49 +0000 (08:44 -0500)]
mwan3: add logging for ipset errors

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: remove unneeded ipset setup in hotplug
Aaron Goodman [Tue, 10 Nov 2020 13:43:32 +0000 (08:43 -0500)]
mwan3: remove unneeded ipset setup in hotplug

connected ipset handled on mwan3rtmon, so not needed in hotplug

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: fix hotplug issues from 1f1d21
Aaron Goodman [Tue, 10 Nov 2020 13:42:02 +0000 (08:42 -0500)]
mwan3: fix hotplug issues from 1f1d21

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agoredis: update to version 6.0.9 13829/head
Jan Pavlinec [Mon, 2 Nov 2020 12:24:31 +0000 (13:24 +0100)]
redis: update to version 6.0.9

Patches were adjusted to the new version.

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoooniprobe: update to version 3.0.9 13832/head
Jan Pavlinec [Mon, 2 Nov 2020 14:14:07 +0000 (15:14 +0100)]
ooniprobe: update to version 3.0.9

Changes build argument to disable QUIC

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agochecksec: update to version 2.4.0 13833/head
Jan Pavlinec [Mon, 2 Nov 2020 14:44:30 +0000 (15:44 +0100)]
checksec: update to version 2.4.0

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopython-pytest: update to version 6.1.2 13842/head
Jan Pavlinec [Tue, 3 Nov 2020 10:06:19 +0000 (11:06 +0100)]
python-pytest: update to version 6.1.2

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopython-more-itertools: update to version 8.6.0 13845/head
Jan Pavlinec [Tue, 3 Nov 2020 11:29:40 +0000 (12:29 +0100)]
python-more-itertools: update to version 8.6.0

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopython-toml: update to version 0.10.2 13844/head
Jan Pavlinec [Tue, 3 Nov 2020 10:34:45 +0000 (11:34 +0100)]
python-toml: update to version 0.10.2

Changes:
-bump package
-update host-pip-requirements

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agobanip: removed logd check since logd dep has been dropped 13880/head
Javier Marcet [Sun, 8 Nov 2020 10:44:08 +0000 (11:44 +0100)]
banip: removed logd check since logd dep has been dropped

Signed-off-by: Javier Marcet <javier@marcet.info>
4 years agoMerge pull request #13873 from 1715173329/new-yq
Rosen Penev [Tue, 10 Nov 2020 05:10:31 +0000 (21:10 -0800)]
Merge pull request #13873 from 1715173329/new-yq

yq: add new package

4 years agoyq: add new package 13873/head
Tianling Shen [Sat, 7 Nov 2020 16:51:15 +0000 (00:51 +0800)]
yq: add new package

Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
4 years agoMerge pull request #13882 from null-cipher/netstinky_pkg
Rosen Penev [Tue, 10 Nov 2020 02:48:11 +0000 (18:48 -0800)]
Merge pull request #13882 from null-cipher/netstinky_pkg

NetStinky IDS for detecting IoCs on your network

4 years agonetstinky: IDS for detecting IoCs on your network 13882/head
Andrew Mackintosh [Wed, 28 Oct 2020 20:43:37 +0000 (20:43 +0000)]
netstinky: IDS for detecting IoCs on your network

Signed-off-by: Andrew Mackintosh <amackint@waikato.ac.nz>
Maintainer: me / @null-cipher
Compile tested: Raspberry Pi 3 / brcm2708-bcm2710, OpenWrt 19.07.4
                Hyper-V VM / x86_64, OpenWrt 19.07.4
Run tested: Raspberry Pi 3 / brcm2708-bcm2710, OpenWrt 19.07.4
            Hyper-V VM / x86_64, OpenWrt 19.07.4

Description:
The NetStinky IDS is a component of the NetStinky suite of tools. It
monitors the traffic on the LAN interfaces of your router for
Indications of Compromise (IoCs), drawn from an auto-updating list of
definitions. IoCs are subsequently reported to the NetStinky smartphone
applications.

4 years agoMerge pull request #13807 from PolynomialDivision/fix-node-exporter
Rosen Penev [Tue, 10 Nov 2020 01:22:50 +0000 (17:22 -0800)]
Merge pull request #13807 from PolynomialDivision/fix-node-exporter

prometheus-node-exporter-lua: fix hostapd exporter

4 years agoMerge pull request #13885 from jefferyto/golang-1.15.4
Rosen Penev [Tue, 10 Nov 2020 01:10:56 +0000 (17:10 -0800)]
Merge pull request #13885 from jefferyto/golang-1.15.4

golang: Update to 1.15.4

4 years agoMerge pull request #13891 from jefferyto/python-zope-interface-5.2.0
Rosen Penev [Tue, 10 Nov 2020 01:10:31 +0000 (17:10 -0800)]
Merge pull request #13891 from jefferyto/python-zope-interface-5.2.0

python-zope-interface: Update to 5.2.0

4 years agoMerge pull request #13890 from jefferyto/python-attrs-20.3.0
Rosen Penev [Tue, 10 Nov 2020 01:10:17 +0000 (17:10 -0800)]
Merge pull request #13890 from jefferyto/python-attrs-20.3.0

python-attrs: Update to 20.3.0

4 years agopython-zope-interface: Update to 5.2.0 13891/head
Jeffery To [Mon, 9 Nov 2020 21:01:00 +0000 (05:01 +0800)]
python-zope-interface: Update to 5.2.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython-attrs: Update to 20.3.0 13890/head
Jeffery To [Mon, 9 Nov 2020 20:47:18 +0000 (04:47 +0800)]
python-attrs: Update to 20.3.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #13886 from mstorchak/tgt
Rosen Penev [Mon, 9 Nov 2020 18:06:41 +0000 (10:06 -0800)]
Merge pull request #13886 from mstorchak/tgt

tgt: update to 1.0.80

4 years agoMerge pull request #13827 from cobaltchang/fix-cgroupfs-mount-init-script-order
Florian Eckert [Mon, 9 Nov 2020 13:28:56 +0000 (14:28 +0100)]
Merge pull request #13827 from cobaltchang/fix-cgroupfs-mount-init-script-order

cgroupfs-mount: fix symbolic link name

4 years agocgroupfs-mount: fix symbolic link name 13827/head
Cobalt Chang [Mon, 2 Nov 2020 07:11:49 +0000 (15:11 +0800)]
cgroupfs-mount: fix symbolic link name

Fix the symbolic link name to /etc/rc.d/S01cgroupfs-mount.

4 years agotgt: update to 1.0.80 13886/head
Maxim Storchak [Mon, 9 Nov 2020 10:49:59 +0000 (12:49 +0200)]
tgt: update to 1.0.80

- add runtime test
- drop the patch that has gone upstream

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
4 years agogolang: Update to 1.15.4 13885/head
Jeffery To [Mon, 9 Nov 2020 09:53:43 +0000 (17:53 +0800)]
golang: Update to 1.15.4

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #13876 from nxhack/node_12_19_0
Rosen Penev [Mon, 9 Nov 2020 04:48:18 +0000 (20:48 -0800)]
Merge pull request #13876 from nxhack/node_12_19_0

node: update to v12.19.0

4 years agoMerge pull request #13877 from BKPepe/transmission-web-control
Rosen Penev [Mon, 9 Nov 2020 04:47:48 +0000 (20:47 -0800)]
Merge pull request #13877 from BKPepe/transmission-web-control

transmission-web-control: remove Transmission SSL variants

4 years agoMerge pull request #13883 from nxhack/icu_68_1
Rosen Penev [Mon, 9 Nov 2020 04:47:21 +0000 (20:47 -0800)]
Merge pull request #13883 from nxhack/icu_68_1

icu: update to 68.1

4 years agoicu: update to 68.1 13883/head
Hirokazu MORIKAWA [Mon, 9 Nov 2020 03:49:56 +0000 (12:49 +0900)]
icu: update to 68.1

It updates to CLDR 38. New features including locale-dependent smart unit preferences (road distance, temperature, etc.) and locale ID canonicalization conformant with CLDR.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agolibinput: update to version 1.16.3
Daniel Golle [Sun, 8 Nov 2020 21:19:36 +0000 (21:19 +0000)]
libinput: update to version 1.16.3

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agolibassuan: update to version 2.5.4
Daniel Golle [Sun, 8 Nov 2020 20:59:23 +0000 (20:59 +0000)]
libassuan: update to version 2.5.4

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoMerge pull request #13853 from TDT-AG/pr/20201104-mwan3
Florian Eckert [Sun, 8 Nov 2020 12:24:40 +0000 (13:24 +0100)]
Merge pull request #13853 from TDT-AG/pr/20201104-mwan3

mwan3: code cleanup and fixes

4 years agotransmission-web-control: remove Transmission SSL variants 13877/head
Josef Schlehofer [Sun, 8 Nov 2020 10:34:50 +0000 (11:34 +0100)]
transmission-web-control: remove Transmission SSL variants

In recent commits, there were removed Transmission SSL variants and
there is just used one variant of transmission-daemon. Let's adjust it here as well.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agonode: update to v12.19.0 13876/head
Hirokazu MORIKAWA [Sun, 8 Nov 2020 07:00:12 +0000 (16:00 +0900)]
node: update to v12.19.0

Update to v12.19.0
Fixes for the removal of MIPS FPU emulator support.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agoMerge pull request #13872 from gladiac1337/haproxy-2.2.5
Rosen Penev [Sun, 8 Nov 2020 05:45:56 +0000 (21:45 -0800)]
Merge pull request #13872 from gladiac1337/haproxy-2.2.5

haproxy: Update HAProxy to v2.2.5

4 years agoMerge pull request #13871 from tru7/libfmt
Michael Heimpold [Sat, 7 Nov 2020 16:36:49 +0000 (17:36 +0100)]
Merge pull request #13871 from tru7/libfmt

libfmt: bump to version 7.1.2

4 years agopodman: add new package
Daniel Golle [Wed, 21 Oct 2020 00:24:25 +0000 (01:24 +0100)]
podman: add new package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agocni-plugins: add package
Daniel Golle [Thu, 22 Oct 2020 03:57:11 +0000 (04:57 +0100)]
cni-plugins: add package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agocni: add package
Daniel Golle [Thu, 22 Oct 2020 03:02:10 +0000 (04:02 +0100)]
cni: add package

Thanks to @aparcar for help with porting this.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoconmon: new package
Daniel Golle [Tue, 20 Oct 2020 23:41:33 +0000 (00:41 +0100)]
conmon: new package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agogpgme: new package
Daniel Golle [Tue, 20 Oct 2020 18:33:11 +0000 (19:33 +0100)]
gpgme: new package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agognupg2: add package
Daniel Golle [Tue, 20 Oct 2020 18:32:58 +0000 (19:32 +0100)]
gnupg2: add package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agognupg: prepare for gnupg2
Daniel Golle [Tue, 20 Oct 2020 14:11:08 +0000 (15:11 +0100)]
gnupg: prepare for gnupg2

Use ALTERNATIVES for /usr/bin/gpg and /usr/bin/gpgv, so upcoming gnupg2
variants can be selected instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agolibassuan: new package
Daniel Golle [Tue, 20 Oct 2020 18:32:41 +0000 (19:32 +0100)]
libassuan: new package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agolibksba: new package
Daniel Golle [Tue, 20 Oct 2020 18:32:26 +0000 (19:32 +0100)]
libksba: new package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agonpth: new package
Daniel Golle [Tue, 20 Oct 2020 18:32:07 +0000 (19:32 +0100)]
npth: new package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agolibgpg-error: make gpgrt.h available for depending packages
Daniel Golle [Tue, 20 Oct 2020 18:31:07 +0000 (19:31 +0100)]
libgpg-error: make gpgrt.h available for depending packages

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agohaproxy: Update HAProxy to v2.2.5 13872/head
Christian Lachner [Sat, 7 Nov 2020 14:37:49 +0000 (15:37 +0100)]
haproxy: Update HAProxy to v2.2.5

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
4 years agolibfmt: bump to version 7.1.2 13871/head
Othmar Truniger [Sat, 7 Nov 2020 11:16:49 +0000 (12:16 +0100)]
libfmt: bump to version 7.1.2

Signed-off-by: Othmar Truniger <github@truniger.ch>
4 years agogrilo-plugins: add three plugins 13868/head
Rosen Penev [Sat, 7 Nov 2020 02:40:20 +0000 (18:40 -0800)]
grilo-plugins: add three plugins

Dependencies are available now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogrilo-plugins: add all options
Rosen Penev [Sat, 7 Nov 2020 00:14:21 +0000 (16:14 -0800)]
grilo-plugins: add all options

These options are normally set to auto. Make them explicit to try to
fix buildbot errors.

Also make several options conditional on plugins being selected.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13863 from neheb/fuse3
Rosen Penev [Fri, 6 Nov 2020 20:39:32 +0000 (12:39 -0800)]
Merge pull request #13863 from neheb/fuse3

fuse3: update to 3.10.0

4 years agoMerge pull request #13862 from neheb/motu
Rosen Penev [Fri, 6 Nov 2020 20:20:32 +0000 (12:20 -0800)]
Merge pull request #13862 from neheb/motu

motion: update to 4.3.2

4 years agoRevert "CI: add super-linter for pull requests"
Aaron Goodman [Fri, 6 Nov 2020 03:06:47 +0000 (22:06 -0500)]
Revert "CI: add super-linter for pull requests"

Initial motivation for this commit was 'Just merge and see how people like it?'
https://github.com/openwrt/packages/pull/13358#issuecomment-692309158

It seems that many contributors don't like it.
https://github.com/openwrt/packages/issues/13395

So this should be reverted until issues with the linter can be
resolved.

This reverts commit 2b5de22202dafe849bfbce3adf1488d542ba8b24.

4 years agomwan3: update version to 2.10.2 13853/head
Florian Eckert [Fri, 6 Nov 2020 09:48:21 +0000 (10:48 +0100)]
mwan3: update version to 2.10.2

Signed-off-by: Florian Eckert <fe@dev.tdt.de>