Hello community, here is the log from the commit of package aaa_base for openSUSE:11.4 checked in at Wed Mar 16 10:43:32 CET 2011.
-------- --- old-versions/11.4/all/aaa_base/aaa_base.changes 2011-02-22 13:39:37.000000000 +0100 +++ 11.4/aaa_base/aaa_base.changes 2011-03-15 15:32:07.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Mar 11 12:14:00 CET 2011 - [email protected] + +- Avoid to trap into execute escapes (bnc#678827) + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/aaa_base Destination is old-versions/11.4/UPDATES/all/aaa_base calling whatdependson for 11.4-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.f2ZmV3/_old 2011-03-16 10:43:17.000000000 +0100 +++ /var/tmp/diff_new_pack.f2ZmV3/_new 2011-03-16 10:43:17.000000000 +0100 @@ -21,7 +21,7 @@ Name: aaa_base Version: 11.4 -Release: 54.<RELEASE5> +Release: 54.<RELEASE6> 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-11 12:14:41.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]
