aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | javascript-obfuscator: update to 0.27.2Zbyněk Kocur2020-03-30
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New version of node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* / / / / / / / / / miniupnpd: fix sh syntax errorKevin Darbyshire-Bryant2020-03-30
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "use_stun" default to prevent sh: out of range error introduced by c61614a84 Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | | nft-qos: swap dependency orderKevin Darbyshire-Bryant2020-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for generating nftables-no/json variants, swap dependency order to prevent following recursive dependency warnings: tmp/.config-package.in:73879:error: recursive dependency detected! For a resolution refer to Documentation/kbuild/kconfig-language.txt subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:73879: symbol PACKAGE_luci-app-nft-qos depends on PACKAGE_luci-app-nft-qos tmp/.config-package.in:854:error: recursive dependency detected! For a resolution refer to Documentation/kbuild/kconfig-language.txt subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:854: symbol PACKAGE_nft-qos depends on PACKAGE_nft-qos Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | | strongswan: move ipsec.* to strongswan-ipsecStijn Tintel2020-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building with strongswan-ipsec disabled, strongswan fails to build because the ipsec.conf file does not exist. Fix this by moving the ipsec.* files and directories to the strongswan-ipsec package. Closes #10879 while keeping ipsec.conf to avoid breaking existing setups, as opposed to #11709. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | bonding: proto notify error definitionsFlorian Eckert2020-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix proto_notify_error usage. In this function only a definition shall be returned, which will later appear in the ubus status output of the interface and not a whole string. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | Merge pull request #11707 from neheb/zerrRosen Penev2020-03-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | zerotier: fix compilation with newer musl
| * | | | | | | | | zerotier: fix compilation with newer muslRosen Penev2020-03-29
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | musl 1.2.0 gets rid of this syscall. Just call the function directly. It's easier. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #11598 from neheb/xslJiri Slachta2020-03-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libxslt: update to 1.1.34
| * | | | | | | | | libxslt: update to 1.1.34Rosen Penev2020-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes all known CVEs. Various Makefile cleanups for consistency between packages. Added PIC explicitly (was implicit). Removed two extra features. Removed autoreconf and added PKG_BUILD_PARALLEL for faster compilation. Roughly matched host configure args with target ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #11706 from neheb/forkRosen Penev2020-03-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | forked-daapd: fix compilation with newer musl
| * | | | | | | | | | forked-daapd: fix compilation with newer muslRosen Penev2020-03-29
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for errno definition. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | qemu: fix building on mips archYousong Zhou2020-03-30
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add fallback zero value definition for MAP_SYNC etc. even when building for CONFIG_LINUX. Fixes openwrt/packages#11067 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | kea: do not build static host binariesRosen Penev2020-03-29
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Errors on some systems. No real change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | nmap: Update to 7.80, add full variant, switch to Python 3Jeffery To2020-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update to 7.80 * Add "full" variants for nmap and ncat that support Lua scripts (and OpenSSL) * Replace libcxx fix with upstream patch[1] (CHANGELOG change was removed) * Switch ndiff to use Python 3 (using a patch from Debian[2], which comes from an upstream PR[3] plus a port of ndiff/setup.py) [1]: https://github.com/nmap/nmap/commit/ea4e2d6657103a2c3d6f543a1a8619eb4d4472c8 [2]: https://salsa.debian.org/pkg-security-team/nmap/-/blob/0510c602dd45f4dc0b06a6f422a9b0855564ddbb/debian/patches/0004-Python3-port-of-ndiff.patch [3]: https://github.com/nmap/nmap/pull/1807 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | nmap: add Nping with SSL optionNuno Goncalves2020-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Henrique de Moraes Holschuh <henrique@nic.br> Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | | Merge pull request #11702 from PolynomialDivision/feature/dawn_fix_glibcHannu Nyman2020-03-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dawn: remove glibc headers extensions
| * | | | | | | | dawn: remove glibc headers extensionsNick Hainke2020-03-29
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #11689 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | Merge pull request #11695 from neheb/gammmRosen Penev2020-03-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gammu: remove nls.mk
| * | | | | | | | gammu: remove nls.mkRosen Penev2020-03-28
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's causing issues with newer glib2: ../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv' ../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_open' ../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_close' It's because the libiconv-stub does not include a shared library that gammu can link to. Removed most patches since they don't seem to be needed. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #11698 from stangri/master-simple-adblockHannu Nyman2020-03-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | simple-adblock: support multiple dnsmasq instances + internal refactoring
| * | | | | | | | simple-adblock: support multiple dnsmasq instances; rework communication ↵Stan Grishin2020-03-29
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | between principal package and luci app Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | Merge pull request #11679 from neheb/grpRosen Penev2020-03-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | grilo-plugins: don't try to download grilo
| * | | | | | | | grilo-plugins: don't try to download griloRosen Penev2020-03-28
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream thought it was a good idea to force downloads of grilo. Disable it since it is not needed. Removed two unnecessary variables. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #11681 from neheb/xzRosen Penev2020-03-28
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | xz: update to 5.2.5
| * | | | | | | xz: update to 5.2.5Rosen Penev2020-03-27
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to smaller xz archive. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | vala: update to 0.48.2Rosen Penev2020-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add rpath-link to fix compilation with newer libffi. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | hfsprogs: fix compile with newer muslRosen Penev2020-03-28
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | dawn: fix stdint.h include for arcNick Hainke2020-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #11686. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #11682 from neheb/rpcRosen Penev2020-03-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | rpcsvc-proto: update to 1.4.1
| * | | | | | rpcsvc-proto: update to 1.4.1Rosen Penev2020-03-27
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to standard tarball. Allows to get rid of build hacks. Also simplifies the Makefile a bit. Add PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #11680 from dibdot/adblockDirk Brenken2020-03-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | adblock: release 4.0.0
| * | | | | | adblock: release 4.0.0Dirk Brenken2020-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new package dependencies: coreultis-sort and a download util with SSL support * focus on speed (multicore-support) to handle quite big lists * include 38 pre-configured blocklist sources in a compressed json file (/etc/adblock/adblock.sources.gz) * dynamic SafeSearch support for google, bing, duckduckgo, yandex, youtube and pixabay (CNAME (bind) & IP (dnsmaq, unbound)) * DNS backend autodetection * Download Utility autodetection * Report Interface autodetection * Easy cron wrapper to set an adblock related auto-timer for automatic blocklist updates * raw domain/blocklist support (e.g. for dnscrypt support) * re-add restrictive Jaillist support * rework online doc * Complete LuCI rewrite (migrated to client side JS) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #11648 from PolynomialDivision/feature/add_dawnRosen Penev2020-03-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | dawn: add decentralized wifi controller
| * | | | | | dawn: add decentralized wifi controllerNick Hainke2020-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dawn is a decentralized WiFi controller. Just install dawn and the APs will find each other via umdns. They periodically exchange information about connected clients, wireless statistics and other needed information. With that, the daemon load balances clients between different APs through association control. Further, the daemon exposes through ubus the hearing map and the complete wireless network overview. The hearing map is the list of all probe requests seen from a client from all APs that are running the controller. Hearing map: ubus call dawn get_hearing_map Network overview: ubus call dawn get_network Dawn has a graphical user interface called luci-app-dawn. With that, the load balancing and other useful settings can be controlled. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | bcm27xx-eeprom: add package for updating RPi bootloaderÁlvaro Fernández Rojas2020-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | reaver: enable PKG_BUILD_PARALLELYousong Zhou2020-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | reaver: bump to version 1.6.6Yousong Zhou2020-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | php7: update to 7.4.4Michael Heimpold2020-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2020-7064 - CVE-2020-7065 - CVE-2020-7066 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #11674 from nxhack/node-homebridge_0_4_53Rosen Penev2020-03-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | node-homebridge: update to 0.4.53
| * | | | | | | node-homebridge: update to 0.4.53Hirokazu MORIKAWA2020-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | nano: update to 4.9Hannu Nyman2020-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 4.9 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | tor: update to version 0.4.2.7 (security fix)Jan Pavlinec2020-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-10592 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | collectd: disable onewire plugin, BROKEN since 2009Hannu Nyman2020-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark the onewire plugin as disabled, as the plugin has been marked BROKEN since it was introduced in 2009 by https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=commitdiff;h=0de38b88d6ba8c52b8386d3059baba7dca22961f Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | Merge pull request #11603 from neheb/libsshNikos Mavrogiannopoulos2020-03-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libssh: fix compilation without deprecated OpenSSL APIs
| * | | | | | | | libssh: fix compilation without deprecated OpenSSL APIsRosen Penev2020-03-25
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile. Fixed license information. Simplified big endian condition. Removed InstallDev section. CMAKE_INSTALL handles it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | openvswitch: depend on IPV6 for intree kmodsYousong Zhou2020-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: https://github.com/openwrt/packages/issues/11665 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | openvswitch: unset CONFIG_AUTOREMOVEYousong Zhou2020-03-26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Phase 2 buildbots with this option enabled will cleanup openvswitch build dir which is needed later when building ovn Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #11673 from wvdakker/masterRosen Penev2020-03-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Shorewall: Bump to version 5.2.4
| * | | | | | | All: Update mirror sites.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall6: Bump to version 5.2.4.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>