8885 Commits

Author SHA1 Message Date
florian
5c4712418a zabbix: correct pidfile und update initscript
zabbix_agentd will not start because the initscript checks an old
path to the configfile and then zabbix_agentd uses the new path.
(old /etc/zabbix/zabbix_agentd.conf   new /etc/zabbix_agentd.conf)
I think the new path is better as most people have only one zabbix
tool installed on their embedded device.

Further there is a problem with the pid-file: zabbix creates it by
default in /tmp, and the init script creates a folder in
/var/run/zabbix where the pid-file is expected. start-stop-daemon will
not find the pid-file and cannot stop zabbix_agentd. So I changed the
initscript and conffile to use the same pid-file. I actually chose
/var/run/zabbix_agentd.conf instead of creating a subfolder or use /tmp.

While doing that I redid the whole initscript and changed additionally:
- move conffile to new location if is in the location from before
  changeset #32497
- only create zabbix users if there is no AllowRoot=1 in config
- only support the pid-file path /var/run/zabbix_agentd.pid, check it
  in initscript and warn if it is changed.
- don't log to a file in /tmp, but use syslog
- only start one passive check agent instead of default 3
- don't search actively for a zabbix-server on 127.0.0.1
- don't set the hostname to "Zabbix server" but use system.hostname

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34492 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:21:02 +00:00
florian
44c1043ce2 zabbix: preserve conffile over sysupgrade
while doing a sysupgrade the conffile was lost because:
- the path in the Makefile is incorrect
- the parametrized /conffiles  define doesn't seem to work for me

So I added a /conffiles define for every zabbix component and corrected
the path. I think the path changed while upgrading to 2.0.0.

I also had an issue with "hostname" and "uname" not being present on my
system, so I added selects onto these busybox-applets if the native
tool is not installed. Zabbix could also call lsusb and lspci, but I
think it's okay if these calls don't work on an embedded device.

Additionally I deleted an old conffile "files/zabbix_agentd.conf"
which is unused since changeset 32497 (level up zabbix to version 2.0.0)

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:59 +00:00
florian
3b78f9a06a glib2: bump version to 2.34.3
dropped all patches, they are no longer necessary.

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:58 +00:00
florian
fd13f27ba4 libffi: enable the host build, needed for newer glib
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34489 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:57 +00:00
florian
7dd412bda3 libffi: bump version to 3.0.11
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:56 +00:00
florian
ce9db15947 collectd: 4.10.8 version bump
Collectd, the backbone for LuCI statistics, has been updated to 4.10.8 a few
weeks ago. I have already used it in my trunk build for some time.

