feed/packages.git
4 years agopython3: hide -src package until main pkg selected 11817/head
Eneas U de Queiroz [Fri, 10 Apr 2020 15:18:32 +0000 (12:18 -0300)]
python3: hide -src package until main pkg selected

This adds a 'Package/<pkg>-src/config' definition with a 'depends on
<pkg>' line, which will hide <pkg>-src unless <pkg> is selected.  This
makes the long list of python packages a bit shorter, and also indents
the src package:

<M> python3-base................................ Python 3.8 interpreter
< >   python3-base-src................. Python 3.8 interpreter (sources)

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoMerge pull request #11793 from commodo/python3-default-bin
Hannu Nyman [Wed, 8 Apr 2020 15:03:39 +0000 (18:03 +0300)]
Merge pull request #11793 from commodo/python3-default-bin

python3: symlink 'python' to '/usr/bin/python3'

4 years agopython3: symlink 'python' to '/usr/bin/python3' 11793/head
Alexandru Ardelean [Tue, 7 Apr 2020 08:08:02 +0000 (11:08 +0300)]
python3: symlink 'python' to '/usr/bin/python3'

Time to make it more official.
Running 'python' should get you an interpreter running, and that one is now
Python3.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agodnsdist: fix default SSL lib spelling
Eneas U de Queiroz [Thu, 12 Mar 2020 12:09:28 +0000 (09:09 -0300)]
dnsdist: fix default SSL lib spelling

This is cosmetic only, since openssl is the first one being defined, but
it avoids a warning in scripts/config, after upgrading to kconfig-v5.6:
tmp/.config-package.in:102839:warning: choice default symbol
'DNSDIST_OPENSSSL' is not contained in the choice

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoMerge pull request #11807 from jefferyto/seafile-7.1.3
Hannu Nyman [Wed, 8 Apr 2020 10:21:50 +0000 (13:21 +0300)]
Merge pull request #11807 from jefferyto/seafile-7.1.3

seafile-server (and related packages): Update to 7.1.3

4 years agoseafile-server: Update to 7.1.3 11807/head
Jeffery To [Tue, 7 Apr 2020 15:41:21 +0000 (23:41 +0800)]
seafile-server: Update to 7.1.3

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoseafile-seahub: Update to 7.1.3, refresh patches
Jeffery To [Tue, 7 Apr 2020 15:37:15 +0000 (23:37 +0800)]
seafile-seahub: Update to 7.1.3, refresh patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoseafile-ccnet: Update to 7.1.3
Jeffery To [Tue, 7 Apr 2020 14:53:08 +0000 (22:53 +0800)]
seafile-ccnet: Update to 7.1.3

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agolibsearpc: Update to "new" version, switch to git download method
Jeffery To [Tue, 7 Apr 2020 08:45:19 +0000 (16:45 +0800)]
libsearpc: Update to "new" version, switch to git download method

Upstream changed the v3.2.0 tag. Previously it referred to
haiwen/libsearpc@23f581b39fa4555ede80efe2729f76e6159e8b7a; now it refers
to haiwen/libsearpc@d1fd7518a20b25766ff98d6fde6e40c63626ca0d.

This changes the packaged version to the "new" v3.2.0 and switches to
using the git download method (technically the github_archive method),
since the codeload filenames of the previous and current versions are
the same but the files have different hashes.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #11804 from VolunteerComputingHelp/master
Hannu Nyman [Wed, 8 Apr 2020 05:23:06 +0000 (08:23 +0300)]
Merge pull request #11804 from VolunteerComputingHelp/master

boinc: FTBFS: avoiding unexpected dependencies

4 years agoBoinc: Avoiding unexpected dependencies 11804/head
Steffen Möller [Tue, 7 Apr 2020 22:44:31 +0000 (00:44 +0200)]
Boinc: Avoiding unexpected dependencies

