Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Wed Mar 16 11:41:46 CET 2011.



--------
--- aaa_base/aaa_base.changes   2011-03-07 12:28:05.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes      2011-03-15 
15:42:28.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 head-i586


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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.3OaVfV/_old  2011-03-16 11:39:36.000000000 +0100
+++ /var/tmp/diff_new_pack.3OaVfV/_new  2011-03-16 11:39:36.000000000 +0100
@@ -21,7 +21,7 @@
 
 Name:           aaa_base
 Version:        11.5
-Release:        1
+Release:        2
 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    2011-02-22 13:37:17.000000000 
+0100
+++ new/aaa_base/etc/profile.d/complete.bash    2011-03-15 15:42:07.000000000 
+0100
@@ -42,7 +42,7 @@
     s="${COMP_WORDBREAKS//[: ]}"
     s="${s//   }"
     s="${s//[\{\}()\[\]]}"
-    s="${s}    (){}[]"
+    s="${s}    (){}[]\`\$"
     o=${#s}
 
     while test $((o--)) -gt 0 ; do
@@ -286,6 +286,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
@@ -297,6 +298,8 @@
            esac
        done
        COMPREPLY=(${reply[@]})
+       test $g -eq 0 && shopt -u extglob
+       return 0
     fi
 
     _compreply_
@@ -337,6 +340,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