aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* dump1090: update to latest versionÁlvaro Fernández Rojas2016-12-27
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* utils/tar: Fix tar build dependency and CVE-2016-6321Daniel Dickinson2016-12-27
| | | | | | | Should be PKG_BUILD_DEPENDS not BUILD_DEPENDS Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Merge pull request #3535 from p-wassi/utils_zip_LFSÁlvaro Fernández Rojas2016-12-27
|\ | | | | utils/zip: fix LARGE_FILE_SUPPORT in configure script
| * utils/zip: fix LARGE_FILE_SUPPORT in configure scriptp-wassi2016-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package zip is currently broken with a runtime error. When zip is run, it immediately exits with "zip warning : Not supported (uzoff_t not same size as zoff_t)" The issue boils down to the package's configure script which tries to determine LARGE_FILE_SUPPORT on *host* side. The conftest.c is compiled and ran on the building host to see whether LFS is given or not. This will fail when cross-compiling. The patch here is created by Romain Naour, taken from http://lists.busybox.net/pipermail/buildroot/2015-January/117909.html Reworked and tested by me. Now LFS is detected and the built binaries work on the target. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | nano: update to 2.7.2Hannu Nyman2016-12-22
| | | | | | | | | | | | | | | | Update nano to version 2.7.2 Compile and run tested on ipq806x. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #3605 from bittorf/mysqld-allow_spaces_in_configJo-Philipp Wich2016-12-20
|\ \ | | | | | | mysql-server: initscript: allow spaces in 'mysql-config' datadir
| * | mysql-server: initscript: allow spaces in 'mysql-config' datadirBastian Bittorf2016-12-01
| | | | | | | | | | | | | | | | | | | | | also convert script to OpenWrt-style and use logger instead of echo out to STDERR. Signed-off-by: Bastian Bittorf <bb@npl.de>
* | | io: add io-toolHauke Mehrtens2016-12-17
| | | | | | | | | | | | | | | | | | This add the io tool from the old package feed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | ecdsautils/libecdsautil: add 0.3.2.20160630Dominik Menke2016-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes are a direct copy of [1]. The original commit messages were: > commit 0a6411b56b9edeba1809ffe45c03dbb7261bf45c > Author: Matthias Schiffer <mschiffer@universe-factory.net> > Date: Sun May 8 11:39:22 2016 +0200 > > ecdsautils: update to current git, add libecdsautil > > The addition of libecdsautil required us to switch from statically > linked libuecc to a shared library (as we also want shared > libecdsautil). > commit 05bc59f3196b1dc05afe845e1df0073e40f0757d > Author: Nils Schneider <nils@nilsschneider.net> > Date: Mon Jul 21 14:51:42 2014 +0200 > > ecdsautils: update to v0.3.2 > commit db7d9410b3e21f5770f28a3c537ba6a681c24e62 > Author: Nils Schneider <nils@nilsschneider.net> > Date: Thu Jul 10 16:28:10 2014 +0200 > > ecdsautils: download using git instead of http > commit 3a1b6541b43d4801608c391d64582af41e7a155a > Author: Nils Schneider <nils.schneider@gmail.com> > Date: Wed Feb 6 13:30:26 2013 +0100 > > Add ecdsautils v0.2 [1]: https://github.com/freifunk-gluon/packages/blob/0a6411b56b9edeba1809ffe45c03dbb7261bf45c/utils/ecdsautils/Makefile Signed-off-by: Dominik Menke <dom@digineo.de>
* | | qemu: build sub-packages only for selected targetsYousong Zhou2016-12-13
| | | | | | | | | | | | | | | | | | While at it, move these pacakges to submenu Utilities -> Virtualization Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | qemu: virtio-console-helper as a separate packageYousong Zhou2016-12-11
| | | | | | | | | | | | | | | | | | While at it, update copyright header. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | qemu: packaging target {x86_64,arm}-softmmu and friendsYousong Zhou2016-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment, only build these softmmu emulators for x86_64 and sunxi target. The decision was made for the following reasons - It seems that interests of virtualization with qemu are mostly from x86, and ARM recently. - x86, sunxi boards/boxes capable of running qemu with accel=kvm are more widely available - Not all host, target combinations of qemu works, or even compiles - Extra maintenance work and server resources Test results are as the following - Nested vmx works: lede-qemu-x86_64-kvm on lede-qemu-x86_64-kvm - KVM on Cubieboard2 works - tcg with malta works: lede-qemu-malta-tcg on lede-qemu-malta-tcg. But it's too slow to be useful thus not included in this version - mips64 host does not compile Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | qemu: bump to version 2.6.2Yousong Zhou2016-12-11
| | | | | | | | | | | | | | | | | | | | | | | | - use CXX_DEPENDS instead of explictly requiring libstdcpp - use PKG_INSTALL_DIR for packaging qemu-ga - explicitly --disable-docs Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | utils/avrdude: update to 6.3p-wassi2016-12-05
|/ / | | | | | | | | | | Update avrdude to upstream release 6.3 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | tcsh: bump to version 6.20Nuno Goncalves2016-11-28
| | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | ttyd: update to 1.2.1Shuanglei Tao2016-11-27
| | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | Merge pull request #3526 from sartura/f2fs-tools-no-selinuxLuka Perkov2016-11-24
|\ \ | | | | | | f2fs-tools: import patch that disables selinux
| * | f2fs-tools: replace noselinux patch with upstream versionDenis Osvald2016-11-22
| | | | | | | | | | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
| * | f2fs-tools: import patch that disables selinuxDenis Osvald2016-11-18
| |/ | | | | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* | [utils/zoneinfo] Updated to the latest releaseVladimir Ulrich2016-11-24
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | Merge pull request #3548 from luizluca/attr_githttpLuiz Angelo Daros de Luca2016-11-23
|\ \ | | | | | | attr: use git over HTTP
| * | attr: use git over HTTPLuiz Angelo Daros de Luca2016-11-22
| |/ | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | oath-toolkit: Add 'oath-toolkit' packageFam Zheng2016-11-23
| | | | | | | | | | | | | | | | | | | | Upstream: http://www.nongnu.org/oath-toolkit/index.html Signed-off-by: Fam Zheng <fam@euphon.net> --- v2: Address comments of yousong and hnyman.
* | utils/nano: update to 2.7.1p-wassi2016-11-22
|/ | | | | | Update nano to upstream release 2.7.1 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* ttyd: update to 1.2.0Shuanglei Tao2016-11-13
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* tcsh: bump to version 6.19.01Nuno Goncalves2016-11-12
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* Merge pull request #3503 from the2masters/rng-toolsHannu Nyman2016-11-11
|\ | | | | rng-tools: Fixup Makefile and initscript
| * rng-tools: Fixup Makefile and initscriptStefan Hellermann2016-11-10
| | | | | | | | | | | | | | | | - typo in path of uci-defaults scripts - fix init script when there is no rngd config - convert init script to procd Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | collectd: enable cpufreq plugin also for ipq806xHannu Nyman2016-11-10
|/ | | | | | | | | Enable cpufreq plugin also for ipq806x, as IPQ8065 supports CPU frequency scaling. Run-tested with Netgear R7800. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #3494 from ffainelli/plc-utils-3481Florian Fainelli2016-11-08
|\ | | | | open-plc-utils: Force creation of open-plc-utils metapackage
| * open-plc-utils: Force creation of open-plc-utils metapackageFlorian Fainelli2016-11-06
| | | | | | | | | | | | | | | | Without it, all other plugin packages are not installable. Fixes #3481 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | Merge pull request #3373 from bobafetthotmail/patch-6Luka Perkov2016-11-06
|\ \ | |/ |/| f2fs-tools: update to latest and split up tools
| * f2fs-tools: update to latest and split up toolsAlberto Bursi2016-10-22
| | | | | | | | | | | | I cloned the makefile from LEDE's f2fs-utils package https://github.com/lede-project/source/blob/master/package/utils/f2fs-tools/Makefile Fixes issue https://github.com/openwrt/packages/issues/1848 Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | hdparm: bump version to 9.50Richard Kunze2016-11-05
| | | | | | | | Signed-off-by: Richard Kunze <richard.kunze@web.de>
* | [utils/zoneinfo] Updated to the latest releaseVladimir Ulrich2016-11-03
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | Merge pull request #3450 from bobafetthotmail/patch-4Hannu Nyman2016-11-03
|\ \ | | | | | | avrdude: move to "Microcontroller programming" submenu
| * | avrdude: move to "Microcontroller programming" submenuAlberto Bursi2016-11-02
| | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | Merge pull request #3451 from bobafetthotmail/patch-7Hannu Nyman2016-11-03
|\ \ \ | | | | | | | | dfu-programmer: move to "Microcontroller programming" submenu
| * | | dfu-programmer: move to "Microcontroller programming" submenuAlberto Bursi2016-11-02
| |/ / | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* / / stm32flash: move to "Microcontroller programming" submenuAlberto Bursi2016-11-02
|/ / | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | Merge pull request #3073 from paulo-raca/i2c-tools-py3Daniel Golle2016-11-02
|\ \ | | | | | | i2c-tools: Added python3-smbus package
| * | i2c-tools: Added python3-smbus packagePaulo Costa2016-11-02
| | | | | | | | | | | | | | | | | | This only replicates the existing python-smbus package into Python 3 Signed-off-by: Paulo Costa <me@paulo.costa.nom.br>
* | | zoneinfo: capitalize submenu name (zoneinfo -> Zoneinfo)Alberto Bursi2016-11-02
| | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | Merge pull request #3443 from bobafetthotmail/patch-7Hannu Nyman2016-11-02
|\ \ \ | | | | | | | | llvm2: capitalized submenu name (disc -> Disc)
| * | | llvm2: capitalized submenu name (disc -> Disc)Alberto Bursi2016-11-02
| | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | Merge pull request #3442 from bobafetthotmail/patch-5Hannu Nyman2016-11-02
|\ \ \ \ | | | | | | | | | | hdparm: capitalized submenu name (disc -> Disc)
| * | | | hdparm: capitalized submenu name (disc -> Disc)Alberto Bursi2016-11-02
| |/ / / | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | Merge pull request #3441 from bobafetthotmail/patch-3Hannu Nyman2016-11-02
|\ \ \ \ | | | | | | | | | | hd-idle: capitalized submenu name (disc -> Disc)
| * | | | hd-idle: capitalized submenu name (disc -> Disc)Alberto Bursi2016-11-02
| |/ / / | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* / / / gdisk/sgdisk/cgdisk: capitalized submenu name (disc -> Disc)Alberto Bursi2016-11-02
|/ / / | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>