Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cjdns
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2015-05-12 15:23:27 +0300
committerDaniel Golle <daniel@makrotopia.org>2015-05-12 22:02:55 +0300
commitb81b9a9dd425828b7facead89dcbebfa31468ad9 (patch)
tree60dfcaf8ad77e9f2b34883f80d20e05d2534d50d /cjdns
parent7994d1a9ead82a7c40e129cf3a7252bcd10df0f3 (diff)
cjdns: update source, bump release
upstream changes: 3d879c0 typo in GET32() f964d14 Fixed IpTunnel unaligned access, thanks Viric for pointing it out a05ade4 attempt to fix a rare assertion failure 6f1fdd8 Fix a memory leak in InterfaceController.c Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'cjdns')
-rw-r--r--cjdns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cjdns/Makefile b/cjdns/Makefile
index ed34cbf..3feb35e 100644
--- a/cjdns/Makefile
+++ b/cjdns/Makefile
@@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=cjdns
PKG_VERSION:=0.16
-PKG_RELEASE:=11
+PKG_RELEASE:=12
PKG_SOURCE_URL:=https://github.com/hyperboria/cjdns.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=a5a1b16f5a4f2815ce3c0e234a24108cae0f9ad3
+PKG_SOURCE_VERSION:=2303ce6585f62f7e8d3cdb1983c0c8e08385ea68
PKG_LICENSE:=GPL-3.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)