aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | sendmail: fix compilation without sys/cdefsRosen Penev2020-08-10
| | |/ / | |/| | | | | | | | | | | | | | | | | | sys/cdefs is deprecated. It's also not included with musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13069 from neheb/micropRosen Penev2020-08-12
|\ \ \ \ | | | | | | | | | | micropython: fix compilation without sys/cdefs
| * | | | micropython: fix compilation without sys/cdefsRosen Penev2020-08-10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | sys/cdefs.h is not provided by musl. micropython also includes its own copy. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13079 from neheb/oorRosen Penev2020-08-12
|\ \ \ \ | | | | | | | | | | oor: fix compilation with GCC 10
| * | | | oor: fix compilation with GCC 10Rosen Penev2020-08-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13075 from neheb/tvhRosen Penev2020-08-12
|\ \ \ \ \ | | | | | | | | | | | | tvheadend: fix compilation with GCC 10
| * | | | | tvheadend: fix compilation with GCC 10Rosen Penev2020-08-10
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13094 from ja-pa/nss-3.55Rosen Penev2020-08-12
|\ \ \ \ \ | | | | | | | | | | | | nss: update to version 3.55 (security fix)
| * | | | | nspr: update to version 4.27Jan Pavlinec2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: new version required by nss 3.55 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | | | | nss: update to version 3.55 (security fix)Jan Pavlinec2020-08-12
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-12403 CVE-2020-12401 CVE-2020-6829 CVE-2020-12400 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | nano: update to 5.1Hannu Nyman2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano to version 5.1. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #13076 from neheb/opnRosen Penev2020-08-12
|\ \ \ \ \ | | | | | | | | | | | | open-iscsi: fix compilation with musl 1.2.0
| * | | | | open-iscsi: fix compilation with musl 1.2.0Rosen Penev2020-08-10
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | GLOB_ONLYDIR is not defined. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | mosquitto: update to 1.6.11Karl Palsson2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full release notes: https://mosquitto.org/blog/2020/08/version-1-6-11-released/ Variety of generally minor bugfixes, mostly in the broker. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | Merge pull request #13090 from neheb/glb2Rosen Penev2020-08-11
|\ \ \ \ \ | | | | | | | | | | | | glib2: add full language support hack to fix compilation
| * | | | | glib2: add full language support hack to fix compilationRosen Penev2020-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, dependent packages need to all add -lintl to LDFLAGS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13091 from jefferyto/golang-1.14.7Rosen Penev2020-08-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | golang: Update to 1.14.7
| * | | | | | golang: Update to 1.14.7Jeffery To2020-08-12
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes a fix for CVE-2020-16845 (encoding/binary: ReadUvarint and ReadVarint can read an unlimited number of bytes from invalid inputs). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / / / / / irqbalance: update to 1.7.0Hannu Nyman2020-08-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update irqbalance to version 1.7.0 Refresh patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #13067 from neheb/chaoRosen Penev2020-08-11
|\ \ \ \ \ | | | | | | | | | | | | chaosvpn: fix compilation without sys/cdefs
| * | | | | chaosvpn: fix compilation without sys/cdefsRosen Penev2020-08-10
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | sys/cdefs.h does not come included with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13072 from neheb/alpiRosen Penev2020-08-11
|\ \ \ \ \ | | | | | | | | | | | | alpine: fix compilation without sys/cdefs
| * | | | | alpine: fix compilation without sys/cdefsRosen Penev2020-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13068 from neheb/fdmRosen Penev2020-08-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | fdm: fix compilation without sys/cdefs
| * | | | | | fdm: fix compilation without sys/cdefsRosen Penev2020-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems this is completely unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #13074 from neheb/atfRosen Penev2020-08-11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | atftp: completely remove cdefs usage
| * | | | | | atftp: completely remove cdefs usageRosen Penev2020-08-10
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | sys/cdefs.h is not provided by musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13073 from neheb/lcd4Rosen Penev2020-08-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | lcd4linux: fix compilation with GCC 10
| * | | | | | lcd4linux: fix compilation with GCC 10Rosen Penev2020-08-10
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13078 from neheb/plsRosen Penev2020-08-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | pulseaudio: fix compilation without deprecated OpenSSL APIs
| * | | | | | pulseaudio: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-10
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13086 from ja-pa/libmaxminddb-1.4.3Rosen Penev2020-08-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | libmaxminddb: update to version 1.4.3
| * | | | | | libmaxminddb: update to version 1.4.3Jan Pavlinec2020-08-11
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #13084 from mstorchak/rsyncRosen Penev2020-08-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | rsync: update to 3.2.3
| * | | | | | rsync: update to 3.2.3Maxim Storchak2020-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | Merge pull request #13089 from tru7/libfmtRosen Penev2020-08-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libfmt: bump to upstream version 7.0.3
| * | | | | | | libfmt: bump to upstream version 7.0.3Othmar Truniger2020-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | Merge pull request #13083 from zokl/homebridge_1.1.1Rosen Penev2020-08-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | node-homebridge: update to 1.1.1
| * | | | | | | | node-homebridge: update to 1.1.1Zbyněk Kocur2020-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* | | | | | | | | Merge pull request #13082 from zokl/javascript-obfuscator_1.9.0Rosen Penev2020-08-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | javascript-obfuscator: update to 1.9.0
| * | | | | | | | | javascript-obfuscator: update to 1.9.0Zbyněk Kocur2020-08-11
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New version of package node-javascript-obfuscator Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* | | | | | | | | Merge pull request #13064 from neheb/linknRosen Penev2020-08-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | linknx: fix compilation without sys/cdefs
| * | | | | | | | | linknx: fix compilation without sys/cdefsRosen Penev2020-08-10
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sys/cdefs.h is not included with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #13065 from neheb/knxddRosen Penev2020-08-11
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | knxd: fix compilation without sys/cdefs
| * | | | | | | | knxd: fix compilation without sys/cdefsRosen Penev2020-08-10
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sys/cdefs.h does not come with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | qemu: fix build failure caused by ld cannot find iconvYousong Zhou2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was caused by upstream project commit db5adeaa ("build-sys: clean up flags included in the linker command line") Reported-by: W. Michael Petullo <mike@flyn.org> Link: https://github.com/openwrt/packages/issues/13081 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | qemu: use $(ICONV_DEPENDS)Yousong Zhou2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case CONFIG_BUILD_NLS was enabled Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #13010 from ja-pa/python-pytest-xdist-newJosef Schlehofer2020-08-11
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | python-pytest-xdist: add new package
| * | | | | | | python-pytest-forked: add new package (dependency for xdist)Jan Pavlinec2020-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | | | | | | python-apipkg: add new packageJan Pavlinec2020-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>