[Pkg-voip-commits] r4141 - in asterisk/branches/experimental/debian: . patches
paravoid at alioth.debian.org
paravoid at alioth.debian.org
Sun Aug 19 19:02:25 UTC 2007
Author: paravoid
Date: 2007-08-19 19:02:24 +0000 (Sun, 19 Aug 2007)
New Revision: 4141
Modified:
asterisk/branches/experimental/debian/changelog
asterisk/branches/experimental/debian/patches/dbug433884
asterisk/branches/experimental/debian/patches/series
Log:
Merge r4138 from trunk
Modified: asterisk/branches/experimental/debian/changelog
===================================================================
--- asterisk/branches/experimental/debian/changelog 2007-08-19 18:58:32 UTC (rev 4140)
+++ asterisk/branches/experimental/debian/changelog 2007-08-19 19:02:24 UTC (rev 4141)
@@ -14,7 +14,6 @@
- Handle asterisk-config -> asterisk installation order properly
(Closes: #408708)
- Don't depend on adduser from asterisk-config.
- * Switch to quilt as a patch management system instead of dpatch.
* Split bristuff 0.4.0-test3 into individual patches and add it to the quilt
patchset.
* Use libpri-bristuffed.so.1 and its respective header
@@ -34,8 +33,13 @@
* Add dpkg-dev (>= 1.13.19) to Build-Depends for binary:Version and
source:Version.
- -- Kilian Krause <kilian at debian.org> Sat, 18 Aug 2007 21:52:44 +0200
+ [ Faidon Liambotis ]
+ * Switch to quilt as a patch management system instead of dpatch.
+ * Disable fix for #433884, (dbug433884) because it makes Asterisk
+ segfault on startup (Closes: #435146)
+ -- Faidon Liambotis <paravoid at debian.org> Sun, 19 Aug 2007 21:50:28 +0300
+
asterisk (1:1.4.10~dfsg-1) unstable; urgency=low
* New upstream release
Modified: asterisk/branches/experimental/debian/patches/dbug433884
===================================================================
--- asterisk/branches/experimental/debian/patches/dbug433884 2007-08-19 18:58:32 UTC (rev 4140)
+++ asterisk/branches/experimental/debian/patches/dbug433884 2007-08-19 19:02:24 UTC (rev 4141)
@@ -1,7 +1,8 @@
Don't link the Asterisk binary with the H.323 libraries since they are only
-used by separate shared object, chan_h323.so.
+used by separate shared object, chan_h323.so. (#433884)
-http://bugs.debian.org/433884
+Currently disabled, since it makes asterisk segfault when dlopen()ing
+chan_h323.so. See #435146 for more.
-- Faidon Liambotis <paravoid at debian.org>
Modified: asterisk/branches/experimental/debian/patches/series
===================================================================
--- asterisk/branches/experimental/debian/patches/series 2007-08-19 18:58:32 UTC (rev 4140)
+++ asterisk/branches/experimental/debian/patches/series 2007-08-19 19:02:24 UTC (rev 4141)
@@ -2,7 +2,7 @@
astvarrundir
ast_key_dir
pubkey_jnctn
-dbug433884
+#dbug433884
make-clean-fixes
bashism-safeasterisk
More information about the Pkg-voip-commits
mailing list