aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | Merge pull request #5332 from dibdot/adblockHannu Nyman2017-12-28
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | adblock: release 3.4.0
| * | | | | | | | | adblock: release 3.4.0Dirk Brenken2017-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * preserve DNS cache after adblock processing, - 'unbound' and 'named' support this (please check readme) - 'dnsmasq' now uses the 'servers-file' directive to minimize the reload disruption, even though the dns cache will be cleared after SIGHUP - 'kresd' dns cache is persistent by upstream default, anyway Turris Omnia devices need a small upstream software change which is not accepted/implemented yet * email notification in case of an error or domain count < n (default 0, check readme) * removed securemecca from default config (service has been closed) * new separate functions for hash compare and list/overall count * add missing package dependencies * various clean-ups * update documentation Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | Merge pull request #5330 from hnyman/nano291Hannu Nyman2017-12-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nano: update to 2.9.1
| * | | | | | | | | | nano: update to 2.9.1Hannu Nyman2017-12-28
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update nano to 2.9.1 (and drop the unnecessary upstream patch) * add myself as the second maintainer Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | Merge pull request #5328 from haraldg/elektraHannu Nyman2017-12-28
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | elektra: update to 0.8.21
| * | | | | | | | | elektra: update to 0.8.21Harald Geyer2017-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | | | | | | | | Merge pull request #5324 from benhsmith/masterHannu Nyman2017-12-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Compile tested: brcm47xx, OpenWRT rb8edaf4
| * | | | | | | | | | netwhere: fix memory corruption problemBen Smith2017-12-26
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: brcm47xx, OpenWRT rb8edaf4 Run tested: brcm47xx, ASUS RT-N16, DESIGNATED DRIVER (Bleeding Edge, 5014x5) Signed-off-by: Ben Smith <le.ben.smith@gmail.com>
* | | | | | | | | | Merge pull request #5325 from stangri/simple-adblockHannu Nyman2017-12-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | simple-adblock: new boot logic & updated blacklists
| * | | | | | | | | | simple-adblock: new boot logicStan Grishin2017-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | | | nfs-kernel-server: update to 2.3.1Peter Wagner2017-12-27
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | Merge pull request #5323 from ejurgensen/libunistring_update_098Hannu Nyman2017-12-26
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | libunistring: update to 0.9.8
| * | | | | | | | | libunistring: update to 0.9.8Espen Jürgensen2017-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | | | | | | Merge pull request #5314 from benhsmith/masterchamptar2017-12-25
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | libs/libgcrypt: switch PKG_SOURCE_URL to https URI
| * | | | | | | | | libs/libgcrypt: switch PKG_SOURCE_URL to https URIBen Smith2017-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | curl hangs with the ftp URI Signed-off-by: Ben Smith <le.ben.smith@gmail.com>
* | | | | | | | | | Merge pull request #5282 from lucize/nginxupThomas Heil2017-12-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nginx: update to 1.12.2
| * | | | | | | | | | nginx: update to 1.12.2Lucian Cristian2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also fixes gcc7.2 compile Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | reaver: configure with --enable-savetocurrentYousong Zhou2017-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will let reaver to save session file to cwd of the process instead of /etc/reaver. This has the same effect as the old patch 0002-Use-the-current-directory-for-storing-and-loading-se.patch which was removed in the transition to reaver-wps-t6x-fork Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | | Merge pull request #5061 from mrkiko/hostside-luarockschamptar2017-12-23
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | luarocks: Allow building luarocks for the host
| * | | | | | | | | | ldbus: add new packageEnrico Mioso2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package contains "ldbus": LUA bindings to interact with the DBUS message bus, and services connected to it. See https://github.com/daurnimator/ldbus for more details. Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
| * | | | | | | | | | luarocks: allow building for the hostEnrico Mioso2017-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow building luarocks for the host-side, thus making luarocks-based LUA modules packging easier. Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
* | | | | | | | | | | Merge pull request #5308 from TimelessNL/add_digitempMichael Heimpold2017-12-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | digitemp: reintroduce package
| * | | | | | | | | | | digitemp: reintroduce packageJasper Scholte2017-12-23
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reintroduces digitemp from the "old unmaintained" repository: http://git.openwrt.org/?p=packages.git;a=tree;f=utils/digitemp;hb=HEAD Updated to v3.7.1 and based on github as mentioned here: https://www.digitemp.com/software.shtml Set myself as maintainer. Signed-off-by: Jasper Scholte <NightNL@outlook.com>
* | | | | | | | | | | Merge pull request #5316 from luizluca/ruby-2.4.3Luiz Angelo Daros de Luca2017-12-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ruby: bump to 2.4.3
| * | | | | | | | | | | ruby: bump to 2.4.3Luiz Angelo Daros de Luca2017-12-23
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release includes some bug fixes and a security fix. CVE-2017-17405: Command injection vulnerability in Net::FTP Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | / / / / / / / usbip: fix typo (closes #4994 #5312)Nuno Goncalves2017-12-22
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | | | | Merge pull request #5305 from hbl0307106015/ndpiHannu Nyman2017-12-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libndpi: bump to version 2.2
| * | | | | | | | | | libndpi: bump to version 2.2BangLang Huang2017-12-20
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
* | | | | | | | | | Merge pull request #5309 from sartura/sysrepo_release_0.7.2Hannu Nyman2017-12-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Sysrepo release 0.7.2
| * | | | | | | | | | netopeer2: bump to latest versionMislav Novakovic2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch add's a new cmakefile which builds other cmakefiles and simplifies the Makefile, also it renames the yang files so sysrepoctl does not create duplicates. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | | | | | sysrepo: bump to latest versionMislav Novakovic2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patche renames the yang files so sysrepoctl does not create duplicates. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | | | | | libnetconf2: bump to latest versionMislav Novakovic2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | | | | | libyang: bump to latest versionMislav Novakovic2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | | | | Merge pull request #5307 from TimelessNL/add_rtl_433Philip Prindeville2017-12-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | rtl_433: add package
| * | | | | | | | | | | rtl_433: add packageJasper Scholte2017-12-21
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will add the rtl_433 package. The project can be found: https://github.com/merbanan/rtl_433 It is based on a recent trunk since the latest release is negligible. Signed-off-by: Jasper Scholte <NightNL@outlook.com>
* | | | | | | | | | | Merge pull request #5299 from thess/shairport-syncTed Hess2017-12-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | shairport-sync: Update to 3.1.6
| * | | | | | | | | | | shairport-sync: Update to 3.1.6Ted Hess2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | usbip: fix usb.ids download (closes #4994)Nuno Goncalves2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used the same solution as in utils/usbutils/Makefile Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | | | | | | watchcat: bump release due to 8e1e4d7d2d2bfe88c1b14a8e844222278e12fcccNuno Goncalves2017-12-21
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | | | | | gnunet: update to git snapshot 2017-12-19Daniel Golle2017-12-21
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | xl2tpd: README.md: add docs on uci optionsYousong Zhou2017-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | Merge pull request #5286 from pprindeville/lighttd-update-1.4.48Ted Hess2017-12-18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | lighttpd: update to 1.4.48
| * | | | | | | | | lighttpd: update to 1.4.48Philip Prindeville2017-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of the bugs for which we had patches have been fixed upstream in 1.4.46, so the patches can be dropped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | | Merge pull request #5298 from wvdakker/masterHannu Nyman2017-12-18
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | Fixed double/missing entry in path.
| * | | | | | | | | Shorewall6: Fix double/missing entry in path.W. van den Akker2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | Shorewall: Fix double/missing entry in path.W. van den Akker2017-12-18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | Merge pull request #5295 from wvdakker/reorderHannu Nyman2017-12-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Shorewall(6)-lite: Reorder install section
| * | | | | | | | | Shorewall6-lite: Reorder package/install section.W. van den Akker2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | | Shorewall-lite: Reorder package/install section.W. van den Akker2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | | Merge pull request #5296 from wvdakker/set-pathHannu Nyman2017-12-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Shorewall(6): Set path