[Pkg-javascript-commits] [node-asn1.js] branch master updated (d047200 -> 3fedd94)
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 12:18:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a change to branch master
in repository node-asn1.js.
from d047200 record new upstream branch created by importing node-asn1.js_5.0.0.orig.tar.gz
adds e139ad8 5280: fix CertificateList API typo
adds 68be63f 5280: fix revoked certificate decoding
adds d5406a7 5280: 1.2.2
adds c8ce243 5280: proper enum for `ReasonCode`
adds 2f6feb7 5280: major bump 2.0.0
adds ea2496e 2560: fix invalid reference
adds a773972 2560: 4.0.4
adds 4ef804b 2560: bump dependency
adds 2b7157d 2560: 4.0.5
adds 0abb73e lib: correct spelling mistake
adds 9cea4d8 lib: static dependency resolution
adds 9d6cf10 rfc: bump packages
adds a67b5b5 4.9.2
adds ddbca8b lib: port to ES6 const/let
adds 64d16bc test: use let/const in tests
adds 0c3fcb9 rfc: es6 let/const everywhere!
adds 62114e6 4.10.0
adds bb5c8a8 rfc: bump versions
adds be974b2 readme: update copyright
adds 83d1a2f 5.0.0
adds 88b338c Import node-asn1.js_5.0.0.orig.tar.gz
adds 3620bdf Import node-asn1.js_5.0.0.orig.tar.gz
adds d1fd674 Replace minimalistic-assert by assert
new 1ec51e5 merge patched into master
new 202c92c New upstream version
new eca8ced Use multiple mocha
new e045fc4 Use local copy of rfc package
new c92bde2 merge patched into master
new 9e5ff14 Use local copy of rfc package
new 3fedd94 merge patched into master
The 7 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 +-
debian/.git-dpm | 6 +-
debian/changelog | 11 +-
debian/control | 6 +-
...001-Replace-minimalistic-assert-by-assert.patch | 22 +-
.../0002-Use-local-copy-of-rfc-package.patch | 25 +
debian/patches/series | 1 +
debian/rules | 13 +-
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 +-
43 files changed, 2575 insertions(+), 632 deletions(-)
create mode 100644 .eslintrc.js
create mode 100644 debian/patches/0002-Use-local-copy-of-rfc-package.patch
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