./security/libtasn1, ASN.1 structure parser library

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


Branch: pkgsrc-2016Q4, Version: 4.9, Package name: libtasn1-4.9, Maintainer: pkgsrc-users

libtasn1 library was developed for ASN1 (Abstract Syntax Notation One)
structures management.

The main features of this library are:
- on-line ASN1 structure management that does
not require any C code file generation;
- off-line ASN1 structure management with C code
file generation containing an array;
- DER (Distinguish Encoding Rules) encoding;
- no limits for INTEGER and ENUMERATED values


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: c9b8148f4877ef739d3cf67de491c4c3dd5f5aca
RMD160: ed8e56174119c95d66d631d4f9464acf3f13a868
Filesize: 1821.005 KB

Version history: (Expand)


CVS history: (Expand)


   2017-01-19 20:48:45 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5193 - requested by wiz
security/libtasn1: bugfix, build fix

Revisions pulled up:
- security/libtasn1/Makefile                                    1.67-1.68
- security/libtasn1/distinfo                                    1.47

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Jan 10 15:26:32 UTC 2017

   Modified Files:
   	pkgsrc/security/libtasn1: Makefile distinfo

   Log message:
   Updated libtasn1 to 4.9.

   * Noteworthy changes in release 4.9 (released 2016-07-25) [stable]
   - Fixes to OID encoding of OIDs which have elements which exceed 2^32

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Jan 11 16:25:06 UTC 2017

   Modified Files:
   	pkgsrc/security/libtasn1: Makefile

   Log message:
   Remove -Werror from compilation flags.

   PR 51821
   PR 51829