severity 501605 serious
tag 501605 - unreproducible
thanks

On Thu, Oct 09, 2008 at 01:42:39PM +0200, Patrick Schoenfeld wrote:
> Severity 501605 important
> thanks

> I have tested the installation of sympa as well and I can't reproduce
> the problem. Additional I auditted the post-inst script and I can't see
> any condition under which one of the sed commands could fail. All seem
> reasonable and don't fail when I test them manually in a dash or a in a
> zsh with values as specified by the user.

+ db_get sympa/key_password
+ _db_cmd 'GET sympa/key_password'
+ IFS=' '
+ printf '%s\n' 'GET sympa/key_password'
+ IFS='
'
+ read -r _db_internal_line
+ RET=a/b/c
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ key_password=a/b/c
+ sed -e s/@KEY_PASSWORD@/a/b/c/ /etc/sympa/sympa.conf-smime.in
sed: -e expression #1, char 20: unknown option to `s'

Line 212 in the postinst breaks if sympa/key_password contains sed
metacharacters, for instance 'a/b/c' as above.

This looks RC to me, so upgrading back.
-- 
Niko Tyni   [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to