[OpenWrt-Devel] [PATCH][packages] softflowd update
Ross Vandegrift
ross at kallisti.us
Sun Jun 29 11:06:27 EDT 2014
Hello all,
Please consider the below patch, which updates softflowd to 0.9.9. This
release fixed some crash bugs I hit in 0.9.8. I've been using 0.9.9 on
attitude adjuster for a while, and have tested that it builds with the
trunk SDK.
Thanks,
Ross
commit d2705ac97cb8fc015ee95fd69bb9d766a1035ca7
Author: Ross Vandegrift <ross at kallisti.us>
Date: Sun Jun 29 10:45:35 2014 -0400
softflowd: version 0.9.9 from google code
Signed-off-by: Ross Vandegrift <ross at kallisti.us>
diff --git a/net/softflowd/Makefile b/net/softflowd/Makefile
index 8c97143..ec34be5 100644
--- a/net/softflowd/Makefile
+++ b/net/softflowd/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=softflowd
-PKG_VERSION:=0.9.8
-PKG_RELEASE:=3
+PKG_VERSION:=0.9.9
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.mindrot.org/files/softflowd/
-PKG_MD5SUM:=0054d1c80494396cc15edb0a1c7748b1
+PKG_SOURCE_URL:=http://softflowd.googlecode.com/files/
+PKG_MD5SUM:=ba83e2715e6250e6645ebcaa9ae1009d
PKG_FIXUP:=autoreconf
@@ -24,7 +24,7 @@ define Package/softflowd
CATEGORY:=Network
DEPENDS:=+libpcap
TITLE:=softflowd
- URL:=http://www.mindrot.org/projects/softflowd/
+ URL:=http://code.google.com/p/softflowd/
endef
define Package/softflowd/description
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list