feed/packages.git
4 years agoluaposix: use fake uname script to fix OS detection
Felix Fietkau [Fri, 31 Jan 2020 17:02:08 +0000 (18:02 +0100)]
luaposix: use fake uname script to fix OS detection

Avoid picking up the host OS for detecting the build type
Fixes build on macOS

Signed-off-by: Felix Fietkau <nbd@nbd.name>
4 years agoluarocks: fix site config for host build
Felix Fietkau [Fri, 31 Jan 2020 17:00:37 +0000 (18:00 +0100)]
luarocks: fix site config for host build

The host utility is used to build other lua modules for the target.
For that, the site config needs to specify the correct arch/system type.
Use target dependent build/staging dirs to avoid issue when switching
between targets

Signed-off-by: Felix Fietkau <nbd@nbd.name>
4 years agortty: update to 7.0.1 11191/head
Jianhui Zhao [Fri, 31 Jan 2020 08:31:09 +0000 (16:31 +0800)]
rtty: update to 7.0.1

Drop the depend of libuwsc

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
4 years agoMerge pull request #11185 from micmac1/apache-1-up
Rosen Penev [Fri, 31 Jan 2020 00:31:29 +0000 (16:31 -0800)]
Merge pull request #11185 from micmac1/apache-1-up

apache/apr/apr-util: fix some nitpicks

4 years agoMerge pull request #11183 from micmac1/master-maria-10.4.12
Rosen Penev [Fri, 31 Jan 2020 00:29:37 +0000 (16:29 -0800)]
Merge pull request #11183 from micmac1/master-maria-10.4.12

mariadb: bump to 10.4.12 (CVE fix)

4 years agoMerge pull request #11181 from peter-stadler/django-etesync-journal
Rosen Penev [Fri, 31 Jan 2020 00:29:02 +0000 (16:29 -0800)]
Merge pull request #11181 from peter-stadler/django-etesync-journal

python3-django-etesync-journal: update to version 1.2.0

4 years agoMerge pull request #11180 from peter-stadler/django-asgiref
Rosen Penev [Fri, 31 Jan 2020 00:28:51 +0000 (16:28 -0800)]
Merge pull request #11180 from peter-stadler/django-asgiref

python3-asgiref: add package to fix django

4 years agoMerge pull request #11178 from jefferyto/python-packages-cleanup
Rosen Penev [Fri, 31 Jan 2020 00:28:01 +0000 (16:28 -0800)]
Merge pull request #11178 from jefferyto/python-packages-cleanup

python-packages: Clean up Makefiles

4 years agoMerge pull request #11175 from jefferyto/python-fix-float-byte-order
Rosen Penev [Fri, 31 Jan 2020 00:27:37 +0000 (16:27 -0800)]
Merge pull request #11175 from jefferyto/python-fix-float-byte-order

python: Fix float byte order detection

4 years agoRevert "ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net"
Rosen Penev [Fri, 31 Jan 2020 00:23:13 +0000 (16:23 -0800)]
Revert "ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net"

This reverts commit 3dbdd67cf93e5f2c271e7663b35353f8c8102757.

This is totally wrong. tunnelbroker.net is completely different.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoRevert "ddns-scripts: fix cloudflare.com-v4"
Rosen Penev [Fri, 31 Jan 2020 00:20:56 +0000 (16:20 -0800)]
Revert "ddns-scripts: fix cloudflare.com-v4"

This reverts commit 67e2efb301f9e6ac9ee471d2457f08feda7fab38.

This is totally wrong. The actual bug is in the luci app.

4 years agoapache: don't install exp file 11185/head
Sebastian Kemper [Thu, 30 Jan 2020 21:03:08 +0000 (22:03 +0100)]
apache: don't install exp file

This file is meant for AIX, OpenWrt doesn't need it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoapr-util: workaround reconfigure issue
Sebastian Kemper [Thu, 30 Jan 2020 20:56:40 +0000 (21:56 +0100)]
apr-util: workaround reconfigure issue

PKG_CONFIG_DEPENDS causes a rebuild when needed. Alas the apr-util build
system doesn't always work out the way OpenWrt intends it to. This was
found by pure chance. apr-util was in build directory without any
plugins selected. Then apache got selected, causing plugins to be
selected. So PKG_CONFIG_DEPENDS caused a reconfigure and another make in
apr-util. But afterward apache couldn't find symbols related to LDAP.

To workaround this add "clean" to make targets.

