[Pkg-voip-commits] r10706 - in /sip-tester/trunk/debian: changelog control patches/series rules

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Thu Mar 24 13:51:47 UTC 2016


Author: tzafrir
Date: Thu Mar 24 13:51:47 2016
New Revision: 10706

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10706
Log:
Remove TLS support: doesn't work

Modified:
    sip-tester/trunk/debian/changelog
    sip-tester/trunk/debian/control
    sip-tester/trunk/debian/patches/series
    sip-tester/trunk/debian/rules

Modified: sip-tester/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/changelog?rev=10706&op=diff
==============================================================================
--- sip-tester/trunk/debian/changelog	(original)
+++ sip-tester/trunk/debian/changelog	Thu Mar 24 13:51:47 2016
@@ -6,7 +6,6 @@
     - enable-gsl.patch: removed. use a ./configure option
     - spelling-error-in-binary: removed. merged upstream.
     - README.md and FAQ.md instead of README.txt
-  * Patch gnutls: TLS support using GNU TLS.
   * A basic copyright file.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 21 Mar 2013 07:15:27 +0200

Modified: sip-tester/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/control?rev=10706&op=diff
==============================================================================
--- sip-tester/trunk/debian/control	(original)
+++ sip-tester/trunk/debian/control	Thu Mar 24 13:51:47 2016
@@ -10,7 +10,6 @@
  libnet1-dev,
  libpcap-dev,
  libgsl-dev,
- libgnutls-openssl-dev,
 Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/sipp/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/sip-tester/trunk/

Modified: sip-tester/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/patches/series?rev=10706&op=diff
==============================================================================
--- sip-tester/trunk/debian/patches/series	(original)
+++ sip-tester/trunk/debian/patches/series	Thu Mar 24 13:51:47 2016
@@ -1,3 +1,4 @@
 include-limits.patch
 sipp.hpp.patch
-gnutls.patch
+# A simple hack that doesn't work:
+#gnutls.patch

Modified: sip-tester/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/rules?rev=10706&op=diff
==============================================================================
--- sip-tester/trunk/debian/rules	(original)
+++ sip-tester/trunk/debian/rules	Thu Mar 24 13:51:47 2016
@@ -32,4 +32,4 @@
 	# Disable them.
 
 override_dh_auto_configure:
-	dh_auto_configure --with-gsl --with-pcap --with-openssl
+	dh_auto_configure -- --with-gsl --with-pcap




More information about the Pkg-voip-commits mailing list