aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* Merge pull request #13349 from olek2/coremarkRosen Penev2020-09-18
|\ | | | | coremark: add various optimization options
| * coremark: add various optimization optionsAleksander Jan Bajkowski2020-09-09
| | | | | | | | | | | | | | | | | | | | Changes: - Pass compiler flags through PORT_CFLAGS (previously, it was always compiled with -O2 -lrt) - Add option to override toolchain and use -O3 - Disable MIPS16 (highly decreases results) - Enable LTO Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
* | Merge pull request #13337 from jmarcet/docker-compose-updateRosen Penev2020-09-18
|\ \ | | | | | | docker-compose: Update to version 1.27.3
| * | docker-compose: Update to version 1.27.3Javier Marcet2020-09-17
| | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | syncthing: simplify runtime testPaul Spooren2020-09-17
| | | | | | | | | | | | | | | | | | Passed argument no longer contains the release. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | prometheus: simplify runtime testPaul Spooren2020-09-17
| | | | | | | | | | | | | | | | | | Passed argument no longer contains the release. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | prometheus: add runtime testPaul Spooren2020-09-17
|/ / | | | | | | | | | | | | | | Run trivial check if the compiled binary works on the architecture. Do so by comparing the printed version by the binary with the Makefile version. The release is OpenWrt specific, so cut it off. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | syncthing: add runtime testPaul Spooren2020-09-16
| | | | | | | | | | | | Run trivial check if the compiled binary works on the architecture. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | prometheus: bump to 2.21.0Paul Spooren2020-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release is built with Go 1.15, which deprecates X.509 CommonName in TLS certificates validation. In the unlikely case that you use the gRPC API v2 (which is limited to TSDB admin commands), please note that we will remove this experimental API in the next minor release 2.22. [CHANGE] Disable HTTP/2 because of concerns with the Go HTTP/2 client. #7588 #7701 [CHANGE] PromQL: query_log_file path is now relative to the config file. #7701 [CHANGE] Promtool: Replace the tsdb command line tool by a promtool tsdb subcommand. #6088 [CHANGE] Rules: Label rule_group_iterations metric with group name. #7823 [FEATURE] Eureka SD: New service discovery. #3369 [FEATURE] Hetzner SD: New service discovery. #7822 [FEATURE] Kubernetes SD: Support Kubernetes EndpointSlices. #6838 [FEATURE] Scrape: Add per scrape-config targets limit. #7554 [ENHANCEMENT] Support composite durations in PromQL, config and UI, e.g. 1h30m. #7713 #7833 [ENHANCEMENT] DNS SD: Add SRV record target and port meta labels. #7678 [ENHANCEMENT] Docker Swarm SD: Support tasks and service without published ports. #7686 [ENHANCEMENT] PromQL: Reduce the amount of data queried by remote read when a subquery has an offset. #7667 [ENHANCEMENT] Promtool: Add --time option to query instant command. #7829 [ENHANCEMENT] UI: Respect the --web.page-title parameter in the React UI. #7607 [ENHANCEMENT] UI: Add duration, labels, annotations to alerts page in the React UI. #7605 [ENHANCEMENT] UI: Add duration on the React UI rules page, hide annotation and labels if empty. #7606 [BUGFIX] API: Deduplicate series in /api/v1/series. #7862 [BUGFIX] PromQL: Drop metric name in bool comparison between two instant vectors. #7819 [BUGFIX] PromQL: Exit with an error when time parameters can't be parsed. #7505 [BUGFIX] Remote read: Re-add accidentally removed tracing for remote-read requests. #7916 [BUGFIX] Rules: Detect extra fields in rule files. #7767 [BUGFIX] Rules: Disallow overwriting the metric name in the labels section of recording rules. #7787 [BUGFIX] Rules: Keep evaluation timestamp across reloads. #7775 [BUGFIX] Scrape: Do not stop scrapes in progress during reload. #7752 [BUGFIX] TSDB: Fix chunks.HeadReadWriter: maxt of the files are not set error. #7856 [BUGFIX] TSDB: Delete blocks atomically to prevent corruption when there is a panic/crash during deletion. #7772 [BUGFIX] Triton SD: Fix a panic when triton_sd_config is nil. #7671 [BUGFIX] UI: Fix react UI bug with series going on and off. #7804 [BUGFIX] UI: Fix styling bug for target labels with special names in React UI. #7902 [BUGFIX] Web: Stop CMUX and GRPC servers even with stale connections, preventing the server to stop on SIGTERM. #7810 Signed-off-by: Paul Spooren <mail@aparcar.org>
* | audit: fix dependency error when libev also selectedW. Michael Petullo2020-09-12
| | | | | | | | | | | | | | | | Auditd seems to build its own libev if the library is not already present; otherwise it uses the system-installed library. This adds libev as a dependency to ensure a consistent build. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | xfsprogs: update to 5.8.0Rosen Penev2020-09-12
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13353 from G-M0N3Y-2503/cache-domains-dnsmasq-fixRosen Penev2020-09-11
|\ \ | | | | | | cache-domains: Fixed upstream changes + wolfssl
| * | cache-domains: Fixed upstream changes + wolfsslGerard Ryan2020-09-10
| |/ | | | | | | | | | | | | | | * The upstream script changed to use `.hosts` files from `.conf` files, so changes were required to make dnsmasq use the new file format. * Added a default wolfssl variant. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | semodule-utils: new packageW. Michael Petullo2020-09-11
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | setools: new packageW. Michael Petullo2020-09-11
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | selinux-python: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [update to 3.1, make use of Python 3, and update dependencies] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | audit: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [strip library after adding it to openwrt repository] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | prometheus: set build info via x-flagsPaul Spooren2020-09-10
| | | | | | | | | | | | | | Similar to `syncthing` also `prometheus` build environment sets variables later shown in the `--version` string. Set those varialbes. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | Merge pull request #13344 from commodo/stress-ngRosen Penev2020-09-09
|\ \ | | | | | | stress-ng: bump to version 0.11.20
| * | stress-ng: bump to version 0.11.20Alexandru Ardelean2020-09-09
| |/ | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | syncthing: bump to 1.9.0Paul Spooren2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release adds the advanced folder option caseSensitiveFS (https://docs.syncthing.net/advanced/folder-caseSensitiveFS.html) to disable the new safe handling of case insensitive filesystems. Bugfixes: #1787: Case-only renames break stuff #5708: Properly handle upper-/lowercase-only file name collisions #6613: TestWatchRename test fails on FreeBSD. #6793: Error status should take precedence over Local Additions #6850: Global state incorrect when ignoring local change #6864: Folder incorrectly marked “Up to Date” after switching from “Receive Only” to “Send & Receive” #6867: Certificate error when built with Go 1.15 #6886: chmod permission after editing .stignore via WebUI not preserved #6889: test failures with Go 1.15 #6892: Syncthing 1.8.0 trying to connect via wrong network route #6898: tests in TestCopyRange fail on ppc64le with "inappropriate ioctl for device" #6908: NAT service fails to terminate during Shutdown #6910: Local Additions when deleting file after changing folder type from SR to RO #6922: Auto accepted folders not saved #6938: Modifying config during first scan corrupts folder state Enhancements: #2739: Syncthing should be case insensitive by default #5579: Avoid anti-aliasing artifacts for svg device icons #6873: Don't fail dirs in receive-only folders that were removed elsewhere but exist locally Signed-off-by: Paul Spooren <mail@aparcar.org>
* | syncthing: add specific USERIDPaul Spooren2020-09-09
|/ | | | | | | Instead of randomly adding a UID this follows the Gentoo numbering and uses 499. Signed-off-by: Paul Spooren <mail@aparcar.org>
* collectd: update to 5.12.0Hannu Nyman2020-09-07
| | | | | | | | | | | Update collectd to version 5.12.0. * Refresh patches * Remove upstreamed patch 920-fix-ubi-data-source-type.patch * Backport a patch from upstream to fix a missing define (920-backport-netlink-reg-noerror.patch) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* stress-ng: remove libaio and libbsd supportRosen Penev2020-09-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* prometheus: bump to 2.20.1Paul Spooren2020-09-05
| | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* Merge pull request #13288 from neheb/kmodRosen Penev2020-09-04
|\ | | | | kmod: update to 27
| * kmod: update to 27Rosen Penev2020-09-03
| | | | | | | | | | | | | | | | Remove outdated patch. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13287 from neheb/coreRosen Penev2020-09-04
|\ \ | | | | | | coreutils: switch to normal PKG_INSTALL
| * | coreutils: switch to normal PKG_INSTALLRosen Penev2020-09-03
| |/ | | | | | | | | | | | | | | Simplifies the Makefile. Also removed pointless uClibc workaround that is not relevant anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / moreutils: update to 0.64Rosen Penev2020-09-03
|/ | | | | | | | Remove upstreamed patch. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #13252 from adschm/ar71xxRosen Penev2020-09-02
|\ | | | | lcd4linux: drop dependencies on ar71xx/rb532
| * lcd4linux: drop dependencies on rb532Adrian Schmutzler2020-09-02
| | | | | | | | | | | | | | The rb532 target has finally been removed in master, so drop the dependencies in this package. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
| * lcd4linux: drop dependencies on ar71xxAdrian Schmutzler2020-09-02
| | | | | | | | | | | | | | | | | | | | The ar71xx target has finally been removed in master, so drop the dependencies in this package. Don't remove the patch for the TEW673GRU driver, as it may come back with ath79. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* | checksec: add new packageJan Pavlinec2020-09-01
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | 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 #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 #13109 from neheb/lcd42Rosen Penev2020-08-29
|\ \ | | | | | | lcd4linux: fix samsung driver compilation
| * | lcd4linux: fix samsung driver compilationRosen Penev2020-08-13
| | | | | | | | | | | | | | | | | | | | | | | | Turns out, it uses an API that is not provided by libjpeg. Add compatibility code from v4l-utils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | uhubctl: incorporate feedback from reviewSteven Honson2020-08-29
| | | | | | | | | | | | Signed-off-by: Steven Honson <steven@honson.id.au>
* | | uhubctl: new packageSteven Honson2020-08-29
| | | | | | | | | | | | | | | | | | | | | Description: uhubctl is a utility that allows you to control USB power on USB hubs that implement per-port or ganged power switching. Signed-off-by: Steven Honson <steven@honson.id.au>
* | | pcsc-tools: update to 1.5.7Rosen Penev2020-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile for consistency between packages. Fixed license information. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | fuse3: update to 3.9.3Rosen Penev2020-08-27
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | nano: update to 5.2Hannu Nyman2020-08-25
| | | | | | | | | | | | | | | | | | Update nano editor to version 5.2. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | swig: support node.js v12Hirokazu MORIKAWA2020-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @blogic me Compile tested: head r14241-ba2ddba, x86_64 Run tested: x86_64 (VirtualBox) Description: Addressed the build failure with node.js version 12. https://github.com/openwrt/packages/pull/12225 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #12788 from nwf/rng-tools-6.10Rosen Penev2020-08-24
|\ \ \ | | | | | | | | rng-tools: bump to 6.10, require libopenssl
| * | | rng-tools: bump to 6.10, require libopensslNathaniel Filardo2020-08-22
| | | | | | | | | | | | | | | | | | | | | | | | Upstream now requires libopenssl unconditionally Signed-off-by: Nathaniel Filardo <nwfilardo@gmail.com>
* | | | Coremark: update the compilation for 64bitkongfl888 K2020-08-24
| | | | | | | | | | | | | | | | Signed-off-by: kongfl888 K <kongfl888@outlook.com>
* | | | Coremark: bump to ver 2020-05-28kongfl888 K2020-08-24
| | | | | | | | | | | | | | | | Signed-off-by: kongfl888 K <kongfl888@outlook.com>
* | | | klish: fixup sigignore supportRosen Penev2020-08-22
|/ / / | | | | | | | | | | | | | | | | | | Added _GNU_SOURCE for uClibc-ng compatibility. _XOPEN_SOURCE does not seem to be enough. Signed-off-by: Rosen Penev <rosenp@gmail.com>