feed/packages.git
4 years agonfs-kernel-server: compile with internal rpcgen
Peter Wagner [Sat, 25 May 2019 22:47:28 +0000 (00:47 +0200)]
nfs-kernel-server: compile with internal rpcgen

Signed-off-by: Peter Wagner <tripolar@gmx.at>
4 years agoMerge pull request #9067 from jefferyto/python3-chardet-rename-script
Rosen Penev [Sat, 25 May 2019 21:21:50 +0000 (14:21 -0700)]
Merge pull request #9067 from jefferyto/python3-chardet-rename-script

python-chardet: Rename Python 3 script

4 years agoMerge pull request #8963 from neheb/tell
Rosen Penev [Sat, 25 May 2019 18:15:41 +0000 (11:15 -0700)]
Merge pull request #8963 from neheb/tell

telldus-core: Fix compilation with full NLS

4 years agoMerge pull request #9062 from dibdot/travelmate
Dirk Brenken [Fri, 24 May 2019 21:27:35 +0000 (23:27 +0200)]
Merge pull request #9062 from dibdot/travelmate

travelmate: update 1.4.7

4 years agopython-chardet: Rename Python 3 script 9067/head
Jeffery To [Fri, 24 May 2019 20:28:53 +0000 (04:28 +0800)]
python-chardet: Rename Python 3 script

