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

Julien Blache jblache at costa.debian.org
Sun Oct 8 17:21:48 UTC 2006


Author: jblache
Date: 2006-10-08 17:21:47 +0000 (Sun, 08 Oct 2006)
New Revision: 2513

Added:
   openser/trunk/debian/patches/20_pdt_domains.c_lockfix.dpatch
Modified:
   openser/trunk/debian/changelog
   openser/trunk/debian/patches/00list
Log:
Fix typo in modules/pdt/domains.c:306.


Modified: openser/trunk/debian/changelog
===================================================================
--- openser/trunk/debian/changelog	2006-10-08 11:49:15 UTC (rev 2512)
+++ openser/trunk/debian/changelog	2006-10-08 17:21:47 UTC (rev 2513)
@@ -1,8 +1,9 @@
-openser (1.1.0-5) UNRELEASED; urgency=low
+openser (1.1.0-5) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * debian/patches/20_20_pdt_domains.c_lockfix.dpatch:
+    + Added; fix typo in modules/pdt/domains.c:306.
 
- -- Julien BLACHE <jblache at debian.org>  Sun,  8 Oct 2006 12:31:26 +0200
+ -- Julien BLACHE <jblache at debian.org>  Sun,  8 Oct 2006 19:20:35 +0200
 
 openser (1.1.0-4) unstable; urgency=low
 

Modified: openser/trunk/debian/patches/00list
===================================================================
--- openser/trunk/debian/patches/00list	2006-10-08 11:49:15 UTC (rev 2512)
+++ openser/trunk/debian/patches/00list	2006-10-08 17:21:47 UTC (rev 2513)
@@ -3,4 +3,5 @@
 10_no_lib64_on_64_bits
 11_always_smp
 12_fail_on_build_failure
+20_pdt_domains.c_lockfix
 

Added: openser/trunk/debian/patches/20_pdt_domains.c_lockfix.dpatch
===================================================================
--- openser/trunk/debian/patches/20_pdt_domains.c_lockfix.dpatch	                        (rev 0)
+++ openser/trunk/debian/patches/20_pdt_domains.c_lockfix.dpatch	2006-10-08 17:21:47 UTC (rev 2513)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_pdt_domains.c_lockfix.dpatch by  <jblache at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix typo in pdt/domains.c, the lock is hl->hl_lock, not hash->hl_lock
+
+ at DPATCH@
+diff -urNad openser-1.1.0~/modules/pdt/domains.c openser-1.1.0/modules/pdt/domains.c
+--- openser-1.1.0~/modules/pdt/domains.c	2006-07-05 12:48:29.000000000 +0200
++++ openser-1.1.0/modules/pdt/domains.c	2006-10-08 19:13:24.484557783 +0200
+@@ -303,7 +303,7 @@
+ 
+ 	if(hl->hash!=NULL)
+ 		free_hash(hl->hash);
+-	lock_destroy(&hash->hl_lock);
++	lock_destroy(&hl->hl_lock);
+ 	shm_free(hl);
+ }
+ 


Property changes on: openser/trunk/debian/patches/20_pdt_domains.c_lockfix.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list