rpms/up-imapproxy/devel up-imapproxy-openssl098a.patch, NONE, 1.1 up-imapproxy.spec, 1.6, 1.7

Jeff Carlson (jcarlson) fedora-extras-commits at redhat.com
Thu Apr 27 11:46:39 UTC 2006


Author: jcarlson

Update of /cvs/extras/rpms/up-imapproxy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29684

Modified Files:
	up-imapproxy.spec 
Added Files:
	up-imapproxy-openssl098a.patch 
Log Message:
* Thu Apr 27 2006 Jeff Carlson <jeff at ultimateevil.org> - 1.2.4-6
- Patch to fix changes in OpenSSL.
- Thanks to Paul W. Frields for providing the patch.


up-imapproxy-openssl098a.patch:

--- NEW FILE up-imapproxy-openssl098a.patch ---
diff -uNr up-imapproxy-1.2.4-orig/src/imapcommon.c up-imapproxy-1.2.4/src/imapcommon.c
--- up-imapproxy-1.2.4-orig/src/imapcommon.c	2005-08-31 12:32:24.000000000 -0400
+++ up-imapproxy-1.2.4/src/imapcommon.c	2005-12-26 13:08:30.000000000 -0500
@@ -136,6 +136,7 @@
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
+#include <openssl/md5.h>
 
 #include <pthread.h>
 #include <sys/types.h>


Index: up-imapproxy.spec
===================================================================
RCS file: /cvs/extras/rpms/up-imapproxy/devel/up-imapproxy.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- up-imapproxy.spec	26 Dec 2005 14:14:01 -0000	1.6
+++ up-imapproxy.spec	27 Apr 2006 11:46:38 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: University of Pittsburgh IMAP Proxy
 Name: up-imapproxy
 Version: 1.2.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://www.imapproxy.org
@@ -10,6 +10,7 @@
 # Source1 can be downloaded from
 # https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=118632
 Patch0: %{name}-CAN-2005-2661.patch
+Patch1: %{name}-openssl098a.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig, /sbin/service
@@ -30,6 +31,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
 
 %build
 %configure
@@ -74,6 +76,10 @@
 %{_sbindir}/*
 
 %changelog
+* Thu Apr 27 2006 Jeff Carlson <jeff at ultimateevil.org> - 1.2.4-6
+- Patch to fix changes in OpenSSL.
+- Thanks to Paul W. Frields for providing the patch.
+
 * Mon Dec 26 2005 Jeff Carlson <jeff at ultimateevil.org> - 1.2.4-5
 - Rebuild against new OpenSSL in devel (fc5 only).
 




More information about the fedora-extras-commits mailing list