aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nbd: add nbd-client init scriptMarcin Jurkowski2015-09-02
| | | | | | | | Adds init.d and config files for nbd-client. Each section holds parameters of one block device, where section name (eg. nbd0) is NBD device name. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* nbd: new package nbd-serverMarcin Jurkowski2015-09-02
| | | | | | | | | | | | | Network block device server allows to export a block device from router to remote host. This is particularly useful if no network filesystem server is feasible or direct access to a block device is needed. It's been tested for nearly a month on ar71xx (TL-WR842ND) and proved to be very stable and efficient solution. The package comes with init.d script and conf.d file allowing to configure most nbd-server options using standard uci interface. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* nbd: import from oldpackages and make myself maintainerMarcin Jurkowski2015-09-02
| | | | Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* Merge pull request #1748 from sairon/libevent-fix-cve-2014-6272Steven Barth2015-09-01
|\ | | | | libevent: update to 1.4.15 (fixes CVE-2014-6272)
| * libevent: update to 1.4.15 (fixes CVE-2014-6272)Jan Čermák2015-09-01
| | | | | | | | | | | | | | This update fixes CVE-2014-6272. Change of source URL was needed, because the older location does not contain the latest version. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | Merge pull request #1749 from marcin1j/patchwork/strongswanSteven Barth2015-09-01
|\ \ | |/ |/| strongswan: make kmod-ipsec6 dependency conditional
| * strongswan: make kmod-ipsec6 dependency conditionalMarcin Jurkowski2015-09-01
| | | | | | | | | | | | | | | | Makes kmod-ipsec6 requirement dependent on IPv6 support for packages. This allows to disable unnecessary IPv6 kernel modules, saving considerable amount of space. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | Merge pull request #1736 from hnyman/conf-collectdJo-Philipp Wich2015-09-01
|\ \ | | | | | | collectd: Clarify config file example/placeholder
| * | collectd: Clarify config file example/placeholderHannu Nyman2015-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The config file shipped with collectd dates from 2010 and leads to error messages if luci-statistics & collectd are installed, as it references several plugins not usually installed, or such ones that have been renamed since then. For most users, this file is just a placeholder during collectd installation, as /usr/bin/stat-genconfig from /etc/init.d/luci_statistics will overwrite it. Sanitize and shorten the placeholder config file: * Reference actively only the default plugins installed by luci statistics. * Match the placeholder config with the genuine config from luci statistics. If somebody uses collectd separately from luci statistics, he will need to edit these settings anyway. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #1669 from plntyk/fix_gcc5_flashromÁlvaro Fernández Rojas2015-09-01
|\ \ \ | | | | | | | | flashrom: fix gcc5 build
| * | | flashrom: fix gcc5 buildDirk Neukirchen2015-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | default C dialect changed with gcc5 explicitly use old C dialect Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | | Merge pull request #1742 from aTanW/masterSteven Barth2015-09-01
|\ \ \ \ | | | | | | | | | | gammu: bump to supstream v1.36.5
| * | | | gammu: bump to supstream v1.36.5aTanW2015-08-31
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | | perl: Bump PKG_RELEASEMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Despite being just a packaging update, this update packs quite a few changes. To start things off, we're finally passing perl's testsuite on at least x86/musl. There are a lot of skipped tests left, as well as some oddities. Nothing too heavy though. Making this happen was an ongoing effort since the perl-5.20.1 release. We still can't run module testsuites and I don't expect all target/libc combinations to pass yet. So we'll leave test suite support marked as experimental. We've also switched from the old collection of target-specific configuration files to a new, more flexible and easier-to-maintain system based on perlconfig.pl. It'll generate a suitable configuration file using information found in it's *.config files as well as command-line parameters passed. See the POD and files/README.config for details. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-http-message: Update dependenciesMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Skip $0 test on busybox in dist/threads/t/join.tMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This test requires a ps which provides the -f option, as well as suitable output. We can't provide either with busybox. Just skip it for now. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Skip crypt() tests if unavailable in t/op/tie_fetch_count.tMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Update perlbase.mkMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add perlbase-meta-notation - Include missing files and tests/test data - Install Archive::Tar utilities - Update dependencies Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Improve run_tests.shMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add some useful options for debugging tests and test failures - Properly handle tests located in lib/ Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Update extensions configuration symbolMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This needs to be a concatenation of {nonxs,dynamic,static}_ext, as shown by Config/Extensions.t. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Include vmsish.t and Internals.t in perl-tests-commonMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | There is no other place for them really. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Disable OS/2 testsMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Disable setlocale usage under muslMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While setlocale() is present, musl currently doesn't provide a suitable implementation. It'll silently accept every locale, even if not present at all, defaulting them to C.UTF-8. This will confuse applications as well as our testsuite(see lib/locale.t). Even if a locale does exist, it's effects will not apply to an extent that will satisfy many applications. Avoid further mischief here and just disable setlocale() for now. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Switch to split configuration filesMarcel Denia2015-09-01
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the previously used collection of configuration files for every single architecture in conjunction with hacky overrides, which became an increasing burden to maintain. Fixes a number of outstanding bugs and oddities, with the most important one being the previously wrong signal order(as shown by ext/POSIX/t/sigaction.t). See files/perlconfig.pl's POD and files/README.config for details. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | Merge pull request #1740 from br101/exfatTed Hess2015-08-31
|\ \ \ | | | | | | | | exfat: Update for Kernel version 4.1+
| * | | exfat: Update for Kernel version 4.1+Bruno Randolf2015-08-31
|/ / / | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | Merge pull request #1738 from kissg1988/valaTed Hess2015-08-30
|\ \ \ | | | | | | | | vala: upgrade to 0.29.3
| * | | vala: upgrade to 0.29.3Gergely Kiss2015-08-30
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | Merge pull request #1737 from kissg1988/sudoTed Hess2015-08-30
|\ \ \ \ | |/ / / |/| | | sudo: upgrade to version 1.8.14p3
| * | | sudo: upgrade to version 1.8.14p3Gergely Kiss2015-08-30
|/ / / | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | / mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile, take 2Michael Heimpold2015-08-30
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also already mentioned in ba4338d6f7753c77b03357aa74cc63771e94074a, the security feature FORTIFY_SOURCE could be set globally. The current approach tries to undefine and redefine it, however, the order on the command line prevents this from being successfully, e.g.: arm-openwrt-linux-muslgnueabi-gcc ... -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ... -D_FORTIFY_SOURCE=1 ... `---------------v-------------------' `--------v--------' AM_CFLAGS OpenWrt params So to have the original source (static) _FORTIFY_SOURCE=2 define, the only option is to remove it from AM_CFLAGS completely, and to pass it after the OpenWrt settings explicitely in the Makefile. This should fix the buildbots finally. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | iotivity: update to version 0.9.2Hauke Mehrtens2015-08-29
| | | | | | | | | | | | | | | | | | | | | | This brings IoTivity to version 0.9.2 in addition it does the following: * split C and C++ Stack into two packages * backport some patches which are adding missing dependencies to the shared libs * remove patches merged upstream * add some other patches fixing some problems, most of them are already merged upstream * activate security and logging support Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* | Merge pull request #1730 from kissg1988/libzdbSteven Barth2015-08-29
|\ \ | | | | | | libzdb: musl compatibility fix
| * | libzdb: musl compatibility fixGergely Kiss2015-08-29
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | Merge pull request #1725 from kissg1988/procps-ngTed Hess2015-08-28
|\ \ \ | | | | | | | | procps-ng: import version 3.3.11 & replace historical version, update seafile-server dependency
| * | | seafile-server: bump PKG_RELEASEGergely Kiss2015-08-28
| |/ / | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | procps: replaced by procps-ngGergely Kiss2015-08-27
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | seafile-server: use pkill from procps-ngGergely Kiss2015-08-27
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | procps-ng: import version 3.3.11Gergely Kiss2015-08-27
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | Merge pull request #1727 from roger-/micropythonTed Hess2015-08-28
|\ \ \ | | | | | | | | micropython: update to latest
| * | | micropython: update to latestRoger2015-08-28
|/ / / | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | Merge pull request #1713 from databeille/patch-1Steven Barth2015-08-28
|\ \ \ | | | | | | | | e2guardian : typo into procd init script
| * | | e2guardian : fix a typo in procd init scriptdatabeille2015-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, produces an error : <code>/etc/rc.common: line 1: contentscannertimeout:uinteger: not found validation failed /etc/rc.common: line 1: contentscannertimeout:uinteger: not found</code> Signed-off-by: Julien Paquit julien@databeille.com
* | | | Merge pull request #1717 from hnyman/collectd-entropySteven Barth2015-08-28
|\ \ \ \ | | | | | | | | | | collectd: Enable entropy plugin
| * | | | collectd: Enable entropy pluginHannu Nyman2015-08-26
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the entropy plugin that monitors the available entropy in a Linux system. Works ok and has no library dependencies. Tested on ar71xx/WNDR3700. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #1721 from dirkfeytons/masterSteven Barth2015-08-28
|\ \ \ \ | | | | | | | | | | strongswan: add a couple more plugins
| * | | | strongswan: add a couple more pluginsDirk Feytons2015-08-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* | | | | Merge pull request #1723 from thess/boost-buildTed Hess2015-08-27
|\ \ \ \ \ | | | | | | | | | | | | boost: Fix building without hard float (fenv.h)
| * | | | | boost: Fix building without hard float (fenv.h)Ted Hess2015-08-27
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #1714 from lynxis/libxml2_nonparallelMichael Heimpold2015-08-27
|\ \ \ \ \ | |/ / / / |/| | | | libxml2: disable parallel build