packages.git
11 years agopackages: fix parallel build by adding + for every make command that passes the jobserver
nbd [Sun, 23 Sep 2012 09:58:24 +0000 (09:58 +0000)]
packages: fix parallel build by adding + for every make command that passes the jobserver

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33524 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agooprofile: enable parallel build
nbd [Thu, 20 Sep 2012 12:06:32 +0000 (12:06 +0000)]
oprofile: enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33495 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobinutils: enable parallel build
nbd [Thu, 20 Sep 2012 12:06:30 +0000 (12:06 +0000)]
binutils: enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33494 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotcpdump: enable parallel build
nbd [Wed, 19 Sep 2012 16:14:12 +0000 (16:14 +0000)]
tcpdump: enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33483 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] remove now redundant +USE_EGLIBC:librt dependencies
jow [Wed, 19 Sep 2012 15:35:00 +0000 (15:35 +0000)]
[packages] remove now redundant +USE_EGLIBC:librt dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33481 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] avahi: Makefile fix to honor configuration changes
florian [Wed, 19 Sep 2012 15:09:30 +0000 (15:09 +0000)]
[package] avahi: Makefile fix to honor configuration changes

his patch is to fix a long-standing problem with avahi builds:
if you change the configuration, sometimes the relevant packages are not
correctly rebuilt; see, for example, ticket #11110.

Background: avahi can be built in two modes: with or without D-BUS support.
If you switch builds from one mode to the other and then back again, the
packages will not
always be rebuilt as required. For example, if you choose to build avahi (1)
without D-BUS support,
then (2) with D-BUS support and then (3) without D-BUS support, the packages
will not
be rebuilt the third time, and you'll be left with the packages
from the second build -- packages that require D-BUS support.

The patch works by deleting the ".build" file belonging to the mode not
currently chosen, so
that if that mode is chosen again in the future, its packages will always be
rebuilt.

A few small corrections to the explanatory text are included.

Signed-off-by <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33472 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] multiwan: fix health monitoring
florian [Wed, 19 Sep 2012 15:09:29 +0000 (15:09 +0000)]
[package] multiwan: fix health monitoring

he extra space makes the ${health_monitor%.* } as "parallel.started", so it
won't match "parallel". This causes monitor_wan never starts.

Signed-off-by: York Sun <york.sun@me.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33471 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] tcpdump: honor the CONFIG_IPV6 global flag
florian [Wed, 19 Sep 2012 15:09:27 +0000 (15:09 +0000)]
[package] tcpdump: honor the CONFIG_IPV6 global flag

Currently it's always compiled with ipv6 support.

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33470 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] php5: create missing directory
florian [Wed, 19 Sep 2012 15:09:25 +0000 (15:09 +0000)]
[package] php5: create missing directory

for some reason building php5 fails for me with the following error:

