Hello community,

here is the log from the commit of package aaa_base for openSUSE:11.3
checked in at Thu Mar 17 17:07:30 CET 2011.



--------
--- old-versions/11.3/UPDATES/all/aaa_base/aaa_base.changes     2011-02-02 
10:15:18.000000000 +0100
+++ /mounts/work_src_done/11.3/aaa_base/aaa_base.changes        2011-03-15 
15:38:45.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 11 12:14:00 CET 2011 - [email protected]
+
+- Avoid to trap into execute escapes (bnc#678827)
+
+-------------------------------------------------------------------

calling whatdependson for 11.3-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.djxx4K/_old  2011-03-17 17:07:23.000000000 +0100
+++ /var/tmp/diff_new_pack.djxx4K/_new  2011-03-17 17:07:23.000000000 +0100
@@ -20,7 +20,7 @@
 
 Name:           aaa_base
 Version:        11.3
-Release:        8.<RELEASE7>
+Release:        8.<RELEASE9>
 License:        GPLv2+
 Group:          System/Fhs
 Provides:       bin bootutls etc skeleng skelger 

++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/etc/profile.d/complete.bash 
new/aaa_base/etc/profile.d/complete.bash
--- old/aaa_base/etc/profile.d/complete.bash    2010-03-17 13:03:34.000000000 
+0100
+++ new/aaa_base/etc/profile.d/complete.bash    2011-03-15 15:36:27.000000000 
+0100
@@ -44,7 +44,7 @@
     s="${COMP_WORDBREAKS// }"
     s="${s//   }"
     s="${s//[\{\}()\[\]]}"
-    s="${s}    (){}[]"
+    s="${s}    (){}[]\`\$"
     o=${#s}
 
     while test $((o--)) -gt 0 ; do
@@ -274,6 +274,7 @@
     if test -n "$t" ; then
        let o=0
        local -a reply=()
+       _compreply_
        for s in ${COMPREPLY[@]}; do
            e=$(eval echo $s)
            if test -d "$e" ; then
@@ -285,6 +286,8 @@
            esac
        done
        COMPREPLY=(${reply[@]})
+       test $g -eq 0 && shopt -u extglob
+       return 0
     fi
 
     test $g -eq 0 && shopt -u extglob
@@ -323,6 +326,7 @@
                    COMPREPLY=()
                fi
                let o=${#COMPREPLY[*]}
+               _compreply_
                for s in $(compgen -f -- "$c") ; do
                    e=$(eval echo $s)
                    if test -d "$e" ; then


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to