packages: ortp/ortp-Werror.patch, ortp/ortp-i486.patch, ortp/ortp-libssl-no...

arekm arekm at pld-linux.org
Tue Jul 26 13:12:21 CEST 2011


Author: arekm                        Date: Tue Jul 26 11:12:21 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.16.5; disable Werror

---- Files affected:
packages/ortp:
   ortp-Werror.patch (1.1 -> 1.2) , ortp-i486.patch (1.2 -> 1.3) , ortp-libssl-not-required.patch (1.1 -> 1.2) , ortp.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: packages/ortp/ortp-Werror.patch
diff -u packages/ortp/ortp-Werror.patch:1.1 packages/ortp/ortp-Werror.patch:1.2
--- packages/ortp/ortp-Werror.patch:1.1	Sun May  3 15:03:00 2009
+++ packages/ortp/ortp-Werror.patch	Tue Jul 26 13:12:16 2011
@@ -25,3 +25,5 @@
        }
  #else
  #     error Need some way to seed the random number generator 
+
+

================================================================
Index: packages/ortp/ortp-i486.patch
diff -u packages/ortp/ortp-i486.patch:1.2 packages/ortp/ortp-i486.patch:1.3
--- packages/ortp/ortp-i486.patch:1.2	Fri Feb 27 22:29:12 2009
+++ packages/ortp/ortp-i486.patch	Tue Jul 26 13:12:16 2011
@@ -1,11 +1,11 @@
---- ortp-0.13.1/src/stun.c.orig	2007-03-11 21:13:36.000000000 +0100
-+++ ortp-0.13.1/src/stun.c	2008-02-17 22:00:38.358282506 +0100
-@@ -756,7 +756,7 @@
-       tick <<= 32;
-       tick |= lowtick;
-       }
+--- ortp-0.16.5/src/stun.c~	2010-11-19 11:32:47.000000000 +0100
++++ ortp-0.16.5/src/stun.c	2011-07-26 13:00:04.172190285 +0200
+@@ -1184,7 +1184,7 @@
+ 		   read(fd,&tick,sizeof(tick));
+ 		   closesocket(fd);
+ 	   }
 -#elif defined(__GNUC__) && ( defined(__i686__) || defined(__i386__) )
-+#elif defined(__GNUC__) && ( defined(__i686__) || defined(__i586__) || defined(__pentium4__) || defined(__athlon__) )
++#elif defined(__GNUC__) && ( defined(__i686__) || defined(__i386__) || defined(__pentium4__) || defined(__athlon__) )
        asm("rdtsc" : "=A" (tick));
  #elif defined(__GNUC__) && defined(__amd64__)
        asm("rdtsc" : "=A" (tick));

================================================================
Index: packages/ortp/ortp-libssl-not-required.patch
diff -u packages/ortp/ortp-libssl-not-required.patch:1.1 packages/ortp/ortp-libssl-not-required.patch:1.2
--- packages/ortp/ortp-libssl-not-required.patch:1.1	Mon Feb 22 02:30:24 2010
+++ packages/ortp/ortp-libssl-not-required.patch	Tue Jul 26 13:12:16 2011
@@ -1,12 +1,12 @@
---- ortp-0.16.1/configure.ac~	2009-09-07 15:55:21.000000000 +0200
-+++ ortp-0.16.1/configure.ac	2010-02-22 02:27:28.999527369 +0100
-@@ -255,8 +255,7 @@
+--- ortp-0.16.5/configure.ac~	2011-03-28 20:53:54.000000000 +0200
++++ ortp-0.16.5/configure.ac	2011-07-26 13:00:57.613550509 +0200
+@@ -280,8 +280,7 @@
+ 				
+ if test "$ssl_hmac_enabled" = "yes" ; then
+ 	AC_CHECK_HEADERS(openssl/hmac.h openssl/md5.h)
+-	AC_CHECK_LIB(ssl,SSL_CTX_new,[SSL_LIBS="-lssl"])
+-	AC_CHECK_LIB(crypto,MD5,[SSL_LIBS="$SSL_LIBS -lcrypto"])
++	AC_CHECK_LIB(crypto,MD5,[SSL_LIBS="-lcrypto"])
+ fi
  
- AC_CHECK_HEADERS(openssl/hmac.h openssl/md5.h)
- 
--AC_CHECK_LIB(ssl,SSL_CTX_new,[SSL_LIBS="-lssl"])
--AC_CHECK_LIB(crypto,MD5,[SSL_LIBS="$SSL_LIBS -lcrypto"])
-+AC_CHECK_LIB(crypto,MD5,[SSL_LIBS="-lcrypto"])
- 
- AC_SUBST(SSL_LIBS)
  

================================================================
Index: packages/ortp/ortp.spec
diff -u packages/ortp/ortp.spec:1.23 packages/ortp/ortp.spec:1.24
--- packages/ortp/ortp.spec:1.23	Sun Feb  6 17:50:40 2011
+++ packages/ortp/ortp.spec	Tue Jul 26 13:12:16 2011
@@ -2,12 +2,12 @@
 Summary:	RTP/RTCP protocol library
 Summary(pl.UTF-8):	Biblioteka obsługująca protokół RTP/RTCP
 Name:		ortp
-Version:	0.16.1
-Release:	3
+Version:	0.16.5
+Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://download.savannah.nongnu.org/releases/linphone/ortp/sources/%{name}-%{version}.tar.gz
-# Source0-md5:	bc96cdcb9c139d366a720a94200f92dd
+# Source0-md5:	94546901d14b85f97342f4ecf39489b1
 Patch0:		%{name}-i486.patch
 Patch1:		%{name}-Werror.patch
 Patch2:		%{name}-libssl-not-required.patch
@@ -71,7 +71,8 @@
 %else
 	--enable-mode64bit=no \
 %endif
-	--enable-ipv6
+	--enable-ipv6 \
+	--disable-strict
 %{__make}
 
 %install
@@ -109,6 +110,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2011/07/26 11:12:16  arekm
+- up to 0.16.5; disable Werror
+
 Revision 1.23  2011/02/06 16:50:40  sparky
 - unified %clean section
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ortp/ortp-Werror.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ortp/ortp-i486.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ortp/ortp-libssl-not-required.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ortp/ortp.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list