Marcin Jurkowski
7000746a30
owfs: Add init scripts and config files
Owfs daemons lack control scripts. This patch adds init.d scripts for owfs,
owserver, owhttpd and owftpd packages.
Most daemon options (both common libow and program-specific parameters)
are reflected as uci config variables.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
12 years ago
Ted Hess
7d12c8be58
Merge pull request #1740 from br101/exfat
exfat: Update for Kernel version 4.1+
9 years ago
Bruno Randolf
819ac715d2
exfat: Update for Kernel version 4.1+
Signed-off-by: Bruno Randolf <br1@einfach.org>
9 years ago
Ted Hess
ccc5c1d529
Merge pull request #1738 from kissg1988/vala
vala: upgrade to 0.29.3
9 years ago
Ted Hess
ce22233056
Merge pull request #1737 from kissg1988/sudo
sudo: upgrade to version 1.8.14p3
9 years ago
Gergely Kiss
990c0263a3
vala: upgrade to 0.29.3
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years ago
Gergely Kiss
5ea128e62d
sudo: upgrade to version 1.8.14p3
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years ago
Michael Heimpold
0db8bac00c
mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile, take 2
Also already mentioned in ba4338d6f7
,
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>
9 years ago
Hauke Mehrtens
0ec3a55767
iotivity: update to version 0.9.2
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>
9 years ago
Steven Barth
d0554e68a0
Merge pull request #1730 from kissg1988/libzdb
libzdb: musl compatibility fix
9 years ago
Gergely Kiss
f323dd3690
libzdb: musl compatibility fix
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years ago
Ted Hess
1ad3d0aab1
Merge pull request #1725 from kissg1988/procps-ng
procps-ng: import version 3.3.11 & replace historical version, update seafile-server dependency
9 years ago
Ted Hess
7e55e027e6
Merge pull request #1727 from roger-/micropython
micropython: update to latest
9 years ago
Gergely Kiss
7d4cf29e58
seafile-server: bump PKG_RELEASE
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years ago
Roger
a6b4e1a357
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
9 years ago
Steven Barth
19e6c4981d
Merge pull request #1713 from databeille/patch-1
e2guardian : typo into procd init script
9 years ago
Steven Barth
671c1cec4d
Merge pull request #1717 from hnyman/collectd-entropy
collectd: Enable entropy plugin
9 years ago
Steven Barth
82b53949a9
Merge pull request #1721 from dirkfeytons/master
strongswan: add a couple more plugins
9 years ago
Gergely Kiss
baabfc61bf
procps: replaced by procps-ng
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years ago
Gergely Kiss
d7a48b048b
seafile-server: use pkill from procps-ng
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years ago
Gergely Kiss
a3b83067a9
procps-ng: import version 3.3.11
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years ago
Ted Hess
27ce9f5c20
Merge pull request #1723 from thess/boost-build
boost: Fix building without hard float (fenv.h)
9 years ago
Michael Heimpold
704c15e711
Merge pull request #1714 from lynxis/libxml2_nonparallel
libxml2: disable parallel build
9 years ago
Ted Hess
fbef12c6a6
boost: Fix building without hard float (fenv.h)
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Ted Hess
7e88a109f2
alsa-lib: Add missing comma to maintainer list
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
Ted Hess
f149916fe1
Merge pull request #1718 from changeway/libstrophe
libstrophe : Update to version 0.8.8
9 years ago
Dirk Feytons
54ff3f0996
strongswan: add a couple more plugins
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
9 years ago
Nikos Mavrogiannopoulos
8661ebeefa
openconnect: disabled the resolving code from ppp in netifd script
That code was causing netifd disabling openconnect with no way
to restart it.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years ago
Hannu Nyman
35552db4ee
collectd: Enable entropy plugin
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>
9 years ago
Alexander Couzens
71c0915496
libxml2: disable parallel build
libxml2 fails to build in one of three runs.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
9 years ago
databeille
6c2d1fb990
e2guardian : fix a typo in procd init script
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
9 years ago
Yousong Zhou
db05302eab
reaver: build without MIPS16.
Thanks hnyman for reporting it.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
9 years ago
Steven Barth
b1c3c4e6f8
Merge pull request #1681 from the-alien/master
python-psycopg2, python-egenix-mx-base: added new versions of packages
9 years ago
Steven Barth
b8d66c284c
Merge pull request #1700 from aTanW/master
gammu: bump to mainstream v 1.36.4, full-language version build fix
9 years ago
Steven Barth
094406cde8
Merge pull request #1708 from uweber/master
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
9 years ago
Ted Hess
85597bc84d
crelay: Fix link error with BUILD_NLS=y
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years ago
John Crispin
3e1b55f8ef
avrdude: enable linux-gpio by default
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
Peter Wagner
d199f2c038
openssh: update to 7.1p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years ago
Toke Høiland-Jørgensen
6ce677caf0
sqm-scripts: Bump to v1.0.2.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
9 years ago
Marcel Denia
dd1e65bedf
bash: Update to 4.3.42
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Karl Palsson
1943d0b44e
mosquitto: fix crash on client disconnect
Patch backported from upstream. Was only noticed on musl and freebsd
clients. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=475707
Fixes github issue #1692
Signed-off-by: Karl Palsson <karlp@remake.is>
9 years ago
Karl Palsson
eaedc37dda
mosquitto: bump to version 1.4.3
Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/
Signed-off-by: Karl Palsson <karlp@remake.is>
9 years ago
Ulrich Weber
2b3784cdb1
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
Signed-off-by: Ulrich Weber <uw@ocedo.com>
9 years ago
Steven Barth
917c1fbe59
dbus: bump to 1.9.20
Signed-off-by: Steven Barth <steven@midlink.org>
9 years ago
Steven Barth
1ad2576aa8
libsigc++: bump to 2.5.2
Signed-off-by: Steven Barth <steven@midlink.org>
9 years ago
Steven Barth
c08eb2c9be
Merge pull request #1653 from yousong/xl2tpd-fix
Xl2tpd fix
9 years ago
Chih-Wei Chen
02fa2b7160
libstrophe : Update to version 0.8.8
Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
9 years ago
Steven Barth
7c858e7e1d
Merge pull request #1702 from the-alien/python-ldap
python-ldap: added python-ldap package
9 years ago
Steven Barth
58ea5b80b2
Merge pull request #1705 from commodo/python-setuptools-upgrade
python-setuptools: upgrade to version 18.2
9 years ago
Steven Barth
4347e5a255
Merge pull request #1706 from commodo/python-pip-upgrade
python-pip: upgrade to version 7.1.2
9 years ago