aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* procps: fix for new musl libcSteven Barth2015-06-16
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Merge pull request #1373 from Wedmer/masterSteven Barth2015-06-15
|\ | | | | [utils/zoneinfo] Updated to the latest version
| * [utils/zoneinfo] Updated to the latest versionVladimir Ulrich2015-06-15
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | bzip2: moved to baseSteven Barth2015-06-15
|/ | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Merge pull request #1371 from mstorchak/smartmontoolsSteven Barth2015-06-14
|\ | | | | smartmontools: update to 6.4
| * smartmontools: update to 6.4Maxim Storchak2015-06-14
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | lvm2: update source and refresh patchesDaniel Golle2015-06-14
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #1357 from dangowrt/fix-lxc-on-mpc85xxLuka Perkov2015-06-09
|\ \ | | | | | | lxc: fix build on mpc85xx
| * | lxc: fix build on mpc85xxDaniel Golle2015-06-09
| | | | | | | | | | | | | | | | | | | | | | | | Initialize ret to 0 so compiler no longer complains about monitor.c: In function 'lxc_monitor_open': monitor.c:212:5: error: 'ret' may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | sysstat: add license infoMarko Ratkaj2015-06-09
|/ / | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | sysstat: import from old packagesMarko Ratkaj2015-06-08
| | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | Merge pull request #1344 from dangowrt/fix-lxc-seccompLuka Perkov2015-06-08
|\ \ | | | | | | lxc: allow building with seccomp
| * | lxc: allow building with seccompDaniel Golle2015-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | seccomp was unconditionally disabled before. Also a non-escaped newline in a place where it should be escaped made the build process skip some CONFIGURE_ARGS. Fix CONFIGURE_ARGS and add an option to allow building with seccomp. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | vim: Fix editing crontabs with crontab -eFlorian Fieber2015-06-05
|/ / | | | | | | | | | | | | | | | | | | | | | | Per default, vim creates a new file and keeps the original file as backup. This leads to crontab checking the backup file for changes instead of the one actually being edited, resulting in any changes being silently dropped. Since busybox's crontab saves temporary crontab files in "/etc/crontabs.*" vim's default of "backupskip=/tmp/*" doesn't circumvent this. This commit fixes this issue by appending "/etc/crontabs.*" to "backupskip". Signed-off-by: Florian Fieber <florian@florianfieber.de>
* | openocd: update to final 0.9.0Paul Fertser2015-06-02
| | | | | | | | | | | | | | Disables building documentation to avoid makeinfo v4,v5 incompatibilities. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | Merge pull request #1255 from samm-git/masterLuka Perkov2015-06-02
|\ \ | | | | | | add lxc-device applet to the utils/lxc
| * | Add lxc-device applet to the utils/lxc.Alex Samorukov2015-05-27
| | | | | | | | | | | | | | | | | | lxc-device manages devices in running container. Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
| * | Add lxc-device appletAlex Samorukov2015-05-13
| | | | | | | | | | | | Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
* | | mmc-utils: upgrade to latest revisionMichael Heimpold2015-05-31
| | | | | | | | | | | | | | | | | | | | | New features are commands for eMMC cache control and gp partition creation. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #1181 from ryzhovau/ipv6_optJo-Philipp Wich2015-05-27
|\ \ \ | | | | | | | | Optional IPv6 support
| * | | lsof: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | tcsh: update to 6.19.00Nuno Goncalves2015-05-25
| | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | Merge pull request #1272 from ryzhovau/xz-utils-metaNico2015-05-24
|\ \ \ \ | | | | | | | | | | xz: add xz-utils meta package
| * | | | xz: add xz-utils meta packageAlexander Ryzhov2015-05-20
| |/ / / | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | Merge pull request #1278 from thess/vim-build-fixSteven Barth2015-05-24
|\ \ \ \ | | | | | | | | | | vim: Fix false broken package status (buildbot)
| * | | | vim: Fix false broken package status (buildbot)Ted Hess2015-05-21
| |/ / / | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | pps-tools: enable for Linux 3.18Christian Pointner2015-05-22
| | | | | | | | | | | | | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* | | | bash: Update to 4.3.39Marcel Denia2015-05-22
|/ / / | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | lvm2: switch to version 2.2.02.120Daniel Golle2015-05-20
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | ncdu: update to 1.11Charles Lehner2015-05-14
|/ / | | | | | | | | | | | | | | | | | | | | - Add patch to get WEXITSTATUS and WIFEXITED defined The issue is fixed in upstream's development repo, so the patch won't be needed with ncdu's next release. - Depend on more commonly used libncurses instead of libncursesw - Enable parallel build - Update copyright Signed-off-by: Charles Lehner <cel@celehner.com>
* | opensc: update source, refresh patchesDaniel Golle2015-05-13
| | | | | | | | | | | | Also import two new GnuK-related patches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | ccid: update sourceDaniel Golle2015-05-13
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | taskwarrior: update to 2.4.4Luka Perkov2015-05-13
| | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | tmux: update to 2.0Luka Perkov2015-05-13
| | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | Merge pull request #1171 from ryzhovau/smstools3_depsSteven Barth2015-05-12
|\ \ | | | | | | smstools3: remove unnecessary build deps
| * | smstools3: remove unnecessary build depsAlexander Ryzhov2015-04-23
| | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | Merge pull request #1164 from samm-git/masterLuka Perkov2015-05-08
|\ \ \ | | | | | | | | lxc: update to 1.1.2
| * | | LXC: Update to 1.1.2 and remove patch merged by upstreamAlex Samorukov2015-04-21
| |/ / | | | | | | | | | Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
* | | Merge pull request #1228 from dangowrt/fix-cryptodev-on-kernel-4Nikos Mavrogiannopoulos2015-05-03
|\ \ \ | | | | | | | | cryptodev: get rid of get_unused_fd()
| * | | cryptodev: get rid of get_unused_fd()Daniel Golle2015-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The get_unused_fd() macro was removed upstream by https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f938612dd97d481b8b5bf960c992ae577f081c17 Thus replace get_unused_fd() by get_unused_fd_flags(0) which used to be the definition of the get_unused_fd() macro before it was removed. This fixes cryptodev compilation on kernel 4.0. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | lvm2: finally fix memory locking issues on muslDaniel Golle2015-05-03
|/ / / | | | | | | | | | | | | | | | | | | Always use mlockall fixes it, still trying to keep everything else as untouched as possible. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lvm2: better workaround for missing mallinfo on muslDaniel Golle2015-05-03
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lvm2: bump versionDaniel Golle2015-05-03
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | avrdude: Add libelf dependencyTed Hess2015-04-28
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Add package: bcBruno Randolf2015-04-28
| | | | | | | | | | | | | | | | | | Copied from oldpackages and slightly updated. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | Merge pull request #1200 from Wedmer/masterTed Hess2015-04-27
|\ \ \ | | | | | | | | [utils/zoneinfo] Updated to the latest version
| * | | [utils/zoneinfo] Updated to the latest versionVladimir Ulrich2015-04-27
| | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | Merge pull request #1183 from thess/avrdude-workTed Hess2015-04-27
|\ \ \ \ | |/ / / |/| | | avrdude: move from oldpackages, update to latest version & build opts
| * | | avrdude: move from oldpackages, update to latest version & build optsTed Hess2015-04-23
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #1135 from kevinmehall/parallelSteven Barth2015-04-27
|\ \ \ \ | |_|_|/ |/| | | Allow glib2, dbus, and bluez to build in parallel