Moritz Warning [Sat, 3 Mar 2018 23:34:24 +0000 (00:34 +0100)]
Merge pull request #327 from wigyori/for-15.05-ndppd2
ndppd: fix source URL
Bastian Bittorf [Wed, 13 Dec 2017 11:41:57 +0000 (12:41 +0100)]
Merge pull request #306 from HRogge/for-15.05
OONF 0.14.1-1
elektra42 [Mon, 13 Nov 2017 12:28:44 +0000 (13:28 +0100)]
Merge pull request #328 from wigyori/for-15.05-batmand2
CC: batmand: move download source
Alexander Ryzhov [Mon, 18 Jul 2016 11:09:33 +0000 (14:09 +0300)]
ndppd: fix source URL (#209)
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Sven Eckelmann [Wed, 18 Jan 2017 12:34:16 +0000 (13:34 +0100)]
batmand: Use git repository to retrieve sources
The current package is build around the subversion repository which does
not exist anymore. The package can therefore be moved to the git repository
to have an official source for the revision used in OpenWrt.
The SVN version of batman r1439 was actually r1435. The git export of revision
r1435 is referenced by this commit. The version number was only increased
to 1440 to create a new source tarball. SVN revision r1440 is not a commit
for batman and therefore no code changes in batman was done in r1440.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Sven Eckelmann [Wed, 18 Jan 2017 12:05:51 +0000 (13:05 +0100)]
vis: Extract vis package from batmand
The batmand and vis sources are actually stored in two different
repositories. It therefore makes more sense to have these two packages also
split in two different OpenWrt packages. This also allows to get the vis
sources directly from the git repository.
The SVN version of vis r1439 was actually r1346. The git export of revision
r1346 is referenced by this commit.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Sven Eckelmann [Wed, 18 Jan 2017 11:59:53 +0000 (12:59 +0100)]
batmand: Switch upstream URL to HTTPS
The open-mesh.org server is not serving plain HTTP pages since a while.
Updating the default URL to https is therefore prefered.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Sven Eckelmann [Wed, 18 Jan 2017 12:01:20 +0000 (13:01 +0100)]
batmand: Replace maintainer with Elektra
The mail address for Marek Lindner was not up to date. Marek was also not
maintaining this package and was forwarding requests to Elektra:
"Elektra is the maintainer for batmand. I'd rather not interfere."
https://github.com/openwrt-routing/packages/pull/134#issuecomment-
236346560
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Jo-Philipp Wich [Wed, 18 Jan 2017 01:45:18 +0000 (02:45 +0100)]
batmand: switch to tarball download, fix build with musl libc
Since the upstream SVN repository is not available anymore, update the
Makefile to fetch tarballs cached by the LEDE or OpenWrt projects instead.
Also add a missing -D_GNU_SOURCE to the target flags to fix compilation
with musl libc.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Henning Rogge [Tue, 13 Jun 2017 08:59:44 +0000 (10:59 +0200)]
Update OONF to 0.14.1-1
Henning Rogge [Tue, 6 Jun 2017 14:47:27 +0000 (16:47 +0200)]
Add v0.14.0 OONF
Saverio Proto [Sat, 4 Mar 2017 20:58:11 +0000 (21:58 +0100)]
Merge pull request #285 from gabri94/for-15.05
Version bump of the poprouting package
Gabriel [Sat, 4 Mar 2017 20:51:30 +0000 (21:51 +0100)]
fixed +PKG_RELEASE
Gabriel [Sat, 4 Mar 2017 16:17:22 +0000 (17:17 +0100)]
Makefile for v0.3.1
gabri94 [Thu, 2 Mar 2017 17:06:11 +0000 (18:06 +0100)]
Symbolic Version number
gabri94 [Thu, 2 Mar 2017 11:55:11 +0000 (12:55 +0100)]
compile v0.3
gabri94 [Wed, 1 Mar 2017 08:23:48 +0000 (09:23 +0100)]
New makefile for prince v0.3
Bastian Bittorf [Fri, 27 Jan 2017 09:26:14 +0000 (10:26 +0100)]
Merge pull request #265 from gabri94/for-15.05
For 15.05
Gabriel [Thu, 26 Jan 2017 00:21:17 +0000 (01:21 +0100)]
Changed description
Gabriel [Wed, 25 Jan 2017 22:33:28 +0000 (23:33 +0100)]
added install
Gabriel [Wed, 25 Jan 2017 20:58:08 +0000 (21:58 +0100)]
fixup! fixup! addedd poprouting makefile
Gabriel [Wed, 25 Jan 2017 20:50:27 +0000 (21:50 +0100)]
fixup! addedd poprouting makefile
Conflicts:
poprouting/Makefile
Bastian Bittorf [Sat, 5 Nov 2016 09:16:04 +0000 (10:16 +0100)]
Merge pull request #239 from sarumpaet/for-15.05
Cherry-pick olsrd1 IPv6 fixes to for-15.05
Stefan Sperling [Sun, 6 Mar 2016 08:03:44 +0000 (09:03 +0100)]
Replace == operator in test with = operator.
Requested by bittorf in https://github.com/openwrt-routing/packages/pull/155
(cherry picked from commit
cde0b2f81312df3153e67b46295051b34dc3904e)
Stefan Sperling [Thu, 3 Mar 2016 20:06:38 +0000 (21:06 +0100)]
Fix '/etc/init.d/olsrd6 restart' breaks IPv4 SmartGateway.
Restarting olsrd for IPv6 clears SmartGateway firewall rules for both IPv4
and IPv6, and does not restore the IPv4 rules. As a result, IPv4 SmartGateway
functionality is broken after /etc/init.d/olsrd6 restart.
(cherry picked from commit
f7ffb388b17fd327e85f7e0c386a9d175b14e44e)
Bastian Bittorf [Fri, 21 Oct 2016 11:00:41 +0000 (13:00 +0200)]
Merge pull request #235 from HRogge/for-15.05
Update to OONF version 0.13.0
Henning Rogge [Fri, 21 Oct 2016 10:50:17 +0000 (12:50 +0200)]
Update to OONF version 0.13.0
Bastian Bittorf [Fri, 9 Sep 2016 18:16:54 +0000 (20:16 +0200)]
Merge pull request #229 from HRogge/for-15.05
Update to OONF 0.12.4
Henning Rogge [Sun, 4 Sep 2016 12:21:45 +0000 (14:21 +0200)]
Update to OONF 0.12.4
Bastian Bittorf [Thu, 18 Aug 2016 11:44:34 +0000 (13:44 +0200)]
Merge pull request #225 from HRogge/for-15.05
Update to OONF 0.12.3
Henning Rogge [Wed, 17 Aug 2016 15:21:10 +0000 (17:21 +0200)]
Update to OONF 0.12.3
Bastian Bittorf [Tue, 9 Aug 2016 11:15:14 +0000 (13:15 +0200)]
Merge pull request #218 from HRogge/for-15.05
Update to OONF 0.12.2 + coverity fix
Henning Rogge [Mon, 1 Aug 2016 09:58:04 +0000 (11:58 +0200)]
Update to OONF 0.12.2 + coverity fix
zorun [Sat, 30 Jul 2016 11:36:02 +0000 (13:36 +0200)]
Merge pull request #214 from zorun/babeld_update_url_cc
babeld: Update source URL
Baptiste Jonglez [Sat, 30 Jul 2016 11:29:00 +0000 (13:29 +0200)]
babeld: Update source URL
There is a HTTP redirection in place from the old URL to the new URL, but
better change it now than waiting for the redirection to disappear.
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Axel Neumann [Wed, 20 Jul 2016 09:17:37 +0000 (11:17 +0200)]
bmx7: update source (fixing several DoS scenarios)
Axel Neumann [Tue, 19 Jul 2016 14:01:49 +0000 (16:01 +0200)]
bmx7: update source (disable sysctl settings for net/ipv4/conf/{all|default})
Axel Neumann [Tue, 12 Jul 2016 13:00:23 +0000 (15:00 +0200)]
bmx7: update source (fixing discarded dhm packet signatures)
lindnermarek [Wed, 6 Jul 2016 13:38:15 +0000 (21:38 +0800)]
Merge pull request #207 from ecsv/ecsv/batadv-cc-speedyjoin
CC: batman-adv: Fix speedy join in gateway client mode
Sven Eckelmann [Fri, 17 Jun 2016 13:54:03 +0000 (15:54 +0200)]
batman-adv: Fix speedy join in gateway client mode
Speedy join only works when the received packet is either broadcast or an
4addr unicast packet. Thus packets converted from broadcast to unicast via
the gateway handling code have to be converted to 4addr packets to allow
the receiving gateway server to add the sender address as temporary entry
to the translation table.
Not doing it will make the batman-adv gateway server drop the DHCP response
in many situations because it doesn't yet have the TT entry for the
destination of the DHCP response.
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Sven Eckelmann [Tue, 5 Jul 2016 10:03:44 +0000 (12:03 +0200)]
batman-adv: Add reference counting + nullptr fixes
* Avoid nullptr dereference in bla after vlan_insert_tag
* Avoid nullptr dereference in dat after vlan_insert_tag
* Avoid tt_req_node list put for unhashed entry
* Fix orig_node_vlan leak on orig_node_release
* Fix non-atomic bla_claim::backbone_gw access
* Fix reference leak in batadv_find_router
* Free last_bonding_candidate on release of orig_node
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Axel Neumann [Fri, 1 Jul 2016 09:05:27 +0000 (11:05 +0200)]
bmx7: update source
Markus Stenberg [Tue, 28 Jun 2016 12:18:30 +0000 (15:18 +0300)]
miniupnpd: Fix UUID dependency not to check outside the tree, and use uuid always.
Markus Stenberg [Mon, 27 Jun 2016 21:26:16 +0000 (00:26 +0300)]
Merge pull request #202 from axet/for-15.05
miniupnpd-2.0
Alexey Kuznetsov [Mon, 27 Jun 2016 17:07:55 +0000 (20:07 +0300)]
Update Makefile
Alexey Kuznetsov [Mon, 27 Jun 2016 16:52:57 +0000 (19:52 +0300)]
miniupnpd-2.0
Bastian Bittorf [Mon, 20 Jun 2016 09:57:13 +0000 (11:57 +0200)]
Merge pull request #199 from HRogge/for-15.05
OONF v0.12.1
Henning Rogge [Tue, 7 Jun 2016 09:19:12 +0000 (11:19 +0200)]
OONF release 0.12.1
lindnermarek [Tue, 7 Jun 2016 06:25:35 +0000 (14:25 +0800)]
Merge pull request #194 from ecsv/for-15.05/batman-adv
batman-adv: Add fixes from upcoming 2016.2 release
Sven Eckelmann [Mon, 6 Jun 2016 17:00:42 +0000 (19:00 +0200)]
batman-adv: Add fixes from upcoming 2016.2 release
The upcoming batman-adv 2016.2 contains multiple new features, code
refactoring and similar things. These may not be fitting for Chaos Calmer
but the changes in the maintenance branch (bugfixes) should be integrated
to increase the stability.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Alexander Couzens [Sun, 5 Jun 2016 01:47:51 +0000 (03:47 +0200)]
batman-adv: remove DEPENDS:=kmod-crypto-core
kmod-crypto-core was removed in openwrt/trunk svn 46820 and all
kconfig's are now built-in.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Axel Neumann [Sat, 4 Jun 2016 15:01:22 +0000 (17:01 +0200)]
bmx7: update code version
Henning Rogge [Tue, 31 May 2016 07:02:24 +0000 (09:02 +0200)]
Update to OONF 0.12.0
Henning Rogge [Tue, 31 May 2016 07:02:05 +0000 (09:02 +0200)]
Merge branch 'for-15.05' of github.com:HRogge/packages into for-15.05
Bastian Bittorf [Wed, 25 May 2016 08:15:18 +0000 (10:15 +0200)]
Merge pull request #188 from HRogge/for-15.05
For 15.05
Markus Stenberg [Mon, 16 May 2016 21:13:29 +0000 (00:13 +0300)]
hnetd: Updated to RFC7787/7788 compliant version.
Markus Stenberg [Mon, 16 May 2016 21:13:09 +0000 (00:13 +0300)]
ohybridproxy: Bumped to latest (has bunch of bugfixes).
Henning Rogge [Fri, 13 May 2016 13:05:06 +0000 (15:05 +0200)]
Update OONF to v0.11.7
Henning Rogge [Fri, 13 May 2016 08:48:35 +0000 (10:48 +0200)]
Update OONF to 0.11.6
Henning Rogge [Thu, 12 May 2016 18:17:27 +0000 (20:17 +0200)]
Update OONF packages to 0.11.5
Marek Lindner [Sat, 7 May 2016 12:42:44 +0000 (20:42 +0800)]
batman-adv: 2016.1 bugfixes & stability updates
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Axel Neumann [Fri, 6 May 2016 08:35:47 +0000 (10:35 +0200)]
bmx7: bump version (report channel via topology plugin)
Axel Neumann [Fri, 6 May 2016 08:19:53 +0000 (10:19 +0200)]
bmx7: bump version (report link snr via topology plugin)
Marek Lindner [Thu, 5 May 2016 16:06:46 +0000 (00:06 +0800)]
batman-adv: revert partial cfg80211 kernel dependency
The entire batman-adv code relies on the kernel backports introduced
by the mac80211 package.
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Marek Lindner [Thu, 5 May 2016 13:34:03 +0000 (21:34 +0800)]
batman-adv: autoload cfg80211 kernel dependency
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Henning Rogge [Thu, 5 May 2016 13:21:03 +0000 (14:21 +0100)]
Add remotecontrol plugin to selectable Olsrd2 plugins
Henning Rogge [Thu, 5 May 2016 12:59:44 +0000 (13:59 +0100)]
Add optional packages to OONF olsrd2
Roger Pueyo Centelles [Thu, 10 Mar 2016 12:42:29 +0000 (13:42 +0100)]
[luci-app-bmx7] Add world icons resources
Roger Pueyo Centelles [Thu, 10 Mar 2016 12:41:35 +0000 (13:41 +0100)]
[luci-app-bmx7] Add Nodes view page
Roger Pueyo Centelles [Thu, 10 Mar 2016 12:41:21 +0000 (13:41 +0100)]
[luci-app-bmx7] Add Nodes page menu entry
Roger Pueyo Centelles [Thu, 10 Mar 2016 11:18:27 +0000 (12:18 +0100)]
[luci-app-bmx7] Update configuration and installation definitions in Makefile
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:37:46 +0000 (11:37 +0100)]
[luci-app-bmx7] Add bmx7-info script to obtain JSON-formatted input for the Status page
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:30:22 +0000 (11:30 +0100)]
[luci-app-bmx7] Add BMX7 logo resource
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:28:42 +0000 (11:28 +0100)]
[luci-app-bmx7] Add polling.js resource
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:28:10 +0000 (11:28 +0100)]
[luci-app-bmx7] Add Status view page
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:21:12 +0000 (11:21 +0100)]
[luci-app-bmx7] Add Status page menu entry
Roger Pueyo Centelles [Thu, 10 Mar 2016 10:17:33 +0000 (11:17 +0100)]
[luci-app-bmx7] Add empty controller and default configurations for BMX7 LuCI
Roger Pueyo Centelles [Wed, 9 Mar 2016 23:56:35 +0000 (00:56 +0100)]
[luci-app-bmx7] Create luci-app-bmx7 package structure including Makefile and
COPYING license file
Axel Neumann [Sun, 1 May 2016 15:03:21 +0000 (17:03 +0200)]
bmx7: bump to latest code version
Marek Lindner [Mon, 25 Apr 2016 09:47:14 +0000 (17:47 +0800)]
batman-adv: upgrade package to latest release 2016.1
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Marek Lindner [Mon, 25 Apr 2016 09:45:00 +0000 (17:45 +0800)]
batctl: upgrade package to latest release 2016.1
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Bastian Bittorf [Mon, 25 Apr 2016 09:15:26 +0000 (11:15 +0200)]
Merge pull request #179 from HRogge/for-15.05
Update to OONF v0.11.4
Henning Rogge [Mon, 25 Apr 2016 06:21:47 +0000 (08:21 +0200)]
Update to OONF v0.11.4
Bastian Bittorf [Sat, 23 Apr 2016 15:28:03 +0000 (17:28 +0200)]
Merge pull request #175 from HRogge/for-15.05
Update to OONF 0.11.3
Henning Rogge [Tue, 19 Apr 2016 10:29:36 +0000 (12:29 +0200)]
Update to OONF 0.11.3
Sven Roederer [Fri, 18 Mar 2016 01:44:25 +0000 (02:44 +0100)]
[olsr, oonf] change to new repo
Conflicts:
olsrd/Makefile
Resolution:
leave olsrd Makefile untouched, since current URL is working
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Bastian Bittorf [Sat, 19 Mar 2016 15:40:11 +0000 (16:40 +0100)]
Merge pull request #165 from HRogge/for-15.05
Update to version 0.11.2
Henning Rogge [Thu, 17 Mar 2016 13:11:18 +0000 (14:11 +0100)]
Update to version 0.11.2
Bastian Bittorf [Sun, 13 Mar 2016 15:24:22 +0000 (16:24 +0100)]
Merge pull request #159 from HRogge/for-15.05
Update to OONF 0.11.1
Henning Rogge [Fri, 11 Mar 2016 23:46:59 +0000 (00:46 +0100)]
Update to OONF 0.11.1
Bastian Bittorf [Fri, 4 Mar 2016 14:56:01 +0000 (15:56 +0100)]
Merge pull request #154 from HRogge/for-15.05
For 15.05
Henning Rogge [Mon, 29 Feb 2016 18:04:12 +0000 (19:04 +0100)]
Forgot to change to switch from os_socket to os_fd for OONF
Henning Rogge [Sun, 28 Feb 2016 20:31:24 +0000 (21:31 +0100)]
OONF version 0.11.0
Pau Escrich [Tue, 23 Feb 2016 11:58:32 +0000 (12:58 +0100)]
[luci-app-bmx6] When drawing the network topology graph, try first wget-ssl
Signed-off-by: Pau Escrich <p4u@dabax.net>
Gabriel Kerneis [Fri, 12 Feb 2016 16:04:56 +0000 (17:04 +0100)]
babeld: release 1.7.1
Signed-off-by: Gabriel Kerneis <kerneis@google.com>
Axel Neumann [Mon, 15 Feb 2016 22:06:50 +0000 (23:06 +0100)]
bmx7: update source: fix bmx7_tun plugin Makefile and new --setTrustedNode options
Axel Neumann [Thu, 11 Feb 2016 06:17:01 +0000 (07:17 +0100)]
bmx7: fix source url
Axel Neumann [Wed, 10 Feb 2016 14:27:07 +0000 (15:27 +0100)]
bmx7: separate bmx7 namespace for binaries, libs, config, runtimedir, ...
Lars Gierth [Sat, 6 Feb 2016 03:55:04 +0000 (04:55 +0100)]
cjdns: update source, bump release
Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth [Sat, 6 Feb 2016 01:02:38 +0000 (02:02 +0100)]
cjdns: fix dependency on git revision
Signed-off-by: Lars Gierth <larsg@systemli.org>