Commit graph

251 commits

Author SHA1 Message Date
Petar Koretic
d15b15b951 luci-app-lxc: use ubus binding for lxc-create
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
2014-11-18 13:46:30 +01:00
Luka Perkov
dfd4daf633 lxc: correctly install configuration files
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-17 21:48:36 +01:00
sbyx
e2994cfd93 Merge pull request #547 from rkunze/hdparm
hdparm: import from oldpackages
2014-11-16 11:41:34 +01:00
sbyx
78210c2255 Merge pull request #549 from rkunze/sispmctl
sispmctl: import from oldpackages
2014-11-16 11:38:14 +01:00
sbyx
1ae0731dfe Merge pull request #545 from dibdot/master
mc: various makefile/compile time changes
2014-11-16 11:36:04 +01:00
Richard Kunze
773f8d4b13 sispmctl: fix compilation error with musl
Unpatched compile fails because <sys/types.h> is not included
in <usb.h> (provided by "libusb-compat") and consequently
the 'u_int*_t' types are not found.

This should probably better be fixed in the core "libusb-compat"
package instead.

Signed-off-by: Richard Kunze <richard.kunze@web.de>
2014-11-16 10:47:10 +01:00
Richard Kunze
7c94f61506 sispmctl: import from oldpackages, bump version to 3.1+20120206 (git head)
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2014-11-16 09:53:49 +01:00
Richard Kunze
feb67e6b07 hdparm: fix compilation with musl
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2014-11-16 01:56:12 +01:00
Richard Kunze
18d534ba40 hdparm: import from oldpackages, bump version to 9.45
Signed-off-by: Richard Kunze <richard.kunze@web.de>
2014-11-16 00:15:52 +01:00
Dirk Brenken
09dbb05f78 mc: various makefile/compile time changes
- add & reorder new compile time options with help text
- all options are disabled by default, to reduce space req.
- remove invalid mc configure options
- fix broken makefile logic to enable/disable mc options

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-15 20:38:11 +01:00
Luka Perkov
e044d612a0 lxc: minor dependencies tweak
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-13 14:59:44 +01:00
Vladimir Ulrich
c8938b00f5 utils/zoneinfo: Updated md5 sums for source packages
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-11-11 15:11:46 +03:00
Vladimir Ulrich
6621aed5a2 utils/zoneinfo: Updated to a most recent version (2014j)
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-11-11 14:34:09 +03:00
Luka Perkov
9416af8164 rpcd-mod-lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-11 12:02:50 +01:00
Luka Perkov
e430a93605 luci-app-lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-11 11:54:38 +01:00
Luka Perkov
2da2a9e900 luci-app-lxc: update dependencies
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-11 11:49:48 +01:00
Luka Perkov
b76bb76071 lxc: update dependencies
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-11 11:49:38 +01:00
Luka Perkov
77949c83bb lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-11 11:15:23 +01:00
Álvaro Fernández Rojas
fab830d0f9 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:29:55 +01:00
Álvaro Fernández Rojas
91817d2b60 unrar: update to 5.2.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-10 13:28:53 +01:00
Vladimir Ulrich
cdb72f2d52 Removed Middle-East target due there're no files for it.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-11-08 14:28:28 +03:00
Vladimir Ulrich
82754adc17 utils/zoneifo: Moved from old packages with updates
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2014-11-07 18:25:48 +03:00
Dirk Brenken
4d24d41805 mc: move to github
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-06 17:20:48 +01:00
Luka Perkov
ceceff5b33 rpcd-mod-lxc: add lxc-create ubus bindings
Example call:

$ ubus call lxc create '{ "name": "bar", "template": "download", "args": [ "--no-validate", "--dist", "debian", "--release", "sid", "--arch", "i386" ] }'

Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-11-03 11:21:34 -05:00
Petar Koretic
8467d0ea3f luci-app-lxc: code cleanup
Number of suggested rewrites:
* use lua ubus bindings instead of os.execute
* combine multiple actions to use same handler 'lxc_action' and pass
actions as arguments to consolidate code
* read openwrt version from lua directly
* start using String.prototype.format for string formatting

Also, drop 'rename' and 'clone' until they are fully functional on all
platforms.

