291 Commits

Author SHA1 Message Date
jow
2f9a65fa97 [packages] normalize PKG_FIXUP - the "libtool" fixup is merely an alias for "autoreconf", so change all occurences to that
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 21:18:33 +00:00
jow
3f579aba93 [packages] /etc/functions.sh => /lib/functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-05 15:54:57 +00:00
jow
cdabe8959f [packages] 6scripts: use network.sh to find device names
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31971 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 01:26:11 +00:00
jow
524b8d3632 [packages] wide-dhcpv6: use network.sh to find devices
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 00:30:58 +00:00
jow
02a568e6af [packages] radvd: use network.sh to find device names
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 14:56:51 +00:00
swalker
cb00c8fb48 [packages] ipv6calc: update to 0.93.1
* add a mini variant with the internal databases disabled
 * move the log programs into their own package
 * remove unrecognized configure options


git-svn-id: svn://svn.openwrt.org/openwrt/packages@31868 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-27 02:12:02 +00:00
nbd
073139f811 tagya: do not add the old network proto scripts if netifd is enabled, add a TODO comment
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31731 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 23:35:46 +00:00
nbd
b60301cc27 ahcp: remove the proto handler script, it seems to be completely useless
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 20:58:35 +00:00
acinonyx
2eb7eeee25 [packages] miredo: Fix compiling with automake v1.11.3 (#11283)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 22:20:47 +00:00
florian
c3bef2edd6 [package] add tunslip6
this adds a package for utility tool called tunslip6 from the Contiki OS for
estabilishing a SLIP connection over USB to an attached Contiki device for
6LoWPAN connectivity.

Signed-off-by: Markus Becker <mab@comnets.uni-bremen.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:20:06 +00:00
swalker
2054ba06b8 [packages] dibbler: update to 0.8.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-02 05:22:30 +00:00
nbd
3a3bae91d5 mrd6: fix a compile error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 18:08:29 +00:00
nbd
197cb94c32 miredo: fix a compile error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 18:08:27 +00:00
juhosg
9e29b4cb85 packages: ipv6/tayga: move static mappings to 'firewall' config
Static NAT64 entries should really belong to firewall config and could
be also processed by firewall code.

Currently tayga only processes ipv4_addr and ipv6_addr options, this is
the mapping itself.  ipv4_addr is taken from dynamic pool and is not
accessable from anywhere.  In addition, firewall code may add DNAT/SNAT
rules to map it to address from WAN interface and permit access from WAN
zone using selected ports/protocols.  Furthermore, firewall may allow or
deny access to ipv6_addr from 4-to-6 translated addresses.

Example:

config nat64
	option ipv4_addr 192.0.2.31
	option ipv6_addr 2001:db8::31

Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 11:58:32 +00:00
juhosg
eb1d43d020 packages: ipv6/tayga: add more checks
Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 11:58:31 +00:00
juhosg
73016420ff ndppd: new upstream release 0.2.2
New features in 0.2.2:
    - libconfuse dependency removed
    - Improved logging
    - New auto-configuration option

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 11:58:30 +00:00
cshore
3f88ab94a9 [packages] more gcc 4.6 compilation fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-15 09:34:08 +00:00
cshore
fc8c6d10f3 [packages] Mass Fix for GCC 4.6
nodefaultlibs now includes libc so we have to add it where we want it

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 17:34:08 +00:00
swalker
b3bd07a145 [packages] dibbler: update to 0.8.1
* switch to uclibcxx
 * add requestor package, init scripts & conffiles
 * drop obsolete patches


git-svn-id: svn://svn.openwrt.org/openwrt/packages@30425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-10 19:21:21 +00:00
jow
2091be2585 ndppd: initial import (release 0.2.1)
Hi,

here is a patch to add a package for ndppd:

    ndppd, or NDP Proxy Daemon, is a daemon that proxies NDP (Neighbor Discovery
    Protocol) messages between interfaces.  ndppd currently only supports
    Neighbor Solicitation Messages and Neighbor Advertisement Messages.

    The ndp_proxy provided by Linux doesn't support listing proxies, and only
    hosts are supported.  No subnets.  ndppd solves this by listening for
    Neighbor Solicitation messages on an interface, then query the internal
    interfaces for that target IP before finally sending a Neighbor
    Advertisement message.
    http://www.priv.nu/projects/ndppd/

I tested it and it works fine.  I am willing to maintain it.

Note that this my first C++ package and it took a lot of trial and error to get
the Build/Compile target working.  Any feedback would be much welcome.

Best regard,

>From 689b4a52af2e25e3574d0dca7cc5e63ed100c50a Mon Sep 17 00:00:00 2001
From: Gabriel Kerneis <kerneis@pps.jussieu.fr>
Date: Fri, 27 Jan 2012 15:35:14 +0100
Subject: [PATCH] [packages] ndppd: initial import (release 0.2.1)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29987 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 10:01:49 +00:00
jow
a8f17dd19d [packages] 6tunnel: fix initalization of optc on arm, based on patch by Maxim Osipov <maxim.osipov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29809 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 16:08:49 +00:00
jow
21495eae95 [packages] ipv6calc: update to v0.92.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29804 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 15:13:22 +00:00
swalker
7c0aa70914 [packages] ndisc: update to 1.0.2, package rltraceroute6 (#8153), refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-16 06:25:23 +00:00
jow
c602246927 [packages] wide-dhcpv6: fix second instance of endian detection as well (#10648)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29589 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-20 19:20:09 +00:00
jow
5ff00b3290 [packages] radvd: make logging of netlink-triggered config reloads silent, remove own hotplug handler
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29542 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-15 17:16:07 +00:00
kerneis
fa3e19f17c [packages] ahcpd: upgrade to upstream release 0.53
8 December 2011: ahcpd 0.53

  * Fixed a longstanding bug that would cause a client to immediately
    deconfigure itself after successfully renewing a lease.
  * Set AHCP packets' TOS field as network control (thanks to Dave Taht).

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29511 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-13 14:29:32 +00:00
jow
d03e307821 [packages] radvd: update to v1.8.3 (CVE-2011-3604)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-07 23:39:43 +00:00
nico
1e2df65020 packages/wide-dhcpv6: rename uci config files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-17 11:48:52 +00:00
nico
67fa810d87 packages/aiccu: rename uci config file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-17 11:07:56 +00:00
nico
d063a0f5e2 packages: add missing conffiles define
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-16 20:02:41 +00:00
jow
0bc19f976a [packages] wide-dhcpv6: now that hexdump works again, fix endianess detection (#10396)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-15 17:41:50 +00:00
nico
5d5098542d packages: remove dependency on obsolete LINUX_2_4 symbol
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-11 18:07:06 +00:00
nico
59fcb0e89a packages/wide-dhcpv6: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 23:49:28 +00:00
nico
bc5822e1f6 packages/totd: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28928 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 23:49:26 +00:00
nico
804b8bbb45 packages/radvd: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28927 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 23:49:24 +00:00
nico
0ce1af9dfd packages/ptrtd: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28926 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 23:49:21 +00:00
nico
9df4b4e285 packages/mrd6: use new service functions, add a dependency on kmod-ipv6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 23:49:19 +00:00
nico
83d1026e29 packages/miredo: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 23:49:17 +00:00
nico
1f73407f58 packages/gw6c: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28923 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 23:49:15 +00:00
nico
55c1bbe5d8 packages/ahcpd: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 23:49:13 +00:00
jow
56c60d3884 [packages] aiccu: actually add patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28797 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-07 03:50:50 +00:00
jow
f952d42479 [packages] aiccu: retry TIC login on nonfatal failures (#10310)
* change the tic_Login() function to indicate fatal vs. nonfatal login errors
* retry tic_Login() on nonfatal failures, wait at least 10 seconds per retry
* increase delay by 10 seconds per try until the maximum of 120 seconds is reached
* move aiccu start command into background as it can take a long time to deamonize due to retries, blocking subsequent init scripts
* remove hotplug script for aiccu, the running instances should recover themselves if time and connectivity become available


git-svn-id: svn://svn.openwrt.org/openwrt/packages@28796 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-07 03:43:40 +00:00
jow
1f0bb0c9a3 [packages] aiccu: fix bad path in stop as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-03 17:30:09 +00:00
jow
696842725e [packages] aiccu: create /var/etc as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-03 17:19:43 +00:00
acinonyx
621678bcea [packages] aiccu: Add 'restart' option to force restart of daemon instead of HUP (#7629)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-03 16:05:42 +00:00
acinonyx
6a9bf1e4d4 [packages] aiccu: Rework init script
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-03 16:05:38 +00:00
jow
f3b600ee37 [packages] aiccu: remove dependency on ntpclient (#10295)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-27 23:03:10 +00:00
jow
d9fc7baa94 [packages] radvd: bump to v1.8.2 (#10196, CVE-2011-3601, CVE-2011-3602, CVE-2011-3603, CVE-2011-3604, CVE-2011-3605)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28381 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-08 12:25:56 +00:00
kerneis
dfa9c366bc [packages] ahcpd: avoid half-configured ahcpd interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-01 11:30:03 +00:00
kerneis
058581ec1e [packages] ahcpd: add ahcp proto, use service_kill
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 17:31:33 +00:00