[Pkg-voip-commits] r3447 - in openser/trunk/debian: . patches

Julien Blache jblache at alioth.debian.org
Sun Apr 22 15:42:34 UTC 2007


Author: jblache
Date: 2007-04-22 15:42:33 +0000 (Sun, 22 Apr 2007)
New Revision: 3447

Added:
   openser/trunk/debian/patches/21_pua_lock_fix.dpatch
Modified:
   openser/trunk/debian/changelog
   openser/trunk/debian/patches/00list
Log:
Fix typo in modules/pua/hash.c


Modified: openser/trunk/debian/changelog
===================================================================
--- openser/trunk/debian/changelog	2007-04-22 13:36:58 UTC (rev 3446)
+++ openser/trunk/debian/changelog	2007-04-22 15:42:33 UTC (rev 3447)
@@ -1,8 +1,9 @@
-openser (1.2.0-4) UNRELEASED; urgency=low
+openser (1.2.0-4) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * debian/patches/21_pua_lock_fix.dpatch:
+    + Added; fix typo in modules/pua/hash.c.
 
- -- Julien BLACHE <jblache at debian.org>  Sun, 22 Apr 2007 15:36:41 +0200
+ -- Julien BLACHE <jblache at debian.org>  Sun, 22 Apr 2007 17:41:46 +0200
 
 openser (1.2.0-3) unstable; urgency=low
 

Modified: openser/trunk/debian/patches/00list
===================================================================
--- openser/trunk/debian/patches/00list	2007-04-22 13:36:58 UTC (rev 3446)
+++ openser/trunk/debian/patches/00list	2007-04-22 15:42:33 UTC (rev 3447)
@@ -1,4 +1,5 @@
 10_no_lib64_on_64_bits
 11_always_smp
 20_usrloc_lockset_fixes
+21_pua_lock_fix
 

Added: openser/trunk/debian/patches/21_pua_lock_fix.dpatch
===================================================================
--- openser/trunk/debian/patches/21_pua_lock_fix.dpatch	2007-04-22 13:36:58 UTC (rev 3446)
+++ openser/trunk/debian/patches/21_pua_lock_fix.dpatch	2007-04-22 15:42:33 UTC (rev 3447)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 21_pua_lock_fix.dpatch by  <jblache at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix typo in modules/pua/hash.c
+
+ at DPATCH@
+diff -urNad openser-1.2.0~/modules/pua/hash.c openser-1.2.0/modules/pua/hash.c
+--- openser-1.2.0~/modules/pua/hash.c	2007-03-12 16:22:54.000000000 +0100
++++ openser-1.2.0/modules/pua/hash.c	2007-04-22 17:31:48.174123883 +0200
+@@ -82,7 +82,7 @@
+ 		{
+ 			if(H->p_records[i].entity)
+ 				shm_free(H->p_records[i].entity);
+-			lock_destroy(&_imc_htable[i].lock);
++			lock_destroy(&H->p_records[i].lock);
+ 
+ 		}
+ 		shm_free(H->p_records);


Property changes on: openser/trunk/debian/patches/21_pua_lock_fix.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list