[Debian-iot-packaging] [libjwt] branch master updated (9238f79 -> 5118601)
Thorsten Alteholz
alteholz at moszumanska.debian.org
Sat Jan 27 18:57:41 UTC 2018
This is an automated email from the git hooks/post-receive script.
alteholz pushed a change to branch master
in repository libjwt.
from 9238f79 Import Debian changes 1.8.0+dfsg-2
new 750e80c Import Upstream version 1.9.0
new 5118601 Import Debian changes 1.9.0-1
The 2 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:
CMakeLists.txt | 67 +++++
MPL-2.0 | 373 +++++++++++++++++++++++++++
README.md | 4 +-
cmake/FindCheck.cmake | 56 +++++
cmake/FindJansson.cmake | 27 ++
configure.ac | 2 +-
debian/changelog | 8 +
debian/compat | 2 +-
debian/control | 13 +-
debian/patches/use-b64.patch | 46 ++--
doxygen.cfg | 2 +-
images/LibJWT.svg | 588 +++++++++++++++++++++++++++++++++++++++++++
include/jwt.h | 148 ++++++++---
libjwt/CMakeLists.txt | 92 +++++++
libjwt/Makefile.am | 2 +-
libjwt/jwt-gnutls.c | 16 +-
libjwt/jwt-openssl.c | 22 +-
libjwt/jwt-private.h | 16 +-
libjwt/jwt.c | 123 +++++----
m4/ax_code_coverage.m4 | 5 +-
tests/CMakeLists.txt | 20 ++
tests/jwt_grant.c | 59 +++++
22 files changed, 1536 insertions(+), 155 deletions(-)
create mode 100644 CMakeLists.txt
create mode 100644 MPL-2.0
create mode 100644 cmake/FindCheck.cmake
create mode 100644 cmake/FindJansson.cmake
create mode 100644 images/LibJWT.svg
create mode 100644 libjwt/CMakeLists.txt
create mode 100644 tests/CMakeLists.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/libjwt.git
More information about the Debian-iot-packaging
mailing list