2010-05-01 19:23:36 by Tonnerre Lombard | Files touched by this commit (3) |
Log message:
Upgrade py-asn1 to version 0.0.11a.
Changes since 0.0.8a:
- Decoder can now treat values of unknown types as opaque OctetString.
- Fix to Set/SetOf type decoder to handle uninitialized scalar SetOf
components correctly.
- API versioning mechanics retired (pyasn1.v1 -> pyasn1) what makes
it possible to zip-import pyasn1 sources (used by egg and py2exe).
- Allow any non-zero values in Boolean type BER decoder, as it's in
accordnance with the standard.
|
2009-06-14 20:13:41 by Joerg Sonnenberger | Files touched by this commit (154) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-05 19:51:33 by Joerg Sonnenberger | Files touched by this commit (53) |
Log message:
Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
|
2008-11-05 11:53:42 by Tonnerre Lombard | Files touched by this commit (1) |
Log message:
Add .py files to PLIST (Why haven't they been there in the first place? Hm.)
|
2008-10-22 18:33:55 by Tonnerre Lombard | Files touched by this commit (4) | |
Log message:
Import the ASN1 Python module to pkgsrc. This module allows to dissect
ASN1-encoded files (DER, BER, PER, etc.) in Python. ASN1 is the Abstract
Syntax Notation version 1, as defined by the International Telecommunication
Union (ITU).
|