make -C
/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5
install
INSTALL_ROOT=/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5/staging
make[4]: Entering directory
`/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5'
Installing shared extensions:
/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5/staging/usr/lib/php/extensions/no-debug-non-zts-20100525/
Installing PHP CGI binary:
/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5/staging/usr/bin/
cp: cannot create regular file
`/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5/staging/usr/bin/#INST@8653#':
No such file or directory
make[4]: *** [install-cgi] Error 1
make[4]: Leaving directory
`/openwrt/kirkwood/trunk/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/php-5.4.5'
make[3]: ***
[/openwrt/kirkwood/trunk/staging_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/stamp/.php_installed]
Error 2
make[3]: Leaving directory `/openwrt/kirkwood/trunk/feeds/packages/lang/php5'
make[2]: *** [package/feeds/packages/php5/compile] Error 2
make[2]: Leaving directory `/openwrt/kirkwood/trunk'
make[1]: ***
[/openwrt/kirkwood/trunk/staging_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/stamp/.package_compile]
Error 2

I needed the following patch:

Signed-off-by: Martin Mueller <mm@sig21.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33469 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] ntpd: trivial fix for eglibc builds
florian [Wed, 19 Sep 2012 15:09:24 +0000 (15:09 +0000)]
[package] ntpd: trivial fix for eglibc builds

When building against eglibc, libc doesn't include librt therefore it must be explicitly included.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33468 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] diffutils: trivial fix for eglibc builds
florian [Wed, 19 Sep 2012 15:09:23 +0000 (15:09 +0000)]
[package] diffutils: trivial fix for eglibc builds

When building against eglibc, libc doesn't include librt therefore it must be explicitly included.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33467 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] libavahi must depend on libssp if SSP enabled
florian [Wed, 19 Sep 2012 15:09:21 +0000 (15:09 +0000)]
[package] libavahi must depend on libssp if SSP enabled

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33466 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] faifa: update to 2012-09-13
florian [Thu, 13 Sep 2012 17:28:44 +0000 (17:28 +0000)]
[package] faifa: update to 2012-09-13

Fixes hpav_cfg unicast messages.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33397 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] bind: update to v9.9.1-P3 (CVE-2012-4244)
jow [Thu, 13 Sep 2012 17:11:01 +0000 (17:11 +0000)]
[packages] bind: update to v9.9.1-P3 (CVE-2012-4244)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33396 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] gettext-full: fix build on eglibc
florian [Thu, 13 Sep 2012 14:42:54 +0000 (14:42 +0000)]
[package] gettext-full: fix build on eglibc

Apply the same patch as in r33081.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33394 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoautoreconfckage] sox: Update maintainer and copyright notice
hcg [Wed, 12 Sep 2012 16:54:27 +0000 (16:54 +0000)]
autoreconfckage] sox: Update maintainer and copyright notice

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33380 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] sox: Bump revision
hcg [Wed, 12 Sep 2012 14:06:21 +0000 (14:06 +0000)]
[packages] sox: Bump revision

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33379 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] radvd: allow uppercase chars in string literals (#12174)
jow [Wed, 12 Sep 2012 09:42:44 +0000 (09:42 +0000)]
[packages] radvd: allow uppercase chars in string literals (#12174)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33377 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages/openvpn-devel] update openvpn-devel to latest HEAD
mirko [Wed, 12 Sep 2012 02:00:24 +0000 (02:00 +0000)]
[packages/openvpn-devel] update openvpn-devel to latest HEAD

This fixes some issues and regressions, as well as includes
the "busybox ifconfig ipv6"-patch which went upstream meanwhile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33376 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages/openvpn] fix changing ipv6 settings with busybox's ifconfig
mirko [Tue, 11 Sep 2012 18:13:31 +0000 (18:13 +0000)]
[packages/openvpn] fix changing ipv6 settings with busybox's ifconfig

The OpenVPN call to busybox's ifconfig in order to change interface
configurations is incompatible when used in conjunction with IPv6.
Busybox's ifconfig doesn't know about the 'inet6' parameter,
so just skip it.
The new call is still compatible to the usual ifconfig provided by
the net-tools package.

Thanks to Gert Doering and Joachim Schlipper!

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33375 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] valgrind: update to 3.8.0
florian [Tue, 11 Sep 2012 16:35:56 +0000 (16:35 +0000)]
[package] valgrind: update to 3.8.0

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33374 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] valgrind: fix DEPENDS after r32839
florian [Tue, 11 Sep 2012 16:35:55 +0000 (16:35 +0000)]
[package] valgrind: fix DEPENDS after r32839

Remove the invalid whitespace leading to valgrind being only available
on omap4 instead of all the listed architectures a well.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33373 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] python-webpy: Add package python-webpy
hcg [Tue, 11 Sep 2012 16:20:10 +0000 (16:20 +0000)]
[packages] python-webpy: Add package python-webpy

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33372 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] python-mimms: Add package python-mimms
hcg [Tue, 11 Sep 2012 16:17:12 +0000 (16:17 +0000)]
[packages] python-mimms: Add package python-mimms

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33371 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] python-flup: Add package python-flup
hcg [Tue, 11 Sep 2012 16:14:38 +0000 (16:14 +0000)]
[packages] python-flup: Add package python-flup

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33370 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] radsecproxy: remove zandbelt as maintainer
zandbelt [Tue, 11 Sep 2012 13:24:00 +0000 (13:24 +0000)]
[packages] radsecproxy: remove zandbelt as maintainer

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33368 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] asterisk18: remove zandbelt as maintainer
zandbelt [Tue, 11 Sep 2012 13:23:05 +0000 (13:23 +0000)]
[packages] asterisk18: remove zandbelt as maintainer

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33367 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] faifa: update to 2012-09-10
florian [Mon, 10 Sep 2012 22:12:03 +0000 (22:12 +0000)]
[package] faifa: update to 2012-09-10

Adds device reset function

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33366 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] freeradius2: update to v2.2.0 (CVE-2012-3547, #12169)
jow [Mon, 10 Sep 2012 21:39:02 +0000 (21:39 +0000)]
[packages] freeradius2: update to v2.2.0 (CVE-2012-3547, #12169)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33365 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] revert changed PKG_FIXUP after r33363, fix copyright date (#12168)
jow [Mon, 10 Sep 2012 20:50:36 +0000 (20:50 +0000)]
[packages] revert changed PKG_FIXUP after r33363, fix copyright date (#12168)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33364 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] file: bump version to 5.11
hcg [Mon, 10 Sep 2012 14:43:43 +0000 (14:43 +0000)]
[packages] file: bump version to 5.11

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33363 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] glib2: Add conditional dependency on librt if using eglibc
hcg [Mon, 10 Sep 2012 14:36:39 +0000 (14:36 +0000)]
[packages] glib2: Add conditional dependency on librt if using eglibc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33361 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] ddns-scripts: fix handling of passwords with slashes (#12160)
jow [Mon, 10 Sep 2012 10:03:39 +0000 (10:03 +0000)]
[packages] ddns-scripts: fix handling of passwords with slashes (#12160)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33358 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackage: haproxy
heil [Mon, 10 Sep 2012 08:51:10 +0000 (08:51 +0000)]
package: haproxy
 - bump to version 1.4.22

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33355 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] openssh: update to 6.1p1
tripolar [Mon, 10 Sep 2012 02:30:27 +0000 (02:30 +0000)]
[packages] openssh: update to 6.1p1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33354 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobatman-adv: fix OGM counting on x86 OpenWrt images
marek [Sun, 9 Sep 2012 09:46:55 +0000 (09:46 +0000)]
batman-adv: fix OGM counting on x86 OpenWrt images

More info: https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2012-September/007978.html

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33339 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] faifa: udpate 2012-09-07 commit
florian [Sat, 8 Sep 2012 17:15:11 +0000 (17:15 +0000)]
[package] faifa: udpate 2012-09-07 commit

Fixes:
- invalid destination address when sending key request
- proper handling of the NMK/DAK hash files
- multiples warnings

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33336 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] faifa: update to 2012-09-07
florian [Fri, 7 Sep 2012 09:34:45 +0000 (09:34 +0000)]
[package] faifa: update to 2012-09-07

Adds proper timeout handling in case of non-responsive station in hpav_cfg.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33327 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] faifa: update to 2011-09-02
florian [Wed, 5 Sep 2012 20:01:07 +0000 (20:01 +0000)]
[package] faifa: update to 2011-09-02

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33320 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] Keep /etc/nginx/ on sysupgrade
blogic [Fri, 24 Aug 2012 13:51:50 +0000 (13:51 +0000)]
[packages] Keep /etc/nginx/ on sysupgrade

This allows additional files in /etc/nginx/, such as SSL certificates,
tobe saved on sysupgrade.

Signed-off-by: Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33271 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] mark cutter broken - upstream looks dead
blogic [Fri, 24 Aug 2012 07:02:29 +0000 (07:02 +0000)]
[packages] mark cutter broken - upstream looks dead

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33268 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] avahi: remove inappropriate dependency on dbus in Changeset 32330
blogic [Fri, 24 Aug 2012 06:16:36 +0000 (06:16 +0000)]
[packages] avahi: remove inappropriate dependency on dbus in Changeset 32330

This patch fixes an issue reported by Damiano Albani.
Changeset 32330, while fixing one bug, unfortunately introduces another one -- it makes
avahi-daemon always dependent on the dbus package, causing dbus to be
loaded even when it's not needed.

This patch makes avahi-daemon dependent on dbus only is avahi dbus support has been selected.

Signed-off-by Mike Brady <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33267 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] disable python-rrd
blogic [Wed, 22 Aug 2012 10:05:43 +0000 (10:05 +0000)]
[packages] disable python-rrd

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33223 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] mark dsniff broken
blogic [Wed, 22 Aug 2012 10:02:33 +0000 (10:02 +0000)]
[packages] mark dsniff broken

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33222 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] avahi fix for Ticket #11039 -- rlimit-nproc set too low
blogic [Wed, 22 Aug 2012 09:59:23 +0000 (09:59 +0000)]
[packages] avahi fix for Ticket #11039 -- rlimit-nproc set too low
This patches the /etc/avahi/avahi-daemon.conf file, setting the rlimit-nproc parameter to 3.
Thepresent value for rlimit-nproc of 1 is too low and  can cause the avahi-daemon to refuse to start, with a message:
chroot.c: fork() failed: Resource temporarily unavailable

This patch changes the setting of rlimit-nproc to 3, the same setting as
is in the default avahi-daemon.conf file.

The issue was reported in Ticket #11039.

Signed-off-by Mike Brady <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33221 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] fix host header deps for classpath
blogic [Wed, 22 Aug 2012 08:24:01 +0000 (08:24 +0000)]
[packages] fix host header deps for classpath

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33214 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobatman-adv: upgrade package to latest release 2012.3.0
marek [Tue, 21 Aug 2012 00:59:11 +0000 (00:59 +0000)]
batman-adv: upgrade package to latest release 2012.3.0

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33213 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] xtables-addons: package iptaccount utility (#12040)
jow [Sun, 19 Aug 2012 15:23:29 +0000 (15:23 +0000)]
[packages] xtables-addons: package iptaccount utility (#12040)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33211 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] subversion: turn dependency on unixodbc into a select (#12027)
jow [Fri, 17 Aug 2012 19:36:38 +0000 (19:36 +0000)]
[packages] subversion: turn dependency on unixodbc into a select (#12027)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33207 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] xtables-addons: package ACCOUNT module (#12021)
jow [Thu, 16 Aug 2012 09:16:06 +0000 (09:16 +0000)]
[packages] xtables-addons: package ACCOUNT module (#12021)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33203 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] disable gdk_pixbuf when building libdmapsharing
blogic [Tue, 14 Aug 2012 19:09:19 +0000 (19:09 +0000)]
[packages] disable gdk_pixbuf when building libdmapsharing

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33191 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] fix imagemagick when xorg feed is staged
blogic [Tue, 14 Aug 2012 18:49:18 +0000 (18:49 +0000)]
[packages] fix imagemagick when xorg feed is staged

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33190 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] freeswitch - diable asm instructions on ppc as they dont compile
blogic [Tue, 14 Aug 2012 18:23:29 +0000 (18:23 +0000)]
[packages] freeswitch - diable asm instructions on ppc as they dont compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33189 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] kamailio3, fix cross compile
blogic [Tue, 14 Aug 2012 15:28:24 +0000 (15:28 +0000)]
[packages] kamailio3, fix cross compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33187 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] fix openswan cross compile
blogic [Tue, 14 Aug 2012 13:30:33 +0000 (13:30 +0000)]
[packages] fix openswan cross compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33185 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] vtun: fix menuconfig warning
florian [Tue, 14 Aug 2012 13:05:38 +0000 (13:05 +0000)]
[package] vtun: fix menuconfig warning

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33184 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] gatling: fix build failure on ARM platforms
florian [Tue, 14 Aug 2012 12:06:42 +0000 (12:06 +0000)]
[package] gatling: fix build failure on ARM platforms

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33182 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] fixes imagemagick
blogic [Tue, 14 Aug 2012 08:54:46 +0000 (08:54 +0000)]
[packages] fixes imagemagick

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33178 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] wview update for radlib fix
blogic [Mon, 13 Aug 2012 20:04:10 +0000 (20:04 +0000)]
[packages] wview update for radlib fix

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33177 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] remove variants from radlib
blogic [Mon, 13 Aug 2012 20:04:08 +0000 (20:04 +0000)]
[packages] remove variants from radlib

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33176 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] daq broke on full builds
blogic [Mon, 13 Aug 2012 19:31:56 +0000 (19:31 +0000)]
[packages] daq broke on full builds

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33175 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] add pdnsd DNS proxy
florian [Mon, 13 Aug 2012 14:08:47 +0000 (14:08 +0000)]
[package] add pdnsd DNS proxy

pdnsd, is an IPv6 capable proxy DNS server with permanent caching (the cache
contents are written to hard disk on exit) that is designed to cope with
unreachable or down DNS servers (for example in dial-in networking).

pdnsd can be used with applications that do dns lookups, eg on startup, and
can't be configured to change that behaviour, to prevent the often
minute-long hangs (or even crashes) that result from stalled dns queries.

Signed-off-by: Sebastian Muszynski <basti@linkt.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33173 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] 4th: update to latest stable release v3.61.5
florian [Mon, 13 Aug 2012 14:08:46 +0000 (14:08 +0000)]
[package] 4th: update to latest stable release v3.61.5

[Florian]
- cleaned up makefile
- added PKG_MD5SUM

Signed-off-by: Xiangfu <xiangfu@openmobilefree.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33172 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] vtun: make package more configurable
florian [Mon, 13 Aug 2012 14:08:43 +0000 (14:08 +0000)]
[package] vtun: make package more configurable

added possibility to disable lzo compression and encryption to save ram

[Florian: added missing zlib dependency]

Signed-off-by: Andreas Braeu <ab@andi95.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33171 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] Snort: patch for snortsam support (update for 2.9.2.2)
florian [Mon, 13 Aug 2012 14:08:42 +0000 (14:08 +0000)]
[package]  Snort: patch for snortsam support (update for 2.9.2.2)

This patch introduces support for Snort plugin Snortsam. (resend, for snort version 2.9.2.2 - for 2.8.4.1 is located there http://patchwork.openwrt.org/patch/2381/)

Signed-off-by: Jiri Slachta <jiri@slachta.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33170 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] Snort: update to 2.9.2.2
florian [Mon, 13 Aug 2012 14:08:40 +0000 (14:08 +0000)]
[package] Snort: update to 2.9.2.2

I've managed to update Snort to version 2.9.2.2. I did not want to split this patch even if it has so many deltas - there are many deletions of unused patches. Also there is a configuration file that has almost the same functionality as the 2.8.4.1 one. The reason I've not written a patch for update to 2.9.3 is to preserve compatibility with snortsam which has not patch for 2.9.3 yet.

If this patch becomes accepted then patch http://patchwork.openwrt.org/patch/2381/ becomes obsolete, because it depends on 2.8.4.1. Next patch (3/3) introduces support for Snortsam package (Snortsam is snort version independent, just needs snort to be patched with proper patch).

Signed-off-by: Jiri Slachta <jiri@slachta.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33169 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] Package libdaq as a new Snort dependency
florian [Mon, 13 Aug 2012 14:08:38 +0000 (14:08 +0000)]
[package] Package libdaq as a new Snort dependency

libdaq, a data acquisition library needed by a Snort 2.9.x.

Signed-off-by: Jiri Slachta <jiri@slachta.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33168 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] add ostiary package
florian [Mon, 13 Aug 2012 14:08:37 +0000 (14:08 +0000)]
[package] add ostiary package

This patch adds the Ostiary package to the repository.  I've tested this on the latest build (revision 31158).  Installation, un-installation and ostiaryd.init script all seem to work correctly.

A bit of background, Ostiary has a similar purpose to Port Knocking but uses a different implementation that removes the possibility of replay attacks.  Not everyone will view it as suitable for their needs, but for me combined with ssh I feel it is more than sufficient.

I suppose for the super paranoid admin, the perfect system would be a package that uses the approach of port knocking via a closed port that is combined with an ostiary style signature challenge.

Anyhow, I have created quickstart documentation for the server and client at "http://wiki.openwrt.org/doc/howto/ostiary.server" and  "http://wiki.openwrt.org/doc/howto/ostiary.client".

Signed-off-by: Desmond Hokin <Salander@gmx.u>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33167 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] lsm: update to 0.131
florian [Mon, 13 Aug 2012 14:08:30 +0000 (14:08 +0000)]
[package] lsm: update to 0.131

his patch updates link state monitor (lsm) to release 0.131,
add sample connections.conf and update lsm.conf and lsm_script

Signed-off-by: Edy Corak <info@loenshotel.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33166 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] unify ltq-tapi deps
blogic [Mon, 13 Aug 2012 11:09:07 +0000 (11:09 +0000)]
[packages] unify ltq-tapi deps

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33161 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] fix radlib VARIANT usage
blogic [Mon, 13 Aug 2012 09:52:11 +0000 (09:52 +0000)]
[packages] fix radlib VARIANT usage

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33155 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] gzip: use relative symlinks in postinstall
jow [Sun, 12 Aug 2012 22:59:42 +0000 (22:59 +0000)]
[packages] gzip: use relative symlinks in postinstall

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33153 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] xtables-addons breaks for powerpc due to missing csum_ipv6_magic()
blogic [Sun, 12 Aug 2012 18:38:46 +0000 (18:38 +0000)]
[packages] xtables-addons breaks for powerpc due to missing csum_ipv6_magic()

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33149 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackages/lcd4linux: refresh patches
juhosg [Sun, 12 Aug 2012 08:13:22 +0000 (08:13 +0000)]
packages/lcd4linux: refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33136 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackages/lcd4linux: select libgd for graphical drivers
juhosg [Sun, 12 Aug 2012 08:13:21 +0000 (08:13 +0000)]
packages/lcd4linux: select libgd for graphical drivers

Fixes the following build error:
Package lcd4linux-custom is missing dependencies for the following libraries:
libgd.so.2

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33135 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackages/lcd4linux: don't use --as-needed LD flag
juhosg [Sun, 12 Aug 2012 08:13:19 +0000 (08:13 +0000)]
packages/lcd4linux: don't use --as-needed LD flag

It causes build error if a graphical driver is selected:
drv.o:(.got+0x0): multiple definition of `_GLOBAL_OFFSET_TABLE_'
collect2: ld returned 1 exit status
make[5]: *** [lcd4linux] Error 1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33134 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] faifa: update to 2012-08-11
florian [Sat, 11 Aug 2012 16:10:18 +0000 (16:10 +0000)]
[package] faifa: update to 2012-08-11

