./devel/guile-gcrypt, Guile bindings for libgcrypt

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


Branch: CURRENT, Version: 0.4.0, Package name: guile-gcrypt-0.4.0, Maintainer: nikita

Guile-Gcrypt provides a Guile 2.x interface to a subset of the
GNU Libgcrypt crytographic library, which is itself used by the
GNU Privacy Guard (GPG).

Guile-Gcrypt provides modules for cryptographic hash functions,
message authentication codes (MAC), public-key cryptography, strong
randomness, and more. It is implemented using the foreign function
interface (FFI) of Guile.


Required to run:
[security/libgcrypt] [lang/guile22]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 55.581 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-17 14:01:11 by Tobias Nygren | Files touched by this commit (2)
Log message:
guile-gcrypt: rename the distfile to a distinguished name
   2022-03-14 16:17:36 by Nikita | Files touched by this commit (2)
Log message:
guile-gcrypt: build with guile30
   2022-01-16 14:09:35 by Thomas Klausner | Files touched by this commit (1)
Log message:
guile-gcrypt: fix MASTER_SITES
   2022-01-10 11:08:28 by Nikita | Files touched by this commit (2)
Log message:
guile-gcrypt: Update to 0.3.0

No ChangeLog provided by upstream.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-04-28 13:46:30 by Nikita | Files touched by this commit (29)
Log message:
adjust maintainer to my new login
   2020-01-03 18:17:29 by ng0 | Files touched by this commit (2)
Log message:
devel/guile-gcrypt: Update to version 0.2.1

Changelog (from NEWS):

* Changes in 0.2.1 (since 0.2.0)

** libgcrypt is now always properly initialized (https://bugs.gnu.org/37616)
** (gcrypt base64) no longer imports (rnrs)