Among other things 4.10.8 fixes a few memory leaks and a perl incompatibility
(see https://dev.openwrt.org/ticket/12494 ).

4.10.8 increases compatibility with current kernels and iproute2 reducing the
patch 130-fix_netlink_kernel_3.3-patch unnecessary. It can be removed.

I have also included a new patch 920-fix-ping-droprate.patch for fixing LuCI
ticket 462 (http://luci.subsignal.org/trac/ticket/462).

Signed-off-by: hannu.nyman@iki.fi
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34487 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:55 +00:00
florian
fa989adc11 multimedia/tvheadend: new package
Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2,
DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:54 +00:00
florian
d01c5096f1 isc-dhcp-relay: Add init scripts for ipv4 and ipv6 as well as config
file

I cleaned up the patch so line do not overflow and removed some white
space in hope to get it accepted or revised.

As isc-dhcp-relay does not come with an init script, I made one based
on sysntpd init.d file for both ipv4 and ipv6.

If you need more arguments from isc-dhcp-relay to be included in the
config file, I'll be able to add them.

This patch has been applied to trunk and compiles/install on my side.

The script for ipv4 and ipv6 have been tested with the
isc-dhcp-relay-ipv6 binary and work well (start/stop with the right
settings).

Signed-off-by: Jérôme Poulin <jeromepoulin@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:51 +00:00
florian
23ef64ba16 radsecproxy: bump to 1.6.1, security bug fix
An issue has been found where radsecproxy accepts TLS clients when it
should not, due to the way it performs client verification after a TLS
handshake.

See for more details:
https://project.nordu.net/browse/RADSECPROXY-43
https://project.nordu.net/browse/RADSECPROXY-44

A (short term) fix for this issue has been released as version 1.6.1.
Other changes in previously released version 1.6 mostly apply to F-Ticks
logging, an optional feature that is not enabled in the OpenWRT package,
due to a build dependency on nettle, a library that has not been ported/
packaged (yet).

Signed-off-by: Zenon Mousmoulas <zmousm@noc.grnet.gr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:45 +00:00
florian
39d8bf5843 gmp: update to 5.0.5
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34483 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:44 +00:00
florian
3834f23b76 python-crypto: Bump to 2.6
Update python-crypto (pycrypto) to latest version 2.6 with many bug
fixes and much better python support (current version 2.0.1 was
released way back in 2005).

Signed-off-by: Eric T Chen <taiyang.chen@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34482 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:43 +00:00
florian
3f612f4854 procps: Split package into subpackages
Split procps package into various subpackages, one for
each applet. This allows the user to choose which applets
they want. This is similar to coreutils package.

All subpackages are defaulted to YES, to keep the current
behaviour, i.e., selecting procps package will select
all its subpackages.

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:42 +00:00
florian
ebac8d9a27 dialog: update to version 20120706
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34480 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:41 +00:00
florian
460429d60d libmodbus: update to 3.0.3
This patch updates libmodbus from version 3.0.2 to the latest stable
release 3.0.3

Signed-off-by: Simon Gaynor <openwrt at simong.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34479 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:40 +00:00
florian
a2c36200ec libdaq: dependency fix
libdaq no longer depends on libipq

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34478 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:39 +00:00
swalker
35b181a422 [packages] tor: update to 0.2.3.25, add fw-helper package & package descriptions, add libssp dependency if enabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-01 22:10:13 +00:00
swalker
5fcea13f6f [packages] tor-alpha: update to 0.2.4.6-alpha, remove libevent2-openssl bufferevents dependency missed in r32391, add libssp dependency if enabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34434 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-01 22:09:14 +00:00
cshore
c11b5b905b [packages] rp-pppoe: Fix configure test for kernel mode pppoe header which fails due to bad includes in configure test
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-01 17:02:42 +00:00
jow
1737519904 dosfstool: change download mirror (#12285)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34399 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-28 13:53:05 +00:00
jow
0ee506d356 xtables-addons: fix RTSP conntrack compatibility with Linux 3.6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34391 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-27 18:31:44 +00:00
jow
fb183b1175 xtables-addons: fix endian detection in iptables-mod-geoip (#11408)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-26 15:10:14 +00:00
marek
4ee2c1e736 batman-adv: fix race condition between iface add and iface up
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@34385 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-26 10:36:23 +00:00
jogo
3de4f48885 packages: net: wprobe: get rid of NLA_PUT_* macros
Similar to r33906, use the functions directly to allow compilation for
linux 3.6.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-24 11:03:01 +00:00
jow
fced2ecedb p910nd: map bind (-i) option to uci
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-21 19:41:12 +00:00
florian
15b51bbea1 [package] smartmontools: avoid using space in BUILD_INFO.
Fixes build against uClibc++.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-19 15:30:42 +00:00
florian
813d6826e8 [package] strace: backport an upstream build fix for eglibc >= 2.15
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34257 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-19 14:37:33 +00:00
acinonyx
e2b201614b [packages] quagga: Fix package download URL (#12425)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-18 12:14:32 +00:00
florian
c7e5ce39fe [package] strace: update to 4.7
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-17 21:49:45 +00:00
luka
58072524d7 Add configuration settings to disable certain features in nginx to
be able to reduce it's footprint and allow nginx to be built with
support for lua.

Signed-off-by: Karl Vogel <karl.vogel@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-17 16:48:53 +00:00
marek
f2fccc4d9f batman-adv: ap isolation and bridge loop avoidance fixes
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@34221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-17 06:08:38 +00:00
jow
987d9dddaf parprouted: fix init script (#12474)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-16 13:41:07 +00:00
zioproto
d909d5d87f [packages] olsrd: version bump to 0.6.4
the patch 100-olsrd-fix-stack-corruption-in-net_output.patch was merged upstream in the olsrd repository with commit f4d250ad4fad5fcfe5b5feaac3f3e121adef3fba

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-13 09:03:30 +00:00
swalker
ef6341efe2 [packages] smartmontools: add missing uclibc++ include (#12448)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-10 02:54:05 +00:00
jmccrohan
e426d456ef [package] wavemon: Add myself as maintainer
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@34124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-09 00:52:46 +00:00
mirko
24a789ee8d [packages/asterisk] upgrade lantiq channel driver to latest version
This fixes compatibility issues with TAPI version 3

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34121 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-08 14:50:56 +00:00
marek
690db045ae batman-adv: upgrade package to latest release 2012.4.0
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@34067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-04 13:26:48 +00:00
swalker
4851b4feac [packages] tor-alpha: update to 0.2.4.5-alpha
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-03 16:45:28 +00:00
jow
928acbe600 ez-ipudate: fix broken endian detection on uClibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-02 12:01:33 +00:00
jow
97c201d93e libcli: fix broken dependency specification
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-01 01:24:10 +00:00
cshore
d257348266 [packages] haveged: Add missing libpthread dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 21:21:53 +00:00
cshore
5f33828945 [packages] libcli: Add dependencies required when building with an external toolchain (but only when building with an external toolchain)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 20:12:24 +00:00
florian
20481fbb1e [package] boost: update to 1.51.0
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 17:32:41 +00:00
florian
d846acfe60 [packages] make packages depending on uclibc++ depend on CXX_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-30 16:57:58 +00:00
mirko
5c826e1eca update asterisk channel driver for lantiq SoCs to version ce67bdb8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33995 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 17:38:12 +00:00
florian
66b769c491 [package] db47: disable unconditional C++ bindins building if libdb47xx is not selected
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33912 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-24 13:05:27 +00:00
swalker
90f0fbef2f [python]: fix sqlite extension (#12239)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33902 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-24 00:03:13 +00:00
obsy
173bbb31e3 [packages] transmission: update to 2.72
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-21 08:38:59 +00:00
jow
86654efc2e libevent2: move to trunk (required by lldpd), add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 18:08:19 +00:00
hcg
06a74963f1 [packages] licensing: Licensing metadata added to many packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 15:36:24 +00:00
nunojpg
ab05ace28a [packages] sshtunnel: Add SSH VPN support
Signed-off-by: Henning Botha <hjbotha at gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@33857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 11:01:50 +00:00