From def5bd7987650b85b364211a1fbf886432600dc7 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 6 Jul 2008 17:45:22 +0000 Subject: [PATCH] Update opencdk to 0.6.6 (#3594) SVN-Revision: 11730 --- libs/opencdk/Makefile | 7 ++----- libs/opencdk/patches/100-fix-tests-build | 14 ++++++-------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/libs/opencdk/Makefile b/libs/opencdk/Makefile index 88481e6fd..e927a44f7 100644 --- a/libs/opencdk/Makefile +++ b/libs/opencdk/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opencdk -PKG_VERSION:=0.6.4 +PKG_VERSION:=0.6.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -18,10 +18,7 @@ PKG_SOURCE_URL:=ftp://ftp.gnutls.org/pub/gnutls/opencdk/ \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/opencdk/ \ http://josefsson.org/gnutls/releases/opencdk/ -PKG_MD5SUM:=7bfc820bcdc08f0c31f860710368071e - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_MD5SUM:=813d62d7afe7b2c2d8f3df0a6c9d9331 include $(INCLUDE_DIR)/package.mk diff --git a/libs/opencdk/patches/100-fix-tests-build b/libs/opencdk/patches/100-fix-tests-build index 3fa9063e0..c4df1a0ed 100644 --- a/libs/opencdk/patches/100-fix-tests-build +++ b/libs/opencdk/patches/100-fix-tests-build @@ -1,7 +1,6 @@ -diff -ur opencdk-0.6.4-/tests/Makefile.am opencdk-0.6.4/tests/Makefile.am ---- opencdk-0.6.4-/tests/Makefile.am 2007-06-11 12:16:37.000000000 +0200 -+++ opencdk-0.6.4/tests/Makefile.am 2007-09-13 19:54:03.000000000 +0200 -@@ -33,7 +33,7 @@ +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -34,7 +34,7 @@ CLEANFILES = plain-test @@ -10,10 +9,9 @@ diff -ur opencdk-0.6.4-/tests/Makefile.am opencdk-0.6.4/tests/Makefile.am if HAVE_W32_SYSTEM # there is a problem with some tests and WINE -diff -ur opencdk-0.6.4-/tests/Makefile.in opencdk-0.6.4/tests/Makefile.in ---- opencdk-0.6.4-/tests/Makefile.in 2007-06-11 12:25:38.000000000 +0200 -+++ opencdk-0.6.4/tests/Makefile.in 2007-09-13 19:54:21.000000000 +0200 -@@ -257,7 +257,7 @@ +--- a/tests/Makefile.in ++++ b/tests/Makefile.in +@@ -258,7 +258,7 @@ AM_LDFLAGS = -no-install AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS) CLEANFILES = plain-test -- 2.30.2