[Pkg-javascript-commits] [node-asn1.js] branch upstream updated (33e8f17 -> 3620bdf)

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 11:07:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a change to branch upstream
in repository node-asn1.js.

      from  33e8f17   4.9.1
       new  e139ad8   5280: fix CertificateList API typo
       new  68be63f   5280: fix revoked certificate decoding
       new  d5406a7   5280: 1.2.2
       new  c8ce243   5280: proper enum for `ReasonCode`
       new  2f6feb7   5280: major bump 2.0.0
       new  ea2496e   2560: fix invalid reference
       new  a773972   2560: 4.0.4
       new  4ef804b   2560: bump dependency
       new  2b7157d   2560: 4.0.5
       new  0abb73e   lib: correct spelling mistake
       new  9cea4d8   lib: static dependency resolution
       new  9d6cf10   rfc: bump packages
       new  a67b5b5   4.9.2
       new  ddbca8b   lib: port to ES6 const/let
       new  64d16bc   test: use let/const in tests
       new  0c3fcb9   rfc: es6 let/const everywhere!
       new  62114e6   4.10.0
       new  bb5c8a8   rfc: bump versions
       new  be974b2   readme: update copyright
       new  83d1a2f   5.0.0
       new  88b338c   Import node-asn1.js_5.0.0.orig.tar.gz
       new  3620bdf   Import node-asn1.js_5.0.0.orig.tar.gz

The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .eslintrc.js                     |   27 +
 README.md                        |    2 +-
 lib/asn1.js                      |    4 +-
 lib/asn1/api.js                  |   12 +-
 lib/asn1/base/buffer.js          |   18 +-
 lib/asn1/base/index.js           |    4 +-
 lib/asn1/base/node.js            |  163 ++---
 lib/asn1/base/reporter.js        |   30 +-
 lib/asn1/constants/der.js        |    4 +-
 lib/asn1/constants/index.js      |    8 +-
 lib/asn1/decoders/der.js         |  140 ++--
 lib/asn1/decoders/index.js       |    4 +-
 lib/asn1/decoders/pem.js         |   30 +-
 lib/asn1/encoders/der.js         |   84 +--
 lib/asn1/encoders/index.js       |    4 +-
 lib/asn1/encoders/pem.js         |   16 +-
 package-lock.json                | 1325 ++++++++++++++++++++++++++++++++++++++
 package.json                     |    8 +-
 rfc/2560/index.js                |   59 +-
 rfc/2560/package-lock.json       |  222 +++++++
 rfc/2560/package.json            |   10 +-
 rfc/2560/test/basic-test.js      |   23 +-
 rfc/5280/index.js                |  323 +++++-----
 rfc/5280/package-lock.json       |  214 ++++++
 rfc/5280/package.json            |    8 +-
 rfc/5280/test/basic-test.js      |  119 ++--
 rfc/5280/test/fixtures/cert1.crl |  Bin 0 -> 541 bytes
 rfc/5280/test/fixtures/cert4.crl |  Bin 0 -> 462 bytes
 test/der-decode-test.js          |   49 +-
 test/der-encode-test.js          |   41 +-
 test/error-test.js               |   35 +-
 test/fixtures.js                 |    5 +-
 test/pem-test.js                 |   23 +-
 test/ping-pong-test.js           |   21 +-
 test/tracking-test.js            |   23 +-
 test/use-test.js                 |   65 +-
 36 files changed, 2515 insertions(+), 608 deletions(-)
 create mode 100644 .eslintrc.js
 create mode 100644 package-lock.json
 create mode 100644 rfc/2560/package-lock.json
 create mode 100644 rfc/5280/package-lock.json
 create mode 100644 rfc/5280/test/fixtures/cert1.crl
 create mode 100644 rfc/5280/test/fixtures/cert4.crl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-asn1.js.git



More information about the Pkg-javascript-commits mailing list