Re: Broken signature for DSA-2040-1

2010-05-02 Thread Sebastien Delafond
On May/02, Francesco Poli wrote:
> Could it be a Sylpheed bug?

We've narrowed it down to an encoding issue: the original DSA email was
sent as ISO-8859-1, and mutt was able to verify it just fine; however,
on a system using UTF-8, any kind of pasting of the original text will
produce a file that gpg does not verify: that'll teach me to include the
"é" in my firstname instead of a plain "e" ;)

Cheers,

--Seb


signature.asc
Description: Digital signature


Re: How safely to stop using backports repo?

2009-05-28 Thread Sebastien Delafond
On 2009-05-28, JeffD  wrote:
> Not automatic, but here is a quick script that might help you along:
>
> #!/bin/sh
>
> for pkg in `dpkg -l | awk '{print $2}'|sort` ; do
>
> if apt-cache policy $pkg | grep "www.backports.org" > /dev/null ; then
> echo $pkg  "  appears to be from www.backports.org"
> fi
>
> done

I don't think that can work, unless you make it something like:

  apt-cache policy $pkg | grep -A 1 -E '^ \*\*\*' | grep "www.backports.org"

to make sure www.backports.org actually qualifies the *installed*
version ?

Cheers,

--Seb


-- 
To UNSUBSCRIBE, email to debian-security-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org