~ubuntu-branches/debian/sid/bristol/sid

« back to all changes in this revision

Viewing changes to debian/patches/90-CVE_insecure_library_loading.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-02-15 02:54:23 UTC
  • mfrom: (13.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110215025423-g8hcla5gyl08mae3
Tags: 0.60.8-2
* Upload to unstable.
* Relax JACK's build-deps to let this build in sid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Subject: Fix insecure library loading - CVE-2010-3351.
2
 
Origin: upstream, https://sourceforge.net/support/tracker.php?aid=3077160
3
 
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598285
4
 
---
5
 
 bin/startBristol.in |    4 ----
6
 
 1 file changed, 4 deletions(-)
7
 
 
8
 
--- bristol.orig/bin/startBristol.in
9
 
+++ bristol/bin/startBristol.in
10
 
@@ -347,10 +347,6 @@ fi
11
 
 export SLAB_HOME=$BRISTOL
12
 
 export BRIGHTON=$BRISTOL
13
 
 
14
 
-export LD_LIBRARY_PATH=/usr/local/lib:usr/lib:${LD_LIBRARY_PATH}:${BRISTOL}/lib
15
 
-
16
 
-export PATH=${PATH}:$BRISTOL/bin:/usr/local/bin
17
 
-
18
 
 if [ $jack -eq 1 ]; then
19
 
        ldd `which bristol` | grep jack > /dev/null 2>&1
20
 
        if [ $? -ne 0 ]; then