1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 03:43:53 +02:00
Commit Graph

17956 Commits

Author SHA1 Message Date
Luiz Angelo Daros de Luca
0a85579e45 sane-backends: update to 1.0.29
- Migrate libusb dependency back to libsane
  (virtually all useful backends for OpenWrt would need it anyway)
- Disabled new usb-record-replay feature (avoid libxml2 dep)
- Disabled new escl backend (network-only backend are not too useful
  for OpenWrt and it requires libcurl, libnetsnmp, libavahi and libxml2)
- Workaround sane-daemon/postinst installation on Imagebuild
- Enabled backends kvs40xx and mustek_usb2 (fixed upstream)
- Fix bigendian compilation
  (https://gitlab.com/sane-project/backends/-/merge_requests/329)
- Fix missing std::round() for uclibc
  (https://gitlab.com/sane-project/backends/issues/237)
- Fixes FS#2685: coldplug was running before usblp was loaded. Now
  it grants access do usblp when a device using it is plugged.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-02-03 02:24:08 -03:00
Rosen Penev
05e23f15d9
Merge pull request #11218 from jefferyto/golang-1.13.7
golang: Update to 1.13.7, add PKG_CPE_ID to Makefile
2020-02-02 14:06:09 -08:00
Nikos Mavrogiannopoulos
76d9899379 libtasn1: updated to 4.16.0
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-02-02 22:41:40 +01:00
Nikos Mavrogiannopoulos
8512a2ab63 gnutls: updated to 3.6.12
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-02-02 22:41:20 +01:00
Jeffery To
0dc4fa6efb golang: Update to 1.13.7, add PKG_CPE_ID to Makefile
This update includes fixes for[1]:
* CVE-2020-7919 - doesn't appear to be published publicly yet
* CVE-2020-0601 - a Windows-related issue

[1]: https://github.com/golang/go/issues?q=milestone%3AGo1.13.7+label%3ACherryPickApproved

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-02-03 04:58:58 +08:00
Hannu Nyman
696f5565f8
Merge pull request #11215 from Andy2244/wsdd2-typo_fix
wsdd2: fix typos
2020-02-02 20:19:06 +02:00
Dirk Brenken
4e1cc0abaa
Merge pull request #11210 from dibdot/master
adblock: update 3.8.15
2020-02-02 15:16:19 +01:00
Dirk Brenken
6750fd003b
adblock: update 3.8.15
* remove 'reg_cz' list (abandoned)
* add 'notracking' list (provided by @rcarmo)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-02-02 15:12:41 +01:00
Andy Walsh
878402d28f wsdd2: fix typos
* fix typos (WG_PARM, reload_trigger)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-02-02 15:04:28 +01:00
Hannu Nyman
65765707e2
Merge pull request #11202 from hnyman/zip
zip: rename package to infozip to avoid name collision with tools
2020-02-02 13:33:49 +02:00
Rosen Penev
0bae57e577
Merge pull request #11182 from cotequeiroz/afalg_1.2.0-beta
afalg_engine: Update to 1.2.0-beta.1
2020-02-01 17:03:22 -08:00
Rosen Penev
f49ce6b9f8
Merge pull request #11199 from neheb/meas
measurement-kit: Fix compilation with uClibc-ng
2020-02-01 17:01:31 -08:00
Michael Heimpold
3b622a612c libzip: update to 1.6.0
Also remove upstreamed patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-02-02 00:00:16 +01:00
Hannu Nyman
07cef285bf 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
ad8c2d6099

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-02-01 10:23:16 +02:00
Olivier Poitrey
a3b028b357 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>
2020-02-01 09:57:00 +02:00
Hannu Nyman
7a7fdbc810
Merge pull request #11164 from commodo/pymysql-opt-crypt
pymysql: make python3-cryptography optional
2020-02-01 09:29:36 +02:00
Rosen Penev
a5b7a461d3
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>
2020-01-31 22:13:14 -08:00
Rosen Penev
2644bf9de6
Merge pull request #11198 from VergLsm/master
minidlna: Added support RMVB
2020-01-31 21:28:44 -08:00
Vision Lsm
5b4c2b12d3
minidlna: Added support RMVB
Signed-off-by: Vision Lsm <vision.lsm.2012@gmail.com>
2020-02-01 13:04:19 +08:00
Felix Fietkau
ed21cbf109 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>
2020-01-31 18:02:10 +01:00
Felix Fietkau
be3bcda92a 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>
2020-01-31 18:00:38 +01:00
Jianhui Zhao
34e19dbb6f rtty: update to 7.0.1
Drop the depend of libuwsc

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-01-31 16:31:09 +08:00
Rosen Penev
d56c71b1b3
Merge pull request #11185 from micmac1/apache-1-up
apache/apr/apr-util: fix some nitpicks
2020-01-30 16:31:29 -08:00
Rosen Penev
affa53fc51
Merge pull request #11183 from micmac1/master-maria-10.4.12
mariadb: bump to 10.4.12 (CVE fix)
2020-01-30 16:29:37 -08:00
Rosen Penev
c8b81b44b5
Merge pull request #11181 from peter-stadler/django-etesync-journal
python3-django-etesync-journal: update to version 1.2.0
2020-01-30 16:29:02 -08:00
Rosen Penev
d01ccd0174
Merge pull request #11180 from peter-stadler/django-asgiref
python3-asgiref: add package to fix django
2020-01-30 16:28:51 -08:00
Rosen Penev
0c1c8f03e4
Merge pull request #11178 from jefferyto/python-packages-cleanup
python-packages: Clean up Makefiles
2020-01-30 16:28:01 -08:00
Rosen Penev
3a0034bfb6
Merge pull request #11175 from jefferyto/python-fix-float-byte-order
python: Fix float byte order detection
2020-01-30 16:27:37 -08:00
Rosen Penev
635339663b
Revert "ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net"
This reverts commit 3dbdd67cf9.

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

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-30 16:23:13 -08:00
Rosen Penev
81d67a21b1
Revert "ddns-scripts: fix cloudflare.com-v4"
This reverts commit 67e2efb301.

This is totally wrong. The actual bug is in the luci app.
2020-01-30 16:20:56 -08:00
Sebastian Kemper
66bb68a7b6 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>
2020-01-30 22:03:10 +01:00
Sebastian Kemper
c24f5d258b 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>
2020-01-30 22:01:04 +01:00
Sebastian Kemper
a16b294805 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>
2020-01-30 21:53:09 +01:00
Sebastian Kemper
430ab5f9b3 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>
2020-01-30 21:50:32 +01:00
Sebastian Kemper
a4ceaec1e4 libmariadb: bump to 3.1.7
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-01-30 21:27:47 +01:00
Sebastian Kemper
4de12edd85 mariadb: security bump to 10.4.12
Fixes CVE-2020-2574.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-01-30 21:25:06 +01:00
Peter Stadler
29f288fda9 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>
2020-01-30 17:10:16 +01:00
Jeffery To
3c24a24e25 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>
2020-01-30 22:44:26 +08:00
Eneas U de Queiroz
9de9551b76
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>
2020-01-30 11:41:59 -03:00
Peter Stadler
2cbf63fda3 python3-django-etesync-journal: update to version 1.2.0
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-01-30 15:21:30 +01:00
Daniel Golle
9aeb5cfbd4 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>
2020-01-30 15:06:46 +02:00
Jeffery To
a0da5aec7f 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>
2020-01-30 18:28:49 +08:00
Rosen Penev
ab3ba9ff2b
Merge pull request #11173 from Andy2244/ksmbd-avahi
ksmbd-tools: add avahi service file package
2020-01-29 16:26:47 -08:00
Andy Walsh
36b0e0bc34 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>
2020-01-29 21:57:25 +01:00
Toke Høiland-Jørgensen
8f1399cf0c
Merge pull request #11119 from neheb/hjk
radsecproxy: update to 1.8.1
2020-01-29 17:26:30 +01:00
Alexandru Ardelean
26f8888d6b 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>
2020-01-29 09:30:59 +02:00
Hannu Nyman
fd4aa4734e
Merge pull request #11162 from eglooca/master
netifyd: Updated to v2.99
2020-01-28 23:16:45 +02:00
Darryl Sokoloski
c92bb340ab 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>
2020-01-28 13:26:48 -05:00
Hannu Nyman
9aad960ac8
Merge pull request #11093 from valdi74/update_python-curl
python-curl: update to version 7.43.0.4
2020-01-28 18:05:45 +02:00
Rosen Penev
a477d44b78
Merge pull request #11147 from micmac1/svn2
subversion: fix build failure
2020-01-28 01:51:11 -08:00