The Python 2 and 3 versions of chardet both install a script with the
same name (/usr/bin/chardetect). This is the issue identified in #9006
(https://github.com/openwrt/packages/pull/9006#issuecomment-493709812).

This renames the Python 3 script to chardetect3.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython-requests-oauthlib: add python3, clean deps
Eneas U de Queiroz [Thu, 16 May 2019 14:53:59 +0000 (11:53 -0300)]
python-requests-oauthlib: add python3, clean deps

Added a python3 variant, and removed python-cryptography, and pyjwt from
the dependencies.  They are required only to run one test, that is not
even being installed.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agotravelmate: update 1.4.7 9062/head
Dirk Brenken [Fri, 24 May 2019 12:21:02 +0000 (14:21 +0200)]
travelmate: update 1.4.7

* tweak 'f_check' function
* code cleanup

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agoMerge pull request #9057 from micmac1/sqlite3-pthread-arm-endian
champtar [Fri, 24 May 2019 06:35:59 +0000 (08:35 +0200)]
Merge pull request #9057 from micmac1/sqlite3-pthread-arm-endian

sqlite3: libpthread change + arm endian fix

4 years agoMerge pull request #9041 from neheb/sla
Rosen Penev [Fri, 24 May 2019 06:23:29 +0000 (23:23 -0700)]
Merge pull request #9041 from neheb/sla

slang2: Add support for full NLS compilation

4 years agoMerge pull request #8677 from lucize/libdrm
Rosen Penev [Thu, 23 May 2019 23:19:22 +0000 (16:19 -0700)]
Merge pull request #8677 from lucize/libdrm

libdrm: update and put me as a maintainer

4 years agoMerge pull request #8678 from lucize/libpciaccess
Rosen Penev [Thu, 23 May 2019 23:18:43 +0000 (16:18 -0700)]
Merge pull request #8678 from lucize/libpciaccess

libpciaccess: add package

4 years agoslang2: Add support for full NLS compilation 9041/head
Rosen Penev [Mon, 20 May 2019 23:57:46 +0000 (16:57 -0700)]
slang2: Add support for full NLS compilation

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9052 from cotequeiroz/seafile-bump
Rosen Penev [Thu, 23 May 2019 20:02:44 +0000 (13:02 -0700)]
Merge pull request #9052 from cotequeiroz/seafile-bump

seafile-server: release bump due to libevhtp bump

4 years agosqlite3: fix arm endian issue 9057/head
Sebastian Kemper [Thu, 23 May 2019 18:03:00 +0000 (20:03 +0200)]
sqlite3: fix arm endian issue

Forum user portuquesa raised a topic (see [1]) about being unable to use
Asterisk on his armeb xscale device. We narrowed it down to sqlite3.
Asterisk was unable to insert a simple table into its db.

In short, sqlite3 assumes little endian for every ARM device. This
worked OK for 4 Byte bit (unaligned) access. But once upstream (back in
2015) added a function which accesses 2 Bytes (see [2]) this failed for
some (if not all) ARM big endian devices. ARM CPUs are bi-endian for 4
Byte reads but not for 2 Byte reads.

This patch fixes the problem by setting the endianness adequately for
ARM targets, for both 32 bit and 64 bit varieties. The patch was applied
upstream (see [3]).

[1] https://forum.openwrt.org/t/solved-asterisk13-or-15-sqlite3-database-problem/36856
[2] https://github.com/sqlite/sqlite/commit/329428e2088aabb1db2dc6e48108b76551405a8e
[3] https://www.sqlite.org/src/info/b7aad929619f7043

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agosqlite3: always build a thread-safe library
Sebastian Kemper [Thu, 23 May 2019 17:55:43 +0000 (19:55 +0200)]
sqlite3: always build a thread-safe library

Pull request #9033 showed that there are problems with builds where
thread-safe mode is disabled. The binaries still reference functions
from libpthread. This commit removes the thread-safe choice for now.
Once this is addressed upstream the choice can be added back.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoACME: Remove dependency on luci-lib-ipkg
Toke Høiland-Jørgensen [Thu, 23 May 2019 14:46:29 +0000 (16:46 +0200)]
ACME: Remove dependency on luci-lib-ipkg

Instead, use @jow-'s suggestion of just checking for the presence of the
executables to find the installed web servers.

Fixes #8529.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
4 years agoMerge pull request #9053 from neheb/mr2
Rosen Penev [Thu, 23 May 2019 00:34:43 +0000 (17:34 -0700)]
Merge pull request #9053 from neheb/mr2

libmraa: Fix faulty depends

4 years agolibmraa: Fix faulty depends 9053/head
Rosen Penev [Thu, 23 May 2019 00:20:13 +0000 (17:20 -0700)]
libmraa: Fix faulty depends

@ppc is actually @powerpc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9042 from neheb/new
Rosen Penev [Wed, 22 May 2019 20:58:56 +0000 (13:58 -0700)]
Merge pull request #9042 from neheb/new

newt: Fix compilation with full NLS

4 years agoMerge pull request #9031 from James-TR/dnsdist
Rosen Penev [Wed, 22 May 2019 17:20:00 +0000 (10:20 -0700)]
Merge pull request #9031 from James-TR/dnsdist

dnsdist: add package

4 years agoseafile-server: release bump due to libevhtp bump 9052/head
Eneas U de Queiroz [Wed, 22 May 2019 12:10:25 +0000 (09:10 -0300)]
seafile-server: release bump due to libevhtp bump

Libevhtp is building a static library, used by seafile-server.
Every time the libevhtp binary changes, seafile-server needs a release
bump.
Leave a note in the libevhtp Makefile, as a reminder.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agoMerge pull request #9050 from nxhack/mg_fix_arc_build
Rosen Penev [Wed, 22 May 2019 08:53:57 +0000 (01:53 -0700)]
Merge pull request #9050 from nxhack/mg_fix_arc_build

mg: fix arc build fail

4 years agoMerge pull request #9049 from neheb/urc
Rosen Penev [Wed, 22 May 2019 08:52:46 +0000 (01:52 -0700)]
Merge pull request #9049 from neheb/urc

liburcu: Do not build on ARC

4 years agomg: fix arc build fail 9050/head
Hirokazu MORIKAWA [Wed, 22 May 2019 06:26:57 +0000 (15:26 +0900)]
mg: fix arc build fail

fix arc (uClibc) build fail

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agoliburcu: Do not build on ARC 9049/head
Rosen Penev [Wed, 22 May 2019 00:22:06 +0000 (17:22 -0700)]
liburcu: Do not build on ARC

Not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9047 from cotequeiroz/python-license
Rosen Penev [Wed, 22 May 2019 00:14:44 +0000 (17:14 -0700)]
Merge pull request #9047 from cotequeiroz/python-license

python-{pip,setuptools}: add LICENSE, CPE information

4 years agonewt: Fix compilation with full NLS 9042/head
Rosen Penev [Tue, 21 May 2019 00:44:54 +0000 (17:44 -0700)]
newt: Fix compilation with full NLS

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9048 from ldir-EDB0/luajit
Rosen Penev [Tue, 21 May 2019 20:16:16 +0000 (13:16 -0700)]
Merge pull request #9048 from ldir-EDB0/luajit

luajit: permit building on macos host

4 years agoxtables-addons: pass correct flags to compile and install
Sébastien Blin [Sat, 2 Mar 2019 15:31:22 +0000 (10:31 -0500)]
xtables-addons: pass correct flags to compile and install

The Makefile currently redefine the Compile and Install functions.
This is not working when using an external toolchain because some
flags are not interpreted, like CROSS_COMPILE. It is possible to
override the MAKE_FLAGS and MAKE_INSTALL_FLAGS instead.

Signed-off-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
4 years agopython-python3-pip: add LICENSE information 9047/head
Eneas U de Queiroz [Tue, 21 May 2019 13:13:21 +0000 (10:13 -0300)]
python-python3-pip: add LICENSE information

CVE id was left commented out as it is not handled by uscan.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agopython-python3-setuptools: add LICENSE information
Eneas U de Queiroz [Tue, 21 May 2019 13:11:03 +0000 (10:11 -0300)]
python-python3-setuptools: add LICENSE information

CVE id was left commented out as it is not handled by uscan.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agoluajit: permit building on macos host 9048/head
Kevin Darbyshire-Bryant [Tue, 21 May 2019 11:55:00 +0000 (12:55 +0100)]
luajit: permit building on macos host

luajit didn't understand completely that it was building in a cross
compiled environment for Linux target.  This would cause issues when
building under openwrt on macos.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
4 years agoopenpyxl: bump to 2.6.2, add python3, fix depends
Eneas U de Queiroz [Tue, 14 May 2019 20:05:44 +0000 (17:05 -0300)]
openpyxl: bump to 2.6.2, add python3, fix depends

The current package does not work, due to missing dependencies, so they
are being added now, along with python3 support.

This versions brings many bugfixes, and the option to use defusedxml if
available, protecting against many xml exploits.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agopython-et_xmlfile: restore & update removed package
Eneas U de Queiroz [Tue, 14 May 2019 20:02:27 +0000 (17:02 -0300)]
python-et_xmlfile: restore & update removed package

This is a dependency of the openpyxl package.

The package Makefile was reworked, and a python3 variant was added.
Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agopython-jdcal: restore & update removed package
Eneas U de Queiroz [Tue, 14 May 2019 19:59:33 +0000 (16:59 -0300)]
python-jdcal: restore & update removed package

This is a dependency of the openpyxl package.

The package Makefile was reworked, and a python3 variant was added.
Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agoMerge pull request #9038 from TDT-AG/pr/20190520-stunnel
Florian Eckert [Tue, 21 May 2019 09:56:41 +0000 (11:56 +0200)]
Merge pull request #9038 from TDT-AG/pr/20190520-stunnel

stunnel: update version to 5.54

4 years agostunnel: update version to 5.54 9038/head
Florian Eckert [Mon, 20 May 2019 08:35:42 +0000 (10:35 +0200)]
stunnel: update version to 5.54

Update to latest stable release 5.54
Add new options ticketKeySecret and ticketMacSecret to uci validation.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agoMerge pull request #8993 from cotequeiroz/rcssmin
Rosen Penev [Tue, 21 May 2019 08:20:09 +0000 (01:20 -0700)]
Merge pull request #8993 from cotequeiroz/rcssmin

python-rcssmin: restore & update removed package, add depend to django-compressor

4 years agoMerge pull request #9016 from nxhack/mg_for_emacsian
Rosen Penev [Tue, 21 May 2019 07:48:35 +0000 (00:48 -0700)]
Merge pull request #9016 from nxhack/mg_for_emacsian

mg: add new package - microscopic emacs style editor

4 years agoMerge pull request #9040 from cotequeiroz/python-license
Rosen Penev [Tue, 21 May 2019 07:45:49 +0000 (00:45 -0700)]
Merge pull request #9040 from cotequeiroz/python-license

Python/python3: refresh license information

4 years agoMerge pull request #9039 from cotequeiroz/python_conditional
Rosen Penev [Tue, 21 May 2019 07:45:17 +0000 (00:45 -0700)]
Merge pull request #9039 from cotequeiroz/python_conditional

treewide: add PACKAGE_* DEPENDS conditionals to python packages building both variants, update README.md

4 years agoMerge pull request #9045 from nxhack/serialport_bindings
Rosen Penev [Tue, 21 May 2019 06:15:39 +0000 (23:15 -0700)]
Merge pull request #9045 from nxhack/serialport_bindings

node-serialport-bindings: add new package - fix powerpc build fail

4 years agoMerge pull request #9046 from nxhack/fix_powerpc_fail
Rosen Penev [Tue, 21 May 2019 06:15:03 +0000 (23:15 -0700)]
Merge pull request #9046 from nxhack/fix_powerpc_fail

node-serialport: fix powerpc build fail

4 years agonode-serialport: fix powerpc build fail 9046/head
Hirokazu MORIKAWA [Tue, 21 May 2019 04:58:25 +0000 (13:58 +0900)]
node-serialport: fix powerpc build fail

fix powerpc 'node-serialport' package build fail
divide node-serialport' into node-serialport' and node-serialport-bindings
node-serialport-bindings PR : https://github.com/openwrt/packages/pull/9045

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agonode-serialport-bindings: add new package - fix powerpc build fail 9045/head
Hirokazu MORIKAWA [Tue, 21 May 2019 04:50:54 +0000 (13:50 +0900)]
node-serialport-bindings: add new package - fix powerpc build fail

fix powerpc 'node-serialport' package build fail
divide node-serialport' into node-serialport' and node-serialport-bindings

powerpc termios2 issue ref: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1619446

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agopython3: refresh LICENSE information 9040/head
Eneas U de Queiroz [Mon, 20 May 2019 21:20:43 +0000 (18:20 -0300)]
python3: refresh LICENSE information

Changed PKG_LICENSE to reflect spdx license tag, and PKG_LICENSE_FILES
to include all lincense-related files applicable to the parts of the
code we are actually using to build and/or distributing.  The
Windows-only files, and the python-bundled Tools we're not using have
been left out.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agopython: refresh LICENSE information
Eneas U de Queiroz [Mon, 20 May 2019 21:14:41 +0000 (18:14 -0300)]
python: refresh LICENSE information

Changed PKG_LICENSE to reflect spdx license tag, and PKG_LICENSE_FILES
to include all lincense-related files applicable to the parts of the
code we are actually using to build and/or distributing.  The
Windows-only files, and the python-bundled Tools we're not using have
been left out.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agoMerge pull request #9037 from MikePetullo/dmapd
Rosen Penev [Mon, 20 May 2019 20:52:04 +0000 (13:52 -0700)]
Merge pull request #9037 from MikePetullo/dmapd

dmapd: update to 0.0.82

4 years agodmapd: update to 0.0.82 9037/head
W. Michael Petullo [Mon, 20 May 2019 02:34:05 +0000 (22:34 -0400)]
dmapd: update to 0.0.82

Signed-off-by: W. Michael Petullo <mike@flyn.org>
4 years agophp7: update to 7.2.18
Michael Heimpold [Mon, 20 May 2019 19:10:33 +0000 (21:10 +0200)]
php7: update to 7.2.18

Compile and run tested on mxs platform.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agotreewide: Add PACKAGE_* conds to python packages 9039/head
Eneas U de Queiroz [Mon, 20 May 2019 16:53:39 +0000 (13:53 -0300)]
treewide: Add PACKAGE_* conds to python packages

If a package builds python & python3 variants, then the respective
PACKAGE-python* conditional DEPENDS were added, since circular
dependencies should all be resolved now.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agopython: README.md: adjust recursive dep text, misc
Eneas U de Queiroz [Mon, 20 May 2019 16:49:31 +0000 (13:49 -0300)]
python: README.md: adjust recursive dep text, misc

Adding the conditionals to DEPENDS should not cause circular
dependencies any more.  This adjusts the text to point out that it used
to be a problem, and if it happens again, one should open an issue.

Also, some spotted trivial errors were fixed.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agoMerge pull request #9036 from MikePetullo/libdmapsharing
Hannu Nyman [Mon, 20 May 2019 17:39:28 +0000 (20:39 +0300)]
Merge pull request #9036 from MikePetullo/libdmapsharing

libdmapsharing: update to 3.9.7

4 years agoMerge pull request #9007 from cotequeiroz/makefile_style
Rosen Penev [Mon, 20 May 2019 16:04:01 +0000 (09:04 -0700)]
Merge pull request #9007 from cotequeiroz/makefile_style

Update Makefile style in cotequeiroz-maintained packages

4 years agodnsdist: add package 9031/head
James Taylor [Sun, 19 May 2019 14:25:20 +0000 (00:25 +1000)]
dnsdist: add package

Maintainer: me
Compile tested: armv7l, OpenWRT SDK
Run tested: armv7l  Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 -
confirmed dnsdist links correctly against dependencies and doesn't experience
errors at run-time when enabling features.

Description:
dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its goal in life is
to route traffic to the best server, delivering top performance to legitimate
users while shunting or blocking abusive traffic.

dnsdist is dynamic, its configuration language is Lua and it can be changed at
runtime, and its statistics can be queried from a console-like interface or an
HTTP API.

https://dnsdist.org/

Closes: PowerDNS/pdns#3294
Signed-off-by: James Taylor <james@jtaylor.id.au>
4 years agodjango-compressor: add missing dependencies. 8993/head
Eneas U de Queiroz [Wed, 15 May 2019 19:45:56 +0000 (16:45 -0300)]
django-compressor: add missing dependencies.

Added python-rcssmin, and django-appconfig as dependencies, and a note
in the package help text about not having a rjsmin package, so the
jsmin (javascript) filter will not work.
Adjusted the Makefile to conform to current python-package style, and to
display the package title correctly in menuconfig.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agopython-rcssmin: restore & update removed package
Eneas U de Queiroz [Wed, 15 May 2019 19:42:19 +0000 (16:42 -0300)]
python-rcssmin: restore & update removed package

This is a dependency of django-compressor.

The package Makefile was reworked, and a python3 variant was added.
Maintainer was changed to Alexandru Ardelean & Eneas U de Queiroz.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agoMerge pull request #8924 from neheb/clamb
Rosen Penev [Mon, 20 May 2019 07:53:44 +0000 (00:53 -0700)]
Merge pull request #8924 from neheb/clamb

clamav: Remove build hacks

4 years agolibdmapsharing: update to 3.9.7 9036/head
W. Michael Petullo [Mon, 20 May 2019 02:32:26 +0000 (22:32 -0400)]
libdmapsharing: update to 3.9.7

Signed-off-by: W. Michael Petullo <mike@flyn.org>
4 years agoMerge pull request #9021 from neheb/err
Rosen Penev [Sun, 19 May 2019 23:41:06 +0000 (16:41 -0700)]
Merge pull request #9021 from neheb/err

libgpg-error: Add ARC support

4 years agoMerge pull request #8862 from jefferyto/byobu
Rosen Penev [Sun, 19 May 2019 21:02:21 +0000 (14:02 -0700)]
Merge pull request #8862 from jefferyto/byobu

byobu: Add new package and dependencies

4 years agoclamav: Remove build hacks 8924/head
Rosen Penev [Wed, 1 May 2019 02:37:52 +0000 (19:37 -0700)]
clamav: Remove build hacks

Simplified the Makefile and fixes compilation with uClibc-ng. Also added
IPv6 support.

Took the time to clean up the Makefile with other useful options.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibgpg-error: Add ARC support 9021/head
Rosen Penev [Fri, 17 May 2019 21:44:30 +0000 (14:44 -0700)]
libgpg-error: Add ARC support

Patch was posted on the mailing list. Awaits inclusion looks like. Fixes
long range build failures on the platform.

Updated Mirror list. The first two seem to not work.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9027 from James-TR/patch-2
Rosen Penev [Sun, 19 May 2019 09:16:44 +0000 (02:16 -0700)]
Merge pull request #9027 from James-TR/patch-2

libfstrm: fix formality issues

4 years agolibfstrm: fix formality issues 9027/head
James Taylor [Sat, 18 May 2019 15:07:54 +0000 (01:07 +1000)]
libfstrm: fix formality issues

Maintainer: me

Correct issues with TITLE and add URL pointing to the fstrm GitHub Page. Reformat the description so it renders correctly in menuconfig.

Fixes #9022

Signed-off-by: James Taylor <james@jtaylor.id.au>
4 years agoMerge pull request #8641 from dengqf6/bind9.14
Rosen Penev [Sun, 19 May 2019 05:15:00 +0000 (22:15 -0700)]
Merge pull request #8641 from dengqf6/bind9.14

[RFC/RFT] bind: update to 9.14.2

4 years agoMerge pull request #9010 from neheb/quu
Rosen Penev [Sat, 18 May 2019 20:15:05 +0000 (13:15 -0700)]
Merge pull request #9010 from neheb/quu

quassel-irssi: Fix compilation with GCC8

4 years agopostgresql: update ot version 9.6.13
Daniel Golle [Sat, 18 May 2019 12:55:49 +0000 (14:55 +0200)]
postgresql: update ot version 9.6.13

Fixes CVE-2019-10129: Memory disclosure in partition routing
Does **NOT** fix CVE-2019-9193 which PostgreSQL doesn't consider a
security issue, see [1].

[1]: https://www.postgresql.org/about/news/1935/

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agobind: update to 9.14.2 8641/head
Deng Qingfang [Thu, 16 May 2019 15:43:51 +0000 (23:43 +0800)]
bind: update to 9.14.2

BIND now requires POSIX thread and IPv6 support to build

Add filter-AAAA plugin

Remove unrecognized options

Remove patch that no longer needed
- 002-autoconf-ar-fix.patch

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
4 years agoMerge pull request #8901 from neheb/mem
Rosen Penev [Sat, 18 May 2019 14:07:45 +0000 (07:07 -0700)]
Merge pull request #8901 from neheb/mem

memcached: Update to 1.5.14

4 years agoMerge pull request #9018 from cotequeiroz/bluez-usb
Rosen Penev [Sat, 18 May 2019 14:03:20 +0000 (07:03 -0700)]
Merge pull request #9018 from cotequeiroz/bluez-usb

bluez: install kmod-bluetooth only w/ USB_SUPPORT

4 years agoMerge pull request #9019 from BKPepe/syslog-ng
Dirk Brenken [Sat, 18 May 2019 12:33:34 +0000 (14:33 +0200)]
Merge pull request #9019 from BKPepe/syslog-ng

syslog-ng: update to version 3.21.1

4 years agomg: add new package/microscopic emacs style editor 9016/head
Hirokazu MORIKAWA [Fri, 17 May 2019 04:23:37 +0000 (13:23 +0900)]
mg: add new package/microscopic emacs style editor

For Emacsian!

You can use "Dired", which is Emacsian's favorite.
You can also use "re-search".

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agoMerge pull request #9026 from dibdot/travelmate
Dirk Brenken [Sat, 18 May 2019 12:32:17 +0000 (14:32 +0200)]
Merge pull request #9026 from dibdot/travelmate

travelmate: update 1.4.6

4 years agotravelmate: update 1.4.6 9026/head
Dirk Brenken [Sat, 18 May 2019 09:42:39 +0000 (11:42 +0200)]
travelmate: update 1.4.6

* fix connection to uplinks with special char '/' in essid
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agoMerge pull request #9024 from neheb/ath79
champtar [Sat, 18 May 2019 08:50:41 +0000 (10:50 +0200)]
Merge pull request #9024 from neheb/ath79

CircleCI: Switch to ath79 SDK

4 years agoCircleCI: Switch to ath79 SDK 9024/head
Rosen Penev [Sat, 18 May 2019 04:40:10 +0000 (21:40 -0700)]
CircleCI: Switch to ath79 SDK

The default target in OpenWrt has been switched to ath79. Match it here.
No functional difference.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agopython-qrcode: adjust Makefile style 9007/head
Eneas U de Queiroz [Thu, 16 May 2019 14:53:36 +0000 (11:53 -0300)]
python-qrcode: adjust Makefile style

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agopython-oauthlib: adjust Makefile style
Eneas U de Queiroz [Thu, 16 May 2019 14:53:03 +0000 (11:53 -0300)]
python-oauthlib: adjust Makefile style

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agopython-defusedxml: adjust Makefile style
Eneas U de Queiroz [Thu, 16 May 2019 14:52:43 +0000 (11:52 -0300)]
python-defusedxml: adjust Makefile style

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agopython-certifi: adjust Makefile style
Eneas U de Queiroz [Thu, 16 May 2019 14:51:36 +0000 (11:51 -0300)]
python-certifi: adjust Makefile style

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agopyjwt: adjust Makefile style
Eneas U de Queiroz [Thu, 16 May 2019 14:51:18 +0000 (11:51 -0300)]
pyjwt: adjust Makefile style

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agodjango-webpack-loader: adjust Makefile style
Eneas U de Queiroz [Thu, 16 May 2019 14:50:47 +0000 (11:50 -0300)]
django-webpack-loader: adjust Makefile style

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agodjango-simple-captcha: adjust Makefile style
Eneas U de Queiroz [Thu, 16 May 2019 14:50:16 +0000 (11:50 -0300)]
django-simple-captcha: adjust Makefile style

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agodjango-ranged-response: adjust Makefile style
Eneas U de Queiroz [Thu, 16 May 2019 14:49:55 +0000 (11:49 -0300)]
django-ranged-response: adjust Makefile style

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
4 years agodjango-formtools: adjust Makefile style
Eneas U de Queiroz [Thu, 16 May 2019 14:48:14 +0000 (11:48 -0300)]
django-formtools: adjust Makefile style

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agoMerge pull request #8981 from ja-pa/yara-3.10.0
Rosen Penev [Fri, 17 May 2019 23:40:52 +0000 (16:40 -0700)]
Merge pull request #8981 from ja-pa/yara-3.10.0

yara: update to version 3.10.0

5 years agoMerge pull request #8999 from neheb/lx
Rosen Penev [Fri, 17 May 2019 20:22:20 +0000 (13:22 -0700)]
Merge pull request #8999 from neheb/lx

lxc: Backport uClibc patch

5 years agoMerge pull request #9013 from nxhack/homebridge_0_4_49
Rosen Penev [Fri, 17 May 2019 20:01:22 +0000 (13:01 -0700)]
Merge pull request #9013 from nxhack/homebridge_0_4_49

node-homebridge: update to 0.4.49

5 years agoMerge pull request #9014 from nxhack/node_hid_0_7_8
Rosen Penev [Fri, 17 May 2019 20:01:12 +0000 (13:01 -0700)]
Merge pull request #9014 from nxhack/node_hid_0_7_8

node-hid: update to 0.7.8

5 years agoMerge pull request #9015 from nxhack/node_serialport_7_1_5
Rosen Penev [Fri, 17 May 2019 20:01:01 +0000 (13:01 -0700)]
Merge pull request #9015 from nxhack/node_serialport_7_1_5

node-serialport: update to 7.1.5

5 years agoMerge pull request #9011 from nxhack/swig_4.0.0
Rosen Penev [Fri, 17 May 2019 20:00:20 +0000 (13:00 -0700)]
Merge pull request #9011 from nxhack/swig_4.0.0

swig: update to 4.0.0

5 years agoMerge pull request #8900 from neheb/por
Rosen Penev [Fri, 17 May 2019 18:36:50 +0000 (11:36 -0700)]
Merge pull request #8900 from neheb/por

port-mirroring: Update to 1.4.4

5 years agobluez: install kmod-bluetooth only w/ USB_SUPPORT 9018/head
Eneas U de Queiroz [Fri, 17 May 2019 14:35:44 +0000 (11:35 -0300)]
bluez: install kmod-bluetooth only w/ USB_SUPPORT

kmod-bluetooth depends on USB_SUPPORT.  If the dependency is not
checked here, it will cause recursive dependency in python packages.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agoMerge pull request #9008 from BKPepe/python-requests
Josef Schlehofer [Fri, 17 May 2019 14:34:41 +0000 (16:34 +0200)]
Merge pull request #9008 from BKPepe/python-requests

python-requests: update to version 2.22.0

5 years agoMerge pull request #8983 from James-TR/libfstrm
Rosen Penev [Fri, 17 May 2019 04:26:35 +0000 (21:26 -0700)]
Merge pull request #8983 from James-TR/libfstrm

libfstrm: add package

5 years agolibfstrm: add package 8983/head
James Taylor [Tue, 14 May 2019 12:25:38 +0000 (22:25 +1000)]
libfstrm: add package

fstrm is an optimized C implementation of Frame Streams that includes a fast, lockless circular queue implementation and exposes library interfaces for setting up a dedicated Frame Streams I/O thread and asynchronously submitting data frames for transport from worker threads. It was originally written to facilitate the addition of high speed binary logging to DNS servers written in C using the dnstap log format.

Maintainer: me
Compile Tested: armv7l, SNAPSHOT 655fff1571 SDK
Run Tested: armv7l, Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571

Signed-off-by: James Taylor <james@jtaylor.id.au>
5 years agonode-serialport: update to 7.1.5 9015/head
Hirokazu MORIKAWA [Fri, 17 May 2019 03:56:27 +0000 (12:56 +0900)]
node-serialport: update to 7.1.5

Node.js 12 support

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
5 years agonode-hid: update to 0.7.8 9014/head
Hirokazu MORIKAWA [Fri, 17 May 2019 03:52:49 +0000 (12:52 +0900)]
node-hid: update to 0.7.8

Node.js 12 support

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
5 years agonode-homebridge: update to 0.4.49 9013/head
Hirokazu MORIKAWA [Fri, 17 May 2019 03:02:30 +0000 (12:02 +0900)]
node-homebridge: update to 0.4.49

Node.js 12 support

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>