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

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


Branch: CURRENT, Version: 4.20.0, Package name: libtasn1-4.20.0, 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)

Filesize: 1742.063 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-06 19:37:59 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libtasn1: update to 4.20.0.

* Noteworthy changes in release 4.20.0 (2025-02-01) [stable]
- The release tarball is now reproducible.
- We publish a minimal source-only tarball generated by 'git archive'.
- Update gnulib files and various build/maintenance fixes.
- Fix CVE-2024-12133: Potential DoS in handling of numerous SEQUENCE OF or SET \ 
OF elements
   2022-09-09 17:23:53 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libtasn1: update to 4.19.0.

* Noteworthy changes in release 4.19.0 (2022-08-23) [stable]
- Clarify libtasn1.map license.  Closes: #38.
- Fix ETYPE_OK out of bounds read.  Closes: #32.
- Update gnulib files and various maintenance fixes.
   2021-11-16 15:32:39 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libtasn1: update to 4.18.0.

* Noteworthy changes in release 4.18.0 (2021-11-09) [stable]
- Improve GTK-DOC manual.  Closes: #35.
- Improve --help and --version for tools with gnulib.  Closes: #37.
- Update gnulib files and various maintenance fixes.
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

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

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2021-05-20 12:05:11 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libtasn1: update to 4.17.0.

* Noteworthy changes in release 4.17.0 (2021-05-13) [stable]
- Print deprecation messages for deprecated macros, thanks to Tim Rühsen.
- Fix some clang issues due to illegal pointers, thanks to Stefan Weil.
- Restore handling of SIZE nodes, thanks to Dmitry Baryshkov.
- Fix memory leak caught by oss-fuzz, thanks to Dmitry Baryshkov.
- Gtk-doc fixes, thanks to Dmitry Baryshkov.
- Fix bugs unveiled by Static Analysis, reported by Simo Sorce.
- Update gnulib files and many build fixes.
   2020-11-29 23:01:34 by Darrin B. Jewell | Files touched by this commit (1)
Log message:
security/libtasn1: remove obsolete Darwin workarounds
the current sources don't check for getopt_long in configure
the current sources use -fno-common by default on Darwin
   2020-03-26 13:00:45 by Nia Alarie | Files touched by this commit (1)
Log message:
libtasn1: Needs USE_LANGUAGES=c99