[Pkg-privacy-commits] [codecrypt] 02/02: Updated version 1.8 from 'upstream/1.8'

Mirek Kratochvil exa-guest at moszumanska.debian.org
Tue Oct 31 21:03:22 UTC 2017


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

exa-guest pushed a commit to branch master
in repository codecrypt.

commit 06ef0b01ad8df67b183266e08b9bf0e010fedb2e
Merge: f2f9441 74d8b1f
Author: Mirek Kratochvil <exa.exa at gmail.com>
Date:   Tue Oct 31 21:49:13 2017 +0100

    Updated version 1.8 from 'upstream/1.8'
    
    with Debian dir aa929f142bacf85e42c2ea3fb1417bc8334de656

 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/{symkey.h => privfile.h} |  33 +---
 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(+), 605 deletions(-)

diff --cc debian/changelog
index 6a61acc,0000000..98d27d8
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,26 -1,0 +1,32 @@@
++codecrypt (1.8-1) UNRELEASED; urgency=medium
++
++  * New upstream version 1.8
++
++ -- Mirek Kratochvil <exa.exa at gmail.com>  Tue, 31 Oct 2017 21:51:51 +0100
++
 +codecrypt (1.7.6-1) unstable; urgency=medium
 +
 +  [ Mirek Kratochvil ]
 +  * Upstream release 1.7.6
 +
 +  [ Ximin Luo ]
 +  * Update to latest Standards-Version; no changes needed.
 +
 + -- Mirek Kratochvil <exa.exa at gmail.com>  Wed, 12 Jul 2017 22:03:49 +0200
 +
 +codecrypt (1.7.5-1) unstable; urgency=medium
 +
 +  [ Ximin Luo ]
 +  * Use HTTPS links in debian/copyright.
 +  * Set maintainer to the pkg-privacy team.
 +
 +  [ Mirek Kratochvil ]
 +  * Upstream release 1.7.5 (Closes: #822626)
 +
 + -- Mirek Kratochvil <exa.exa at gmail.com>  Thu, 28 Apr 2016 18:08:28 +0200
 +
 +codecrypt (1.7.4-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #814462)
 +
 + -- Mirek Kratochvil <exa.exa at gmail.com>  Sun, 17 Apr 2016 16:22:45 +0200
diff --cc debian/control
index 55fedd5,0000000..de7a462
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,18 -1,0 +1,18 @@@
 +Source: codecrypt
 +Section: utils
 +Priority: optional
 +Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers at lists.alioth.debian.org>
 +Uploaders: Mirek Kratochvil <exa.exa at gmail.com>
 +Build-Depends: debhelper (>= 9), dh-autoreconf, libgmp-dev, libcrypto++-dev, libfftw3-dev, pkg-config
- Standards-Version: 4.0.0
++Standards-Version: 4.1.1
 +Homepage: http://e-x-a.org/codecrypt
 +Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/codecrypt.git
 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/codecrypt.git
 +
 +Package: codecrypt
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: post-quantum encryption and signing tool
 + Codecrypt is a quantum-computer-resistant cryptography tool that can be used
 + to encrypt, decrypt, sign and verify documents and communications in a manner
 + similar to GnuPG or PGP.

-- 
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