From fbfb6067d7587e5085848958759ac1fb3da703a4 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 25 Sep 2007 08:08:47 +0000 Subject: [PATCH] disable MD2, bump release number SVN-Revision: 9014 --- libs/xyssl/Makefile | 2 +- libs/xyssl/patches/003-no_md2.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 libs/xyssl/patches/003-no_md2.patch diff --git a/libs/xyssl/Makefile b/libs/xyssl/Makefile index 7804fa2bab..50faf516f6 100644 --- a/libs/xyssl/Makefile +++ b/libs/xyssl/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xyssl PKG_VERSION:=0.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://xyssl.org/code/download/ diff --git a/libs/xyssl/patches/003-no_md2.patch b/libs/xyssl/patches/003-no_md2.patch new file mode 100644 index 0000000000..76ecbb90ae --- /dev/null +++ b/libs/xyssl/patches/003-no_md2.patch @@ -0,0 +1,13 @@ +Index: xyssl-0.7/include/xyssl/ssl_conf.h +=================================================================== +--- xyssl-0.7.orig/include/xyssl/ssl_conf.h 2007-09-25 09:39:47.000000000 +0200 ++++ xyssl-0.7/include/xyssl/ssl_conf.h 2007-09-25 09:43:40.000000000 +0200 +@@ -93,6 +93,8 @@ + #define NO_SSL_SRV + */ + ++#define NO_MD2 ++ + #ifdef __cplusplus + } + #endif -- 2.30.2