aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #13267 from adschm/k414Hannu Nyman2020-09-02
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | sqm-scripts: depend directly on kmod-sched-cake again
| * | | | | sqm-scripts: depend directly on kmod-sched-cake againAdrian Schmutzler2020-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since support for kernel 4.14 has been removed, kmod-sched-cake-oot is gone, and the kmod-sched-cake-virtual package is not needed anymore. This effectively reverts 9114244fbd1b ("sqm-scripts: Switch sch_cake dependency to new virtual package") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* | | | | | Merge pull request #13274 from Payne-X6/masterJosef Schlehofer2020-09-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | knot: update to version 2.9.6
| * | | | | | knot: update to version 2.9.6Jan Hak2020-09-02
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | Merge pull request #13271 from micmac1/erl-hosRosen Penev2020-09-01
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | erlang: fix host build when pcre/host is installed
| * | | | | erlang: fix host build when pcre/host is installedSebastian Kemper2020-09-01
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWrt added pcre/host recently. When it is available (installed) erlang finds staging_dir/hostpkg/include/pcre.h before it finds its own copy and the build fails. CC obj/x86_64-pc-linux-gnu/opt/smp/erl_bif_chksum.o CC obj/x86_64-pc-linux-gnu/opt/smp/erl_bif_re.o beam/erl_bif_re.c: In function 'erts_init_bif_re': beam/erl_bif_re.c:96:5: error: 'erts_pcre_malloc' undeclared (first use in this function) erts_pcre_malloc = &erts_erts_pcre_malloc; ^~~~~~~~~~~~~~~~ beam/erl_bif_re.c:96:5: note: each undeclared identifier is reported only once for each function it appears in beam/erl_bif_re.c:97:5: error: 'erts_pcre_free' undeclared (first use in this function) erts_pcre_free = &erts_erts_pcre_free; ^~~~~~~~~~~~~~ This adds a patch from Romain Naour and Bernd Kuhls to prevent that. Patch snatched from buildroot [1]. [1] https://github.com/buildroot/buildroot/blob/master/package/erlang/0002-erts-emulator-reorder-inclued-headers-paths.patch Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge pull request #13262 from neheb/ksmRosen Penev2020-09-01
|\ \ \ \ \ | | | | | | | | | | | | kismet: fix compilation under uClibc-ng and GCC10
| * | | | | kismet: fix compilation under uClibc-ng and GCC10Rosen Penev2020-08-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13222 from nmeyerhans/iputils-updateRosen Penev2020-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | iputils: update to 20200821
| * | | | | | iputils: update to 20200821Noah Meyerhans2020-09-01
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | Merge pull request #13268 from ja-pa/python-more-itertools-8.5.0Rosen Penev2020-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-more-itertools: update to version 8.5.0
| * | | | | | pytho-more-itertools: update to version 8.5.0Jan Pavlinec2020-09-01
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #13213 from ja-pa/checksecRosen Penev2020-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | checksec: add new package
| * | | | | | checksec: add new packageJan Pavlinec2020-09-01
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #13261 from neheb/icucRosen Penev2020-08-31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | icu: fix compilation under CentOS 7
| * | | | | icu: fix compilation under CentOS 7Rosen Penev2020-08-31
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | CentOS 7's GCC is quite old and does not put max_align_t under std. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | autossh: switch to procdJan Pavlinec2020-08-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | python-pytest-xdist: update to version 2.1.0Jan Pavlinec2020-08-31
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Note: remove six dependency which is now longer required Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | python: Use locked for host pipJeffery To2020-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This also removes PKG_BUILD_PARALLEL:=0 that was added for packages that use HOST_PYTHON3_PACKAGE_BUILD_DEPENDS. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | mstpd: fix compilation with uClibc-ngRosen Penev2020-08-31
| | | | | | | | | | | | | | | | | | | | | | | | bcopy/bzero are no longer available. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13259 from neheb/lttoolsRosen Penev2020-08-31
|\ \ \ \ | |/ / / |/| | | lttng-tools: update to 2.12.1
| * | | lttng-tools: update to 2.12.1Rosen Penev2020-08-31
|/ / / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13256 from neheb/lusrRosen Penev2020-08-31
|\ \ \ | | | | | | | | lttng-ust: update to 2.12.0
| * | | lttng-ust: update to 2.12.0Rosen Penev2020-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed pointless patch. Reworked configure section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13257 from neheb/stngRosen Penev2020-08-31
|\ \ \ \ | |/ / / |/| | | stress-ng: add
| * | | stress-ng: addRosen Penev2020-08-31
|/ / / | | | | | | | | | | | | | | | This is a replacement for the old stress utility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13238 from graysky2/htopRosen Penev2020-08-31
|\ \ \ | | | | | | | | htop: update to 3.0.0-1
| * | | htop: update to 3.0.0-1John Audia2020-08-28
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new upstream, new release taken from ChangeLog[1]: New maintainers - after a prolonged period of inactivity from Hisham, the creator and original maintainer, a team of community maintainers have volunteered to take over a fork at https://htop.dev and https://github.com/htop-dev to keep the project going. 1. https://github.com/htop-dev/htop/blob/master/ChangeLog Signed-off-by: John Audia <graysky@archlinux.us>
* | | Merge pull request #12778 from neheb/ap51Rosen Penev2020-08-30
|\ \ \ | | | | | | | | ap51-flash: run through shellcheck
| * | | ap51-flash: run through shellcheckRosen Penev2020-07-10
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13216 from neheb/lmdbRosen Penev2020-08-30
|\ \ \ \ | | | | | | | | | | lmdb: fix compilation with glibc
| * | | | lmdb: fix compilation with glibcRosen Penev2020-08-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13229 from neheb/allibsRosen Penev2020-08-30
|\ \ \ \ \ | | | | | | | | | | | | alsa-utils: update to 1.2.3
| * | | | | alsa-utils: update to 1.2.3Rosen Penev2020-08-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13227 from neheb/slhhRosen Penev2020-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | sslh: update to 1.21c
| * | | | | | sslh: update to 1.21cRosen Penev2020-08-27
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refresh patches. Remove now pointless format patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13226 from neheb/glbbbbbRosen Penev2020-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | glib2: update to 2.65.2
| * | | | | | glib2: update to 2.65.2Rosen Penev2020-08-27
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13215 from neheb/dcwRosen Penev2020-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | libdcwsocket: fix compilation with glibc
| * | | | | | libdcwsocket: fix compilation with glibcRosen Penev2020-08-26
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13253 from liudf0716/apfree-wifidogRosen Penev2020-08-30
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | apfree-wifidog: update to 4.08.1771
| * | | | | apfree-wifidog: update to 4.08.1771Dengfeng Liu2020-08-31
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Dengfeng Liu <dfliuc@isoftstone.com>
* | | | | Merge pull request #13249 from dedeckeh/masterRosen Penev2020-08-30
|\ \ \ \ \ | | | | | | | | | | | | nghttp2: import from core
| * | | | | nghttp2: import from coreHans Dedecker2020-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As package curl has been imported from core and only libcurl depends on nghttp2 import it as well from core repo Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | Merge pull request #13223 from mikebaz/masterStijn Tintel2020-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | strongswan: add left and mark configuration to UCI
| * | | | | | strongswan: add left and mark configuration to UCIMichael C. Bazarewsky2020-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit allows for UCI configuration of the "left=" and the "mark=" values in a StrongSwan IPSec connection. This improves VTI support and allows certain stricter connection scenarios. Signed-off-by: Michael C. Bazarewsky <github@bazstuff.com>
* | | | | | | Merge pull request #13250 from jefferyto/python-attrs-20.1.0Hannu Nyman2020-08-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-attrs: Update to 20.1.0
| * | | | | | | python-attrs: Update to 20.1.0Jeffery To2020-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #13251 from jefferyto/python-cryptography-3.1Hannu Nyman2020-08-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-cryptography: Update to 3.1
| * | | | | | | | python-cryptography: Update to 3.1Jeffery To2020-08-31
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>