|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Marc Espie (espie
cvs.openbsd.org)
Date: Mon Oct 06 2008 - 04:36:17 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: espie
cvs.openbsd.org 2008/10/06 03:36:17
Modified files:
usr.sbin/pkg_add: pkg_create pkg_merge
usr.sbin/pkg_add/OpenBSD: Add.pm CollisionReport.pm Delete.pm
PackingElement.pm PackingList.pm
md5.pm
Log message:
turn the checksums stored in packing elements into real objects, so that
pkg_add becomes mostly independent of the type of checksum stored.
separate md5 into an abstract OpenBSD::digest class and an md5 subclass
with specific methods to compute checksums and serialize results, and create
an sha class that does the same thing with sha256 (with a base64 serializer)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]