./devel/libmd, Message Digest functions from BSD systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.0, Package name: libmd-1.1.0, Maintainer: vins

This library provides message digest functions found on BSD systems
either on their libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD,
macOS, Solaris) libraries and lacking on others like GNU systems.

The intention here is to have a library with extremely permissive
licenses, that can be used by any project; that has a very small scope
and as such can be part of the base system on most distributions; and
that has a compatible API with the implementations on other systems and
those that other projects are embedding, so that they can switch to use
the system library instead of duplicating the same code all over the
place.


Master sites:

Filesize: 264.871 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-11 18:46:17 by Paolo Vincenzo Olivo | Files touched by this commit (2)
Log message:
devel/libmd: buildlink file revision
   2023-07-03 12:51:41 by Paolo Vincenzo Olivo | Files touched by this commit (4) | Package updated
Log message:
devel/libmd: update to release 1.1.0

CHANGES:
* Code synced from the various BSDs, with the noticeable addition of
  the SHA224 and SHA512-256 digest variants.
* New libmd(7) man page.
* Portability fixes for macOS.
* Various build system fixes.
   2022-12-19 16:08:04 by Paolo Vincenzo Olivo | Files touched by this commit (6)
Log message:
devel/libmd: import package from wip.