No rev bump because no change for the apr-util packages.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoapr-util: clean up InstallDev
Sebastian Kemper [Thu, 30 Jan 2020 20:53:07 +0000 (21:53 +0100)]
apr-util: clean up InstallDev

This removes the ifneq in InstallDev, because the maintainers are likely
to forget to extend it when new plugins are added (this has already
occurred).

Also, this removes the la files, because OpenWrt won't allow them into
staging anyway.

No rev bump because meaningless for the apr-util packages.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoapr: don't install la files to staging
Sebastian Kemper [Thu, 30 Jan 2020 20:49:53 +0000 (21:49 +0100)]
apr: don't install la files to staging

They're deleted by OpenWrt build system anyway.

No rev bump as meaningless for apr package.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agolibmariadb: bump to 3.1.7 11183/head
Sebastian Kemper [Thu, 30 Jan 2020 20:27:44 +0000 (21:27 +0100)]
libmariadb: bump to 3.1.7

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agomariadb: security bump to 10.4.12
Sebastian Kemper [Thu, 30 Jan 2020 20:24:47 +0000 (21:24 +0100)]
mariadb: security bump to 10.4.12

Fixes CVE-2020-2574.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agopython3-asgiref: add package to fix django 11180/head
Peter Stadler [Tue, 28 Jan 2020 20:31:58 +0000 (21:31 +0100)]
python3-asgiref: add package to fix django

Django 3 has this package as dependency.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
4 years agopython-packages: Clean up Makefiles 11178/head
Jeffery To [Thu, 30 Jan 2020 14:44:26 +0000 (22:44 +0800)]
python-packages: Clean up Makefiles

* Replace $(PKG_NAME) with package name in call, define, and eval lines
* Remove extra "define" in $(call define Package/.../description)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython3-django-etesync-journal: update to version 1.2.0 11181/head
Peter Stadler [Tue, 28 Jan 2020 12:25:10 +0000 (13:25 +0100)]
python3-django-etesync-journal: update to version 1.2.0

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
4 years agopython-libmodbus: add package
Daniel Golle [Thu, 30 Jan 2020 13:05:33 +0000 (15:05 +0200)]
python-libmodbus: add package

Python Interface for libmodbus written with CFFI.
This libmodbus wrapper is compatible with Python 2 and Python 3.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agopython: Fix float byte order detection 11175/head
Jeffery To [Thu, 30 Jan 2020 10:28:49 +0000 (18:28 +0800)]
python: Fix float byte order detection

This backports patches from bpo-34585[1] to fix byte order detection of
floats.

Fixing byte order detection allows the repr() of floats to be shorter (a
feature backported to Python 2.7 from Python 3.1[2]).
sys.float_repr_style should be 'short' instead of 'legacy' on supported
platforms.

See #11134.

[1]: https://bugs.python.org/issue34585
[2]: https://docs.python.org/2.7/whatsnew/2.7.html#python-3-1-features

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #11173 from Andy2244/ksmbd-avahi
Rosen Penev [Thu, 30 Jan 2020 00:26:47 +0000 (16:26 -0800)]
Merge pull request #11173 from Andy2244/ksmbd-avahi

ksmbd-tools: add avahi service file package

4 years agoksmbd-tools: add avahi service file package 11173/head
Andy Walsh [Wed, 29 Jan 2020 20:57:25 +0000 (21:57 +0100)]
ksmbd-tools: add avahi service file package

* add avahi service file package, so linux clients can discover ksmbd shares

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoMerge pull request #11119 from neheb/hjk
Toke Høiland-Jørgensen [Wed, 29 Jan 2020 16:26:30 +0000 (17:26 +0100)]
Merge pull request #11119 from neheb/hjk

radsecproxy: update to 1.8.1

4 years agoMerge pull request #11162 from eglooca/master
Hannu Nyman [Tue, 28 Jan 2020 21:16:45 +0000 (23:16 +0200)]
Merge pull request #11162 from eglooca/master

netifyd: Updated to v2.99

4 years agoMaintainer: Darryl Sokoloski / @dsokoloski 11162/head
Darryl Sokoloski [Tue, 28 Jan 2020 18:26:48 +0000 (13:26 -0500)]
Maintainer: Darryl Sokoloski / @dsokoloski
Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master
Run tested: TP-Link Archer C2600

Change log for v2.99:

[FIX] Fixed broken JSON parsing (include missing uuid_site).
[FIX] FreeBSD: Fixed 10x support.
[FIX] OPNsense: Fixed path to xmllint.

