[Pkg-voip-commits] r10113 - in /sip-tester/trunk/debian: changelog control patches/gnutls.patch patches/series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Thu Mar 21 05:19:32 UTC 2013


Author: tzafrir
Date: Thu Mar 21 05:19:31 2013
New Revision: 10113

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10113
Log:
Patch gnutls: TLS support using GNU TLS.

Added:
    sip-tester/trunk/debian/patches/gnutls.patch
Modified:
    sip-tester/trunk/debian/changelog
    sip-tester/trunk/debian/control
    sip-tester/trunk/debian/patches/series

Modified: sip-tester/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/changelog?rev=10113&op=diff
==============================================================================
--- sip-tester/trunk/debian/changelog (original)
+++ sip-tester/trunk/debian/changelog Thu Mar 21 05:19:31 2013
@@ -1,3 +1,9 @@
+sip-tester (1:3.2-2) UNRELEASED; urgency=low
+
+  *  Patch gnutls: TLS support using GNU TLS.
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 21 Mar 2013 07:15:27 +0200
+
 sip-tester (1:3.2-1) unstable; urgency=low
 
   [ Paul Belanger ]

Modified: sip-tester/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/control?rev=10113&op=diff
==============================================================================
--- sip-tester/trunk/debian/control (original)
+++ sip-tester/trunk/debian/control Thu Mar 21 05:19:31 2013
@@ -9,7 +9,7 @@
  libnet1-dev,
  libpcap-dev,
  libgsl0-dev,
-Build-Conflicts: libssl-dev
+ libgnutls-dev,
 Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/sipp/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/sip-tester/trunk/

Added: sip-tester/trunk/debian/patches/gnutls.patch
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/patches/gnutls.patch?rev=10113&op=file
==============================================================================
--- sip-tester/trunk/debian/patches/gnutls.patch (added)
+++ sip-tester/trunk/debian/patches/gnutls.patch Thu Mar 21 05:19:31 2013
@@ -1,0 +1,29 @@
+Author: Tzafrir Cohen <tzafrir at debian.org>
+Description: Emulate OpenSSL support with GNU TLS
+
+--- a/sslcommon.h
++++ b/sslcommon.h
+@@ -19,11 +19,7 @@
+ #ifndef _ccnv_2_common_h_H
+ #define _ccnv_2_common_h_H
+ 
+-#include <openssl/bio.h>
+-#include <openssl/err.h>
+-#include <openssl/rand.h>
+-#include <openssl/ssl.h>
+-#include <openssl/x509v3.h>
++#include <gnutls/openssl.h>
+ #include <pthread.h>
+ 
+ #define MUTEX_TYPE pthread_mutex_t
+--- a/auth.c
++++ b/auth.c
+@@ -29,7 +29,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <ctype.h>
+-#include <openssl/md5.h>
++#include <gnutls/openssl.h>
+ #include "milenage.h"
+ #include "screen.hpp"
+ 

Modified: sip-tester/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/patches/series?rev=10113&op=diff
==============================================================================
--- sip-tester/trunk/debian/patches/series (original)
+++ sip-tester/trunk/debian/patches/series Thu Mar 21 05:19:31 2013
@@ -3,3 +3,4 @@
 Makefile.patch
 sipp.hpp.patch
 spelling-error-in-binary
+gnutls.patch




More information about the Pkg-voip-commits mailing list