Contains minor hpav_cfg fixes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33133 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] minidlna: link libintl.so if full language support is enabled (#11791)
jow [Sat, 11 Aug 2012 00:45:53 +0000 (00:45 +0000)]
[packages] minidlna: link libintl.so if full language support is enabled (#11791)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33125 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] glib2: add a build dependency on libintl
jow [Sat, 11 Aug 2012 00:43:39 +0000 (00:43 +0000)]
[packages] glib2: add a build dependency on libintl

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33124 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] libimobiledevice: bypass usbmuxd pkgconfig
florian [Fri, 10 Aug 2012 15:49:29 +0000 (15:49 +0000)]
[package] libimobiledevice: bypass usbmuxd pkgconfig

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33086 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] libimobiledevice: disable largefile support
florian [Fri, 10 Aug 2012 15:49:27 +0000 (15:49 +0000)]
[package] libimobiledevice: disable largefile support

Avoids the configure script checking for it while cross-compiling

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33085 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] usbmuxd: fix build on 64-bits targets and pkconfig
florian [Fri, 10 Aug 2012 15:49:26 +0000 (15:49 +0000)]
[package] usbmuxd: fix build on 64-bits targets and pkconfig

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33084 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] wview: new package, automated weather station software
florian [Fri, 10 Aug 2012 15:49:25 +0000 (15:49 +0000)]
[package] wview: new package, automated weather station software

