Update fastd and libuecc
This commit is contained in:
parent
fdcb30e647
commit
07e9b94601
35
patches/packages/openwrt/0002-libuecc-update-to-v5.patch
Normal file
35
patches/packages/openwrt/0002-libuecc-update-to-v5.patch
Normal file
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user