# HG changeset patch # User Mark Brand # Date 1352812420 -3600 # Node ID 053e00ca567e9198b94584e23a7ed7e0ee693906 # Parent 00ff585780db766f3d1ef0d29c48614ad80ba2fa update package vmime diff -r 00ff585780db -r 053e00ca567e index.html --- a/index.html Mon Nov 12 23:08:20 2012 +0100 +++ b/index.html Tue Nov 13 14:13:40 2012 +0100 @@ -1925,7 +1925,7 @@ vmime - 6ae75bc + fc9bc26 VMime diff -r 00ff585780db -r 053e00ca567e src/vmime-1-fixes.patch --- a/src/vmime-1-fixes.patch Mon Nov 12 23:08:20 2012 +0100 +++ b/src/vmime-1-fixes.patch Tue Nov 13 14:13:40 2012 +0100 @@ -1,33 +1,10 @@ This file is part of MXE. See index.html for further information. -From 7ffec86f76c8ac83dbff12a949f25484f01c14a8 Mon Sep 17 00:00:00 2001 -From: Mark Brand -Date: Mon, 12 Nov 2012 12:22:03 +0100 -Subject: [PATCH 1/3] add missing wincrypt.h - -taken from https://github.com/kisli/vmime/pull/14 - -diff --git a/src/platforms/windows/windowsHandler.cpp b/src/platforms/windows/windowsHandler.cpp -index 9a3a85e..6d1f414 100644 ---- a/src/platforms/windows/windowsHandler.cpp -+++ b/src/platforms/windows/windowsHandler.cpp -@@ -36,6 +36,7 @@ - #include - #include // for winnls.h - #include // for WSAStartup() -+#include - - #ifdef VMIME_HAVE_MLANG_H - # include --- -1.7.10.4 - - -From 567015bf151eb845c3b88b42560e8e83c88d2d58 Mon Sep 17 00:00:00 2001 +From f74fad8e74da1a17ca90046d735e666bee767722 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 12 Nov 2012 12:28:25 +0100 -Subject: [PATCH 2/3] disable shared libs +Subject: [PATCH 1/2] disable shared libs diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -153,10 +130,10 @@ 1.7.10.4 -From 941b09447486a86918f65ddbb42e055a610350f5 Mon Sep 17 00:00:00 2001 +From 739e6b49b1f421fa39e2e3e292932ff5c200626d Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 12 Nov 2012 13:58:12 +0100 -Subject: [PATCH 3/3] add private dependencies to .pc file +Subject: [PATCH 2/2] add private dependencies to .pc file diff --git a/libvmime.pc.in b/libvmime.pc.in diff -r 00ff585780db -r 053e00ca567e src/vmime.mk --- a/src/vmime.mk Mon Nov 12 23:08:20 2012 +0100 +++ b/src/vmime.mk Tue Nov 13 14:13:40 2012 +0100 @@ -3,7 +3,7 @@ PKG := vmime $(PKG)_IGNORE := -$(PKG)_CHECKSUM := c33ca934b341ba6e145bb152c83ff4f31a49ba89 +$(PKG)_CHECKSUM := 670aaecfbab41747e3a8f1d80dd757eb01ac93cb $(PKG)_SUBDIR := kisli-vmime-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://github.com/kisli/vmime/tarball/$($(PKG)_VERSION)/$(PKG)_FILE