Hi,

this patch updates cyassl to 1.5.0 and refreshes patches.

-Raphael
Index: package/cyassl/patches/130-configure_disable_pthreads_tests.patch
===================================================================
--- package/cyassl/patches/130-configure_disable_pthreads_tests.patch	(révision 21426)
+++ package/cyassl/patches/130-configure_disable_pthreads_tests.patch	(copie de travail)
@@ -1,9 +1,9 @@
 --- a/configure
 +++ b/configure
-@@ -874,10 +874,6 @@ F77
- FFLAGS
- ac_ct_F77
+@@ -876,10 +876,6 @@ ac_ct_F77
  LIBTOOL
+ BUILD_SNIFFER_TRUE
+ BUILD_SNIFFER_FALSE
 -acx_pthread_config
 -PTHREAD_CC
 -PTHREAD_LIBS
@@ -11,7 +11,7 @@
  LIBOBJS
  LTLIBOBJS'
  ac_subst_files=''
-@@ -21946,430 +21942,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS con
+@@ -21972,430 +21968,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS con
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
Index: package/cyassl/patches/110-makefile_disable_examples_tests.patch
===================================================================
--- package/cyassl/patches/110-makefile_disable_examples_tests.patch	(révision 21426)
+++ package/cyassl/patches/110-makefile_disable_examples_tests.patch	(copie de travail)
@@ -1,7 +1,7 @@
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -1,10 +1,10 @@
--SUBDIRS = src ctaocrypt examples testsuite
+-SUBDIRS = src ctaocrypt examples testsuite sslSniffer
 +SUBDIRS = src ctaocrypt
  EXTRA_DIST = cyassl.dsp cyassl.dsw certs/*.pem certs/*.der certs/*.txt \
      lib/dummy cyassl.sln cyassl.vcproj cyassl-iphone.xcodeproj/project.pbxproj \
@@ -19,7 +19,7 @@
  target_vendor = @target_vendor@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
--SUBDIRS = src ctaocrypt examples testsuite
+-SUBDIRS = src ctaocrypt examples testsuite sslSniffer
 +SUBDIRS = src ctaocrypt
  EXTRA_DIST = cyassl.dsp cyassl.dsw certs/*.pem certs/*.der certs/*.txt \
      lib/dummy cyassl.sln cyassl.vcproj cyassl-iphone.xcodeproj/project.pbxproj \
Index: package/cyassl/Makefile
===================================================================
--- package/cyassl/Makefile	(révision 21426)
+++ package/cyassl/Makefile	(copie de travail)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cyassl
-PKG_VERSION:=1.4.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.5.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
 PKG_SOURCE_URL:=http://www.yassl.com/
-PKG_MD5SUM:=037397c7df84b9a12e614bf46135df1c
+PKG_MD5SUM:=a971b206b5b42d6464a8ec4130d430f4
 
 PKG_FIXUP:=libtool
 PKG_INSTALL:=1
@@ -44,12 +44,12 @@
 	$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
 
 	$(INSTALL_DIR) $(1)/usr/lib
-	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libcyassl.{a,so*,la} $(1)/usr/lib/
+	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libcyassl.{a,so.*,la} $(1)/usr/lib/
 endef
 
 define Package/libcyassl/install
 	$(INSTALL_DIR) $(1)/usr/lib
-	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libcyassl.so* $(1)/usr/lib/
+	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libcyassl.so.* $(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,libcyassl))
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to