aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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
| * | | Allow glib2, dbus, and bluez to build in parallelKevin Mehall2015-04-10
| | | | | | | | | | | | | | | | Signed-off-by: Kevin Mehall <km@kevinmehall.net>
* | | | lvm2: fix build with muslDaniel Golle2015-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stdin, stderr and stdout are constants on musl and it doesn't provide mallinfo. Both, overwriting std* were used to catch and work around various misbehaviours of glibc, so it's hopefully save to just skip them when building against other libc implementations. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | openocd: update to 0.9.0-rc1Paul Fertser2015-04-24
| |/ / |/| | | | | | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | Merge pull request #1174 from ryzhovau/bzip2_ldflagsSteven Barth2015-04-23
|\ \ \ | | | | | | | | bzip2: respect LDFLAGS
| * | | bzip2: respect LDFLAGSAlexander Ryzhov2015-04-23
| | |/ | |/| | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* / | Remove libcrypto dependencyAlexander Ryzhov2015-04-23
|/ / | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | bzip2: move packages in a "Compression" submenuNicolas Thill2015-04-20
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Update Nano to 2.4.1Jonathan Bennett2015-04-19
| | | | | | | | signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | xz: import from old packages feedNicolas Thill2015-04-18
| | | | | | | | | | | | | | | | | | | | - update to latest version (v5.2.1) - add license info - add myself as maintainer - put everything in a "Compression" submenu - reduce the number of packages (put symlinks with their matching target) Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | [utils/zoneinfo]Updated to the latest versionVladimir Ulrich2015-04-15
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | Merge pull request #1134 from kevinmehall/gatttoolNico2015-04-14
|\ \ | | | | | | bluez: Install gatttool for Bluetooth Low Energy
| * | bluez: Install gatttool for Bluetooth Low EnergyKevin Mehall2015-04-10
| |/ | | | | | | | | | | | | gatttool is not included in `make install`. The Debian package similarly copies it out of the build directory. Signed-off-by: Kevin Mehall <km@kevinmehall.net>
* | pciutils: update to 3.3.1Álvaro Fernández Rojas2015-04-12
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | sumo: update to 0.23Álvaro Fernández Rojas2015-04-12
|/ | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bluez: update to 5.30Nicolas Thill2015-04-06
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* dbus: bump to 1.9.14Steven Barth2015-04-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* mmc-utils: bump to 2015-03-25 snapshotDaniel Golle2015-04-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mmc-utils: restore FORTIFY_SOURCE=2Daniel Golle2015-04-03
| | | | | | | | | | | The previous commit ba4338d mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile applied the global value of FORITFY_SOURCE also to mmc-utils. As the package was meant to be built with FORTIFY_SOURCE upstream, restore that behaviour and make it play nice with the global setting by undefining the macro before defining it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: use $(LN) macro, bump releaseDaniel Golle2015-04-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* bluez: cosmetic fixesNicolas Thill2015-04-03
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* mysql: only use g++-uc wrapper with uClibc++Nicolas Thill2015-04-03
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge branch 'master' of github.com:openwrt/packagesNicolas Thill2015-04-03
|\