Thanks Jo-Philipp for suggestions on how to improve the code.

Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
2014-10-30 20:50:39 -04:00
Petar Koretic
e81ae1e7eb luci-app-lxc: add package for luci lxc app
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
2014-10-30 06:26:02 -04:00
Luka Perkov
f0cf42ca7e lxc: move patch
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-30 06:25:38 -04:00
Jo-Philipp Wich
68e57c7b49 collectd: unbreak collectd-mod-sensors
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-29 21:58:09 +01:00
Luka Perkov
2e0a7026d9 lxc: organize patches
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-29 03:43:09 -04:00
Luka Perkov
2c52da0cf2 lxc: fix lxc-destroy
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-29 03:41:12 -04:00
Álvaro Fernández Rojas
1ffcf17b02 dump1090: remove interactive options, hardcode quiet and add respawn config.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-27 20:56:14 +01:00
Álvaro Fernández Rojas
c778155fff dump1090: update to latest version, add init script and config.
Signed-off-by: Roger D <rogerdammit@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-25 16:14:08 +02:00
Nicolas Thill
c9178e9479 haserl: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-10-25 09:40:56 +02:00
Nicolas Thill
5274983da8 dump1090: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-10-25 09:40:56 +02:00
Petar Koretic
363f254052 lxc: use xz tool from busybox
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
2014-10-23 10:09:15 -04:00
Luka Perkov
513349c886 lxc: create /lxc directory by default
The containers are stored in /lxc rather then in /var/lib/lxc. The latter is
not suitable for OpenWrt.

Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-23 09:41:25 -04:00
Petar Koretic
733ce2c29f lxc: patches: add openwrt common config
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
2014-10-23 09:30:33 -04:00
Petar Koretic
ad224e5355 lxc: fix hooks installation on 1.0.6
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
2014-10-23 04:11:00 -04:00
Petar Koretic
bfb1c85ae0 lxc: add busybox options menu
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
2014-10-23 04:09:26 -04:00
Petar Koretic
9168c95173 lxc: patches: remove unsupported option
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
2014-10-23 04:07:10 -04:00
Petar Koretic
6bb15ba13c lxc: add config templates package
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
2014-10-23 04:06:16 -04:00
Petar Koretic
dafecb2fef lxc: enable template installation
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
2014-10-23 04:05:35 -04:00
Daniel Golle
7bd68693a7 tracertools: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-10-22 07:11:05 +02:00
Luka Perkov
97a8547586 lxc: lxc-ls depends on lxc-config
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 10:34:46 -04:00
Luka Perkov
151c7cc386 lxc: bump to 1.0.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 10:09:38 -04:00
Luka Perkov
64a9489651 lxc: set default lxcpath to /lxc
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 08:17:56 -04:00
Luka Perkov
153e482090 rpcd-mod-lxc: add package for rpcd lxc module
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 07:58:47 -04:00
Luka Perkov
952912aea1 lxc: add missing lxc-init package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 07:55:12 -04:00
Álvaro Fernández Rojas
b96c9bc7a1 unrar: Update to version 5.2.1, refresh patch.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-20 19:47:04 +02:00
Daniel Golle
1a911c1fe5 lvm2: add from old repo and update
Also add patch to fix blkid header location as suggested in #17877

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-10-19 01:01:14 +02:00
Etienne CHAMPETIER
1f22b19d04 PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-10-15 22:24:06 +02:00
Ted Hess
8d8a501f1f shadow: Add libiconv to PKG_BUILD_DEPENDS
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-10 16:41:39 -04:00
Thorsten Glaser
d341cf9dcc mksh: SECURITY update to R50d
- new upstream version
- update my eMail address
- add maintainer and licence tag

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-10-09 14:15:30 +02:00
Thorsten Glaser
a219ffc012 mksh: moved to github
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-10-09 14:15:19 +02:00
Marcel Denia
1d512d2843 bash: Update to 4.3.30
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-10-07 06:26:18 +02:00
Vadim A. Misbakh-Soloviov
62c3532741 zsh: added
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-09-30 23:24:58 +07:00
Moritz Warning
b4a4637182 haveged: disable online testing
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2014-09-30 11:29:08 +02:00
Moritz Warning
5222bbf97f haveged: start earlier in boot sequence
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2014-09-30 11:28:27 +02:00
gwlim
04f18ac5a2 hd-idle: import from old package repository
Signed-off-by: Lim Guo Wei <limguowei@gmail.com>

Minor Makefile rework (licenses)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-09-29 13:18:00 -04:00
Jo-Philipp Wich
f195dcf02c bash: Update to 4.3.26
* Fixes CVE-2014-7169.
 * Fix two out-of-bounds array accesses in the bash parser
 * Add prefix & suffix to variables containing exported functions