This is runtime tested on a MIPS-based DIR-620 with a simulator station.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33083 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] radlib: bump version to 2.12.0, add sqlite
florian [Fri, 10 Aug 2012 15:49:20 +0000 (15:49 +0000)]
[package] radlib: bump version to 2.12.0, add sqlite

This is the latest official version. Currently tested only with wview as there
are no other packages in the repository depending on radlib.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33082 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] sslh: Fix typo in init script (#11998)
acinonyx [Thu, 9 Aug 2012 10:26:05 +0000 (10:26 +0000)]
[packages] sslh: Fix typo in init script (#11998)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33073 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobatman-adv: bla2 & gateway mode interaction fix
marek [Wed, 8 Aug 2012 20:40:16 +0000 (20:40 +0000)]
batman-adv: bla2 & gateway mode interaction fix

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33064 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] add kamailio3
florian [Wed, 8 Aug 2012 15:38:50 +0000 (15:38 +0000)]
[package] add kamailio3

Official kamailio 3.0 was released on January 11, 2010.
It includes an astonishing number of improvements and new features.
Kamailio v3.3.0 was released on June 18, 2012. This patch contains
last version of Kamailio. Compared to previous version of kamailio3
package (sent http://patchwork.openwrt.org/patch/2284/ ) there is no
patch for curl.h line removal from and also a few modules were added.

Signed-off-by: Jiri Slachta <jiri@slachta.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33061 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] add peervpn package Makefile
florian [Wed, 8 Aug 2012 15:38:45 +0000 (15:38 +0000)]
[package] add peervpn package Makefile

PeerVPN (http://www.peervpn.net/), by Tobias Volk, is software that
builds virtual ethernet networks between multiple computers. A virtual
network built by PeerVPN uses a full mesh topology. All nodes talk
directly to each other, there is no need for a central server. If one
node goes down, the rest of the network is unaffected.

Configuring PeerVPN is easy. You just need to configure an encryption
key, network name and the contact information (IP address and port) of
some other PeerVPN nodes. Adding a new node to an existing network
doesn't require the existing nodes to alter their configuration,
because its IP address is automatically distributed across the whole
virtual network.

Signed-off-by: Dan VerWeire <dverweire@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33060 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] mjpg-streamer: install web pages (#6499)
florian [Wed, 8 Aug 2012 15:38:41 +0000 (15:38 +0000)]
[package] mjpg-streamer: install web pages (#6499)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33059 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] xmail: cope with empty flags options (#9452)
florian [Wed, 8 Aug 2012 15:38:40 +0000 (15:38 +0000)]
[package] xmail: cope with empty flags options (#9452)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33058 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] wget: add required dependency (librt)
hcg [Wed, 8 Aug 2012 14:12:09 +0000 (14:12 +0000)]
[packages] wget: add required dependency (librt)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33056 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] multiwan: switch to /lib/functions/network.sh to derive network state...
jow [Wed, 8 Aug 2012 10:37:29 +0000 (10:37 +0000)]
[packages] multiwan: switch to /lib/functions/network.sh to derive network state (#11780)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33052 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] add dns2tcp tunneling daemon (#10751)
florian [Tue, 7 Aug 2012 16:09:26 +0000 (16:09 +0000)]
[package] add dns2tcp tunneling daemon (#10751)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33051 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] perf: only depend on libdw now
florian [Tue, 7 Aug 2012 16:09:25 +0000 (16:09 +0000)]
[package] perf: only depend on libdw now

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33050 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] isc-dhcp: only run on requested interfaces (#11008)
florian [Tue, 7 Aug 2012 16:09:23 +0000 (16:09 +0000)]
[package] isc-dhcp: only run on requested interfaces (#11008)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33049 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] openh323: build using local speex (#6663)
florian [Tue, 7 Aug 2012 16:09:22 +0000 (16:09 +0000)]
[package] openh323: build using local speex (#6663)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33048 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] pwlib: set -fpermissive to build properly with gcc-4.7+
florian [Tue, 7 Aug 2012 16:09:21 +0000 (16:09 +0000)]
[package] pwlib: set -fpermissive to build properly with gcc-4.7+

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33047 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] chrony: fix build when ipv6 is globally disabled (#11790)
florian [Tue, 7 Aug 2012 16:09:19 +0000 (16:09 +0000)]
[package] chrony: fix build when ipv6 is globally disabled (#11790)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33046 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] add netio bandwidth measurement tool (#8668)
florian [Tue, 7 Aug 2012 16:09:18 +0000 (16:09 +0000)]
[package] add netio bandwidth measurement tool (#8668)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33045 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] add gatling web server (#6914)
florian [Tue, 7 Aug 2012 16:09:16 +0000 (16:09 +0000)]
[package] add gatling web server (#6914)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33044 3c298f89-4303-0410-b956-a3cf2f4a3e73