In reaction to a comment by @hnyman in
https://github.com/openwrt/packages/pull/11768#issuecomment-610513948
on BOINC embracing too many libraries it finds on its build
host, the inclusion of the freetype library is now excluded
by an embracing "if" statement.

The patch is presented to BOINC upstream at
https://github.com/BOINC/boinc/pull/3578

Signed-off-by: Steffen Möller <moeller@debian.org>
4 years agoMerge pull request #11799 from dibdot/adblock
Dirk Brenken [Wed, 8 Apr 2020 05:04:31 +0000 (07:04 +0200)]
Merge pull request #11799 from dibdot/adblock

adblock: release 4.0.3

4 years agobind9: update to 9.16.1
Noah Meyerhans [Sun, 22 Mar 2020 17:09:20 +0000 (10:09 -0700)]
bind9: update to 9.16.1

Add libuv dependency

Fix optional libxml and c-json dependency handling

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
4 years agoMerge pull request #11546 from neheb/gst
Rosen Penev [Wed, 8 Apr 2020 02:52:38 +0000 (19:52 -0700)]
Merge pull request #11546 from neheb/gst

gstreamer updates to 1.16.2 and meson

4 years agoMerge pull request #11786 from neheb/v4llll
Rosen Penev [Wed, 8 Apr 2020 02:19:30 +0000 (19:19 -0700)]
Merge pull request #11786 from neheb/v4llll

libv4l: fix compilation under kernel 4.14

4 years agoMerge pull request #11774 from neheb/netif
Rosen Penev [Wed, 8 Apr 2020 02:13:51 +0000 (19:13 -0700)]
Merge pull request #11774 from neheb/netif

netifyd: fix compilation with libcxx

4 years agoMerge pull request #11789 from neheb/h2oen
Rosen Penev [Wed, 8 Apr 2020 02:12:11 +0000 (19:12 -0700)]
Merge pull request #11789 from neheb/h2oen

h2o: fix compilation without engine support

4 years agoMerge pull request #11787 from neheb/shout
Rosen Penev [Wed, 8 Apr 2020 02:06:50 +0000 (19:06 -0700)]
Merge pull request #11787 from neheb/shout

libshout: don't use usleep

4 years agogst1-libav: update to 1.16.2 11546/head
Rosen Penev [Wed, 8 Apr 2020 02:05:26 +0000 (19:05 -0700)]
gst1-libav: update to 1.16.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogst1-plugins-ugly: update to 1.16.2
Rosen Penev [Tue, 10 Mar 2020 04:20:22 +0000 (21:20 -0700)]
gst1-plugins-ugly: update to 1.16.2

Switched to meson.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogst1-plugins-bad: update to 1.16.2
Rosen Penev [Tue, 10 Mar 2020 04:07:44 +0000 (21:07 -0700)]
gst1-plugins-bad: update to 1.16.2

Switched to meson.

Fixed license information.

Several Makefile cleanups for consistency between packages.

Enabled and added packages for a bunch of plugins.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogst1-plugins-good: update to 1.16.2
Rosen Penev [Tue, 10 Mar 2020 02:42:35 +0000 (19:42 -0700)]
gst1-plugins-good: update to 1.16.2

Switch to meson.

No more static libraries as meson makes you choose.

Enabled speex and shout2 as the libraries are available.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogst1-plugins-base: update to 1.16.2
Rosen Penev [Tue, 10 Mar 2020 00:29:34 +0000 (17:29 -0700)]
gst1-plugins-base: update to 1.16.2

Switched to meson.

Fixed license information.

No more static libraries as meson makes you choose.

Added several CONFIG_DEPENDS entries.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogstreamer1: update to 1.16.2
Rosen Penev [Mon, 9 Mar 2020 23:17:31 +0000 (16:17 -0700)]
gstreamer1: update to 1.16.2

Switched to meson.

Fixed license information.

Rearranged some stuff for consistency between packages.

