aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* lm-sensors: use codeload and add ABI_VERSIONDeng Qingfang2019-01-20
| | | | | | | | | | Use codeload URL suggested by neheb Add ABI_VERSION:=5 to libsensors Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn> Bump PKG_RELEASE just in case. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #7943 from neheb/smHannu Nyman2019-01-20
|\ | | | | smartmontools: Update to 7.0
| * smartmontools: Update to 7.0Rosen Penev2019-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed weird uclibc++ compatibility stuff as it seems to not be needed anymore. Switched to standard variables. Added PKG_BUILD_PARALLEL for faster compilation. Removed PKG_FIXUP as it seems the package has been fixed already. A few changes to the CFLAGS and linker options resulted in ipk size going from 244694 to 244283, possibly due to previous overlinking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7939 from dengqf6/lm-sensorsHannu Nyman2019-01-19
|\ \ | | | | | | lm-sensors: update to 3.5.0
| * | lm-sensors: update to 3.5.0Deng Qingfang2019-01-16
| | | | | | | | | | | | | | | | | | | | | Also switch to GitHub tarball Removed upstreamed patch Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | Merge pull request #7811 from neheb/bHannu Nyman2019-01-18
|\ \ \ | | | | | | | | bonnie++: Replace libstdcpp depend with generic CXX.
| * | | bonnie++: Replace libstdcpp depend with generic CXX.Rosen Penev2019-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to get rid of the heavy libstdcpp dependency. Added -fno-rtti to save a little space (200 bytes). Also did some Makefile rearrangements for consistency. Added HTTPS to URLs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | unzip: fix PKG_CPE_IDJan Pavlinec2019-01-17
| |_|/ |/| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | unzip: patch CVE-2018-1000035 and add PKG_CPE_IDEJan Pavlinec2019-01-15
|/ / | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #7779 from neheb/patch-3Hannu Nyman2019-01-12
|\ \ | |/ |/| grep: Update to 3.3
| * grep: Update to 3.3Rosen Penev2018-12-26
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | collectd: remove lm-sensors version upper limitHannu Nyman2019-01-12
| | | | | | | | | | | | | | | | Backport an upstream patch to remove the upper limit of lm-sensors version check, so that using lm-sensors 3.5.0 will work. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #7911 from br101/bluez-utilHannu Nyman2019-01-09
|\ \ | | | | | | bluez: Add bdaddr tool
| * | bluez: Add bdaddr toolBruno Randolf2019-01-08
| | | | | | | | | | | | | | | | | | Let't add the bdaddr tool, it's handy to change the BT address. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | rtty: Update to 6.5.0Jianhui Zhao2019-01-09
|/ / | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | Merge pull request #7650 from mhei/open-plc-utils-missing-toolsMichael Heimpold2019-01-06
|\ \ | | | | | | open-plc-utils: package missing tools amprule, pev and evse
| * | open-plc-utils: minor whitespace fixesMichael Heimpold2018-12-14
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | open-plc-utils: package missing tools amprule, pev and evseMichael Heimpold2018-12-13
| | | | | | | | | | | | | | | | | | | | | At the moment, there are three binaries which are not covered by packaging, so add them. Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
| * | open-plc-utils: cleanup package meta-dataMichael Heimpold2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align package variables to other packages which also use a git checkout as tarball: - PKG_VERSION should not be set to a date, just rely on package default handling which apply automatically when using PKG_SOURCE_VERSION - introduce a plain PKG_RELEASE instead to allow keeping track of modified packaging - PKG_SOURCE_DIR is set by package defaults - same for PKG_SOURCE - this results in a different hash of the tarball created, so adjust PKG_MIRROR_HASH Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #7857 from dhewg/pull/prometheus-statsd-exporterHannu Nyman2019-01-05
|\ \ \ | | | | | | | | prometheus-statsd-exporter: fix compilation with go 1.11.4
| * | | prometheus-statsd-exporter: fix compilation with go 1.11.4Andre Heider2019-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the exact same build error reported at [0]. Upstream fixed it too, see [1], but I decided to use the minimal patch until a new version is released instead. [0] https://github.com/golang/go/issues/29281 [1] https://github.com/prometheus/statsd_exporter/pull/171 Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | | prometheus-statsd-exporter: add myself as maintainerAndre Heider2019-01-04
| | | | | | | | | | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | Merge pull request #7862 from cshoredaniel/pr-findutils-alternativesHannu Nyman2019-01-05
|\ \ \ \ | | | | | | | | | | findutils: Fix conflict with busybox find/xargs
| * | | | findutils: Fix conflict with busybox find/xargsDaniel F. Dickinson2019-01-03
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the new ALTERNATIVES mechanism to fix installation conflict against busybox find and xargs. Also add myself back as maintainer since folks seem to be asking me anyway. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | zoneinfo: Updated to the latest release.Vladimir Ulrich2019-01-04
| | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | Merge pull request #7864 from dibdot/mcHannu Nyman2019-01-03
|\ \ \ \ | |/ / / |/| | | mc: midnight commander 4.8.22
| * | | mc: midnight commander 4.8.22Dirk Brenken2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bump mc package release to 4.8.22, news in this release see here: http://midnight-commander.org/wiki/NEWS-4.8.22 * refresh subshell patch Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #7541 from BKPepe/findutilsHannu Nyman2019-01-02
|\ \ \ \ | |/ / / |/| | | findutils: polishing of Makefile
| * | | findutils: polishing of MakefileJosef Schlehofer2018-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - added license - added URL - removed descriptions of individual packages - added 'dummy' package: findutils, which contains 3 dependencies: find, xargs, locate Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | | | fish: updated to v3.0.0, revert "apropos fix" for being fixed officiallyHao Dong2018-12-31
|/ / / | | | | | | | | | Signed-off-by: Hao Dong <halbertdong@gmail.com>
* | | Revert 28ce922bd202e3153edaabe0ab03b39e6ebfcb81 - pushed from wrong branchTed Hess2018-12-29
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge branch 'dhcpdiscover' of https://github.com/aparcar/packages into cci-workTed Hess2018-12-29
|\ \ \
| * | | dhcpdiscover: add packagePaul Spooren2018-12-22
| | | | | | | | | | | | | | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | Merge pull request #7693 from neheb/patch-7Hannu Nyman2018-12-29
|\ \ \ \ | | | | | | | | | | i2c-tools: Update to 4.1
| * | | | i2c-tools: Update to 4.1Rosen Penev2018-12-16
| | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7770 from jqqqqqqqqqq/masterHannu Nyman2018-12-27
|\ \ \ \ \ | | | | | | | | | | | | fish: fixed apropos not found
| * | | | | fixed apropos not foundCurtis Jiang2018-12-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Curtis Jiang <jqqqqqqqqqq@qq.com>
* | | | | | Merge pull request #7762 from zhaojh329/rttyHannu Nyman2018-12-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | rtty: update to 6.4.1
| * | | | | | rtty: update to 6.4.1Jianhui Zhao2018-12-23
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | Merge pull request #7774 from diizzyy/patch-21Hannu Nyman2018-12-26
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | utils/dbus: Update to 1.12.12
| * | | | | utils/dbus: Update to 1.12.12Daniel Engberg2018-12-25
| |/ / / / | | | | | | | | | | | | | | | | | | | | Update dbus to 1.12.12 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #7683 from neheb/patch-3Hannu Nyman2018-12-26
|\ \ \ \ \ | | | | | | | | | | | | tio: Update to 1.32
| * | | | | tio: Update to 1.32Rosen Penev2018-12-16
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Rearrange Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7680 from neheb/patch-21Hannu Nyman2018-12-26
|\ \ \ \ \ | |_|/ / / |/| | | | pv: Update to 1.6.6
| * | | | pv: Update to 1.6.6Rosen Penev2018-12-15
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed URLs to HTTPS. uscan might track is properly now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7707 from neheb/patch-12Hannu Nyman2018-12-21
|\ \ \ \ | | | | | | | | | | prometheus: Update to 2.6.0
| * | | | prometheus: Update to 2.6.0Rosen Penev2018-12-19
| | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | acpica-unix: update to 20181213Philip Prindeville2018-12-20
|/ / / / | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | logrotate: Update to 3.15.0Rosen Penev2018-12-17
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7690 from neheb/softHannu Nyman2018-12-17
|\ \ \ \ | | | | | | | | | | gammu: Fix build under 64-bit targets.