Rosen Penev [Tue, 7 Apr 2020 01:59:19 +0000 (18:59 -0700)]
h2o: fix compilation without engine support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 7 Apr 2020 02:25:53 +0000 (19:25 -0700)]
Merge pull request #11761 from neheb/mpdddd
mpd: update to 0.21.22
Rosen Penev [Tue, 7 Apr 2020 00:06:54 +0000 (17:06 -0700)]
Merge pull request #11735 from ja-pa/graphicsmagic-1.3.35
graphicsmagic: update to version 1.3.35 (security fix)
Rosen Penev [Mon, 6 Apr 2020 21:08:07 +0000 (14:08 -0700)]
Merge pull request #11771 from micmac1/master-apache-2443
apache: security bump to 2.4.43
Hannu Nyman [Mon, 6 Apr 2020 14:25:47 +0000 (17:25 +0300)]
Merge pull request #11779 from commodo/pillow-bump
pillow: bump to version 7.1.1
Alexandru Ardelean [Mon, 6 Apr 2020 10:57:32 +0000 (13:57 +0300)]
pillow: bump to version 7.1.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Mon, 6 Apr 2020 13:22:43 +0000 (16:22 +0300)]
Merge pull request #11778 from jefferyto/python-cryptography-2.9
python-cryptography: Update to 2.9, remove setup patch
Hannu Nyman [Mon, 6 Apr 2020 13:22:14 +0000 (16:22 +0300)]
Merge pull request #11777 from jefferyto/python-zope-interface-5.0.2
python-zope-interface: Update to 5.0.2
Peter Wagner [Mon, 6 Apr 2020 08:18:50 +0000 (10:18 +0200)]
openssh: don't create ECDSA keys
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Mon, 6 Apr 2020 08:14:20 +0000 (11:14 +0300)]
Merge pull request #10449 from ja-pa/python-pluggy
python-pluggy: add new package
Jeffery To [Mon, 6 Apr 2020 07:54:04 +0000 (15:54 +0800)]
python-cryptography: Update to 2.9, remove setup patch
Since cffi is installed by HOST_PYTHON3_PACKAGE_BUILD_DEPENDS, it
shouldn't be necessary to clear setup_requirements anymore.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 6 Apr 2020 07:13:38 +0000 (15:13 +0800)]
python-zope-interface: Update to 5.0.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Mon, 6 Apr 2020 02:25:49 +0000 (19:25 -0700)]
libgd: fix wrong version
Upstream messed up and did not include getlib.sh, causing a wrong version
to be applied to the library.
lrwxrwxrwx 1 libgd.so -> libgd.so.VERSION
-rw-r--r-- 1 libgd.so.VERSION
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Josef Schlehofer [Mon, 6 Apr 2020 01:08:37 +0000 (03:08 +0200)]
Merge pull request #11688 from BKPepe/dnscrypt-proxy2-update
dnscrypt-proxy2: update to version 2.0.42
Sebastian Kemper [Sun, 5 Apr 2020 16:20:01 +0000 (18:20 +0200)]
apache: security bump to 2.4.43
This minor version bump fixes:
CVE-2020-1934
CVE-2020-1927
Upstream added cross-compile compatibility to apxs, so we can drop a sed
script. Upstream also added the OpenWrt layout, so we can drop our local
copy.
The OpenSSL patch to remove deprecated symbols doesn't apply anymore and
gets removed.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
tripolar [Sun, 5 Apr 2020 17:32:14 +0000 (19:32 +0200)]
Merge pull request #11770 from SibrenVasse/openssh
openssh: update to 8.2p1
Hannu Nyman [Sun, 5 Apr 2020 16:20:19 +0000 (19:20 +0300)]
nano: update to 4.9.1
Update nano editor to version 4.9.1
2020.03.31 - GNU nano 4.9.1 "Sapperdeflap"
Two bugs introduced in version 4.9 are fixed: the cursor
getting misplaced when undoing line cuts, and filtering
of the whole buffer to a new buffer not working.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sun, 5 Apr 2020 15:14:22 +0000 (18:14 +0300)]
Revert "collectd: disable nut plugin temporarily"
This reverts commit
97dbc515e59b09c069d34e9a5dea7e5efec4f077.
libgd has been been fixed to provide correct pkgconfig info,
so that nut again compiles in buildbot. Thus the nut plugin
can be re-enabled in collectd.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Sibren Vasse [Sun, 5 Apr 2020 12:05:11 +0000 (14:05 +0200)]
openssh: update to 8.2p1
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
Rosen Penev [Sun, 5 Apr 2020 06:54:30 +0000 (23:54 -0700)]
Merge pull request #11765 from neheb/gdlib
libgd: fix pkgconfig file
Rosen Penev [Sat, 4 Apr 2020 21:25:21 +0000 (14:25 -0700)]
libgd: fix pkgconfig file
The wrong paths are specified, causing failures with depending packages
that use pkgconfig.
Removed CMAKE_INSTALL as a result. No point when InstallDev is explicit.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sat, 4 Apr 2020 15:10:50 +0000 (18:10 +0300)]
collectd: disable nut plugin temporarily
Disable nut plugin for now, as nut is currently
failing to build in buildbot (maybe due to libgd),
and the nut plugin prevents compiling collectd itself.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sat, 4 Apr 2020 13:00:28 +0000 (16:00 +0300)]
Merge pull request #11763 from zhaojh329/rtty
rtty: update to 7.1.3
Jianhui Zhao [Sat, 4 Apr 2020 09:38:40 +0000 (17:38 +0800)]
rtty: update to 7.1.3
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Hannu Nyman [Sat, 4 Apr 2020 05:51:44 +0000 (08:51 +0300)]
Merge pull request #11760 from jefferyto/python3-pip-symlink
python3-pip: Symlink pip3 to pip3.8
Rosen Penev [Sat, 4 Apr 2020 05:16:38 +0000 (22:16 -0700)]
Merge pull request #11326 from neheb/rtl
rtl_433: update to 20.02
Rosen Penev [Wed, 12 Feb 2020 02:50:37 +0000 (18:50 -0800)]
rtl_433: update to 20.02
Added PKG_BUILD_PARALLEL for faster compilation.
Fixed license information.
Removed upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 3 Apr 2020 22:30:54 +0000 (15:30 -0700)]
mpd: update to 0.21.22
Removed upstreamed patches. Only the first was really needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jeffery To [Fri, 3 Apr 2020 22:21:39 +0000 (06:21 +0800)]
python3-pip: Symlink pip3 to pip3.8
Currently, python3-pip installs the same script as pip3 and pip3.8 to
usr/bin. This changes pip3 to be a symlink to pip3.8.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Fri, 3 Apr 2020 19:56:52 +0000 (22:56 +0300)]
Merge pull request #11757 from zhoreeq/ygg-bump-0-3-14
yggdrasil: bump to 0.3.14
Dirk Brenken [Fri, 3 Apr 2020 19:34:35 +0000 (21:34 +0200)]
Merge pull request #11758 from dibdot/adblock
adblock: release 4.0.2
Hannu Nyman [Fri, 3 Apr 2020 19:33:28 +0000 (22:33 +0300)]
Merge pull request #11759 from jefferyto/python2-remove-interpreter
python: Remove package
Jeffery To [Fri, 3 Apr 2020 19:09:25 +0000 (03:09 +0800)]
python: Update readme
* Replace the Python 2 pending removal notice/schedule with a brief
message about the removal
* Replace mentions of "Python & Python 3" with just "Python" (references
to the version number are kept only in cases where it is necessary)
* Update Makefile example code to use Python 3 conventions/names
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Dirk Brenken [Fri, 3 Apr 2020 18:33:13 +0000 (20:33 +0200)]
adblock: release 4.0.2
* removed 'hphosts' from sources (discontinued)
* fixed a "out of range" bug and another small issue
in the f_dnsup function
* add three new sources: 'anudeep', 'stopforumspam' and 'youtube'
* changed 'list' behaviour, the source file has now
a higher precedence than the archive file (see readme)
* update readme, added missing parameters & more
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Fri, 3 Apr 2020 15:23:58 +0000 (18:23 +0300)]
sqm-scripts: move luci-app-sqm to the LuCI feed
Move luci-app-sqm to the LuCI feed to enable
it to be translated.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
George Iv [Fri, 3 Apr 2020 14:25:35 +0000 (10:25 -0400)]
yggdrasil: bump to 0.3.14
Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
Hannu Nyman [Fri, 3 Apr 2020 13:46:42 +0000 (16:46 +0300)]
Merge pull request #11754 from gladiac1337/haproxy-2.1.4
haproxy: Update HAProxy to v2.1.4
Jan Pavlinec [Fri, 1 Nov 2019 17:36:16 +0000 (18:36 +0100)]
python-pluggy: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Christian Lachner [Fri, 3 Apr 2020 06:02:50 +0000 (08:02 +0200)]
haproxy: Update HAProxy to v2.1.4
- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.4.html)
- This fixes CVE-2020-11100 (http://git.haproxy.org/?p=haproxy-2.1.git;a=commit;h=
f17f86304f187b0f10ca6a8d46346afd9851a543)
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Rosen Penev [Thu, 2 Apr 2020 23:15:59 +0000 (16:15 -0700)]
Merge pull request #11714 from neheb/cgr
libcgroup: fix compile with newer musl
Rosen Penev [Thu, 2 Apr 2020 23:14:09 +0000 (16:14 -0700)]
Merge pull request #11691 from neheb/soft
softflowd: fix compilation with newer musl
Rosen Penev [Thu, 2 Apr 2020 23:13:30 +0000 (16:13 -0700)]
Merge pull request #11697 from neheb/port
port-mirroring: fix compilation under newer musl
Rosen Penev [Thu, 2 Apr 2020 23:12:31 +0000 (16:12 -0700)]
Merge pull request #11696 from neheb/mtd
mtdev: update to 1.1.6
Rosen Penev [Thu, 2 Apr 2020 23:12:15 +0000 (16:12 -0700)]
Merge pull request #11710 from neheb/pdnsddd
pdns: fix compilation without deprecated OpenSSL APIs
Jeffery To [Thu, 2 Apr 2020 19:26:40 +0000 (03:26 +0800)]
python: Remove package
This package will be added to the abandoned packages feed.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Thu, 2 Apr 2020 18:38:39 +0000 (11:38 -0700)]
Merge pull request #11745 from zhaojh329/wifidog-ng
wifidog-ng: Update to 2.0.2
Jianhui Zhao [Thu, 2 Apr 2020 13:28:03 +0000 (21:28 +0800)]
wifidog-ng: Update to 2.0.2
Compatible with Linux kernel 5.3 and above
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Hannu Nyman [Thu, 2 Apr 2020 11:46:58 +0000 (14:46 +0300)]
Merge pull request #11740 from jefferyto/python2-remove-libraries
python-libraries: Remove Python 2 variants/libraries
Hannu Nyman [Thu, 2 Apr 2020 11:46:05 +0000 (14:46 +0300)]
Merge pull request #11743 from peter-stadler/django
python3-django: update to version 3.0.5
Hannu Nyman [Thu, 2 Apr 2020 11:45:56 +0000 (14:45 +0300)]
Merge pull request #11742 from peter-stadler/asgiref
python3-asgiref: update version to 3.2.7
Hannu Nyman [Thu, 2 Apr 2020 11:45:36 +0000 (14:45 +0300)]
Merge pull request #11664 from ja-pa/python-packaging-new
python-packaging: add new package
Jan Pavlinec [Wed, 25 Mar 2020 12:24:07 +0000 (13:24 +0100)]
python-packaging: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Peter Stadler [Thu, 2 Apr 2020 10:06:44 +0000 (12:06 +0200)]
python3-django: update to version 3.0.5
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Peter Stadler [Thu, 2 Apr 2020 09:59:09 +0000 (11:59 +0200)]
python3-asgiref: update version to 3.2.7
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Rosen Penev [Thu, 2 Apr 2020 08:08:54 +0000 (01:08 -0700)]
Merge pull request #11705 from neheb/kism
kismet: fix compilation with libcxx
Rosen Penev [Thu, 2 Apr 2020 08:04:08 +0000 (01:04 -0700)]
Merge pull request #11711 from neheb/atftpd
atftp: fix compilation with newer musl
Jeffery To [Wed, 1 Apr 2020 14:21:16 +0000 (22:21 +0800)]
python-libraries: Remove Python 2 variants
The Python 2 variants will be added to the abandoned packages feed.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 1 Apr 2020 14:11:07 +0000 (22:11 +0800)]
python-libraries: Remove Python 2-only packages
These are either libraries that backport Python 3 features for Python 2
programs, or libraries that have not had Python 3 variants added to them
by anyone.
These packages will be added to the abandoned packages feed.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Thu, 2 Apr 2020 05:48:34 +0000 (22:48 -0700)]
Merge pull request #11692 from neheb/evt2
evtest: fix compilation with newer musl
Rosen Penev [Thu, 2 Apr 2020 05:46:39 +0000 (22:46 -0700)]
Merge pull request #11683 from neheb/gdd
libgd: update to 2.30
Rosen Penev [Thu, 2 Apr 2020 05:44:20 +0000 (22:44 -0700)]
Merge pull request #11739 from nxhack/libhttp-parser_294
libhttp-parser: update to v2.9.4
Hirokazu MORIKAWA [Thu, 2 Apr 2020 02:59:55 +0000 (11:59 +0900)]
libhttp-parser: update to v2.9.4
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
David Bauer [Tue, 31 Mar 2020 20:21:34 +0000 (22:21 +0200)]
jool: update to 4.0.8
Fixes issues with big-endian systems (e.g. ath79).
Signed-off-by: David Bauer <mail@david-bauer.net>
Kevin Darbyshire-Bryant [Tue, 31 Mar 2020 14:20:55 +0000 (15:20 +0100)]
sqm-scripts: support in & out of tree cake packages
Change dependency requirements based on kernel version. Ultimately in a
post Linux 4_14 world the differentation can be removed. In the short
term this allows post 4_14 kernels to use in-tree versions of the cake
shaper.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Michael Heimpold [Wed, 1 Apr 2020 18:51:12 +0000 (20:51 +0200)]
Merge branch 'mhei-update-php7-pecl-krb5'
Michael Heimpold [Wed, 1 Apr 2020 18:50:49 +0000 (20:50 +0200)]
Merge branch 'update-php7-pecl-krb5' of git://github.com/mhei/packages into mhei-update-php7-pecl-krb5
Kevin Darbyshire-Bryant [Wed, 1 Apr 2020 15:38:27 +0000 (16:38 +0100)]
jansson: drop jansson
jansson is now part of openwrt core so drop it from packages feed.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Hannu Nyman [Wed, 1 Apr 2020 13:24:53 +0000 (16:24 +0300)]
Merge pull request #11724 from jefferyto/python2-remove-plugins
treewide: Remove Python 2 plugin/bindings/etc from non-Python packages
Jan Pavlinec [Wed, 1 Apr 2020 11:16:57 +0000 (13:16 +0200)]
graphicsmagic: update to version 1.3.35 (security fix)
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Hannu Nyman [Wed, 1 Apr 2020 06:06:52 +0000 (09:06 +0300)]
Merge pull request #11728 from stangri/master-vpn-policy-routing
vpn-policy-routing: separation between auto/all proto; mwan3 compatibility; README update
Dirk Brenken [Wed, 1 Apr 2020 03:43:56 +0000 (05:43 +0200)]
adblock: re-release 4.0.1
* fixed an oversight introduced in the last 3.99 pre-release series,
only relevant for "raw" mode e.g. dnscrypt-proxy users
Signed-off-by: Dirk Brenken <dev@brenken.org>
Stan Grishin [Tue, 31 Mar 2020 23:05:35 +0000 (23:05 +0000)]
vpn-policy-routing: separation between auto/all proto; compatibility with mwan3; README update
Signed-off-by: Stan Grishin <stangri@melmac.net>
Michael Heimpold [Tue, 31 Mar 2020 21:39:28 +0000 (23:39 +0200)]
php7-pecl-krb5: update to 1.1.3
Compile and run-time tested on I2SE Duckbill (mxs platform).
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Tue, 31 Mar 2020 21:37:52 +0000 (23:37 +0200)]
php7-pecl-redis: update to 5.2.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Nikos Mavrogiannopoulos [Tue, 31 Mar 2020 20:56:08 +0000 (22:56 +0200)]
gnutls: updated to 3.6.13
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Dirk Brenken [Tue, 31 Mar 2020 18:59:32 +0000 (20:59 +0200)]
Merge pull request #11723 from dibdot/adblock
adblock: update 4.0.1
Jeffery To [Tue, 31 Mar 2020 18:09:24 +0000 (02:09 +0800)]
i2c-tools: Remove Python 2 SMBus bindings package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 31 Mar 2020 18:08:50 +0000 (02:08 +0800)]
seafile-server: Remove Python 2 bindings
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 31 Mar 2020 18:08:15 +0000 (02:08 +0800)]
seafile-ccnet: Remove Python 2 bindings
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 31 Mar 2020 18:07:45 +0000 (02:07 +0800)]
freeradius3: Remove Python 2 module package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 31 Mar 2020 18:07:10 +0000 (02:07 +0800)]
libupm: Remove Python 2 library package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 31 Mar 2020 18:02:03 +0000 (02:02 +0800)]
libtalloc: Remove Python 2 host build depends
This should not be needed and was probably added by mistake.
See https://github.com/openwrt/packages/pull/9686#discussion_r371552924
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 31 Mar 2020 18:00:40 +0000 (02:00 +0800)]
libsearpc: Remove Python 2 bindings
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 31 Mar 2020 17:58:51 +0000 (01:58 +0800)]
libmraa: Remove Python 2 library package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 31 Mar 2020 17:58:03 +0000 (01:58 +0800)]
elektra: Remove Python 2 plugin package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 31 Mar 2020 17:56:02 +0000 (01:56 +0800)]
boost: Remove Python 2 library package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Dirk Brenken [Tue, 31 Mar 2020 17:05:10 +0000 (19:05 +0200)]
adblock: update 4.0.1
* fix dependency issue
* fix query timeouts in web frontend (seen with many selected lists),
now the query comes back latest after 30 seconds, to prevent any
timeouts, with all results to this point.
* add missing parameter in readme.md
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Tue, 31 Mar 2020 15:18:07 +0000 (18:18 +0300)]
Merge pull request #11722 from ja-pa/python-wcwidth-0.1.9
python-wcwidth: update to version 0.1.9
Jan Pavlinec [Tue, 31 Mar 2020 14:25:45 +0000 (16:25 +0200)]
python-wcwidth: update to version 0.1.9
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Hannu Nyman [Tue, 31 Mar 2020 13:55:31 +0000 (16:55 +0300)]
Merge pull request #11721 from jefferyto/python2-remove-programs
treewide: Remove programs that will not be updated to Python 3
Rosen Penev [Tue, 31 Mar 2020 09:58:11 +0000 (02:58 -0700)]
Merge pull request #11575 from neheb/tin
tinyproxy: fix init script
Rosen Penev [Tue, 31 Mar 2020 07:54:28 +0000 (00:54 -0700)]
Merge pull request #11712 from neheb/wssd
wsdd2: run init script through shellcheck
Rosen Penev [Tue, 31 Mar 2020 07:54:01 +0000 (00:54 -0700)]
Merge pull request #11693 from neheb/nspr
nspr: fix compilation with newer musl
Rosen Penev [Tue, 31 Mar 2020 07:53:14 +0000 (00:53 -0700)]
Merge pull request #11708 from neheb/frrrr
frr: add libatomic dependency
Jeffery To [Mon, 30 Mar 2020 19:56:45 +0000 (03:56 +0800)]
yunbridge: Remove package
This version of yunbridge will cease to function once Python 2 is
removed from the feed. It does not appear[1] that upstream will be
updated with a version that uses Python 3.
This package will be added to the abandoned packages feed.
[1]: https://github.com/arduino/YunBridge/issues/31
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 30 Mar 2020 19:51:14 +0000 (03:51 +0800)]
obfsproxy: Remove package
This version of obfsproxy will cease to function once Python 2 is
removed from the feed. Upstream has indicated[1] that this package will
not be updated to use Python 3.
This package will be added to the abandoned packages feed.
[1]: https://trac.torproject.org/projects/tor/ticket/31057
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 30 Mar 2020 19:44:22 +0000 (03:44 +0800)]
danish: Remove package
This version of danish will cease to function once Python 2 is removed
from the feed. The maintainer has indicated[1] that this package will
not be updated to use Python 3.
This package will be added to the abandoned packages feed.
[1]: https://github.com/openwrt/packages/issues/8893#issuecomment-
489312682
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 30 Mar 2020 19:20:27 +0000 (03:20 +0800)]
mailman: Remove package
This version of mailman will cease to function once Python 2 is removed
from the feed. There does not appear to be any interest in updating this
package to a current version that uses Python 3.
This package will be added to the abandoned packages feed.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Mon, 30 Mar 2020 23:46:31 +0000 (16:46 -0700)]
Merge pull request #11694 from neheb/v4l
libv4l: fix compilation with newer musl
Rosen Penev [Mon, 30 Mar 2020 21:59:06 +0000 (14:59 -0700)]
Merge pull request #11716 from 532910/prosody-scurity-fix
prosody: /etc/prosody owner fix