Removed static libraries. It seems meson only supports either one or the
other.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11785 from neheb/upnppp
Rosen Penev [Wed, 8 Apr 2020 01:56:07 +0000 (18:56 -0700)]
Merge pull request #11785 from neheb/upnppp

libupnp: do not use usleep

4 years agoMerge pull request #11801 from stangri/master-simple-adblock
Rosen Penev [Wed, 8 Apr 2020 01:39:25 +0000 (18:39 -0700)]
Merge pull request #11801 from stangri/master-simple-adblock

simple-adblock: bugfixes: remove escape chars from log, restore from cache on boot

4 years agosimple-adblock: bugfixes: remove escape chars from log, restore from cache on boot 11801/head
Stan Grishin [Tue, 7 Apr 2020 21:55:22 +0000 (21:55 +0000)]
simple-adblock: bugfixes: remove escape chars from log, restore from cache on boot

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoadblock: release 4.0.3 11799/head
Dirk Brenken [Tue, 7 Apr 2020 19:48:09 +0000 (21:48 +0200)]
adblock: release 4.0.3

* add 'wally3k' and 'reg_vn' sources, change 'reg_pl' source
* update readme
* small fixes & cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agobind: use json-c instead of jsoncpp
Rosen Penev [Tue, 7 Apr 2020 01:31:14 +0000 (18:31 -0700)]
bind: use json-c instead of jsoncpp

The configure script prefers the latter whereas the code prefers the
latter. Hack around it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11797 from commodo/drop-flup
Hannu Nyman [Tue, 7 Apr 2020 17:09:44 +0000 (20:09 +0300)]
Merge pull request #11797 from commodo/drop-flup

lang: python: flup: drop package

4 years agolang: python: flup: drop package 11797/head
Alexandru Ardelean [Tue, 7 Apr 2020 15:12:58 +0000 (18:12 +0300)]
lang: python: flup: drop package

Was mostly required for Seafile.
Now it isn't.
It's also pretty ancient.
   https://www.saddi.com/software/flup/

Page was last updated in 2005.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agonano: update to 4.9.2
Hannu Nyman [Tue, 7 Apr 2020 15:05:11 +0000 (18:05 +0300)]
nano: update to 4.9.2

Update nano editor to version 4.9.2

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
4 years agoMerge pull request #11744 from ja-pa/pytest-new
Hannu Nyman [Tue, 7 Apr 2020 14:23:11 +0000 (17:23 +0300)]
Merge pull request #11744 from ja-pa/pytest-new

python-pytest: add new package

4 years agoMerge pull request #11794 from TDT-AG/pr/20200407-acme
Toke Høiland-Jørgensen [Tue, 7 Apr 2020 12:12:56 +0000 (14:12 +0200)]
Merge pull request #11794 from TDT-AG/pr/20200407-acme

acme: fix luci-app-acme dependency limitations

4 years agoacme: fix luci-app-acme dependency limitations 11794/head
Florian Eckert [Fri, 3 Apr 2020 12:53:19 +0000 (14:53 +0200)]
acme: fix luci-app-acme dependency limitations

This commit fix circle dependency.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agoMerge pull request #11782 from gfrancesco/master
Rosen Penev [Tue, 7 Apr 2020 11:16:56 +0000 (04:16 -0700)]
Merge pull request #11782 from gfrancesco/master

transmission: add init file STOP directive

4 years agotransmission: add init file STOP directive 11782/head
Francesco G [Mon, 6 Apr 2020 21:12:26 +0000 (23:12 +0200)]
transmission: add init file STOP directive

Transmission should stop early on system shutdown to avoid
for example fstab unmount disks when transmission is writing.

Signed-off-by: Francesco G <gfrancesco@users.noreply.github.com>
4 years agopython-pytest: add new package 11744/head
Jan Pavlinec [Fri, 27 Mar 2020 09:10:34 +0000 (10:10 +0100)]
python-pytest: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #11792 from commodo/gunicorn-update
Hannu Nyman [Tue, 7 Apr 2020 08:50:34 +0000 (11:50 +0300)]
Merge pull request #11792 from commodo/gunicorn-update

