diff libpst.spec.in @ 110:7133b39975f7 stable-0-6-22

patch from David Cuadrado to process emails with type PST_TYPE_OTHER base64_encode_multiple() may insert newline, needs larger malloc subject lines shorter than 2 bytes could segfault
author Carl Byington <carl@five-ten-sg.com>
date Fri, 28 Nov 2008 11:36:53 -0800
parents 1b2a4fac1303
children 554e9a422778
line wrap: on
line diff
--- a/libpst.spec.in	Tue Oct 21 14:45:39 2008 -0700
+++ b/libpst.spec.in	Fri Nov 28 11:36:53 2008 -0800
@@ -47,6 +47,11 @@
 
 
 %changelog
+* Fri Nov 28 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.22-1
+- patch from David Cuadrado to process emails with type PST_TYPE_OTHER
+- base64_encode_multiple() may insert newline, needs larger malloc
+- subject lines shorter than 2 bytes could segfault
+
 * Tue Oct 21 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.21-1
 - fix title bug with old schema in pst2ldif.
 - also escape commas in distinguished names per rfc4514.