[Pkg-voip-commits] r5758 - in /asterisk/trunk/debian/patches: apptest_sleep armel_support astgenkey-security samples series

paravoid at alioth.debian.org paravoid at alioth.debian.org
Wed May 21 02:03:11 UTC 2008


Author: paravoid
Date: Wed May 21 02:03:10 2008
New Revision: 5758

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5758
Log:
Move non-bristuff patches to the top, use the standard patch format for them and fix their headers

Modified:
    asterisk/trunk/debian/patches/apptest_sleep
    asterisk/trunk/debian/patches/armel_support
    asterisk/trunk/debian/patches/astgenkey-security
    asterisk/trunk/debian/patches/samples
    asterisk/trunk/debian/patches/series

Modified: asterisk/trunk/debian/patches/apptest_sleep
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/apptest_sleep?rev=5758&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/apptest_sleep (original)
+++ asterisk/trunk/debian/patches/apptest_sleep Wed May 21 02:03:10 2008
@@ -2,8 +2,8 @@
 running the test between two PRI channels.
 
 Upstream bug: http://bugs.digium.com/12442
---- asterisk-1.4.19~dfsg.orig/apps/app_test.c
-+++ asterisk-1.4.19~dfsg/apps/app_test.c
+--- a/apps/app_test.c
++++ b/apps/app_test.c
 @@ -297,6 +297,8 @@ static int testclient_exec(struct ast_ch
  					res = 0;
  				else

Modified: asterisk/trunk/debian/patches/armel_support
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/armel_support?rev=5758&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/armel_support (original)
+++ asterisk/trunk/debian/patches/armel_support Wed May 21 02:03:10 2008
@@ -1,3 +1,7 @@
+Add support for the armel architecture.
+
+ -- Victor Seva <linuxmaniac at torreviejawireless.org> 
+
 --- a/main/Makefile
 +++ b/main/Makefile
 @@ -52,7 +52,7 @@ ifeq ($(wildcard /usr/include/dlfcn.h),)

Modified: asterisk/trunk/debian/patches/astgenkey-security
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/astgenkey-security?rev=5758&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/astgenkey-security (original)
+++ asterisk/trunk/debian/patches/astgenkey-security Wed May 21 02:03:10 2008
@@ -2,11 +2,11 @@
 
 Upstream bug: http://bugs.digium.com/view.php?id=12373
 
-Index: asterisk-1.4.19~dfsg/contrib/scripts/astgenkey
-===================================================================
---- asterisk-1.4.19~dfsg.orig/contrib/scripts/astgenkey	2008-04-06 14:12:56.316323355 +0200
-+++ asterisk-1.4.19~dfsg/contrib/scripts/astgenkey	2008-04-06 14:18:24.212318949 +0200
-@@ -47,7 +47,10 @@
+ -- Lionel Elie Mamane <lionel at mamane.lu>
+
+--- a/contrib/scripts/astgenkey
++++ b/contrib/scripts/astgenkey
+@@ -47,7 +47,10 @@ done
  rm -f ${KEY}.key ${KEY}.pub
  
  echo "Generating SSL key '$KEY': "

Modified: asterisk/trunk/debian/patches/samples
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/samples?rev=5758&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/samples (original)
+++ asterisk/trunk/debian/patches/samples Wed May 21 02:03:10 2008
@@ -1,3 +1,9 @@
+Fix pointers to wrong documentation files.
+
+solved upstream, r114649.
+
+ -- Victor Seva <linuxmaniac at torreviejawireless.org>
+
 --- a/configs/iax.conf.sample
 +++ b/configs/iax.conf.sample
 @@ -198,7 +198,7 @@ forcejitterbuffer=no
@@ -42,7 +48,7 @@
  ;[xlite1]
 --- a/configs/zapata.conf.sample
 +++ b/configs/zapata.conf.sample
-@@ -287,7 +287,7 @@ callwaiting=yes
+@@ -276,7 +276,7 @@ callwaiting=yes
  ;
  ; Whether or not use the caller ID presentation for the outgoing call that the
  ; calling switch is sending.

Modified: asterisk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/series?rev=5758&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/series (original)
+++ asterisk/trunk/debian/patches/series Wed May 21 02:03:10 2008
@@ -1,4 +1,4 @@
-# upstream fixes
+### upstream fixes
 allow-tilde-destdir
 
 debian-banner
@@ -11,7 +11,12 @@
 h323-no-deps-on-asterisk
 h323-workaround-openh323-segfault
 
-# new features
+astgenkey-security
+apptest_sleep
+samples
+armel_support
+
+### new features
 pubkey_jnctn
 func_devstate
 
@@ -92,12 +97,3 @@
 #bristuff/ast_channel_masquerade_locked
 #bristuff/find-feature
 #bristuff/feature-parking_con
-
-astgenkey-security
-apptest_sleep
-
-# pointing to wrong doc files ( solved upstream rev 114649 )
-samples
-
-# adding armel support
-armel_support




More information about the Pkg-voip-commits mailing list