Luiz Angelo Daros de Luca [Tue, 31 Dec 2019 01:03:18 +0000 (22:03 -0300)]
ruby: update to 2.7.1
New subpackages (reflect of ongoing ruby gemification)
- ruby-benchmark (from ruby-debuglib)
- ruby-delegate (from ruby-misc)
- ruby-getoptlong (from ruby-misc)
- ruby-net-pop (from ruby-net)
- ruby-net-imap (from ruby-net)
- ruby-observer (from ruby-patterns, now gone)
- ruby-open3 (from ruby-misc)
- ruby-readline-ext (was ruby-readline, while ruby-readline now selects either
ruby-readline-ext or ruby-reline)
- ruby-reline (alternative to ruby-readline-ext as pure ruby)
- ruby-singleton (from ruby-patterns, now gone)
- ruby-timeout (from ruby-multithread)
Dropped subpackages:
- ruby-cmath (gone in 2.7.0)
- ruby-e2mmap (gone in 2.7.0)
- ruby-patterns (splitted into ruby-observer, ruby-singleton)
- ruby-scanf (gone in 2.7.0)
- ruby-shell (gone in 2.7.0)
- ruby-sync (gone in 2.7.0)
- ruby-thwait (gone in 2.7.0)
Ruby 2.7.0 also dropped profile.rb and profiler.rb (they were in ruby-debuglib)
Patches changes:
- Dropped patch 001_fix_isnan_isinf_finite_with_uclibc.patch (now in release)
- Added 100-musl.patch, fixing mainly coroutine implementation selection
Helper scripts changes:
- ruby_missingfiles: do not ignore ruby-dev files
- ruby_find_pkgsdeps: better detect circular dependencies
Ruby 2.7.1 fixes these security issues:
* CVE-2020-10663: Unsafe Object Creation Vulnerability in JSON (Additional fix)
* CVE-2020-10933: Heap exposure vulnerability in the socket library
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
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'
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>
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>
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
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>
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>
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>
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>
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
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>
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
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>
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
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
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
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
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
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>
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>
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>
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>
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>
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>
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
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
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>
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>
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>
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
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>
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>
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
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
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>
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
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>
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>
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
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>
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>
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>
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>
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
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>
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
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>
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 [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>
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>
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>
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 [Tue, 17 Mar 2020 23:23:27 +0000 (16:23 -0700)]
netifyd: fix compilation with libcxx
Signed-off-by: Rosen Penev <rosenp@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