Browse Source

Merge pull request #953 from morgenroth/ibrdtn-update-to-1.0.1

Upgrade IBR-DTN to version 1.0.1
Ted Hess 10 years ago
parent
commit
1027e00581
4 changed files with 12 additions and 12 deletions
  1. 3
    3
      libs/ibrcommon/Makefile
  2. 3
    3
      libs/ibrdtn/Makefile
  3. 3
    3
      net/ibrdtn-tools/Makefile
  4. 3
    3
      net/ibrdtnd/Makefile

+ 3
- 3
libs/ibrcommon/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2014 OpenWrt.org
2
+# Copyright (C) 2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=ibrcommon
11
-PKG_VERSION:=1.0.0
11
+PKG_VERSION:=1.0.1
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
16
-PKG_MD5SUM:=c40e5c8e2ada746c6da7ab2c359c1575
16
+PKG_MD5SUM:=0104763ede969c470f32244d76c234b8
17 17
 PKG_MAINTAINER:=Johannes Morgenroth <jm@m-network.de>
18 18
 PKG_LICENSE:=Apache-2.0
19 19
 

+ 3
- 3
libs/ibrdtn/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2014 OpenWrt.org
2
+# Copyright (C) 2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=ibrdtn
11
-PKG_VERSION:=1.0.0
11
+PKG_VERSION:=1.0.1
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
16
-PKG_MD5SUM:=c30f6164b717132b2c302d965d03c968
16
+PKG_MD5SUM:=37208be202f199f1790983ff78b2fa8f
17 17
 PKG_MAINTAINER:=Johannes Morgenroth <jm@m-network.de>
18 18
 PKG_LICENSE:=Apache-2.0
19 19
 

+ 3
- 3
net/ibrdtn-tools/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2014 OpenWrt.org
2
+# Copyright (C) 2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=ibrdtn-tools
11
-PKG_VERSION:=1.0.0
11
+PKG_VERSION:=1.0.1
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
16
-PKG_MD5SUM:=ec522079278bcdf4181e6a1d86f8d72f
16
+PKG_MD5SUM:=3e527cedc6132739403fc210e4f8abe2
17 17
 PKG_MAINTAINER:=Johannes Morgenroth <jm@m-network.de>
18 18
 PKG_LICENSE:=Apache-2.0
19 19
 

+ 3
- 3
net/ibrdtnd/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2014 OpenWrt.org
2
+# Copyright (C) 2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=ibrdtnd
11
-PKG_VERSION:=1.0.0
11
+PKG_VERSION:=1.0.1
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
16
-PKG_MD5SUM:=7fd48b2eec5058fa15f6977afd4e8dab
16
+PKG_MD5SUM:=933d37bf777700a6e1709d0f7a129613
17 17
 PKG_MAINTAINER:=Johannes Morgenroth <jm@m-network.de>
18 18
 PKG_LICENSE:=Apache-2.0
19 19