PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > what happen to : dpkg --check-md5sums ?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

what happen to : dpkg --check-md5sums ?

Réponse
 
LinkBack Outils de la discussion
Vieux 11/04/2007, 15h50   #1
Mathieu Malaterre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut what happen to : dpkg --check-md5sums ?

Hello,

I am trying to figure out what is the new command to verify that the
md5sums files archived in my deb file (binary package) is actually
correct.

Thanks,
-Mathieu
Ps: I know this is of limited value, but I need it...


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 11/04/2007, 17h30   #2
Jeff D
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: what happen to : dpkg --check-md5sums ?

On Wed, 11 Apr 2007, Mathieu Malaterre wrote:

> Hello,
>
> I am trying to figure out what is the new command to verify that the
> md5sums files archived in my deb file (binary package) is actually
> correct.
>
> Thanks,
> -Mathieu
> Ps: I know this is of limited value, but I need it...


Theres the debsums package that does this.

-+-
8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 11/04/2007, 17h40   #3
Mathieu Malaterre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: what happen to : dpkg --check-md5sums ?

Oh I see, it checks installed package. So there is no tool for
checking md5sum on a .deb file directly ?

Thus whatever md5sums files shipped with my .deb will be installed and
later on, debsums will complains the md5 is wrong.

-M

On 4/11/07, Jeff D <fixedored@gmail.com> wrote:
> On Wed, 11 Apr 2007, Mathieu Malaterre wrote:
>
> > Hello,
> >
> > I am trying to figure out what is the new command to verify that the
> > md5sums files archived in my deb file (binary package) is actually
> > correct.
> >
> > Thanks,
> > -Mathieu
> > Ps: I know this is of limited value, but I need it...

>
> Theres the debsums package that does this.
>
> -+-
> 8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 11/04/2007, 18h10   #4
Björn Keil
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: what happen to : dpkg --check-md5sums ?

Mathieu Malaterre schrieb:
>
> On 4/11/07, Jeff D <fixedored@gmail.com> wrote:
>> On Wed, 11 Apr 2007, Mathieu Malaterre wrote:
>>
>> > Hello,
>> >
>> > I am trying to figure out what is the new command to verify that the
>> > md5sums files archived in my deb file (binary package) is actually
>> > correct.
>> >
>> > Thanks,
>> > -Mathieu


hmmm... I am not quite sure if that's what you're looking for, but
md5sum may calculate the md5sum of any file or compare it directly
against a list.

shell> md5sum --check <filename> <list>

Where "list" is the name of a list as the output of 'md5sum -b' and
"filename" is the name of the file to be checked. You will need a sum to
compare with, course. They are in the Packages in the repository for the
up to date files there, but not in local caches.

Greetings
Björn



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGHRR6Y7BnBH/xFu8RAhKFAJ9pp1LQRXouN9IllQ5zJf/aDn235gCeO5aa
lYjt6yYbYSJB+ZurcGzdIHg=
=nQ11
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 12/04/2007, 10h00   #5
Jörg-Volker Peetz
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: what happen to : dpkg --check-md5sums ?

Since etch uses digital signatures for packages
(http://www.debian.org/releases/stabl...tml#s-pkgmgmt),
maybe "debsig-verify" is what you are looking for?
--
Regards,
Jörg-Volker.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 13/04/2007, 00h10   #6
Marty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: what happen to : dpkg --check-md5sums ?

Björn Keil wrote:
> Mathieu Malaterre schrieb:
>>
>> On 4/11/07, Jeff D <fixedored@gmail.com> wrote:
>>> On Wed, 11 Apr 2007, Mathieu Malaterre wrote:
>>>
>>> > Hello,
>>> >
>>> > I am trying to figure out what is the new command to verify that the
>>> > md5sums files archived in my deb file (binary package) is actually
>>> > correct.
>>> >
>>> > Thanks,
>>> > -Mathieu

>
> hmmm... I am not quite sure if that's what you're looking for, but
> md5sum may calculate the md5sum of any file or compare it directly
> against a list.
>
> shell> md5sum --check <filename> <list>
>
> Where "list" is the name of a list as the output of 'md5sum -b' and
> "filename" is the name of the file to be checked. You will need a sum to
> compare with, course. They are in the Packages in the repository for the
> up to date files there, but not in local caches.
>
> Greetings
> Björn
>
>


In each official archive here is a list of .deb md5sums at indices/md5sums.gz.
Your method may work with this list.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 20h36.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 1,05253 seconds with 14 queries