aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | 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
| * | | | | | | | | | | python-zope-interface: Update to 5.1.2Jeffery To2020-10-06
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #13590 from jefferyto/python-attrs-20.2.0Hannu Nyman2020-10-07
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | python-attrs: Update to 20.2.0
| * | | | | | | | | | python-attrs: Update to 20.2.0Jeffery To2020-10-06
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #13573 from ja-pa/ooniprobe-3.0.7Rosen Penev2020-10-06
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | ooniprobe: update to version 3.0.7
| * | | | | | | | | measurement-kit: remove packageJan Pavlinec2020-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: measurement-kit is no longer needed for ooniprobe build and was depredecated Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | | | | | | | | ooniprobe: update to version 3.0.7Jan Pavlinec2020-10-05
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove measurement-kit dependency since it's no longer needed. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | Merge pull request #13579 from mmtj/pyroute2-0.5.14Rosen Penev2020-10-05
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | python3-pyroute2: update to version 0.5.14
| * | | | | | | | python3-pyroute: update to version 0.5.14Martin Matějek2020-10-05
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
* | | | | | | | Merge pull request #13574 from ja-pa/dnstap-0.2.2Josef Schlehofer2020-10-05
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | dnstap: update to version 0.2.2
| * | | | | | | dnstap: update to version 0.2.2Jan Pavlinec2020-10-05
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #13575 from eglooca/masterHannu Nyman2020-10-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | netifyd: Updated to v3.05.
| * | | | | | | netifyd: Updated to v3.05.Darryl Sokoloski2020-10-05
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* / / / / / / ddns-scripts: add ipv6 capability for no-ip.comJohnathan Arsenault2020-10-05
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johnathan Arsenault <johnathan.arsenault@gmail.com> Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
* | | | / / Revert "mpd: update to 0.22"Rosen Penev2020-10-04
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9eb20588cc4d17405e823444193f1610ee72d786. For some unexplained reason, this uses host tools to compile target builds. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13567 from zhaojh329/libuhttpdRosen Penev2020-10-04
|\ \ \ \ \ | | | | | | | | | | | | libuhttpd: Update to 3.3.1
| * | | | | libuhttpd: Update to 3.3.1Jianhui Zhao2020-10-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | | Merge pull request #13562 from antonlacon/rsync-optionsRosen Penev2020-10-04
|\ \ \ \ \ \ | |/ / / / / |/| | | | | rsync: disable option for bundled zlib, add option for zstd
| * | | | | rsync: add config option for zstd supportIan Leonard2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | rsync: drop option for included zlibIan Leonard2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | Merge pull request #13546 from miska/maria-cleanup-updateRosen Penev2020-10-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | MariaDB: cleanup & update
| * | | | | | mariadb: Update to version 10.4.14Michal Hrusecky2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
| * | | | | | mariadb: Add shellcheck disable into init scriptMichal Hrusecky2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On few places, shellcheck gets confused by how some OpenWrt functions work - especially load ones. Also on few places there are $options variables that need not to be globbed. Could be rewritten better not to need them, but I'll do major rewrites later in separate pull request. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
| * | | | | | mariadb: Use double quotes where possibleMichal Hrusecky2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just to make sure, add double quotes around strings and various variables. In some cases it could prevent some issues, in other cases it is just a good practice. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>