aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* collectd: add plugin to compare ipv4,ipv6 statsNick Hainke2021-02-04
| | | | | | | Add "ipstatistics"-plugin. This plugin parses "/proc/net/netstat" and "/proc/net/snmp6" to get the overall ipv4 and ipv6 usage. Signed-off-by: Nick Hainke <vincent@systemli.org>
* Merge pull request #14645 from lipnitsk/svoxRosen Penev2021-02-03
|\ | | | | svox: Don't move files with QUILT
| * svox: Don't move files with QUILTIlya Lipnitskiy2021-02-03
| | | | | | | | | | | | | | Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | Merge pull request #14642 from 1715173329/xrayRosen Penev2021-02-03
|\ \ | |/ |/| xray-core: fix service start / reload
| * xray-core: fix service start / reloadTianling Shen2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix starting problem: Starting function should be named 'start_service' instead of 'start_instance'. Fix reloading problem: Register reload tigger for uci config itself. And, xray does not support reload currently, so use legacy restart as reload. Fixes: 6c9b96352fb5e7d6acdf8f14ea4f9251cd09926b ("xray-core: add init script") Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | Merge pull request #14640 from neheb/ksRosen Penev2021-02-03
|\ \ | | | | | | ksmbd(-tools): update to 3.3.4
| * | ksmbd-tools: update to 3.3.4Rosen Penev2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: add "vfs objects = acl_xattr" parameter in configuration. fix wrong group domain name in lsarpc response. set to SID_TYPE_UNKNOWN if there is no domain sid in server. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | ksmbd: update to 3.3.4Rosen Penev2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: Make xattr format of ksmbd compatible with samba's one. Use netdevice_notifier to configure TCP listeners. Fix a build break with linux-5.11 kernel. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14626 from lipnitsk/masterRosen Penev2021-02-03
|\ \ \ | | | | | | | | macremapper: linux 5.6+ compatibility
| * | | macremapper: linux 5.6+ compatibilityIlya Lipnitskiy2021-02-01
| | | | | | | | | | | | | | | | Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | Merge pull request #14600 from PolynomialDivision/update-node-exporterRosen Penev2021-02-03
|\ \ \ \ | | | | | | | | | | prometheus-node-exporter-lua: update netstat
| * | | | prometheus-node-exporter-lua: update netstatNick Hainke2021-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The snmp and netstat interface are enabled by default See: 4943bc5cff47a482c3010033e04c6d489a4b733c Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #14610 from mtelka/mini_snmpdRosen Penev2021-02-03
|\ \ \ \ \ | |_|_|_|/ |/| | | | mini_snmpd: Fix minor nit in the init script
| * | | | mini_snmpd: Fix minor nit in the init scriptMarcel Telka2021-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes extra ] from grep invocation in append_interface(). Signed-off-by: Marcel Telka <marcel@telka.sk>
* | | | | Merge pull request #14579 from neheb/wgeRosen Penev2021-02-03
|\ \ \ \ \ | | | | | | | | | | | | wget: update to 1.21.1
| * | | | | wget: update to 1.21.1Rosen Penev2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_INSTALL for consistency between packages. Use PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14633 from qinyuhang/patch-1Rosen Penev2021-02-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | dockerd: change dockerd start level to 99 to avoid unknown conflicts
| * | | | | | dockerd: change start level to 99Yuhang Qin2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dockerd start too early will conflict with other net config. After boot must manually restart dockerd, Or some container will not run. Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>
* | | | | | | Merge pull request #14639 from 1715173329/xrayRosen Penev2021-02-03
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | xray-core: add example configs and init script
| * | | | | | xray-core: add init scriptTianling Shen2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add init script so the users could run it with their configs quickly. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
| * | | | | | xray-core: add example configsTianling Shen2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thry're from v2fly/v2ray-core wikis, used as examples. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
| * | | | | | xray-core: update project urlTianling Shen2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use $(AUTORELEASE) to bump PKG_RELEASE automatically. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | | | | Merge pull request #14638 from nmeyerhans/iputils-20210202Rosen Penev2021-02-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | iputils: bump to 20210202 and fix version reporting
| * | | | | | | iputils: Fix version reportingNoah Meyerhans2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The iputils build system embeds git tags into the generated binaries for use by commands like ping -V. Since openwrt packaging is done in a different repository from the upstream repo, the tags it finds aren't particularly meaningful, and we get confusing results like those described at https://github.com/openwrt/packages/issues/13920 This change removes the git tag inspection in favor of the static version string that's already known to the upstream build system. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
| * | | | | | | iputils: bump to 20200202Noah Meyerhans2021-02-03
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the tftpd binary from /usr/bin to /usr/sbin per upstream. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | Merge pull request #14627 from gstrauss/lighttpd-1.4.59Rosen Penev2021-02-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lighttpd: update to lighttpd 1.4.59 release hash
| * | | | | | | lighttpd: update to lighttpd 1.4.59 release hashGlenn Strauss2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to lighttpd 1.4.59 release hash add new base module mod_ajp13 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | | | Merge pull request #14635 from neheb/mRosen Penev2021-02-03
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | miredo: add debian reproducibility patch
| * | | | | | | miredo: add debian reproducibility patchRosen Penev2021-02-02
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed other patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14630 from sartura/sysrepoRosen Penev2021-02-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update sysrepo packages
| * | | | | | | sysrepo: Bump to 1.4.104Jakov Smolic2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
| * | | | | | | netopeer2: Bump to 1.1.53Jakov Smolic2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
| * | | | | | | libnetconf2: Bump to 1.1.36Jakov Smolic2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
| * | | | | | | libyang: Bump to 1.0.215Jakov Smolic2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* | | | | | | | Merge pull request #14629 from commodo/stress-ngRosen Penev2021-02-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | stress-ng: bump to version 0.12.02
| * | | | | | | | stress-ng: bump to version 0.12.02Alexandru Ardelean2021-02-02
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #14628 from commodo/numpyRosen Penev2021-02-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | numpy: bump to version 1.20.0
| * | | | | | | | numpy: bump to version 1.20.0Alexandru Ardelean2021-02-02
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #14631 from stangri/master-simple-adblockRosen Penev2021-02-02
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | simple-adblock: remove dependency on jsonfilter & old code
| * | | | | | | simple-adblock: remove dependency on jsonfilter & old codeStan Grishin2021-02-02
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | Merge pull request #14598 from 1715173329/xrayRosen Penev2021-02-02
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | xray-core: add new package
| * | | | | | xray-core: add new packageTianling Shen2021-02-02
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | | | Merge pull request #14621 from har-riz/masterRosen Penev2021-02-01
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | getdns: Fix TLS V1.3 Ciphersuites option in Stubby
| * | | | | getdns: Fix TLS V1.3 Ciphersuites option in StubbyHarris K Kusuma2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description : Fix typo in CMAKE getdns included files, so Stubby can use TLS v1.3 with chipersuites options ON. This solve issue that's written in here : https://github.com/getdnsapi/stubby/issues/240 https://github.com/getdnsapi/stubby/issues/257 Signed-off-by: Harris K Kusuma <igharris.kk@gmail.com>
* | | | | | python-execnet: update to version 1.8.0Jan Pavlinec2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #14619 from lipnitsk/antfsRosen Penev2021-02-01
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | antfs: patch for linux >= 5.8.0
| * | | | | antfs: patch for linux >= 5.8.0Ilya Lipnitskiy2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | | | rtty: update to 7.3.1Jianhui Zhao2021-02-01
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | Merge pull request #14609 from httpstorm/hwdata-0.343.fix-macosRosen Penev2021-02-01
|\ \ \ \ \ | | | | | | | | | | | | hwdata 0.343: fix build error on macOS
| * | | | | hwdata: fix build error on macOSGeorgi Valkov2021-02-01
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The install command on macOS does not support the -T flag. As suggested by Rosen Penev, this package does not compile anything, so the contents can be installed directly. Signed-off-by: Georgi Valkov <gvalkov@abv.bg>