Commit Graph
18799 Commits
Author SHA1 Message Date
Hannu Nyman 97dbc515e5 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>
2020-04-04 18:12:11 +03:00
Hannu NymanandGitHub 5ab957777c Merge pull request #11763 from zhaojh329/rtty
rtty: update to 7.1.3
2020-04-04 16:00:28 +03:00
Jianhui Zhao 9bcc126c59 rtty: update to 7.1.3
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-04-04 17:38:40 +08:00
Hannu NymanandGitHub eee8b7b51a Merge pull request #11760 from jefferyto/python3-pip-symlink
python3-pip: Symlink pip3 to pip3.8
2020-04-04 08:51:44 +03:00
Rosen PenevandGitHub dce0dce227 Merge pull request #11326 from neheb/rtl
rtl_433: update to 20.02
2020-04-03 22:16:38 -07:00
Rosen Penev 1b88b5f7c2 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>
2020-04-03 22:00:01 -07:00
Jeffery To 932bfe4cf3 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>
2020-04-04 06:21:39 +08:00
Hannu NymanandGitHub 89a6c66ffc Merge pull request #11757 from zhoreeq/ygg-bump-0-3-14
yggdrasil: bump to 0.3.14
2020-04-03 22:56:52 +03:00
Dirk BrenkenandGitHub e66fadce7b Merge pull request #11758 from dibdot/adblock
adblock: release 4.0.2
2020-04-03 21:34:35 +02:00
Hannu NymanandGitHub 1460e34d95 Merge pull request #11759 from jefferyto/python2-remove-interpreter
python: Remove package
2020-04-03 22:33:28 +03:00
Jeffery To 8c7039fa7d 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>
2020-04-04 03:09:25 +08:00
Dirk Brenken a721ef6f48 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>
2020-04-03 20:33:13 +02:00
Hannu Nyman 3e46fd5f05 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>
2020-04-03 18:42:13 +03:00
George Iv 860f1a1113 yggdrasil: bump to 0.3.14
Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
2020-04-03 10:25:35 -04:00
Hannu NymanandGitHub 67542e35ec Merge pull request #11754 from gladiac1337/haproxy-2.1.4
haproxy: Update HAProxy to v2.1.4
2020-04-03 16:46:42 +03:00
Christian Lachner b5bfef4e3a 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>
2020-04-03 08:02:50 +02:00
Rosen PenevandGitHub cf44e13a5e Merge pull request #11714 from neheb/cgr
libcgroup: fix compile with newer musl
2020-04-02 16:15:59 -07:00
Rosen PenevandGitHub d8403d4827 Merge pull request #11691 from neheb/soft
softflowd: fix compilation with newer musl
2020-04-02 16:14:09 -07:00
Rosen PenevandGitHub 5b2d270fef Merge pull request #11697 from neheb/port
port-mirroring: fix compilation under newer musl
2020-04-02 16:13:30 -07:00
Rosen PenevandGitHub b6d8bcfe95 Merge pull request #11696 from neheb/mtd
mtdev: update to 1.1.6
2020-04-02 16:12:31 -07:00
Rosen PenevandGitHub 4e171fa16d Merge pull request #11710 from neheb/pdnsddd
pdns: fix compilation without deprecated OpenSSL APIs
2020-04-02 16:12:15 -07:00
Jeffery To 2e48a26b17 python: Remove package
This package will be added to the abandoned packages feed.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-03 03:26:40 +08:00
Rosen PenevandGitHub 536d1adc60 Merge pull request #11745 from zhaojh329/wifidog-ng
wifidog-ng: Update to 2.0.2
2020-04-02 11:38:39 -07:00
Jianhui Zhao 447e65c539 wifidog-ng: Update to 2.0.2
Compatible with Linux kernel 5.3 and above

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-04-03 00:12:09 +08:00
Hannu NymanandGitHub 803dd9c739 Merge pull request #11740 from jefferyto/python2-remove-libraries
python-libraries: Remove Python 2 variants/libraries
2020-04-02 14:46:58 +03:00
Hannu NymanandGitHub 8d53a5605d Merge pull request #11743 from peter-stadler/django
python3-django: update to version 3.0.5
2020-04-02 14:46:05 +03:00
Hannu NymanandGitHub 227a16ac85 Merge pull request #11742 from peter-stadler/asgiref
python3-asgiref: update version to 3.2.7
2020-04-02 14:45:56 +03:00
Hannu NymanandGitHub 913db5a390 Merge pull request #11664 from ja-pa/python-packaging-new
python-packaging: add new package
2020-04-02 14:45:36 +03:00
Jan Pavlinec 13c1efe234 python-packaging: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-02 13:08:04 +02:00
Peter Stadler fa77f4aecd python3-django: update to version 3.0.5
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-04-02 12:06:44 +02:00
Peter Stadler 24b1378084 python3-asgiref: update version to 3.2.7
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-04-02 11:59:09 +02:00
Rosen PenevandGitHub 26a24c36be Merge pull request #11705 from neheb/kism
kismet: fix compilation with libcxx
2020-04-02 01:08:54 -07:00
Rosen PenevandGitHub e0162a3fbf Merge pull request #11711 from neheb/atftpd
atftp: fix compilation with newer musl
2020-04-02 01:04:08 -07:00
Jeffery To 658b1b6758 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>
2020-04-02 14:57:30 +08:00
Jeffery To c37b15e1c4 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>
2020-04-02 14:57:30 +08:00
Rosen PenevandGitHub 3732cab3df Merge pull request #11692 from neheb/evt2
evtest: fix compilation with newer musl
2020-04-01 22:48:34 -07:00
Rosen PenevandGitHub c9783efee8 Merge pull request #11683 from neheb/gdd
libgd: update to 2.30
2020-04-01 22:46:39 -07:00
Rosen PenevandGitHub 591b3ca180 Merge pull request #11739 from nxhack/libhttp-parser_294
libhttp-parser: update to v2.9.4
2020-04-01 22:44:20 -07:00
Hirokazu MORIKAWA 00bc495c73 libhttp-parser: update to v2.9.4
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-04-02 11:59:55 +09:00
David BauerandDavid Bauer f494e37d15 jool: update to 4.0.8
Fixes issues with big-endian systems (e.g. ath79).

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-04-02 01:18:07 +02:00
Kevin Darbyshire-BryantandKevin Darbyshire-Bryant ed1e001fdf 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>
2020-04-01 22:01:59 +01:00
Michael Heimpold 6761e3c3e1 Merge branch 'mhei-update-php7-pecl-krb5' 2020-04-01 20:51:12 +02:00
Michael Heimpold 40494863b2 Merge branch 'update-php7-pecl-krb5' of git://github.com/mhei/packages into mhei-update-php7-pecl-krb5 2020-04-01 20:50:49 +02:00
Kevin Darbyshire-BryantandKevin Darbyshire-Bryant f56212538c 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>
2020-04-01 16:50:05 +01:00
Hannu NymanandGitHub 3ad79d83d7 Merge pull request #11724 from jefferyto/python2-remove-plugins
treewide: Remove Python 2 plugin/bindings/etc from non-Python packages
2020-04-01 16:24:53 +03:00
Hannu NymanandGitHub 76bd346085 Merge pull request #11728 from stangri/master-vpn-policy-routing
vpn-policy-routing: separation between auto/all proto; mwan3 compatibility; README update
2020-04-01 09:06:52 +03:00
Dirk Brenken 9d053003fd 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>
2020-04-01 05:43:56 +02:00
Stan Grishin a4c4f31636 vpn-policy-routing: separation between auto/all proto; compatibility with mwan3; README update
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-03-31 23:05:35 +00:00
Michael Heimpold 28a8afc941 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>
2020-03-31 23:49:10 +02:00
Michael Heimpold 43d903c6d2 php7-pecl-redis: update to 5.2.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-03-31 23:45:42 +02:00