[IMP] Switched to libtcmalloc minimal.
[IMP] Added metadata extraction from SSDP queries/responses.
[IMP] Added automatic building of bundled gperftools when enabled.
[IMP] Removed bundled packages that are no longer needed.
[IMP] Always display JSON status even when stale.
[IMP] CentOS: Added support for CentOS 8.
[IMP] CentOS: Removed support for CentOS 6.
[IMP] OPNsense: Added support for OPNsense 19x.

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
4 years agoMerge pull request #11093 from valdi74/update_python-curl
Hannu Nyman [Tue, 28 Jan 2020 16:05:45 +0000 (18:05 +0200)]
Merge pull request #11093 from valdi74/update_python-curl

python-curl: update to version 7.43.0.4

4 years agoMerge pull request #11147 from micmac1/svn2
Rosen Penev [Tue, 28 Jan 2020 09:51:11 +0000 (01:51 -0800)]
Merge pull request #11147 from micmac1/svn2

subversion: fix build failure

4 years agoddns-scripts: use HTTP for IPv6 dyndns URL
Rosen Penev [Tue, 28 Jan 2020 06:20:27 +0000 (22:20 -0800)]
ddns-scripts: use HTTP for IPv6 dyndns URL

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoddns-scripts: remove HTTPS from dyndns URL
Rosen Penev [Tue, 28 Jan 2020 06:17:26 +0000 (22:17 -0800)]
ddns-scripts: remove HTTPS from dyndns URL

HTTPS support is not provided by default.

Also fixed a mistakenly added ].

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoddns-scripts: use new DDNS URL for dyndns.org
Rosen Penev [Tue, 28 Jan 2020 05:21:13 +0000 (21:21 -0800)]
ddns-scripts: use new DDNS URL for dyndns.org

https://github.com/openwrt/packages/issues/8360

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoddns-scripts: update ddnss.de response
Rosen Penev [Tue, 28 Jan 2020 05:11:51 +0000 (21:11 -0800)]
ddns-scripts: update ddnss.de response

https://github.com/openwrt/packages/issues/8013

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoddns-scripts: fix cloudflare.com-v4
Rosen Penev [Tue, 28 Jan 2020 05:06:43 +0000 (21:06 -0800)]
ddns-scripts: fix cloudflare.com-v4

https://github.com/openwrt/packages/issues/11042

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net
Euler Alves [Wed, 8 Jan 2020 00:00:25 +0000 (21:00 -0300)]
ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net

Hurricane Electric provides a free IPv6inIPv4 tunnel. It changed its ipv4 ddns service, fully needed to keep the ipv6 tunnel up,  to the domain tunnelbroker.net. Besides, the old he.net script was bugged because it doesn't had a [USERNAME] placement but instead two [DOMAIN].  The new tunnelbroker.net update URL, still provided by Hurricane Electric, is https://[USERNAME]:[PASSWORD]@ipv4.tunnelbroker.net/nic/update?hostname=[DOMAIN]&myip=[IP] and it gets the response good or nochg

Signed-off-by: Euler Alves <euler@alves.pro.br>
(fixed-signed-off-by and prefixed)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoddns-scripts: Incremented PKG_RELEASE: fix in files/services
Euler Alves [Tue, 7 Jan 2020 23:55:56 +0000 (20:55 -0300)]
ddns-scripts: Incremented PKG_RELEASE: fix in files/services

PKG_RELEASE was incremented to 15 because of a fix in files/services

Signed-off-by: Euler Alves <euler@alves.pro.br>
(fixed-signed-off-by and prefixed)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoprometheus-node-exporter-lua: fixed small warning
Rosen Penev [Tue, 28 Jan 2020 02:55:31 +0000 (18:55 -0800)]
prometheus-node-exporter-lua: fixed small warning

This happens during compilation:

Enabling network
./etc/init.d/prometheus-node-exporter-lua: line 7: /lib/functions/network.sh: No such file or directory

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agovim: install vimdiff symlink for vim-fuller
Rosen Penev [Tue, 28 Jan 2020 02:23:29 +0000 (18:23 -0800)]
vim: install vimdiff symlink for vim-fuller

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11146 from BKPepe/libredblack
Rosen Penev [Tue, 28 Jan 2020 01:46:33 +0000 (17:46 -0800)]
Merge pull request #11146 from BKPepe/libredblack

