Author: qboosh Date: Tue Apr 17 19:18:20 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.0.3 - updated openssl patch
---- Files affected: packages/ccrtp: ccrtp-openssl.patch (1.1 -> 1.2) , ccrtp.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: packages/ccrtp/ccrtp-openssl.patch diff -u packages/ccrtp/ccrtp-openssl.patch:1.1 packages/ccrtp/ccrtp-openssl.patch:1.2 --- packages/ccrtp/ccrtp-openssl.patch:1.1 Tue Jan 3 17:22:30 2012 +++ packages/ccrtp/ccrtp-openssl.patch Tue Apr 17 21:18:15 2012 @@ -1,11 +1,11 @@ ---- ccrtp-2.0.2/src/Makefile.am.orig 2011-10-30 16:03:54.000000000 +0100 -+++ ccrtp-2.0.2/src/Makefile.am 2012-01-03 16:53:30.349046258 +0100 -@@ -19,7 +19,7 @@ +--- ccrtp-2.0.3/src/Makefile.am.orig 2012-03-21 15:18:01.000000000 +0100 ++++ ccrtp-2.0.3/src/Makefile.am 2012-04-17 20:53:26.361473681 +0200 +@@ -22,7 +22,7 @@ + if SRTP_OPENSSL srtp_src_o = ccrtp/crypto/openssl/hmac.cpp \ - ccrtp/crypto/openssl/AesSrtp.cxx \ -- ccrtp/crypto/openssl/InitializeOpenSSL.cxx -+ ccrtp/crypto/openssl/InitializeOpenSSL.cxx ccrtp/crypto/twofish.c +- ccrtp/crypto/openssl/SrtpSymCrypto.cpp ++ ccrtp/crypto/openssl/SrtpSymCrypto.cpp ccrtp/crypto/twofish.c endif if SRTP_GCRYPT ================================================================ Index: packages/ccrtp/ccrtp.spec diff -u packages/ccrtp/ccrtp.spec:1.25 packages/ccrtp/ccrtp.spec:1.26 --- packages/ccrtp/ccrtp.spec:1.25 Sat Jan 14 10:02:46 2012 +++ packages/ccrtp/ccrtp.spec Tue Apr 17 21:18:15 2012 @@ -6,12 +6,12 @@ Summary: Common C++ class framework for RTP packets Summary(pl.UTF-8): Szkielet klas C++ dla pakietów RTP Name: ccrtp -Version: 2.0.2 -Release: 2 +Version: 2.0.3 +Release: 1 License: GPL v2+ with runtime exception Group: Libraries Source0: http://ftp.gnu.org/gnu/ccrtp/%{name}-%{version}.tar.gz -# Source0-md5: dd676a6359e549b5a45ed3992e8a7056 +# Source0-md5: 0d57da1b8e212fb634b8951067fbc1e0 Patch0: %{name}-info.patch Patch1: %{name}-openssl.patch URL: http://www.gnu.org/software/ccrtp/ @@ -127,6 +127,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2012/04/17 19:18:15 qboosh +- updated to 2.0.3 +- updated openssl patch + Revision 1.25 2012/01/14 09:02:46 arekm - rel 2; pointing LIBCRYPTO_CONFIG to non-existing entry works; bin/false fails ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/ccrtp/ccrtp-openssl.patch?r1=1.1&r2=1.2 http://cvs.pld-linux.org/packages/ccrtp/ccrtp.spec?r1=1.25&r2=1.26 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