gunicorn: bump to version 20.0.4

4 years agogunicorn: bump to version 20.0.4 11792/head
Alexandru Ardelean [Mon, 18 Nov 2019 14:33:20 +0000 (16:33 +0200)]
gunicorn: bump to version 20.0.4

This change bumps gunicorn to version 20.0.4.
It also installs the binary for gunicorn without any suffix, via symlink.
And remove gunicorn_paster; that was removed from the package and moved
into the gunicorn library.
Also, now we need to use the full python3-setuptools package for the
gunicorn executable, as it won't start without it.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agomeson: update to version 0.54.0
Josef Schlehofer [Mon, 6 Apr 2020 19:54:13 +0000 (21:54 +0200)]
meson: update to version 0.54.0

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoboinc: new package for distributed computing/data acquisition
Christian Dreihsig [Sun, 5 Apr 2020 07:34:03 +0000 (09:34 +0200)]
boinc: new package for distributed computing/data acquisition

Compile tested: x86_64, OpenWrt master
Run tested: arm/mvebu

Signed-off-by: Christian Dreihsig <christian.dreihsig@t-online.de>
4 years agopython-yaml: update to version 5.3.1
Josef Schlehofer [Mon, 6 Apr 2020 21:59:14 +0000 (23:59 +0200)]
python-yaml: update to version 5.3.1

Fixes CVE-2020-1747

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #11791 from commodo/fix-typo-py3-package
Hannu Nyman [Tue, 7 Apr 2020 07:15:17 +0000 (10:15 +0300)]
Merge pull request #11791 from commodo/fix-typo-py3-package

python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> PYTHON3_PKG_SETUP_GLOBAL_ARGS

4 years agopython3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> PYTHON3_PKG_SETUP_GLOBA... 11791/head
Alexandru Ardelean [Tue, 7 Apr 2020 07:06:27 +0000 (10:06 +0300)]
python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> PYTHON3_PKG_SETUP_GLOBAL_ARGS

This fixes a typo with the default PYTHON3_PKG_SETUP_GLOBAL_ARGS.
Since in make context non-defined variables are empty anyway, this doesn't
produce any issues. The fix is more semantic in nature.

Fixes https://github.com/openwrt/packages/issues/11790

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agoMerge pull request #11748 from flyn-org/quota
Rosen Penev [Tue, 7 Apr 2020 03:31:17 +0000 (20:31 -0700)]
Merge pull request #11748 from flyn-org/quota

quota: add new package

4 years agoquota: add new package 11748/head
W. Michael Petullo [Thu, 2 Apr 2020 21:00:23 +0000 (16:00 -0500)]
quota: add new package

Signed-off-by: W. Michael Petullo <mike@flyn.org>
4 years agoh2o: fix compilation without engine support 11789/head
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>
4 years agolibshout: don't use usleep 11787/head
Rosen Penev [Mon, 6 Apr 2020 02:57:53 +0000 (19:57 -0700)]
libshout: don't use usleep

usleep is deprecated and optionally unavailable with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibv4l: fix compilation under kernel 4.14 11786/head
Rosen Penev [Mon, 6 Apr 2020 02:53:24 +0000 (19:53 -0700)]
libv4l: fix compilation under kernel 4.14

The last patch used a macro unavailable with older kernel headers.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibupnp: do not use usleep 11785/head
Rosen Penev [Mon, 6 Apr 2020 02:50:35 +0000 (19:50 -0700)]
libupnp: do not use usleep

Deprecated and optionally unavailable under uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11761 from neheb/mpdddd
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

4 years agoMerge pull request #11735 from ja-pa/graphicsmagic-1.3.35
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)

