From efb2bf3791379e70bdb6fab64187a0def0216f90 Mon Sep 17 00:00:00 2001 From: rhk Date: Mon, 15 Feb 2010 14:24:15 +0000 Subject: [PATCH] [packages] cyassl: update to 1.3.0 git-svn-id: svn://svn.openwrt.org/openwrt/packages@19636 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/cyassl/Makefile | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/libs/cyassl/Makefile b/libs/cyassl/Makefile index 9e2080b4b..864005d6d 100644 --- a/libs/cyassl/Makefile +++ b/libs/cyassl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,31 +8,27 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cyassl -PKG_VERSION:=1.2.0 +PKG_VERSION:=1.3.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=http://www.yassl.com/ -PKG_MD5SUM:=de12e76b3faf760107e45af487adcbde +PKG_MD5SUM:=f8b6cdcc2c299c66c74b7e4305745350 include $(INCLUDE_DIR)/package.mk -define Package/cyassl/Default - TITLE:=CyaSSL - URL:=http://www.yassl.com/ -endef - define Package/libcyassl - $(call Package/cyassl/Default) SECTION:=libs SUBMENU:=SSL CATEGORY:=Libraries DEPENDS:=+zlib - TITLE+= (library) + TITLE:=CyaSSL library + URL:=http://www.yassl.com/ endef define Package/libcyassl/description - CyaSSL is an SSL library optimized for small footprint, both on disk and for memory use. +CyaSSL is an SSL library optimized for small footprint, both on disk and for +memory use. endef TARGET_CFLAGS += $(FPIC)