aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* python-pytest: update to version 6.1.1Jan Pavlinec2020-10-09
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* 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 #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 #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>
* | | python-attrs: Update to 20.2.0Jeffery To2020-10-06
|/ / | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / python3-pyroute: update to version 0.5.14Martin Matějek2020-10-05
|/ | | | Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
* php7: update to 7.4.11Michael Heimpold2020-10-03
| | | | | | | | This fixes: - CVE-2020-7069 - CVE-2020-7070 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #13556 from BKPepe/zeroconfJosef Schlehofer2020-10-03
|\ | | | | python-zeroconf: update to version 0.28.5
| * python-zeroconf: update to version 0.28.5Josef Schlehofer2020-10-02
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python-sentry-sdk: update to version 0.18.0Josef Schlehofer2020-10-02
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #13541 from ja-pa/pytest-6.1.0Rosen Penev2020-10-01
|\ | | | | python-pytest: update to version 6.1.0
| * python-pytest: update to version 6.1.0Jan Pavlinec2020-10-01
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #13524 from commodo/python-batch1Hannu Nyman2020-09-30
|\ \ | | | | | | python-paho-mqtt,python-cryptography: bump versions
| * | python-cryptography: bump to version 3.1.1Alexandru Ardelean2020-09-29
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-maho-mqtt: bump to versio 1.5.1Alexandru Ardelean2020-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Docs say it also supports MQTT 5.0. Added to description. Updated title as on pypi.org Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #13527 from ja-pa/python-zipp-3.2.0Rosen Penev2020-09-29
|\ \ \ | |/ / |/| | python-zipp: update to version 3.2.0
| * | python-zipp: update to version 3.2.0Jan Pavlinec2020-09-29
| |/ | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* / python-cffi: bump to version 1.14.3Alexandru Ardelean2020-09-23
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* node-homebridge: update to 1.2.3Hirokazu MORIKAWA2020-09-22
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* python-cryptography: fix compilation without deprecated OpenSSL APIsRosen Penev2020-09-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* vala: update to 0.50.0Rosen Penev2020-09-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* perl-parse-yapp: fix compilation under the CIRosen Penev2020-09-18
| | | | | | Wrong path to perlmod.mk. Use what everything else uses. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #13420 from nxhack/serialport_901Rosen Penev2020-09-18
|\ | | | | node-serialport: update to 9.0.1
| * node-serialport: update to 9.0.1Hirokazu MORIKAWA2020-09-18
| | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #13419 from nxhack/serialport-bindings_901Rosen Penev2020-09-18
|\ \ | | | | | | node-serialport-bindings: update to 9.0.1
| * | node-serialport-bindings: update to 9.0.1Hirokazu MORIKAWA2020-09-18
| |/ | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #13418 from nxhack/hid_131Rosen Penev2020-09-18
|\ \ | | | | | | node-hid: update to 1.3.1
| * | node-hid: update to 1.3.1Hirokazu MORIKAWA2020-09-18
| |/ | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / node-homebridge: update to 1.2.2Hirokazu MORIKAWA2020-09-18
|/ | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node: update to v12.18.4Hirokazu MORIKAWA2020-09-16
| | | | | | | | | | Vulnerabilities fixed: * CVE-2020-8201: HTTP Request Smuggling due to CR-to-Hyphen conversion (High). * CVE-2020-8252: fs.realpath.native on may cause buffer overflow (Medium). Imported patches from the debian package. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>