summaryrefslogtreecommitdiff
path: root/security/libtasn1
AgeCommit message (Collapse)AuthorFilesLines
2004-12-26Update to 0.2.11:wiz2-6/+6
- Added the self test with "make check" target - Added management of ANY type with null length - Corrected some writes to invalid data.
2004-12-18ignore getopt_long() on Darwin because there is no prototype for it,grant1-1/+10
nor declaration for "struct option". fixes build on Darwin.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-22Changes 0.2.10adam3-11/+16
- Added scripts to assist in libtasn1 version detection from configure scripts. - Corrected a DER decoding bug which was reported by Max Vozeler <max@hinterhof.net>. Changes 0.2.9 - Accept negative numbers as range in INTEGER declarations Changes 0.2.8 - Add asn1_delete_element function
2004-04-11No longer used.snj1-24/+0
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-3/+5
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-01Update to 0.2.7:jmmv5-11/+11
- Added versioned symbols.
2004-02-25Enable pkgviews installation.minskim1-1/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-4/+1
automatically now.
2004-02-13Yet another mipseb config.guess/config.sub override.sekiya1-1/+4
2004-02-10bl3ifyjlam2-3/+18
2003-12-05Updated to 0.2.6, provided by Min Sik Kim PR pkg/23269.xtraeme3-7/+7
Changes since 0.2.4: Version 0.2.6 - ASN.1 parser accepts these kinds of integer definitions: "INTEGER (5 | 10)" and "INTEGER (5)" - Comments start at "--" and finish at the "end of line" or with another "--". Version 0.2.5 - Bug fix in ordering procedure for SET OF and SEQUENCE OF types coding. - Manage structured format (BER encoding) in asn1_der_decoding, asn1_decoding_element and asn1_der_decoding_startEnd for OCTET STRING type. - Manage SEQUENCE and SET empty structure. - Manage "indefinite length method" in asn1_der_decoding, asn1_decoding_element and asn1_der_decoding_startEnd for the following types: SEQUENCE, SEQUENCE OF, SET, and SET OF. - Bug fix in asn1_read_value with NULL parameter in case of BIT STRING
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-14Import of libtasn1-0.2.4: ASN.1 structure parser library.salo5-0/+63
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 Package provided bu Juan RP via pkgsrc-wip with some modifications by me.