Daniel Dickinson
d811a84077
utils/tar: Fix tar build dependency and CVE-2016-6321
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>
8 years ago
Hannu Nyman
ea44014936
collectd: update to 5.5.3
Update collectd to 5.5.3
Release notes at https://github.com/collectd/collectd/releases/tag/collectd-5.5.3
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years ago
Hannu Nyman
f849713743
nano: update to 2.7.2
Update nano to version 2.7.2
Compile and run tested on ipq806x.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years ago
Hauke Mehrtens
5f54e6c61e
io: add io-tool
This add the io tool from the old package feed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years ago
Dominik Menke
8d441a568c
ecdsautils/libecdsautil: add 0.3.2.20160630
These changes are a direct copy of [1]. The original commit
messages were:
> commit 0a6411b56b
> 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 05bc59f319
> Author: Nils Schneider <nils@nilsschneider.net>
> Date: Mon Jul 21 14:51:42 2014 +0200
>
> ecdsautils: update to v0.3.2
> commit db7d9410b3
> Author: Nils Schneider <nils@nilsschneider.net>
> Date: Thu Jul 10 16:28:10 2014 +0200
>
> ecdsautils: download using git instead of http
> commit 3a1b6541b4
> Author: Nils Schneider <nils.schneider@gmail.com>
> Date: Wed Feb 6 13:30:26 2013 +0100
>
> Add ecdsautils v0.2
[1]: 0a6411b56b/utils/ecdsautils/Makefile
Signed-off-by: Dominik Menke <dom@digineo.de>
8 years ago
Yousong Zhou
7b812e8fdd
qemu: build sub-packages only for selected targets
While at it, move these pacakges to submenu Utilities -> Virtualization
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
8 years ago
Yousong Zhou
3aa9ece43c
qemu: virtio-console-helper as a separate package
While at it, update copyright header.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
8 years ago
Yousong Zhou
c778ff5714
qemu: packaging target {x86_64,arm}-softmmu and friends
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>
8 years ago
Yousong Zhou
83f0cfb71a
qemu: bump to version 2.6.2
- 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>
8 years ago
p-wassi
6aaca067d2
utils/gpsd: remove hotplug script
Remove a hotplug script, which starts/stops gpsd with
attaching/detaching a PL2302 USB-UART device.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
8 years ago
p-wassi
5099e731b3
utils/gpsd: (cosmetic) update config
Make the default config look like usual,
i.e.: indentation using tabs, single quotes, booleans 0/1
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
8 years ago
p-wassi
b06eac5382
utils/gpsd: Update to 3.16
Update gpsd to upstream release 3.16
The local patch is already included upstream, therefore
removed here.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
8 years ago
Nikil Mehta
98791614b8
progress: Add package
Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
8 years ago
p-wassi
024aec7a7e
utils/grep: update to 2.26
Update grep to upstream release 2.26
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
8 years ago
p-wassi
1fc42dbf58
utils/avrdude: update to 6.3
Update avrdude to upstream release 6.3
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
8 years ago
Bastian Bittorf
20c881a072
mysql-server: initscript: allow spaces in 'mysql-config' datadir
also convert script to OpenWrt-style and use
logger instead of echo out to STDERR.
Signed-off-by: Bastian Bittorf <bb@npl.de>
8 years ago
Nuno Goncalves
cc5a56540a
tcsh: bump to version 6.20
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
8 years ago
Shuanglei Tao
f1d2b004a5
ttyd: update to 1.2.1
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
8 years ago
Vladimir Ulrich
f9fa5c078b
[utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
8 years ago
Fam Zheng
9637d4d02e
oath-toolkit: Add 'oath-toolkit' package
Upstream: http://www.nongnu.org/oath-toolkit/index.html
Signed-off-by: Fam Zheng <fam@euphon.net>
---
v2: Address comments of yousong and hnyman.
8 years ago
Luiz Angelo Daros de Luca
777b64cb65
attr: use git over HTTP
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
8 years ago
Denis Osvald
a6c1dba795
f2fs-tools: replace noselinux patch with upstream version
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
8 years ago
p-wassi
85e4442361
utils/nano: update to 2.7.1
Update nano to upstream release 2.7.1
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
8 years ago
p-wassi
39af758c7e
utils/zip: fix LARGE_FILE_SUPPORT in configure script
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>
8 years ago
Denis Osvald
6789e872d9
f2fs-tools: import patch that disables selinux
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
8 years ago
Shuanglei Tao
10503bad44
ttyd: update to 1.2.0
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
8 years ago
Nuno Goncalves
325c2ebbf8
tcsh: bump to version 6.19.01
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
8 years ago
Hannu Nyman
450101bea2
collectd: enable cpufreq plugin also for ipq806x
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>
8 years ago
Stefan Hellermann
dc445cc242
rng-tools: Fixup Makefile and initscript
- 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>
8 years ago
Florian Fainelli
dc368cbcd0
open-plc-utils: Force creation of open-plc-utils metapackage
Without it, all other plugin packages are not installable.
Fixes #3481
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
8 years ago
Richard Kunze
c7408560a1
hdparm: bump version to 9.50
Signed-off-by: Richard Kunze <richard.kunze@web.de>
8 years ago
Vladimir Ulrich
2e88ec6cca
[utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
8 years ago
Alberto Bursi
6013b58f41
stm32flash: move to "Microcontroller programming" submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
f72d672abf
dfu-programmer: move to "Microcontroller programming" submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
4c1028564e
avrdude: move to "Microcontroller programming" submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Paulo Costa
581ec01afa
i2c-tools: Added python3-smbus package
This only replicates the existing python-smbus package into Python 3
Signed-off-by: Paulo Costa <me@paulo.costa.nom.br>
8 years ago
Alberto Bursi
535200b110
zoneinfo: capitalize submenu name (zoneinfo -> Zoneinfo)
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
db40cd51eb
gdisk/sgdisk/cgdisk: capitalized submenu name (disc -> Disc)
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
dbe0886898
llvm2: capitalized submenu name (disc -> Disc)
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
76c54dc342
hdparm: capitalized submenu name (disc -> Disc)
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
0f26a9f6d3
hd-idle: capitalized submenu name (disc -> Disc)
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Nathaniel Wesley Filardo
bce6d283c1
rng-tools: uci-fy, default to doing nothing
Enabling the default configuration will pipe /dev/urandom back into
/dev/random ala the current package behavior. Because this amounts to
disabling the in-kernel entropy estimation, default disabled.
While here, uci-paramaterize the high watermark.
While here, add a pre-command hook for real RNGs that need 'stty raw'
or other such hooks. (e.g. the TrueRNG devices)
As offered in github openwrt/packages#3422 , take over maintainership.
See github openwrt/packages#3142 .
Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
8 years ago
Michal Hrušecký
764ac1a078
luci-app-lxc: Minor polishing
Add more dependencies needed by download template and replace all, not just
first occurence of : or _ in template name with space in webui.
Signed-off-by: Michal Hrušecký <Michal.Hrusecky@nic.cz>
8 years ago
Alberto Bursi
82a8faa072
tcsh: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
4237b1e42f
stoken: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
478d35459c
squashfs-tools: move to Filesystems submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
198ada3b9d
gnupg: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
55c7ee7bab
dvtm: move to Terminal submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
bb103260af
cryptsetup: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago
Alberto Bursi
dc88e921cc
ccrypt: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
8 years ago