feed/packages.git
4 years agolibtasn1: updated to 4.16.0
Nikos Mavrogiannopoulos [Sun, 2 Feb 2020 21:41:40 +0000 (22:41 +0100)]
libtasn1: updated to 4.16.0

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agognutls: updated to 3.6.12
Nikos Mavrogiannopoulos [Sun, 2 Feb 2020 21:41:20 +0000 (22:41 +0100)]
gnutls: updated to 3.6.12

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agoMerge pull request #11215 from Andy2244/wsdd2-typo_fix
Hannu Nyman [Sun, 2 Feb 2020 18:19:06 +0000 (20:19 +0200)]
Merge pull request #11215 from Andy2244/wsdd2-typo_fix

wsdd2: fix typos

4 years agoMerge pull request #11210 from dibdot/master
Dirk Brenken [Sun, 2 Feb 2020 14:16:19 +0000 (15:16 +0100)]
Merge pull request #11210 from dibdot/master

adblock: update 3.8.15

4 years agoadblock: update 3.8.15 11210/head
Dirk Brenken [Sun, 2 Feb 2020 06:49:37 +0000 (07:49 +0100)]
adblock: update 3.8.15

* remove 'reg_cz' list (abandoned)
* add 'notracking' list (provided by @rcarmo)

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agowsdd2: fix typos 11215/head
Andy Walsh [Sun, 2 Feb 2020 14:04:28 +0000 (15:04 +0100)]
wsdd2: fix typos

* fix typos (WG_PARM, reload_trigger)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoMerge pull request #11202 from hnyman/zip
Hannu Nyman [Sun, 2 Feb 2020 11:33:49 +0000 (13:33 +0200)]
Merge pull request #11202 from hnyman/zip

zip: rename package to infozip to avoid name collision with tools

4 years agoMerge pull request #11182 from cotequeiroz/afalg_1.2.0-beta
Rosen Penev [Sun, 2 Feb 2020 01:03:22 +0000 (17:03 -0800)]
Merge pull request #11182 from cotequeiroz/afalg_1.2.0-beta

afalg_engine: Update to 1.2.0-beta.1

4 years agoMerge pull request #11199 from neheb/meas
Rosen Penev [Sun, 2 Feb 2020 01:01:31 +0000 (17:01 -0800)]
Merge pull request #11199 from neheb/meas

measurement-kit: Fix compilation with uClibc-ng

4 years agolibzip: update to 1.6.0
Michael Heimpold [Sat, 1 Feb 2020 23:00:12 +0000 (00:00 +0100)]
libzip: update to 1.6.0

Also remove upstreamed patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agozip: rename package to infozip to avoid name collision with tools 11202/head
Hannu Nyman [Sat, 1 Feb 2020 08:18:54 +0000 (10:18 +0200)]
zip: rename package to infozip to avoid name collision with tools

Rename "zip" to "infozip" to avoid name collision, as the same
zip package has been introduces to the build tools as zip.
Buildbot does not like that.

Reference to #10985 and #11089 as well as
https://github.com/openwrt/openwrt/commit/ad8c2d6099a7da5192ee6e2c52a8303642271877

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
4 years agonextdns: Update to version 1.4.23
Olivier Poitrey [Sun, 12 Jan 2020 21:48:29 +0000 (13:48 -0800)]
nextdns: Update to version 1.4.23

Changelog:

* Fix OpenWRT with existing forwarder + fix dnsmasq restore issue
* Refactor service execution to better report errors
* Refactor merlin tz setup so it does not need to curl on boot
* Improve upgrade command for install.sh
* Do not mask curl error on install
* Fix timezone logging issue with Merlin
* Add support for Merlin John's fork
* Add raspbian support to installer
* Fix upgrade not reinstalling service
* Limit the aarch64 fix to merlin
* Reset DHCP DNS to self on Merlin router setup
* Fix memory issue with aarch64 based router
* Update Go version
* Allow override of detected env
* Setup timezone correctly on Merlin init script
* Don't ignore curl error on install
* Fix Asus Merlin John’s fork trust store issue
* Fix synology auto setup
* Fix report client info not enabled with setup-router option
* Add support for edgeos DHCP lease file locations
* Fix signal handling when running as a service
* Fix exit menu keyboard shortcut
* Do not fail on upgrade if uninstall failed
* Fix exit menu in installer
* Remove failing upx (for now)
* Make sure nextdns keeps running once ssh session is closed
* Add auto setup of Synology with DHCP server enabled
* Use router's DNS to discover more names
* Get A/AAAA from both answer and addition sections
* Ignore certain invalid names during discovery
* Fix activate with setup-router
* Fix serveral install issues
* Add exponential backoff to mdns probe retry
* Correctly end dhcp lease probing when discovery is cancelled
* Store DHCP/MDNS discovered addrs separately to avoid ping/pong
discovery
* Add DHCP lease support to client discovery
* Do not report mdns listen unreachable error as start will retry
* Reimplement mdns client discovery
* Fix installer GOARCH detection with arm6+
* Fix bin install on platforms needing sudo
* Correctly detect edgeos and ddwrt as routers
* Fix install.sh sudo
* Disable upx as it break many platforms
* Fix installer regression with merlin
* Fix mips64 detection
* Fix OpenWRT detection
* Fix UPX post build script
* Fix install with John's Asuswrt-Merlin fork
* Fix more DDWRT
* Fix DDWRT support
* Fix merlin service add/remove
* Use UPX to compress binaries typicially used on routers
* Revert "Remove direct dep on reflect"
* Use letters for installer menus
* Fix install script for upgrades not working if binary is running
* Do not return an error on mdns listen if at least one interface worked
* Fix installer for synology
* Fix pfSense support
* Remove the logs for each server on each connect
* Move install instructions to wiki
* Fix install.sh uid detection with merlin
* Fix install.sh for arm6+
* Add Synology init system support
* Fix install.sh
* Add a generic router setup that just changes the listen to public
* Update README
* Add auto setup support for EdgeOS
* Restore per OS install instruction in readme during installer beta
* Refactor install.sh
* Remove dep on golang.org/x/net/ipv[4|6]
* Remove direct dep on reflect
* Rewrite the zeroconf code to use dnsmessage instead miekg/dns
* Add auto setup support for DD-WRT
* Improve arch detection
* Add auto setup support for OpenWRT
* Add automatic router setup support
* Fix service
* Remove dep en seq on sysv style init scripts
* Add Entware init system support
* Report init system used on install and in UA
* Add EdgeOS support
* Reads /etc/hosts before forwarding queries to the upstream
* Fix localhost resolution with Linux arch empty /etc/hosts
* Use /etc/hosts file to resolve listen address and list on all IPs
listed
* Add support for multiple router firmware
* Fix hardened privacy disabling dual stack
* Add a config set sub command and refactor commands handling
* Add support for activate on freebsd
* Fix inverted MAC matching
* Add unit test for conf prefix match #35
* Activate uses listen address instead of static 127.0.0.1
* Improve FreeBSD integration
* Add FreeBSD support
* Fix a typo
* Use zip for windows archive

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Edited PKG_RELEASE to 1
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
4 years agoMerge pull request #11164 from commodo/pymysql-opt-crypt
Hannu Nyman [Sat, 1 Feb 2020 07:29:36 +0000 (09:29 +0200)]
Merge pull request #11164 from commodo/pymysql-opt-crypt

pymysql: make python3-cryptography optional

4 years agomeasurement-kit: Fix compilation with uClibc-ng 11199/head
Rosen Penev [Sat, 1 Feb 2020 05:58:51 +0000 (21:58 -0800)]
measurement-kit: Fix compilation with uClibc-ng

The define in the codebase is wrong. Fixed in the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11198 from VergLsm/master
Rosen Penev [Sat, 1 Feb 2020 05:28:44 +0000 (21:28 -0800)]
Merge pull request #11198 from VergLsm/master

minidlna: Added support RMVB

4 years agominidlna: Added support RMVB 11198/head
Vision Lsm [Sat, 1 Feb 2020 04:08:45 +0000 (12:08 +0800)]
minidlna: Added support RMVB

Signed-off-by: Vision Lsm <vision.lsm.2012@gmail.com>
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 agoafalg_engine: Update to 1.2.0-beta.1 11182/head
Eneas U de Queiroz [Thu, 30 Jan 2020 12:22:40 +0000 (09:22 -0300)]
afalg_engine: Update to 1.2.0-beta.1

This is a beta release that introduces a software fallback mechanism
that greatly speeds up smaller requests by fulfilling them in software,
avoiding the latency of switching to kernel-mode for small jobs.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@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 agopymysql: make python3-cryptography optional 11164/head
Alexandru Ardelean [Wed, 29 Jan 2020 07:25:10 +0000 (09:25 +0200)]
pymysql: make python3-cryptography optional

According to the installation guide [1], the support for "sha256_password"
or "caching_sha2_password" for authentication is optional.

This change makes it optional for the OpenWrt package by providing a build
option to enable it.
By default it won't be enabled, and packages can choose to enable it.

[1] https://pymysql.readthedocs.io/en/latest/user/installation.html

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
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