libredblack: pass CFLAGS properly

4 years agoMerge pull request #11137 from BKPepe/sqlalchemy
Rosen Penev [Tue, 28 Jan 2020 01:46:12 +0000 (17:46 -0800)]
Merge pull request #11137 from BKPepe/sqlalchemy

python-sqlalchemy: update to version 1.3.13

4 years agoMerge pull request #11136 from zokl/javascript-obfuscator_update
Rosen Penev [Tue, 28 Jan 2020 01:46:00 +0000 (17:46 -0800)]
Merge pull request #11136 from zokl/javascript-obfuscator_update

javascript-obfuscator_update: update to 0.24.0

4 years agosubversion: fix build failure 11147/head
Sebastian Kemper [Mon, 27 Jan 2020 21:42:02 +0000 (22:42 +0100)]
subversion: fix build failure

Since commit a62c0e5 apu-1-config is no longer being stipped down with
regards to being called with "--link-libtool". Example:

 $ ./staging_dir/target-mips_24kc_musl/usr/bin/apu-1-config --link-libtool
 -L/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib -R/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib -laprutil-1
 $

Before the mentioned commit the "-R" argument was stripped off. And when the
Makefile adds this to TARGET_LDFLAGS this then ends up in the compiler test, as
an argument for the compiler, causing build failure:

checking whether the C compiler works... no
configure: error: in `/builder/shared-workdir/build/sdk/build_dir/target-arm_mpcore+vfp_musl_eabi/subversion-1.13.0':
configure: error: C compiler cannot create executables

config.log shows what's wrong:

configure:3140: x86_64-openwrt-linux-musl-gcc -Os -pipe ... <snip> ... -R/home/sk/tmp/sdk/master-x86-64/staging_dir/target-x86_64_musl/usr/lib -laprutil-1     conftest.c  >&5
x86_64-openwrt-linux-musl-gcc: error: unrecognized command line option '-R'

This commit does away with these flags, they're not needed anyway. FPIC
is also removed, because it's detrimental to the applications [1] and
unnecessary as well.

Fixes: #11139
[1] https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agolibredblack: pass CFLAGS properly 11146/head
Josef Schlehofer [Mon, 27 Jan 2020 21:44:00 +0000 (22:44 +0100)]
libredblack: pass CFLAGS properly

Fixes build with enabled ASLR PIE

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #11141 from lucize/pciutilsup
Hannu Nyman [Mon, 27 Jan 2020 20:58:46 +0000 (22:58 +0200)]
Merge pull request #11141 from lucize/pciutilsup

pciutils: update to 3.6.4

4 years agoMerge pull request #11140 from lucize/nssup
Hannu Nyman [Mon, 27 Jan 2020 20:58:12 +0000 (22:58 +0200)]
Merge pull request #11140 from lucize/nssup

nss: update to 3.49.2

4 years agopciutils: update to 3.6.4 11141/head
Lucian Cristian [Mon, 27 Jan 2020 20:19:46 +0000 (22:19 +0200)]
pciutils: update to 3.6.4

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agonss: update to 3.49.2 11140/head
Lucian Cristian [Mon, 27 Jan 2020 20:14:53 +0000 (22:14 +0200)]
nss: update to 3.49.2

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agoMerge pull request #11138 from peter-stadler/django-cors-headers
Hannu Nyman [Mon, 27 Jan 2020 15:47:22 +0000 (17:47 +0200)]
Merge pull request #11138 from peter-stadler/django-cors-headers

python3-django-cors-headers: update to version 3.2.1

4 years agopython-curl: update to version 7.43.0.4 11093/head
Waldemar Konik [Wed, 22 Jan 2020 10:38:57 +0000 (11:38 +0100)]
python-curl: update to version 7.43.0.4

+ WolfSSL support from upstream => remove 0001-Add-locking-support-to-wolfSSL.patch

PycURL changeLog:
Version 7.43.0.4 - 2020-01-15
-----------------------------------------------------------------
- Minimum supported Python 3 version is now 3.5.
- Python 2 is no longer officially supported.
- Improved thread safety of multi code.
- Added Python 3.8 support (patch by Michael Treanor).
- Fixed link order when linking statically against OpenSSL (patch by Ashley Whetter).
- Fixed Darwin detection.
- Added support for wolfSSL (patch by Eneas U de Queiroz).
- Added PROXY_SSL_VERIFYHOST (patch by Amir Rossert).

Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
Compile tested: mipsel_24kc

4 years agopython3-django-cors-headers: update to version 3.2.1 11138/head
Peter Stadler [Tue, 7 Jan 2020 10:56:53 +0000 (11:56 +0100)]
python3-django-cors-headers: update to version 3.2.1

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
4 years agopython: readme: drop from table of contents removed sections
Josef Schlehofer [Sun, 26 Jan 2020 09:20:18 +0000 (10:20 +0100)]
python: readme: drop from table of contents removed sections

Fixes: 446bc30c527e8c6d24279f21e9e4f7562f98ab67 ("python: Remove
PKG_BUILD_DIR/PKG_UNPACK sections from readme")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agopython-sqlalchemy: update to version 1.3.13 11137/head
Josef Schlehofer [Mon, 27 Jan 2020 13:23:07 +0000 (14:23 +0100)]
python-sqlalchemy: update to version 1.3.13

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agojavascript-obfuscator_update: update to 0.24.0 11136/head
Zbyněk Kocur [Mon, 27 Jan 2020 08:29:35 +0000 (09:29 +0100)]
javascript-obfuscator_update: update to 0.24.0

New version of node-javascript-obfuscator.

Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
4 years agoMerge pull request #11086 from michyprima/fix-ser2net
Rosen Penev [Mon, 27 Jan 2020 07:49:33 +0000 (23:49 -0800)]
Merge pull request #11086 from michyprima/fix-ser2net

ser2net: fix rpcd reload

4 years agoser2net: fix rpcd reload 11086/head
Michele Primavera [Tue, 21 Jan 2020 11:39:04 +0000 (12:39 +0100)]
ser2net: fix rpcd reload
ser2net did not get restarted after saving in uci or luci

Signed-off-by: Michele Primavera <primavera@elmod.it>
4 years agoMerge pull request #11097 from jempatel/python3-speedtest-cli
Rosen Penev [Sun, 26 Jan 2020 22:47:25 +0000 (14:47 -0800)]
Merge pull request #11097 from jempatel/python3-speedtest-cli

python3-speedtest-cli: a new package

4 years agoMerge pull request #11133 from micmac1/apache2-cleanup
Rosen Penev [Sun, 26 Jan 2020 22:42:27 +0000 (14:42 -0800)]
Merge pull request #11133 from micmac1/apache2-cleanup

apache: cleanup, enable LFS and rename server from httpd to apache2

4 years agoMerge pull request #11120 from neheb/h6
Rosen Penev [Sun, 26 Jan 2020 22:37:05 +0000 (14:37 -0800)]
Merge pull request #11120 from neheb/h6

nsd: update to 4.2.4

4 years agoMerge pull request #11130 from BKPepe/dnscrypt-proxy2
Rosen Penev [Sun, 26 Jan 2020 22:36:13 +0000 (14:36 -0800)]
Merge pull request #11130 from BKPepe/dnscrypt-proxy2

dnscrypt-proxy2: update to version 2.0.36

4 years agoMerge pull request #11121 from neheb/zdb
Rosen Penev [Sun, 26 Jan 2020 22:35:24 +0000 (14:35 -0800)]
Merge pull request #11121 from neheb/zdb

libzdb: update to 3.2

4 years agophp7: fix dependencies for mysqlnd (fixes #11113)
Michael Heimpold [Sun, 26 Jan 2020 20:53:14 +0000 (21:53 +0100)]
php7: fix dependencies for mysqlnd (fixes #11113)

When during the build the openssl extension is also selected, then
the mysqlnd extension depends on it, too.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agophp7: update to 7.4.2
Michael Heimpold [Sun, 26 Jan 2020 20:51:48 +0000 (21:51 +0100)]
php7: update to 7.4.2

This fixes:
  - CVE-2020-7059
  - CVE-2020-7060

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agoMerge pull request #11122 from stangri/master-https-dns-proxy
Hannu Nyman [Sun, 26 Jan 2020 20:39:07 +0000 (22:39 +0200)]
Merge pull request #11122 from stangri/master-https-dns-proxy

https-dns-proxy: fix deleting server items, configurable dnsmasq settings change

4 years agoapache: don't load session_crypto mod by default 11133/head
Sebastian Kemper [Sun, 26 Jan 2020 18:09:34 +0000 (19:09 +0100)]
apache: don't load session_crypto mod by default

In OpenWrt this module is available, but not part of the main package.
This commit disables the LoadModule directive for this module. Otherwise
following the installation of the main apache package the start of the
server would fail (due to the absence of this particular module).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoapache: rename bin from httpd to apache2
Sebastian Kemper [Sun, 26 Jan 2020 18:06:06 +0000 (19:06 +0100)]
apache: rename bin from httpd to apache2

This way there's no need to worry about overwriting another httpd binary
or symlink from another package, for example busyboxes httpd.

The init script is also renamed to apache2 for consistency.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoapr-util: clean up Makefile and remove patch
Sebastian Kemper [Sun, 26 Jan 2020 17:59:42 +0000 (18:59 +0100)]
apr-util: clean up Makefile and remove patch

- removes 001-automake-compat.patch:
  Looks like this was meant as a workaround for a libtool issue. But it
  doesn't appear to be needed anymore.

- cleans up installation defines (uses macros, cleans up sed scripts,
  removes gratuitous slashes & whitespaces)

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoapr: clean up the patches + enable LFS
Sebastian Kemper [Sun, 26 Jan 2020 17:50:04 +0000 (18:50 +0100)]
apr: clean up the patches + enable LFS

- removes 001-autoconf-compat.patch:
  Looks like this was meant as a workaround for a libtool issue. But it
  doesn't appear to be needed anymore.
- removes 101-fix_apr_time_now.patch:
  Mentioned in https://dev.openwrt.org/ticket/9287, meant as a fix, but
  issue was fixed differently in the end (by activating LFS).
- removes 201-upgrade-and-fix-1.5.1.patch:
  This is a cross-compile fix. This patch gets replaced by
  001-cross-compile.patch from buildroot project. The latter was sent
  upstream by buildroot and is in line with the patch used by OpenWrt
  for the apache package.
- adds 002-sys-param-h.patch:
  Fix PATH_MAX detection by including sys/param.h if available. Also
  from buildroot.

Additionally configure variables found in buildroot package are added.
These also enable LFS support. This was previously done (in OpenWrt) by
defining _LARGEFILE64_SOURCE in TARGET_CPPFLAGS. But the configure
variable is cleaner (and easier to follow).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoapr: clean up the Makefile
Sebastian Kemper [Sun, 26 Jan 2020 17:22:20 +0000 (18:22 +0100)]
apr: clean up the Makefile

- sort configure variables
- clean up installation defines (use macros, improve sed scripts,
  remove gratuitous slashes & whitespaces)

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoapr: add PKG_LICENSE_FILES and PKG_CPE_ID
Sebastian Kemper [Sun, 26 Jan 2020 17:07:46 +0000 (18:07 +0100)]
apr: add PKG_LICENSE_FILES and PKG_CPE_ID

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoMerge pull request #11132 from Andy2244/wsdd2-name_change_ksmbd
Hannu Nyman [Sun, 26 Jan 2020 15:57:44 +0000 (17:57 +0200)]
Merge pull request #11132 from Andy2244/wsdd2-name_change_ksmbd

wsdd2: update for renamed smbd->ksmbd

4 years agoMerge pull request #11131 from Andy2244/smbd-rename_ksmbd_update-3-1-1
Hannu Nyman [Sun, 26 Jan 2020 15:57:34 +0000 (17:57 +0200)]
Merge pull request #11131 from Andy2244/smbd-rename_ksmbd_update-3-1-1

smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools"

4 years agowsdd2: update for renamed smbd->ksmbd 11132/head
Andy Walsh [Sun, 26 Jan 2020 15:42:13 +0000 (16:42 +0100)]
wsdd2: update for renamed smbd->ksmbd

* update for renamed smbd->ksmbd

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agosmbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools" 11131/head
Andy Walsh [Sun, 26 Jan 2020 15:32:53 +0000 (16:32 +0100)]
smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools"

* rename smbd->ksmbd (upstream name change)
* ksmbd-tools: build with static glib2 (usmbd = ~90kb, smbuseradd = ~40kb)
* new etc folder location = /etc/ksmbd/smb.conf
* new database name = /etc/ksmbd/ksmbdpwd.db
* fixes "map to guest = Bad User" while userdb is also used
* fixes missing ipv6 support
* update/rename to "luci-app-ksmbd"
* remove UCI samba compatibility code for section names (ksmbd uses [share] + [globals] not [sambashare] + [global])

* ksmbd: release 3.1.1 version
* ksmbd: does not work if ipv6 module is not loaded or compiled in
* ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes
* ksmbd: release 3.1.0 version
* ksmbd: fix over 80 character warnings
* ksmbd: rename smbd-tools to ksmbd-tools in travis.yml
* ksmbd: fix password db file location in travis.yml
* ksmbd: rename smbd prefix function to ksmbd
* ksmbd: rename smbd prefix source files to ksmbd
* Revert "smbd: set connection status with SMBD_SESS_EXITING instead of direct destory"
* ksmbd: rename smbd to ksmbd in .travis.yml
* smbd: rename module name to ksmbd.ko
* smbd: set connection status with SMBD_SESS_EXITING instead of direct destory
* smbd: previous session with same user and same password should be deleted
* smbd: only use global session table in smb2 session
* smbd: add support for ipv6
* smbd: fix empty macro issue from smbd_debug
* cifsd: fix printing of file names in find_next

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agodnscrypt-proxy2: update to version 2.0.36 11130/head
Josef Schlehofer [Sun, 26 Jan 2020 13:52:10 +0000 (14:52 +0100)]
dnscrypt-proxy2: update to version 2.0.36

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #11114 from Robby-/master-freeradius3_update_3_0_20
Rosen Penev [Sun, 26 Jan 2020 11:28:32 +0000 (03:28 -0800)]
Merge pull request #11114 from Robby-/master-freeradius3_update_3_0_20

freeradius3: Update to 3.0.20

4 years agofreeradius3: Update to 3.0.20 11114/head
Robby K [Sun, 26 Jan 2020 11:10:00 +0000 (12:10 +0100)]
freeradius3: Update to 3.0.20

Latest stable release, contains security fixes for EAP-PWD (side-channel leak), logrotate settings (CVE-2019-10143) and a DoS issue due to multithreaded BN_CTX access (CVE-2019-17185).

Also refreshed patches/002-disable-session-cache-CVE-2017-9148.patch due to the following changes/commits in freeradius:
https://github.com/FreeRADIUS/freeradius-server/commit/bf1a1eda2387745bbe538998f3d2e6514f981bfd
https://github.com/FreeRADIUS/freeradius-server/commit/a3c46544b38ab46218c385d0ee197538fad5b3da

Signed-off-by: Robby K <robbyke@gmail.com>
4 years agoMerge pull request #10968 from zokl/node-javascript-obfuscator
Josef Schlehofer [Sun, 26 Jan 2020 10:58:51 +0000 (11:58 +0100)]
Merge pull request #10968 from zokl/node-javascript-obfuscator

node-javascript-obfuscator: add package

4 years agolibzdb: update to 3.2 11121/head
Rosen Penev [Sun, 26 Jan 2020 02:32:50 +0000 (18:32 -0800)]
libzdb: update to 3.2

Removed most patches. The last was upstreamed and the others can be worked
around using Makefile.

Removed inactive maintainer.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license information.

Massive reorganization of Makefile for consistency between packages.

Removed --with-sql options. These are totally broken when cross compiling.
Leaving them out works just as well.

Added cpp patch as the test needs a header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agohttps-dns-proxy: fix deleting server items, configurable dnsmasq settings change 11122/head
Stan Grishin [Sun, 26 Jan 2020 04:14:38 +0000 (21:14 -0700)]
https-dns-proxy: fix deleting server items, configurable dnsmasq settings change

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agonsd: update to 4.2.4 11120/head
Rosen Penev [Sun, 26 Jan 2020 01:54:04 +0000 (17:54 -0800)]
nsd: update to 4.2.4

Removed upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoradsecproxy: update to 1.8.1 11119/head
Rosen Penev [Sun, 26 Jan 2020 01:48:50 +0000 (17:48 -0800)]
radsecproxy: update to 1.8.1

Removed upstreamed OpenSSL patch.

Added PKG_BUILD_PARALLEL for faster compilation.

Cleaned up Makefile slightly.

Ran init script through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #10503 from LoEE/jpc/master/git-macos-cross
Rosen Penev [Sat, 25 Jan 2020 23:24:46 +0000 (15:24 -0800)]
Merge pull request #10503 from LoEE/jpc/master/git-macos-cross

git: fix cross compilation on macOS

4 years agoMerge pull request #11066 from neheb/botan
Rosen Penev [Sat, 25 Jan 2020 23:20:26 +0000 (15:20 -0800)]
Merge pull request #11066 from neheb/botan

botan: remove

4 years agoMerge pull request #11082 from neheb/lcdp
Rosen Penev [Sat, 25 Jan 2020 23:19:52 +0000 (15:19 -0800)]
Merge pull request #11082 from neheb/lcdp

lcdproc: add serdisplib dependency

4 years agoMerge pull request #11099 from nmav/tmp-libssh-checks
Rosen Penev [Sat, 25 Jan 2020 23:18:02 +0000 (15:18 -0800)]
Merge pull request #11099 from nmav/tmp-libssh-checks

libssh: simplify endianness check

4 years agoMerge pull request #9686 from yogo1212/talloc_python3
Rosen Penev [Sat, 25 Jan 2020 23:07:59 +0000 (15:07 -0800)]
Merge pull request #9686 from yogo1212/talloc_python3

WIP talloc python3/cross-compilation issues

4 years agotalloc: update to version 2.3.1 9686/head
Leon M. George [Fri, 9 Aug 2019 17:57:54 +0000 (19:57 +0200)]
talloc: update to version 2.3.1

Signed-off-by: Leon M. George <leon@georgemail.eu>
4 years agoMerge pull request #11117 from mhei/libgpiod-python-binding
Michael Heimpold [Sat, 25 Jan 2020 21:38:15 +0000 (22:38 +0100)]
Merge pull request #11117 from mhei/libgpiod-python-binding

libgpiod: add package for the Python binding (fixes #11096)

4 years agolibgpiod: add package for the Python binding (fixes #11096) 11117/head
Michael Heimpold [Sat, 25 Jan 2020 14:41:32 +0000 (15:41 +0100)]
libgpiod: add package for the Python binding (fixes #11096)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agolibssh: simplified CMAKE tests 11099/head
Nikos Mavrogiannopoulos [Thu, 23 Jan 2020 01:44:20 +0000 (02:44 +0100)]
libssh: simplified CMAKE tests

That is endianness check is provided as option, SSP and other
flags are enabled by openwrt global flags to fix issues in unsupported
systems, and unused flags were removed.

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agoMerge pull request #11115 from BKPepe/zeroconf
Hannu Nyman [Sat, 25 Jan 2020 13:32:19 +0000 (15:32 +0200)]
Merge pull request #11115 from BKPepe/zeroconf

python-zeroconf: update to version 0.24.4

4 years agopython-zeroconf: update to version 0.24.4 11115/head
Josef Schlehofer [Sat, 25 Jan 2020 09:17:00 +0000 (10:17 +0100)]
python-zeroconf: update to version 0.24.4

Update copyright

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #11058 from BKPepe/jinja2
Rosen Penev [Sat, 25 Jan 2020 07:59:15 +0000 (23:59 -0800)]
Merge pull request #11058 from BKPepe/jinja2

Jinja2: update to version 2.10.3

4 years agoMerge pull request #10669 from LLE8/add-ipfs-client
Rosen Penev [Sat, 25 Jan 2020 07:50:06 +0000 (23:50 -0800)]
Merge pull request #10669 from LLE8/add-ipfs-client

ipfs-http-client: add package

4 years agoMerge pull request #10425 from luizluca/sane-nonroot
Rosen Penev [Sat, 25 Jan 2020 07:47:27 +0000 (23:47 -0800)]
Merge pull request #10425 from luizluca/sane-nonroot

sane-backends: run (xinetd) saned as non-root

4 years agoMerge pull request #10797 from pymumu/master
Rosen Penev [Sat, 25 Jan 2020 07:45:38 +0000 (23:45 -0800)]
Merge pull request #10797 from pymumu/master

smartdns: add new package

4 years agopython3-speedtest-cli: a new package 11097/head
Jaymin Patel [Wed, 22 Jan 2020 20:50:58 +0000 (02:20 +0530)]
python3-speedtest-cli: a new package

Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
4 years agoyoutube-dl: update to version 2020.1.24
Josef Schlehofer [Thu, 23 Jan 2020 22:50:40 +0000 (23:50 +0100)]
youtube-dl: update to version 2020.1.24

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #11101 from neheb/jj2
Rosen Penev [Fri, 24 Jan 2020 02:33:28 +0000 (18:33 -0800)]
Merge pull request #11101 from neheb/jj2

modemmanager stuff: don't use autoreconf

4 years agoMerge pull request #11089 from neheb/zip
Rosen Penev [Thu, 23 Jan 2020 23:39:04 +0000 (15:39 -0800)]
Merge pull request #11089 from neheb/zip

zip: remove host build