Ref: http://seclists.org/oss-sec/2014/q3/712

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-26 11:33:41 +02:00
sbyx
27a99783ff Merge pull request #355 from lukbaj/master
libimobiledevice, usbmuxd, libplist, libusbmuxd: move to github
2014-09-26 08:47:08 +02:00
Christian Pointner
7e542c0c33 stm32flash: added License Information
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-09-26 01:51:59 +02:00
Lukasz Baj
c4f68cee5a libimobiledevice, usbmuxd, libplist, libusbmuxd: move to github
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2014-09-25 12:41:17 +02:00
Marcel Denia
cf96901360 bash: Update to 4.3.25
Fixes CVE-2014-6271.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-09-24 21:18:18 +02:00
Steven Barth
51df316f4b dbus: update to 1.8.8, add license tag
Signed-off-by: Steven Barth <steven@midlink.org>
2014-09-23 08:59:47 +02:00
Zoltan HERPAI
76ed6173bf pps-tools: update package, allow compiling on more recent kernels
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2014-09-21 17:25:27 +02:00
Daniel Golle
1fce893b04 tracertools: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-09-18 22:36:39 +02:00
Jo-Philipp Wich
7d44d48c66 Merge pull request #298 from hnyman/collectd541
collectd: Update to 5.4.1
2014-09-18 15:28:38 +02:00
Nuno Goncalves
33b8ef5e0c rtklib: move to github, bump version to 2.4.2 p9
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-16 02:15:57 +01:00
Nuno Goncalves
8f52a803a4 tcsh: move to github, bump version to 6.18.01
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-16 01:13:23 +01:00
Nuno Goncalves
c7ad47cd51 wifitoggle: move to github
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-16 00:23:17 +01:00
Ted Hess
890a47c496 Merge pull request #300 from hnyman/haveged-fix
haveged: fix CONFIGURE_ARGS
2014-09-11 18:04:12 -04:00
Hannu Nyman
091a897aef haveged: fix CONFIGURE_ARGS
Add backslash to the CONFIGURE_ARGS definition
to remove thread support as originally intended.
The error has been there since the bump to 1.7c.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-09-11 18:16:01 +03:00
Luka Perkov
1614bed10b lxc: add configuration section
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-09-11 01:02:04 +02:00
Hannu Nyman
1b0bd00838 collectd: Update to 5.4.1
-update collectd to the current release 5.4.1
-fix sigrok glib check (upstream patch after 5.4.1)

Note:
Changes are required also to luci-statistics in Luci source.
Patch in http://patchwork.openwrt.org/patch/5303/

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-09-09 19:45:14 +03:00
Daniel Golle
6bf07a651a tracertools: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-09-05 11:57:19 +02:00
Marcel Denia
14088effd4 bash: Update to 4.3.24
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-09-03 21:34:24 +02:00
Daniel Golle
fb55936a52 add tracertools package
tracertools are an early hack to make use of the monitor port of
the Tracer MPPT solar charge controller family.

Currently status info can be acquired from the controller and
formatted into a bunch of useful output formats.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-25 22:35:26 +02:00
Ted Hess
c2745855c6 shadow: create utility sub-menu
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-08-24 18:29:39 -04:00
Vasilis Tsiligiannis
f79b2d8e07 Merge branch 'rtl-sdr' of https://github.com/roger-/packages
rtl-sdr: update to latest version #139
2014-08-23 23:37:27 +03:00
Nikos Mavrogiannopoulos
0e6e2b519d Merge pull request #223 from eugenesan/cryptodev-linux
cryptodev-linux: replace INIT_COMPLETION with reinit_completion
2014-08-23 18:11:59 +02:00
Nicolas Thill
a7bfcdab72 opus-tools: import new package
Opus-tools provides command-line utilities to encode, inspect, and decode .opus files.

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-23 10:56:10 +02:00
Álvaro Fernández Rojas
3956aaf741 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-08-22 15:15:22 +02:00
Álvaro Fernández Rojas
c817f0f8c2 unrar: update to 5.1.7
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-08-22 15:14:11 +02:00
Nicolas Thill
dbbc46641c gnupg: import from old packages feed
- update to latest version (v1.4.18)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-20 15:52:34 +02:00
Eugene Sanivsky
fba457621c cryptodev-linux: replace INIT_COMPLETION with reinit_completion 2014-08-20 14:17:24 +03:00
Marcel Denia
a6295b2f99 bash: Adopt to SPDX license identifiers
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-18 12:59:34 +02:00
Roger
d1d33eedaf add license
Signed-off-by: Roger D rogerdammit@gmail.com
2014-08-14 09:30:25 -05:00
Roger
f749bd7237 watchcat: add with myself as maintainer
Signed-off-by: Roger D rogerdammit@gmail.com
2014-08-13 21:37:44 -05:00
Maxim Storchak
2e89e2d772 smartmontools: update to 6.3
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-08-13 13:19:14 +03:00
Steven Barth
8c9c803128 picocom: import and adopt
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-12 21:18:56 +02:00
Steven Barth
7cf7c8675a shadow: update to 4.2.1, add PKG_LICENSE
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-12 08:49:34 +02:00
Jo-Philipp Wich
2822192234 pv: import from oldpackages, add myself as maintainer, update to latest v1.5.3
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-08-11 16:14:08 +02:00
Jo-Philipp Wich
0a4217b2fe mysql: import from oldpackages, add myself as maintainer
No updates to the package as it is the latest release of the still
supported 5.1 release series.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-08-11 16:05:06 +02:00
Daniel Golle
6b4b73f187 mktorrent: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:37:13 +02:00
Daniel Golle
7216a7affc pcsc-lite: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:37:13 +02:00
Daniel Golle
be3948f08a ccid: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:37:13 +02:00
Daniel Golle
cb5bdba273 opensc: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:37:13 +02:00
Maxim Storchak
4b3d142810 Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, haserl, smartmontools, tmux
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-08-09 15:47:18 +03:00
Marcel Denia
c0edfe822c bash: Add myself as maintainer
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-09 01:28:35 +02:00