aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* muninlite: update to new upstream release (2.1.0)Lars Kruse2020-10-08
| | | | Signed-off-by: Lars Kruse <devel@sumpfralle.de>
* Merge pull request #13604 from philenotfound/mutt-bumpRosen Penev2020-10-08
|\ | | | | mutt: bump to 1.14.7
| * mutt: bump to 1.14.7Phil Eichinger2020-10-08
| | | | | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | Merge pull request #13601 from neheb/motiRosen Penev2020-10-08
|\ \ | | | | | | motion: remove mmal support
| * | motion: remove mmal supportRosen Penev2020-10-07
| | | | | | | | | | | | | | | | | | The buildbots are unable to build this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12408 from dobo90/adguardhomeRosen Penev2020-10-08
|\ \ \ | |/ / |/| | adguardhome: initial package recipe
| * | adguardhome: Implement initial package recipeDobroslaw Kijowski2020-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AdGuardHome is a network-wide ads and trackers blocking DNS server. After installing it with opkg, start it like every service: /etc/init.d/adguardhome start In order to complete the installation vist http://{YOUR_ROUTERS_IP}:3000. Then you can setup dnsmasq to forward DNS traffic to AdGuardHome: uci -q delete dhcp.@dnsmasq[0].server uci add_list dhcp.@dnsmasq[0].server=127.0.0.1#{PORT_SET_DURING_INSTALL} uci set dhcp.@dnsmasq[0].noresolv=1 uci commit dhcp /etc/init.d/dnsmasq restart Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* | | Merge pull request #13596 from neheb/expRosen Penev2020-10-07
|\ \ \ | | | | | | | | expat: update to 2.2.10
| * | | expat: update to 2.2.10Rosen Penev2020-10-07
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13595 from neheb/ddRosen Penev2020-10-07
|\ \ \ \ | |/ / / |/| | | dump1090: update to 4.0
| * | | dump1090: update to 4.0Rosen Penev2020-10-07
|/ / / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13594 from micmac1/badgstRosen Penev2020-10-07
|\ \ \ | |/ / |/| | gst1-plugins-bad: add back mpegtsdemux & mpegtsmux
| * | gst1-plugins-bad: add back mpegtsdemux & mpegtsmuxSebastian Kemper2020-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | These plugins were disabled in commit e35d46b. Add them back. The required libs are added, too. Closes #13545 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #13544 from PolynomialDivision/feature/updatdawnexporterRosen Penev2020-10-07
|\ \ \ | | | | | | | | prometheus-node-exporter-lua: update dawn exporter
| * | | prometheus-node-exporter-lua: update dawn exporterNick Hainke2020-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dawn exporter to Makefile. Add hostname to export. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #13593 from jefferyto/packrRosen Penev2020-10-07
|\ \ \ \ | |_|/ / |/| | | packr: New package
| * | | packr: New packageJeffery To2020-10-08
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: Packr is a simple solution for bundling static assets inside of Go binaries. Most importantly it does it in a way that is friendly to developers while they are developing. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | nano: update to 5.3Hannu Nyman2020-10-07
| | | | | | | | | | | | | | | | | | Update nano editor to version 5.3. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #13581 from neheb/shoRosen Penev2020-10-07
|\ \ \ | | | | | | | | libshout: update to 2.4.4
| * | | libshout: update to 2.4.4Rosen Penev2020-10-07
| | | | | | | | | | | | | | | | | | | | | | | | Small fix to nanosleep patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13570 from jefferyto/golang-1.15Rosen Penev2020-10-07
|\ \ \ \ | |/ / / |/| | | golang: Update to 1.15.2, update/enhance Makefiles
| * | | golang: Add option to enable Spectre mitigationsJeffery To2020-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Add golang-host-build.mkJeffery To2020-10-06
| | | | | | | | | | | | | | | | | | | | | | | | This adds a Makefile for host builds of Go programs. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Move package scripts into golang-build.shJeffery To2020-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also adds GO_PKG_INSTALL_BIN_PATH which determines the path where binaries are installed by GoPackage/Package/Install/Bin (this was previously hard-coded to /usr/bin). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Quote variables passed to the shellJeffery To2020-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Add more error handling for go-gcc-helperJeffery To2020-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Use external linking for target GoJeffery To2020-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Go 1.15, the linker now defaults to internal linking mode for -buildmode=pie on amd64 and arm64[1], however this results in go tool binaries with the wrong dynamic linker/interpreter. External linking is still used when PIE is enabled for other platforms, whereas internal linking is used when PIE is not enabled. This changes target Go to always use external linking, to fix PIE binaries for amd64/arm64 and for consistency. [1]: https://golang.org/doc/go1.15#linker Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Simplify target compileJeffery To2020-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reuse GO_PKG_ENABLE_PIE from golang-package.mk * Replace $(if ...) with $(or ...) to get default values * Refactor vars common to each compile stage into variable Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Use GO_LDFLAGS to set buildmode=pie for host GoJeffery To2020-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Refactor vars common to each host compile stage into variableJeffery To2020-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Simplify bootstrap stageJeffery To2020-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Group variables by stage (bootstrap/host/target)Jeffery To2020-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Share build cache across package buildsJeffery To2020-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This also adds a config option GOLANG_BUILD_CACHE_DIR to customize the location of the build cache directory. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Move module cache into DL_DIRJeffery To2020-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also adds a config option GOLANG_MOD_CACHE_WORLD_READABLE; if enabled, chmod is run after a Go package build to make all files/directories in the module cache world-readable. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Move config option into separate fileJeffery To2020-10-05
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Update to 1.15.2Jeffery To2020-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.15.1 includes a fix for CVE-2020-24553: net/http/cgi,net/http/fcgi: Cross-Site Scripting (XSS) when Content-Type is not specified Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #13582 from jan-kardell/TQ_fix_lighttpd_mod_authRosen Penev2020-10-07
|\ \ \ \ | | | | | | | | | | [lighttpd] Pull in mod-authn_file with mod-auth
| * | | | [lighttpd] Pull in mod-authn_file with mod-authJan Kardell2020-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If lighttpd loads mod-auth, it also automatically tries to load mod-authn_file, and fails if it's not available. That is a compatibility feature of lighttpd after the funtionality was split into modules. Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
* | | | | Merge pull request #13510 from zhoreeq/bump_0_3_15Rosen Penev2020-10-07
|\ \ \ \ \ | | | | | | | | | | | | yggdrasil: bump to 0.3.15
| * | | | | yggdrasil: bump to 0.3.15George Iv2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
* | | | | | Merge pull request #13528 from wevsty/patch-1Rosen Penev2020-10-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | openssh: update to 8.4p1
| * | | | | | openssh: update to 8.4p1Yuan Tao2020-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yuan Tao <ty@wevs.org>
* | | | | | | Merge pull request #13584 from ja-pa/python-zipp-3.3.0Rosen Penev2020-10-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-zipp: update to version 3.3.0
| * | | | | | | python-zipp: update to version 3.3.0Jan Pavlinec2020-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #13588 from BKPepe/btrfs-progsJosef Schlehofer2020-10-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | btrfs-progs: update to version 5.7
| * | | | | | | | btrfs-progs: update to version 5.7Josef Schlehofer2020-10-06
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #13583 from commodo/python-updates1Hannu Nyman2020-10-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | diango,django-restframework: bump versions
| * | | | | | | | django-restframework: bump to version 3.12.1Alexandru Ardelean2020-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | django: bump to version 3.1.2Alexandru Ardelean2020-10-05
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #13586 from jefferyto/python-zope-interface-5.1.2Hannu Nyman2020-10-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-zope-interface: Update to 5.1.2