aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | 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>
| * | | | | | Shorewall: Bump to version 5.2.4.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall6-lite: Bump to version 5.2.4.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall-lite: Bump to version 5.2.4.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall-core: Refresh patchW. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall-core: Bump to version 5.2.4.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Merge pull request #11627 from neheb/pfrRosen Penev2020-03-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libpfring: update to 7.6.0
| * | | | | | | libpfring: update to 7.6.0Rosen Penev2020-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with kernel 5.4. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #11580 from tiagogaspar8/kea-1.6.2-updateRosen Penev2020-03-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update kea to the latest stable verion (1.6.2).
| * | | | | | | | kea: Update kea to the latest stable verion (1.6.2).Tiago Gaspar2020-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | | | | | | | Merge pull request #11670 from lucize/nssupHannu Nyman2020-03-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nss: update to 3.51
| * | | | | | | | | nss: update to 3.51Lucian Cristian2020-03-25
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | Merge pull request #11672 from lucize/clamupHannu Nyman2020-03-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | clamav: update to 0.102.2