rpms/openser/devel openser-1.3.4-openssl10.patch, NONE, 1.1 openser.spec, 1.33, 1.34

Tomáš Mráz tmraz at fedoraproject.org
Tue Aug 25 18:32:08 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/openser/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1789

Modified Files:
	openser.spec 
Added Files:
	openser-1.3.4-openssl10.patch 
Log Message:
* Tue Aug 25 2009 Tomas Mraz <tmraz at redhat.com> - 1.3.4-8
- rebuilt with new openssl


openser-1.3.4-openssl10.patch:
 tls_init.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE openser-1.3.4-openssl10.patch ---
diff -up openser-1.3.4-tls/tls/tls_init.c.openssl openser-1.3.4-tls/tls/tls_init.c
--- openser-1.3.4-tls/tls/tls_init.c.openssl	2008-11-24 21:52:33.000000000 +0100
+++ openser-1.3.4-tls/tls/tls_init.c	2009-08-25 20:18:45.000000000 +0200
@@ -468,8 +468,8 @@ static int check_for_krb(void)
 	if (xx==NULL)
 		return -1;
 
-	for( j=0 ; j<M_sk_num(xx->cipher_list) ; j++) {
-		SSL_CIPHER *yy = (SSL_CIPHER*)M_sk_value(xx->cipher_list,j);
+	for( j=0 ; j<sk_SSL_CIPHER_num(xx->cipher_list) ; j++) {
+		SSL_CIPHER *yy = sk_SSL_CIPHER_value(xx->cipher_list,j);
 		if ( yy->id>=SSL3_CK_KRB5_DES_64_CBC_SHA &&
 		 yy->id<=SSL3_CK_KRB5_RC4_40_MD5 ) {
 			LM_INFO("KRB5 cipher %s found\n", yy->name);


Index: openser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openser/devel/openser.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- openser.spec	21 Aug 2009 15:06:29 -0000	1.33
+++ openser.spec	25 Aug 2009 18:32:08 -0000	1.34
@@ -17,6 +17,7 @@ Source0:	http://www.kamailio.org/pub/%{n
 Source1:	%{name}.sysconfig
 Patch1:		openser--acc_radius_enable.diff
 Patch3:		openser--openssl-paths.diff
+Patch4:		openser-1.3.4-openssl10.patch
 URL:		http://www.kamailio.org/
 
 BuildRequires:	expat-devel
@@ -419,6 +420,7 @@ clients.
 cp -pRf modules/acc modules/acc_radius
 %patch1
 %patch3 -p0 -b .openssl
+%patch4 -p1 -b .openssl10
 
 %build
 LOCALBASE=/usr CFLAGS="%{optflags}" %{__make} all %{?_smp_mflags} TLS=1 \
@@ -847,7 +849,7 @@ fi
 %doc docdir/README.xmpp
 
 %changelog
-* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1.3.4-8
+* Tue Aug 25 2009 Tomas Mraz <tmraz at redhat.com> - 1.3.4-8
 - rebuilt with new openssl
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.4-7




More information about the fedora-extras-commits mailing list