[Pkg-voip-commits] r9442 - in /siproxd/trunk/debian: changelog control rules

msp at alioth.debian.org msp at alioth.debian.org
Sun Jan 22 06:40:24 UTC 2012


Author: msp
Date: Sun Jan 22 06:40:23 2012
New Revision: 9442

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9442
Log:
  - fixes CVE-2009-3736 local privilege esclation (Closes: #559827)
  - fixed embedded libltdl convenience copy
* BUG: FTBFS with system provided libltdl-dev
  - Better to ship with libltdl convenience copy - addressing CVE-2009-3736
  - lintian error embedded-library
  - Build-Conflcits libltdl-dev
  - TODO: Fix plugins.c:65: undefined reference to 
    `lt__PROGRAM__LTX_preloaded_symbols'

Modified:
    siproxd/trunk/debian/changelog
    siproxd/trunk/debian/control
    siproxd/trunk/debian/rules

Modified: siproxd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/changelog?rev=9442&op=diff
==============================================================================
--- siproxd/trunk/debian/changelog (original)
+++ siproxd/trunk/debian/changelog Sun Jan 22 06:40:23 2012
@@ -1,20 +1,24 @@
-siproxd (1:0.8.1-1) UNRELEASED; urgency=low
-
-  * New upstream release
-  * TODO: Fix plugins.c:65: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols' 
-
- -- Mark Purcell <msp at debian.org>  Wed, 18 Jan 2012 02:47:53 +1000
-
-siproxd (1:0.8.0-1) UNRELEASED; urgency=low
-
-  [ Mark Purcell ]
-  * New upstream release 
-    - fixes CVE-2009-3736: use libltdl on host (Closes: #559827)
+siproxd (1:0.8.1-1) unstable; urgency=low
+
+  * New upstream release
+    - fixes CVE-2009-3736 local privilege esclation (Closes: #559827)
+    - fixed embedded libltdl convenience copy
     - Updated libtool (Closes: #537272)
+
   * Add init.d-script-missing-dependency-on-remote_fs
   * Fix package-lacks-versioned-build-depends-on-debhelper
 
-  [ Faidon Liambotis ]
+  * BUG: FTBFS with system provided libltdl-dev
+    - Better to ship with libltdl convenience copy - addressing CVE-2009-3736
+    - lintian error embedded-library
+    - Build-Conflcits libltdl-dev
+    - TODO: Fix plugins.c:65: undefined reference to 
+      `lt__PROGRAM__LTX_preloaded_symbols'
+
+ -- Mark Purcell <msp at debian.org>  Sun, 22 Jan 2012 17:25:45 +1100
+
+siproxd (1:0.8.0-1) UNRELEASED; urgency=low
+
   * Add Build-Depends to libltdl3-dev.
   * Drop Build-Conflicts to ancient libosip0-dev.
   * Bump Standards-Version to 3.8.4, no changes.

Modified: siproxd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/control?rev=9442&op=diff
==============================================================================
--- siproxd/trunk/debian/control (original)
+++ siproxd/trunk/debian/control Sun Jan 22 06:40:23 2012
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org> 
 Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, libosip2-dev (>= 3.1.0), automake, autotools-dev, autoconf, docbook-utils, libltdl3-dev
+Build-Depends: debhelper (>= 7), cdbs, libosip2-dev (>= 3.1.0), automake, autotools-dev, autoconf, docbook-utils
+Build-Conflicts: libltdl3-dev
 Standards-Version: 3.8.4
 Homepage: http://siproxd.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/siproxd/trunk/

Modified: siproxd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/rules?rev=9442&op=diff
==============================================================================
--- siproxd/trunk/debian/rules (original)
+++ siproxd/trunk/debian/rules Sun Jan 22 06:40:23 2012
@@ -7,6 +7,11 @@
 
 SF_MIRRORS:= switch
 
+#
+# Preferred configure flag, but currently FTBFS
+#
+#DEB_CONFIGURE_EXTRA_FLAGS := --disable-ltdl-convenience
+
 install/siproxd::
 	mv debian/siproxd/etc/siproxd.conf.example debian/siproxd/etc/siproxd.conf
 	chmod 644 -v debian/siproxd/etc/siproxd.conf




More information about the Pkg-voip-commits mailing list