Path to this page:
./
security/libtasn1,
ASN.1 structure parser library
Branch: CURRENT,
Version: 4.19.0,
Package name: libtasn1-4.19.0,
Maintainer: pkgsrc-userslibtasn1 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: 1744.703 KB
Version history: (Expand)
- (2022-09-09) Updated to version: libtasn1-4.19.0
- (2021-11-16) Updated to version: libtasn1-4.18.0
- (2021-05-20) Updated to version: libtasn1-4.17.0
- (2020-03-24) Updated to version: libtasn1-4.16.0
- (2019-11-04) Updated to version: libtasn1-4.14nb1
- (2019-10-25) Updated to version: libtasn1-4.14
CVS history: (Expand)
2022-09-09 17:23:53 by Thomas Klausner | Files touched by this commit (2) | |
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) | |
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) | |
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
|
2020-03-24 18:30:34 by Nia Alarie | Files touched by this commit (5) |
Log message:
libtasn1: Update to 4.16.0
* Noteworthy changes in release 4.16.0 (released 2020-02-01) [stable]
- asn1_decode_simple_ber: added support for constructed definite
octet strings. This allows this function decode the whole set of
BER encodings for OCTET STRINGs.
- asn1_get_object_id_der: enhance the range of decoded OIDs (#25).
This also makes OID encoding and decoding more strict on invalid
input. This may break gnutls' test suite before 3.6.12 as it was
relying on decoding some invalid OIDs.
- asn1_object_id_der: New function
* Noteworthy changes in release 4.15.0 (released 2019-11-21) [stable]
- The generated tree no longer contains ASN.1 built-in types even
if they are explicitly defined in the description. Previously
a warning was printed when these types were seen, now they are
ignored.
- Several fixes in ASN.1 definition parser, preventing several
crashes and leaks in the tools due to improper ASN.1.
- Switched to semantic versioning.
|