OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Apr-2007 13:38:58
Branch: HEAD Handle: 2007041312385701
Added files:
openpkg-src/exim exim.patch
Modified files:
openpkg-src/exim exim.spec
Log:
fixed build against OpenSSL 0.9.8e
Summary:
Revision Changes Path
1.5 +16 -0 openpkg-src/exim/exim.patch
1.108 +2 -0 openpkg-src/exim/exim.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/exim/exim.patch
============================================================================
$ cvs diff -u -r0 -r1.5 exim.patch
--- /dev/null 2007-04-13 13:38:06 +0200
+++ exim.patch 2007-04-13 13:38:58 +0200
@@ -0,0 +1,16 @@
+Fix build of Exim 4.66 with OpenSSL 0.9.8e
+http://www.exim.org/bugzilla/show_bug.cgi?id=478
+
+Index: src/tls-openssl.c
+--- src/tls-openssl.c.orig 2007-01-08 15:25:37 +0100
++++ src/tls-openssl.c 2007-04-13 13:16:42 +0200
+@@ -343,8 +343,7 @@
+ /* Set up the information callback, which outputs if debugging is at a
suitable
+ level. */
+
+-if (!(SSL_CTX_set_info_callback(ctx, (void (*)())info_callback)))
+- return tls_error(US"SSL_CTX_set_info_callback", host);
++SSL_CTX_set_info_callback(ctx, (void (*)())info_callback);
+
+ /* The following patch was supplied by Robert Roselius */
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/exim/exim.spec
============================================================================
$ cvs diff -u -r1.107 -r1.108 exim.spec
--- openpkg-src/exim/exim.spec 13 Apr 2007 11:10:05 -0000 1.107
+++ openpkg-src/exim/exim.spec 13 Apr 2007 11:38:58 -0000 1.108
@@ -56,6 +56,7 @@
Source1: rc.exim
Source2: exim.conf
Source3: aliases
+Patch0: exim.patch
# build information
Prefix: %{l_prefix}
@@ -115,6 +116,7 @@
%prep
%setup -q
+ %patch -p0
%{l_shtool} subst \
-e 's;STRING_UNKNOWN;"unknown";g' \
src/smtp_in.c
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]