aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* Merge pull request #8586 from alext/fix_conntrack_collectorRosen Penev2019-04-04
|\ | | | | prometheus-node-exporter-lua: fix missing conntrack values
| * prometheus-node-exporter-lua: Bump PKG_RELEASEAlex Tomlins2019-04-04
| | | | | | | | Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
| * prometheus-node-exporter-lua: fix missing conntrack valuesAlex Tomlins2019-04-03
| | | | | | | | | | | | | | | | | | | | | | | | If the /proc/sys/net/netfilter/nc_conntrack_* files are not present, this exporter was outputting a blank value, which is invalid. These files will not be present when using an image that doesn't include the iptables and firewall packages (eg a minimal access-point type image). This updates the collector to only output the metrics if the corresponding /proc files are present. Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
* | tang: Add package into treeTibor Dudlák2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tang is lightweight server for binding data to network presence. --- Tang's source: https://github.com/latchset/tang Maintainer: @Tiboris Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d) **Tang requires a few other software libraries:** 1. libhttp-parser 2. xinetd's socket activation 3. jose >= 8 **Two new files compared to tang upstream:** - tangdx : configuration file for xinetd - tangdw : wrapper for tangd service - puts timestamp when service activated, and - redirects stderr to log file in /var/log/ **Removed systemd requirement** Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
* | btrfs-progs: drop unnecessary Kconfig dependencyKarel Kočí2019-04-03
|/ | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* btrfs-progs: make zstd optionalKarel Kočí2019-04-02
| | | | | | This adds choice to compile support for zstd or not. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* qemu: explicitly disable dependency on libpmem, libudev, libxml2Yousong Zhou2019-04-02
| | | | | | | Supersedes openwrt/packages#8571 Reported-by: Rosen Penev rosenp@gmail.com Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* qemu: sort --disable-xx listYousong Zhou2019-04-02
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #8228 from lucize/libpciDaniel Engberg2019-04-01
|\ | | | | pciutils: add support for libpci
| * pciutils: add support for libpciLucian Cristian2019-04-02
| | | | | | | | | | | | fix install dev for packages that needs LIBPCI and add me as a mantainer Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #8555 from neheb/fioRosen Penev2019-04-01
|\ \ | | | | | | fio: Fix compilation under mpcore.
| * | fio: Fix compilation under mpcore.Rosen Penev2019-03-31
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8089 from ja-pa/openocd-security-fixRosen Penev2019-04-01
|\ \ \ | | | | | | | | openocd: patch security issue
| * | | openocd: patch security issueJan Pavlinec2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | CVE-2018-5704 - https://nvd.nist.gov/vuln/detail/CVE-2018-5704 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #8191 from jefferyto/sysstat-initRosen Penev2019-04-01
|\ \ \ \ | | | | | | | | | | sysstat: Update init script
| * | | | sysstat: Update init scriptJeffery To2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #8183 from jefferyto/hd-idle-initRosen Penev2019-04-01
|\ \ \ \ \ | | | | | | | | | | | | hd-idle: Update init script
| * | | | | hd-idle: Update init scriptJeffery To2019-02-11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also adds a service_triggers() function. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | / / btrfs-progs: add support for zstdKarel Kočí2019-04-01
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows BTRFS encryption using zstd. Using zstd can increase performance. This change increases size of btrfs-progs only by 4K. The real effect on size is only size of libzstd which is around 500K. This should be fine on system requiring BTRFS so no variant without zstd was added. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | Merge pull request #7126 from ammubhave/add_zstdRosen Penev2019-03-31
|\ \ \ \ | | | | | | | | | | zstd: add zstd package
| * | | | zstd: add zstd packageAmol Bhave2019-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. This package includes a C library, and a command line utility producing and decoding .zst, .gz, .xz and .lz4 files. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | Merge pull request #8486 from neheb/scRosen Penev2019-03-31
|\ \ \ \ \ | |/ / / / |/| | | | screen: Replace patches with upstream backports
| * | | | screen: Reorganize MakefileRosen Penev2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized the Makefile a bit for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Removed USEMEMMOVE hack as that is no longer used in the codebase. Added PKG_FIXUP as the patches touch configure.ac. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | screen: Replace OpenWrt patches with upstream backportsRosen Penev2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will enable easier package bumping by just deleting all of them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8543 from neheb/g2Rosen Penev2019-03-30
|\ \ \ \ \ | | | | | | | | | | | | gammu: Really fix compilation under 64-bit
| * | | | | gammu: Really fix compilation under 64-bitRosen Penev2019-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The InstallDev section needed the same treatment as the Install one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | treewide: add missing PKGARCH:=all to non-binary packagesDeng Qingfang2019-03-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages such as Perl, Lua, shell scripts don't generate binary files. Add PKGARCH:=all to them. Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | Merge pull request #5909 from lucize/ddrescueRosen Penev2019-03-29
|\ \ \ \ \ | | | | | | | | | | | | gddrescue: add ddrescue a data recovery tool
| * | | | | gddrescue: add ddrescue a data recovery toolLucian Cristian2019-03-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | zoneinfo: Updated to the latest release.Vladimir Ulrich2019-03-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | Merge pull request #8020 from cshoredaniel/pr-lxc-no-pythonEneas Queiroz2019-03-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | lxc: Disable use of unwanted libraries explicity
| * | | | | | lxc: Disable use of unwanted libraries explicityDaniel F. Dickinson2019-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise one gets a failure if the libraries (e.g. Python header file) exist in the build system. Worse in some cases is host headers being found if one doesn't specifically disable a library search in autotools. It is especially important that Python is disabled by default. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | Merge pull request #8440 from Cynerd/ncdu-bumpRosen Penev2019-03-28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | ncdu: update to version 1.14
| * | | | | | ncdu: update to version 1.14Karel Kočí2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | prometheus: update to 2.8.0 + bzr-less backportPaul Spooren2019-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 2.8.0 and add patch to get rid of the bzr requirement Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | nano: update to 4.0Hannu Nyman2019-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 4.0. Release notes at http://git.savannah.gnu.org/cgit/nano.git/plain/NEWS?h=v4.0 2019.03.24 - GNU nano 4.0 "Thy Rope of Sands" * An overlong line is no longer automatically hard-wrapped. * Smooth scrolling (one line at a time) has become the default. * A newline character is no longer automatically added at end of buffer. * The line below the title bar is by default part of the editing space. * Option --breaklonglines (-b) turns automatic hard-wrapping back on. * Option --jumpyscrolling (-j) gives the chunky, half-screen scrolling. * Option --finalnewline (-f) brings back the automatic newline at EOF. * Option --emptyline (-e) leaves the line below the title bar unused. * <Alt+Up> and <Alt+Down> now do a linewise scroll instead of a findnext. * Any number of justifications can be undone (like all other operations). * When marked text is justified, it becomes a single, separate paragraph. * Option --guidestripe=<number> draws a vertical bar at the given column. * Option --fill=<number> no longer turns on automatic hard-wrapping. * When a line continues offscreen, it now ends with a highlighted ">". * The halfs of a split two-column character are shown as "[" and "]". * A line now scrolls horizontally one column earlier. * The bindable functions 'cutwordleft' and 'cutwordright' were renamed to 'chopwordleft' and 'chopwordright' as they don't use the cutbuffer. * The paragraph-jumping functions were moved from Search to Go-to-Line. * Option --rebinddelete is able to compensate for more misbindings. * Options --morespace and --smooth are obsolete and thus ignored. * The --disable-wrapping-as-root configure option was removed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | ykpers: Initial checkin of makefileStuart B. Wilkins2019-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart B. Wilkins <stuwilkins@mac.com>
* | | | | | | ykclient: Initial checkin of makefileStuart B. Wilkins2019-03-22
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart B. Wilkins <stuwilkins@mac.com>
* | | | | | Merge pull request #8374 from dangowrt/tar-1.32Hannu Nyman2019-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | tar: update to version 1.32
| * | | | | | tar: update to version 1.32Daniel Golle2019-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #8411 from srchack/open-vm-tools_remove_resolutionkmsHannu Nyman2019-03-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | open-vm-tools: remove resolutionkms
| * | | | | | | open-vm-tools: remove resolutionkmsYuhei OKAWA2019-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix snapshot build err. Add configure option "--enable-resolutionkms=no" Can not build if libdrm and libudev exist. Since resolutionkms is not used, it is avoided by disabling it. Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
* | | | | | | | Merge pull request #8259 from haodong/fishHannu Nyman2019-03-14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fish: Update to 3.0.2
| * | | | | | | fish: update to v3.0.2Hao Dong2019-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hao Dong <halbertdong@gmail.com>
* | | | | | | | btrfs-progs: update to 4.20.2Karel Kočí2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | bigclown-mqtt2influxdb: add packageKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | bigclown-control-tool: add packageKarel Kočí2019-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | bigclown-gateway: add packageKarel Kočí2019-03-11
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | Merge pull request #8176 from MikePetullo/jqHannu Nyman2019-03-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | jq: compile with _GNU_SOURCE (fixes #7785)
| * | | | | | | jq: compile with _GNU_SOURCE (fixes #7785)W. Michael Petullo2019-02-11
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>