[SCM] bristol/master: Drop all unnecessary 'export' statements.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Oct 17 09:44:10 UTC 2010


The following commit has been merged in the master branch:
commit 2d4de8edfe66edcdd1ae8bd66743bb85c644a77e
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Oct 15 13:28:38 2010 +0200

    Drop all unnecessary 'export' statements.

diff --git a/debian/patches/90-CVE_insecure_library_loading.patch b/debian/patches/90-CVE_insecure_library_loading.patch
index 933f9c6..727f7eb 100644
--- a/debian/patches/90-CVE_insecure_library_loading.patch
+++ b/debian/patches/90-CVE_insecure_library_loading.patch
@@ -2,8 +2,8 @@ Subject: Fix insecure library loading - CVE-2010-3351
 Origin: upstream, https://sourceforge.net/support/tracker.php?aid=3077160
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598285
 ---
- bin/startBristol.in |   56 ++++++++++++++++++++++++++++++++++++++++++++++------
- 1 file changed, 50 insertions(+), 6 deletions(-)
+ bin/startBristol.in |   55 ++++++++++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 49 insertions(+), 6 deletions(-)
 
 --- bristol.orig/bin/startBristol.in
 +++ bristol/bin/startBristol.in
@@ -85,18 +85,17 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598285
  
  # Nokey: Does the BRISTOL directory actually exist?
  if [ ! -d $BRISTOL ]; then
-@@ -360,9 +398,7 @@ fi
+@@ -360,9 +398,6 @@ fi
  export SLAB_HOME=$BRISTOL
  export BRIGHTON=$BRISTOL
  
 -export LD_LIBRARY_PATH=/usr/local/lib:usr/lib:${LD_LIBRARY_PATH}:${BRISTOL}/lib
 -
 -export PATH=${PATH}:$BRISTOL/bin:/usr/local/bin
-+export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib
  
  if [ $jack -eq 1 ]; then
  	ldd `which bristol` | grep jack > /dev/null 2>&1
-@@ -408,7 +444,7 @@ if [ $engine = 1 ]; then
+@@ -408,7 +443,7 @@ if [ $engine = 1 ]; then
  		ls /tmp/br.$localport >/dev/null 2>&1
  		if [ $? -eq 0 ]; then
  			echo "host port looked busy, unlinking"
@@ -105,7 +104,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598285
  		fi
  	else
  		echo checking availability of TCP port $PORT
-@@ -506,5 +542,13 @@ fi
+@@ -506,5 +541,13 @@ fi
  
  sleep 1
  

-- 
bristol packaging



More information about the pkg-multimedia-commits mailing list