[Pkg-privacy-commits] [codecrypt] branch upstream updated (d90d374 -> 74d8b1f)
Mirek Kratochvil
exa-guest at moszumanska.debian.org
Tue Oct 31 21:03:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
exa-guest pushed a change to branch upstream
in repository codecrypt.
from d90d374 New upstream version 1.7.6
new 74d8b1f New upstream version 1.8
The 1 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:
INSTALL | 320 +++++++++++++++++++-------------------
Makefile.am | 6 +-
Makefile.in | 251 ++++++++++++++++++------------
README | 36 +++--
aclocal.m4 | 44 +++---
autogen.sh | 2 +-
configure | 103 ++++++++++--
configure.ac | 23 ++-
depcomp | 6 +-
man/ccr.1 | 62 +++++++-
src/actions.cpp | 361 +++++++++++++++++++++++++------------------
src/actions.h | 29 +++-
src/arcfour.h | 43 +++++-
src/generator.h | 7 +-
src/keyring.cpp | 143 ++++++++++++-----
src/keyring.h | 81 +++++++---
src/main.cpp | 96 +++++++++---
src/message.cpp | 9 +-
src/privfile.cpp | 61 ++++++++
src/{base64.h => privfile.h} | 10 +-
src/pwrng.cpp | 99 ++++++++++++
src/pwrng.h | 90 +++++++++++
src/seclock.cpp | 135 ++++++++++++++++
src/seclock.h | 52 +++++++
src/symkey.cpp | 114 +++++++++++++-
src/symkey.h | 7 +-
26 files changed, 1609 insertions(+), 581 deletions(-)
create mode 100644 src/privfile.cpp
copy src/{base64.h => privfile.h} (80%)
create mode 100644 src/pwrng.cpp
create mode 100644 src/pwrng.h
create mode 100644 src/seclock.cpp
create mode 100644 src/seclock.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/codecrypt.git
More information about the Pkg-privacy-commits
mailing list