[Pkg-privacy-commits] [codecrypt] branch master updated (f2f9441 -> 06ef0b0)
Mirek Kratochvil
exa-guest at moszumanska.debian.org
Tue Oct 31 21:03:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
exa-guest pushed a change to branch master
in repository codecrypt.
from f2f9441 Release 1.7.6-1 unstable
new 74d8b1f New upstream version 1.8
new 06ef0b0 Updated version 1.8 from 'upstream/1.8'
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:
INSTALL | 320 +++++++++++++++++++-------------------
Makefile.am | 6 +-
Makefile.in | 251 ++++++++++++++++++------------
README | 36 +++--
aclocal.m4 | 44 +++---
autogen.sh | 2 +-
configure | 103 ++++++++++--
configure.ac | 23 ++-
debian/changelog | 6 +
debian/control | 2 +-
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 +-
28 files changed, 1616 insertions(+), 582 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