./security/libksba, X.509 library

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


Branch: pkgsrc-2017Q1, Version: 1.3.5nb1, Package name: libksba-1.3.5nb1, Maintainer: pkgsrc-users

KSBA is a library to make the task of working with X.509 certificates,
CMS data and related data more easy.


Required to run:
[security/libgcrypt] [security/libgpg-error]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: a98385734a0c3f5b713198e8d6e6e4aeb0b76fde
RMD160: ee7c752196ae89ce798007b076e8eb695d6c4ea9
Filesize: 606.103 KB

Version history: (Expand)


CVS history: (Expand)


   2017-06-13 21:34:53 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5472 - requested by sevan
security/libksba: bugfix

Revisions pulled up:
- security/libksba/Makefile                                     1.34
- security/libksba/distinfo                                     1.22
- security/libksba/patches/patch-src_cms.c                      1.1

---
   Module Name:    pkgsrc
   Committed By:   gdt
   Date:           Tue May 30 22:40:17 UTC 2017

   Modified Files:
           pkgsrc/security/libksba: Makefile distinfo
   Added Files:
           pkgsrc/security/libksba/patches: patch-src_cms.c

   Log message:
   Add patch to resolve gpgsm S/MIME failures

   S/MIME messages encrypted with gpgsm are sometimes not decodable by
   other implementations.  Discussion on gnupg-devel indicates that gpg
   (via libksba) is incorrectly dropping leading zeros from the encrypted
   session key.  This commit adds a patch by Daiki Ueno from the
   mailinglist that appears to improve interoperability.  Upstream has
   not yet applied it, but also has not said that it is wrong.