From 07e9b94601ef3db112ce4d31a63e26747cae605f Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Thu, 29 Jan 2015 07:48:33 +0100
Subject: [PATCH] Update fastd and libuecc

---
 .../openwrt/0002-libuecc-update-to-v5.patch   | 35 +++++++++++++++++++
 ...6.patch => 0003-fastd-update-to-v17.patch} | 22 +++++++-----
 2 files changed, 49 insertions(+), 8 deletions(-)
 create mode 100644 patches/packages/openwrt/0002-libuecc-update-to-v5.patch
 rename patches/packages/openwrt/{0002-fastd-update-to-v16.patch => 0003-fastd-update-to-v17.patch} (94%)

diff --git a/patches/packages/openwrt/0002-libuecc-update-to-v5.patch b/patches/packages/openwrt/0002-libuecc-update-to-v5.patch
new file mode 100644
index 000000000..979961e0a
--- /dev/null
+++ b/patches/packages/openwrt/0002-libuecc-update-to-v5.patch
@@ -0,0 +1,35 @@
+From: Matthias Schiffer <mschiffer@universe-factory.net>
+Date: Thu, 29 Jan 2015 07:46:26 +0100
+Subject: libuecc: update to v5
+
+diff --git a/libs/libuecc/Makefile b/libs/libuecc/Makefile
+index 0fe4833..63b6ebe 100644
+--- a/libs/libuecc/Makefile
++++ b/libs/libuecc/Makefile
+@@ -1,5 +1,5 @@
+ #
+-# Copyright (C) 2012-2014 OpenWrt.org
++# Copyright (C) 2012-2015 OpenWrt.org
+ #
+ # This is free software, licensed under the GNU General Public License v2.
+ # See /LICENSE for more information.
+@@ -8,13 +8,16 @@
+ include $(TOPDIR)/rules.mk
+ 
+ PKG_NAME:=libuecc
+-PKG_VERSION:=4
++PKG_VERSION:=5
+ PKG_RELEASE:=1
+ 
+ PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
+ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+-PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/71
+-PKG_MD5SUM:=7f44df5dc69cb8686947562e2a11eea9
++PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/80
++PKG_MD5SUM:=cd03c947931c2f4b0eea0bf45654bd34
++
++PKG_LICENSE:=BSD-2-Clause
++PKG_LICENSE_FILES:=COPYRIGHT
+ 
+ include $(INCLUDE_DIR)/package.mk
+ include $(INCLUDE_DIR)/cmake.mk
diff --git a/patches/packages/openwrt/0002-fastd-update-to-v16.patch b/patches/packages/openwrt/0003-fastd-update-to-v17.patch
similarity index 94%
rename from patches/packages/openwrt/0002-fastd-update-to-v16.patch
rename to patches/packages/openwrt/0003-fastd-update-to-v17.patch
index 8a7d1197d..33cc08bfd 100644
--- a/patches/packages/openwrt/0002-fastd-update-to-v16.patch
+++ b/patches/packages/openwrt/0003-fastd-update-to-v17.patch
@@ -1,6 +1,6 @@
 From: Matthias Schiffer <mschiffer@universe-factory.net>
-Date: Thu, 8 Jan 2015 01:26:55 +0100
-Subject: fastd: update to v16
+Date: Thu, 29 Jan 2015 07:48:03 +0100
+Subject: fastd: update to v17
 
 diff --git a/net/fastd/Config.in b/net/fastd/Config.in
 index ca4045c..5820b97 100644
@@ -63,24 +63,30 @@ index ca4045c..5820b97 100644
  
  endmenu
 diff --git a/net/fastd/Makefile b/net/fastd/Makefile
-index 0629cd7..5140029 100644
+index 0629cd7..027f549 100644
 --- a/net/fastd/Makefile
 +++ b/net/fastd/Makefile
+@@ -1,5 +1,5 @@
+ #
+-# Copyright (C) 2012-2014 OpenWrt.org
++# Copyright (C) 2012-2015 OpenWrt.org
+ #
+ # This is free software, licensed under the GNU General Public License v2.
+ # See /LICENSE for more information.
 @@ -8,19 +8,24 @@
  include $(TOPDIR)/rules.mk
  
  PKG_NAME:=fastd
 -PKG_VERSION:=14
--PKG_RELEASE:=1
-+PKG_VERSION:=16
-+PKG_RELEASE:=2
++PKG_VERSION:=17
+ PKG_RELEASE:=1
  
  PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 -PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/75
 -PKG_MD5SUM:=34f6bdebd0410a1fba7c8fd06fff7a05
-+PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/78
-+PKG_MD5SUM:=135b3083d2743e335738de3bd4bb0c3c
++PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/81
++PKG_MD5SUM:=bad4f1948702f418b799578f83a0edb8
 +
 +PKG_LICENSE:=BSD-2-Clause
 +PKG_LICENSE_FILES:=COPYRIGHT
-- 
GitLab