4 years agoMerge pull request #11771 from micmac1/master-apache-2443
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

4 years agoMerge pull request #11779 from commodo/pillow-bump
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

4 years agopillow: bump to version 7.1.1 11779/head
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>
4 years agoMerge pull request #11778 from jefferyto/python-cryptography-2.9
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

4 years agoMerge pull request #11777 from jefferyto/python-zope-interface-5.0.2
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

4 years agoopenssh: don't create ECDSA keys
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>
4 years agoMerge pull request #10449 from ja-pa/python-pluggy
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

4 years agopython-cryptography: Update to 2.9, remove setup patch 11778/head
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>
4 years agopython-zope-interface: Update to 5.0.2 11777/head
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>
4 years agonetifyd: fix compilation with libcxx 11774/head
Rosen Penev [Tue, 17 Mar 2020 23:23:27 +0000 (16:23 -0700)]
netifyd: fix compilation with libcxx

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibgd: fix wrong version
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>
4 years agoMerge pull request #11688 from BKPepe/dnscrypt-proxy2-update
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

4 years agoapache: security bump to 2.4.43 11771/head
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>
4 years agoMerge pull request #11770 from SibrenVasse/openssh
tripolar [Sun, 5 Apr 2020 17:32:14 +0000 (19:32 +0200)]
Merge pull request #11770 from SibrenVasse/openssh

openssh: update to 8.2p1

4 years agonano: update to 4.9.1
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>
4 years agoRevert "collectd: disable nut plugin temporarily"
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>
4 years agoopenssh: update to 8.2p1 11770/head
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>
4 years agoMerge pull request #11765 from neheb/gdlib
Rosen Penev [Sun, 5 Apr 2020 06:54:30 +0000 (23:54 -0700)]
Merge pull request #11765 from neheb/gdlib

libgd: fix pkgconfig file

4 years agolibgd: fix pkgconfig file 11765/head
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>
4 years agocollectd: disable nut plugin temporarily
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>
4 years agoMerge pull request #11763 from zhaojh329/rtty
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

4 years agortty: update to 7.1.3 11763/head
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>
4 years agoMerge pull request #11760 from jefferyto/python3-pip-symlink
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

4 years agoMerge pull request #11326 from neheb/rtl
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

4 years agortl_433: update to 20.02 11326/head
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>
4 years agompd: update to 0.21.22 11761/head
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>
4 years agopython3-pip: Symlink pip3 to pip3.8 11760/head
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>
4 years agoMerge pull request #11757 from zhoreeq/ygg-bump-0-3-14
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

4 years agoMerge pull request #11758 from dibdot/adblock
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

4 years agoMerge pull request #11759 from jefferyto/python2-remove-interpreter
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

4 years agopython: Update readme 11759/head
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>
4 years agoadblock: release 4.0.2 11758/head
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>
4 years agosqm-scripts: move luci-app-sqm to the LuCI feed
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>
4 years agoyggdrasil: bump to 0.3.14 11757/head
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>
4 years agoMerge pull request #11754 from gladiac1337/haproxy-2.1.4
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

4 years agopython-pluggy: add new package 10449/head
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>
4 years agohaproxy: Update HAProxy to v2.1.4 11754/head
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>
4 years agoMerge pull request #11714 from neheb/cgr
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

4 years agoMerge pull request #11691 from neheb/soft
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

4 years agoMerge pull request #11697 from neheb/port
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

4 years agoMerge pull request #11696 from neheb/mtd
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

4 years agoMerge pull request #11710 from neheb/pdnsddd
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

4 years agopython: Remove package
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>
4 years agoMerge pull request #11745 from zhaojh329/wifidog-ng
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

4 years agowifidog-ng: Update to 2.0.2 11745/head
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>
4 years agoMerge pull request #11740 from jefferyto/python2-remove-libraries
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

4 years agoMerge pull request #11743 from peter-stadler/django
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