Colleagues,
What package do I have to add to Solaris9 to be able to compute md5
checksums of files? Something like FreeBSD's /sbin/md5 would do.
Thanks for any input.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
>>>What package do I have to add to Solaris9 to be able to compute md5
>>>checksums of files? Something like FreeBSD's /sbin/md5 would do.
>>SUNWkeymg
> Where do I find it?
> It is not available on the sol-9-u8-ga-sparc-v{1,2}.iso installation CDs.
>>> What package do I have to add to Solaris9 to be able to compute md5
>>> checksums of files? Something like FreeBSD's /sbin/md5 would do.
>> SUNWkeymg
> Where do I find it?
> It is not available on the sol-9-u8-ga-sparc-v{1,2}.iso installation CDs.
You can also get the binary from:
http://sunsolve.sun.com/md5/md5.tar.Z
-Dan
>>>> What package do I have to add to Solaris9 to be able to compute md5
>>>> checksums of files? Something like FreeBSD's /sbin/md5 would do.
>>> SUNWkeymg
>> Where do I find it?
>> It is not available on the sol-9-u8-ga-sparc-v{1,2}.iso installation CDs.
> Hmm, that might actually be a part of SunScreen packages.
Great! Thanks a lot. How did you get to know about this placeQuote:> You can also get the binary from:
> http://sunsolve.sun.com/md5/md5.tar.Z
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
>> Hmm, that might actually be a part of SunScreen packages.
> We did not purchase SunScreen.
But I do not see it available now... hmm. Maybe Sun no longer makes the
free version available.
It's mentioned at:Quote:>> You can also get the binary from:
>> http://sunsolve.sun.com/md5/md5.tar.Z
> Great! Thanks a lot. How did you get to know about this place
> (I mean /md5/md5.tar.Z on sunsolve)?
http://sunsolve.sun.com/pub-cgi/fileFingerprints.pl
For more information on the Solaris Fingerprint Database:
http://sunsolve.sun.com/pub-cgi/show.pl?target=content/content7
-Dan
>>> Hmm, that might actually be a part of SunScreen packages.
>> We did not purchase SunScreen.
> There is a free version available for download, SunScreen 3.1 Lite.
> But I do not see it available now... hmm. Maybe Sun no longer makes the
> free version available.
http://www.sun.com/software/securenet/lite/download.xml
Note: Lite version has some differences from the full version.
But most of the functionality from full is also present in Lite.
Only supported for Solaris 8, though. Since it has kernel mode drivers,
I don't think it'll work on Solaris 9 or later.
-Dan
>> Great! Thanks a lot. How did you get to know about this place
>> (I mean /md5/md5.tar.Z on sunsolve)?
> It's mentioned at:
> http://sunsolve.sun.com/pub-cgi/fileFingerprints.pl
> For more information on the Solaris Fingerprint Database:
> http://sunsolve.sun.com/pub-cgi/show.pl?target=content/content7
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
/usr/bin/digest -a md5 <file-path(s)>
The "digest" binary is in SUNWcsu, so it should be on every S10
system.
There's also /opt/csw/bin/gmd5sum if you've got the blastwave bits
installed, and /opt/sfw/bin/gmd5sum if you've got the Companion CD
installed.
--
Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
> There's also /opt/csw/bin/gmd5sum if you've got the blastwave bits
> installed,
I will look at this too, thank you.Quote:> and /opt/sfw/bin/gmd5sum if you've got the Companion CD
> installed.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
> > There's also /opt/csw/bin/gmd5sum if you've got the blastwave bits
> > installed,
> To my dismay, CSWtextutils depends on too much *like ggettext
> which I would rather not see in my system.
To each his own. I personally don't care about the bloat because the
simplicity is more important to me, and disk space is really cheap.
But, in any event, I was just trying to list other possible options.
There are many here. Not all of them will be acceptable to all users.
--
Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
>> > There's also /opt/csw/bin/gmd5sum if you've got the blastwave bits
>> > installed,
>> To my dismay, CSWtextutils depends on too much *like ggettext
>> which I would rather not see in my system.
>To each his own. I personally don't care about the bloat because the
>simplicity is more important to me, and disk space is really cheap.
--
-Gary Mills- -Unix Support- -U of M Academic Computing and Networking-
>> > There's also /opt/csw/bin/gmd5sum if you've got the blastwave bits
>> > installed,
>> To my dismay, CSWtextutils depends on too much *like ggettext
>> which I would rather not see in my system.
> *shrug*
> To each his own. I personally don't care about the bloat because the
> simplicity is more important to me, and disk space is really cheap.
And thank you very much for that.Quote:> But, in any event, I was just trying to list other possible options.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
[~]$ ldd `which md5sum`
libgen.so.1 => /lib/libgen.so.1
libnsl.so.1 => /lib/libnsl.so.1
libc.so.1 => /lib/libc.so.1
libmp.so.2 => /lib/libmp.so.2
libmd5.so.1 => /lib/libmd5.so.1
libscf.so.1 => /lib/libscf.so.1
libdoor.so.1 => /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libm.so.2 => /lib/libm.so.2
/platform/SUNW,Ultra-60/lib/libc_psr.so.1
/platform/SUNW,Ultra-60/lib/libmd5_psr.so.1
1. Where to find published md5 sums of precompiled packages?
Hi all:
Is there a place where I can find the published md5 sums of the
ready-to-run packages? I almost always have trouble compiling large
ports. Usually there are md5 sums for the sources, but I can't find
any for the compiled packages.
Anyhow, I am specifically interrested in the md5 of the most recent
Mesa and xlockmore.
Thanks a whole bunch!
vector sigma
2. xbru
5. md5
6. Seagate ST41200ND Info wanted
7. Differences in MD5 hash code
8. CD player with via82c686 onboard audio
9. Mixed SHA, MD5 and Crypt Password Authentication
10. md5 and crypt relations???
11. MD5-based crypt() algorithm, how is it implemented