aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* Merge pull request #7311 from neheb/btrfsMichael Heimpold2018-11-05
|\ | | | | btrfs-progs: Update to 4.19
| * btrfs-progs: Update to 4.19Rosen Penev2018-11-05
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | fio: Update to 3.12Rosen Penev2018-11-04
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* haveged: update to 1.9.4Hannu Nyman2018-11-04
| | | | | | | | | | Version bump to 1.9.4 Development has moved to github. * old site: http://www.issihosts.com/haveged * new site: https://github.com/jirka-h/haveged Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #6269 from neheb/patch-23Hannu Nyman2018-11-04
|\ | | | | spi-tools: Update to 0.8.1
| * spi-tools: Update to 0.8.3Rosen Penev2018-10-29
| | | | | | | | | | | | | | | | Previously, an old git revision was used. Moved to stable. Reorganized the Makefile as a result. The stable version is based on a newer git revision. UScan can also properly track this now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #6938 from neheb/moreHannu Nyman2018-11-04
|\ \ | | | | | | moreutils: Update to 0.62 and switch to git tarball
| * | moreutils: Update to 0.62 and switch to git tarballRosen Penev2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | It's more generic in addition to being the source for the debian package. PKG_BUILD_PARALLEL was explicitly set to no just in case as I see no handling for it in the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7229 from diizzyy/patch-14Hannu Nyman2018-11-03
|\ \ \ | | | | | | | | fish: Add (lib)pcre2 dependency
| * | | fish: Add (lib)pcre2 dependencyDaniel Engberg2018-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the shared version of libpcre2 instead of bundled. Fixes the following error: Package fish is missing dependencies for the following libraries: libpcre2-32.so.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | zoneinfo: Updated to the latest release.Vladimir Ulrich2018-10-30
| |_|/ |/| | | | | | | | | | | | | | | | | Added missed 'g' in Bangkok for zoneinfo-simple package. Also removed dedicated version for code, as we shouldn't mix different versions. Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | hdparm: Update to 9.58Rosen Penev2018-10-28
| | | | | | | | | | | | | | | Add myself as maintainer as agreed previously. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #5903 from aparcar/prometheusHannu Nyman2018-10-28
|\ \ \ | | | | | | | | prometheus: add package
| * | | prometheus: add packagePaul Spooren2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: x86/64, aarch64_cortex-a53 Run tested: x86/64 Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de> Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | Merge pull request #7143 from neheb/patch-27Hannu Nyman2018-10-28
|\ \ \ \ | | | | | | | | | | unrar: Update to 5.6.7
| * | | | unrar: Update to 5.6.8Rosen Penev2018-10-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7208 from neheb/obexHannu Nyman2018-10-28
|\ \ \ \ \ | | | | | | | | | | | | openobex: Update to 1.7.2
| * | | | | openobex: Update to 1.7.2Rosen Penev2018-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add myself as maintainer. Cosmetic Makefile fixes for consistency between projects. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6823 from neheb/patch-17Hannu Nyman2018-10-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | yara: Update to 3.8.1
| * | | | | | yara: Update to 3.8.1Rosen Penev2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched URL to codeload. The previous redirects to this one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7150 from neheb/patch-43Hannu Nyman2018-10-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ccid: Update to 1.4.30
| * | | | | | | ccid: Update to 1.4.30Rosen Penev2018-10-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #7181 from neheb/patch-45Hannu Nyman2018-10-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cmdpad: Fix compile
| * | | | | | | | cmdpad: Fix compileRosen Penev2018-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the switch to GCC7, this has not compiled as it assumes gnu89 behavior. -fgnu89-inlining is not enough so use std=gnu89. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7179 from neheb/oathHannu Nyman2018-10-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | oath-toolkit: Add patch from Fedora to fix compilation
| * | | | | | | | | oath-toolkit: Add patch from Fedora to fix compilationRosen Penev2018-10-11
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probably a result of GCC7 that it fails now. Added PKG_CPE_ID for proper CVE tracking. Added PKG_BUILD_PARALLEL for faster compilation. Reorganized Makefile slightly for consistency with other packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | collectd: update to 5.8.1Hannu Nyman2018-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collectd to version 5.8.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | hdparm: Update to 9.57Rosen Penev2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slightly adjusted Makefile for consistency between projects. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7217 from neheb/picoHannu Nyman2018-10-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | picocom: Backport upstream fix for x86
| * | | | | | | | | picocom: Backport upstream fix for x86Rosen Penev2018-10-19
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced the maintainer with myself due to inactiviy. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7211 from zhaojh329/rttyHannu Nyman2018-10-22
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | rtty: update to 6.3.1
| * | | | | | | | rtty: update to 6.3.1Jianhui Zhao2018-10-18
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* / / / / / / / zoneinfo: Updated to the latest release.Vladimir Ulrich2018-10-18
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | | Merge pull request #6762 from neheb/lsofKevin D-B2018-10-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lsof: Fix dead URL + cosmetic fixes
| * | | | | | | lsof: Fix dead URL + cosmetic fixesRosen Penev2018-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed some whitespace and refreshed patches, which was forgotten during the bump. No actual changes so no release bump. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #7066 from neheb/procDirk Brenken2018-10-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | procps-ng: Update to 3.3.15
| * | | | | | | | procps-ng: Update to 3.3.15Rosen Penev2018-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch from locally generated git tarball to official one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | setserial: Don't build docs to remove nroff dependencyRosen Penev2018-10-11
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Buildbots are failing as they lack nroff. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #7158 from neheb/hplLuiz Angelo Daros de Luca2018-10-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | hplip: Update to 3.18.9
| * | | | | | | | hplip: Update to 3.18.9Rosen Penev2018-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to fix some glibc-isms. Added PKG_BUILD_PARALLEL for faster compilation. Rearranged slightly for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | vim: fix build on non-linux systems after upgradeFelix Fietkau2018-10-10
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script calls uname directly and assumes that it returns the system to build for. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | / / / / / fio: Update to 3.11Rosen Penev2018-10-07
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an upstream pending patch to fix musl support. Oddly enough, this never caused a runtime issue, only compile time warnings. Added myself as maintainer, as previously agreed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6824 from neheb/vimHannu Nyman2018-10-07
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | vim: Update to 8.1
| * | | | | | vim: Update to 8.1Rosen Penev2018-08-20
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch URL to HTTP. More reliable. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | rtty: update to 6.3.0Jianhui Zhao2018-10-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | acpica-unix: update to 20180929Philip Prindeville2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | bandwidthd: fix undefined references to inline functionsGuo Li2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc-7 with -Os makes inline functions disappeard. It are caused by the new C11 inline semantics. pass option -fgnu89-inline to gcc let it use gnu inline semantics. see https://wiki.debian.org/GCC7#Porting_help bandwidthd.o: In function `RCDF_Load': bandwidthd.c:(.text+0xb33): undefined reference to `FindIp' bandwidthd.o: In function `PacketCallback': bandwidthd.c:(.text+0x11d0): undefined reference to `FindIp' bandwidthd.c:(.text+0x11e2): undefined reference to `Credit' bandwidthd.c:(.text+0x11ea): undefined reference to `FindIp' bandwidthd.c:(.text+0x11fc): undefined reference to `Credit' bandwidthd.c:(.text+0x1218): undefined reference to `FindIp' bandwidthd.c:(.text+0x122a): undefined reference to `Credit' bandwidthd.c:(.text+0x1232): undefined reference to `FindIp' bandwidthd.c:(.text+0x1244): undefined reference to `Credit' collect2: error: ld returned 1 exit status Makefile:20: recipe for target 'bandwidthd' failed make[4]: *** [bandwidthd] Error 1 Signed-off-by: Guo Li <uxgood.org@gmail.com>
* | | | | | hamlib: Update to 3.3Rosen Penev2018-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearranged Makefile for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | rtty: Update to 6.2.0Jianhui Zhao2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | treewide: remove obsolete references to avr32Yousong Zhou2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a long overdue followup commit to openwrt/openwrt@5d9eeab ("build: remove obsolete references to cris and avr32") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>