[Pkg-voip-commits] r9086 - in /ptlib/branches/ptlib2.4-wolf/debian: changelog control patches/ patches/series patches/sslv2-unsupported source/ source/format watch

msp at alioth.debian.org msp at alioth.debian.org
Sat Jul 2 06:23:40 UTC 2011


Author: msp
Date: Sat Jul  2 06:23:39 2011
New Revision: 9086

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9086
Log:
* Drop obsolete +Build-Conflicts:
* source/format -> 3.0 (quilt) 
* Drop unsupported sslv2_method (Closes: #622025)
* Update: +Vcs-Svn: +Vcs-Browser:
* Restrict debian/watch to ptlib2.4-wolf versions only

Added:
    ptlib/branches/ptlib2.4-wolf/debian/patches/
    ptlib/branches/ptlib2.4-wolf/debian/patches/series
    ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported
    ptlib/branches/ptlib2.4-wolf/debian/source/
    ptlib/branches/ptlib2.4-wolf/debian/source/format
Modified:
    ptlib/branches/ptlib2.4-wolf/debian/changelog
    ptlib/branches/ptlib2.4-wolf/debian/control
    ptlib/branches/ptlib2.4-wolf/debian/watch

Modified: ptlib/branches/ptlib2.4-wolf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib2.4-wolf/debian/changelog?rev=9086&op=diff
==============================================================================
--- ptlib/branches/ptlib2.4-wolf/debian/changelog (original)
+++ ptlib/branches/ptlib2.4-wolf/debian/changelog Sat Jul  2 06:23:39 2011
@@ -1,3 +1,13 @@
+ptlib-wolf (2.4.5-2) unstable; urgency=low
+
+  * Drop obsolete +Build-Conflicts:
+  * source/format -> 3.0 (quilt) 
+  * Drop unsupported sslv2_method (Closes: #622025)
+  * Update: +Vcs-Svn: +Vcs-Browser:
+  * Restrict debian/watch to ptlib2.4-wolf versions only
+
+ -- Mark Purcell <msp at debian.org>  Sat, 02 Jul 2011 16:20:57 +1000
+
 ptlib-wolf (2.4.5-1) unstable; urgency=low
 
   * New Upstream Release 

Modified: ptlib/branches/ptlib2.4-wolf/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib2.4-wolf/debian/control?rev=9086&op=diff
==============================================================================
--- ptlib/branches/ptlib2.4-wolf/debian/control (original)
+++ ptlib/branches/ptlib2.4-wolf/debian/control Sat Jul  2 06:23:39 2011
@@ -7,16 +7,13 @@
  bison, flex,
  libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev,
  libasound2-dev, libdv-dev, libsasl2-dev, libkrb5-dev, doxygen, linux-kernel-headers|linux-libc-dev, binutils (>= 2.14.90.0.7)
-Build-Conflicts: libpt-1.11.2, libpt-1.11.2-ptrace, libpt-1.11.2-develop,
-  libpt-1.10.10, libpt-1.10.10-ptrace, libpt-1.10.10-develop, 
+Build-Conflicts: libpt-1.10.10, libpt-1.10.10-ptrace, libpt-1.10.10-develop, 
   libpt-1.10.0, libpt-1.10.0-ptrace, libpt-1.10.0-develop, 
-  libpt-1.8.7, libpt-1.8.3, libpt-1.8.3c2, libpt-1.8.3c2a,
-  libpt2.4.2-dev,
   libpt-dev
 Standards-Version: 3.8.4
 Homepage: http://www.voxgratia.org/
-Vcs-Svn: svn://svn.debian.org/pkg-voip/ptlib/branches/ptlib-2.4.5/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/ptlib.branches/ptlib-2.4.5/?op=log
+Vcs-Svn: svn://svn.debian.org/pkg-voip/ptlib/branches/ptlib2.4-wolf/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib2.4-wolf/
 
 Package: libpt2.4.5
 Section: libs

Added: ptlib/branches/ptlib2.4-wolf/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib2.4-wolf/debian/patches/series?rev=9086&op=file
==============================================================================
--- ptlib/branches/ptlib2.4-wolf/debian/patches/series (added)
+++ ptlib/branches/ptlib2.4-wolf/debian/patches/series Sat Jul  2 06:23:39 2011
@@ -1,0 +1,1 @@
+sslv2-unsupported

Added: ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported?rev=9086&op=file
==============================================================================
--- ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported (added)
+++ ptlib/branches/ptlib2.4-wolf/debian/patches/sslv2-unsupported Sat Jul  2 06:23:39 2011
@@ -1,0 +1,12 @@
+--- a/src/ptclib/pssl.cxx
++++ b/src/ptclib/pssl.cxx
+@@ -803,9 +803,6 @@ void PSSLContext::Construct(Method metho
+   SSL_METHOD * meth;
+ 
+   switch (method) {
+-    case SSLv2:
+-      meth = SSLv2_method();
+-      break;
+     case SSLv3:
+       meth = SSLv3_method();
+       break;

Added: ptlib/branches/ptlib2.4-wolf/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib2.4-wolf/debian/source/format?rev=9086&op=file
==============================================================================
--- ptlib/branches/ptlib2.4-wolf/debian/source/format (added)
+++ ptlib/branches/ptlib2.4-wolf/debian/source/format Sat Jul  2 06:23:39 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: ptlib/branches/ptlib2.4-wolf/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib2.4-wolf/debian/watch?rev=9086&op=diff
==============================================================================
--- ptlib/branches/ptlib2.4-wolf/debian/watch (original)
+++ ptlib/branches/ptlib2.4-wolf/debian/watch Sat Jul  2 06:23:39 2011
@@ -1,3 +1,3 @@
 version=3
-http://www.h323plus.org/source/ download/ptlib-(.*).tar.bz2 debian svn-upgrade
 
+http://sf.net/opalvoip/ptlib-(2.4.\d).tar.bz2 debian svn-upgrade




More information about the Pkg-voip-commits mailing list