[Pkg-privacy-commits] [libotr] 141/225: Imported Debian patch 3.2.0-1~bpo40+1
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository libotr.
commit 16e4ef232d30058313904967c51f44f3671b07a9
Merge: cc2bcfc ff6669b
Author: Micah Anderson <micah at debian.org>
Date: Tue Sep 9 15:49:23 2008 -0600
Imported Debian patch 3.2.0-1~bpo40+1
ChangeLog | 35 +++++++++++++
Makefile.am | 5 +-
Makefile.in | 58 +++++++++++++++------
NEWS | 4 ++
README | 6 +--
UPGRADING | 133 ++++++++++++++++++++++++++++--------------------
configure | 7 +--
configure.ac | 6 +--
debian/changelog | 12 +++++
debian/control | 2 +-
libotr.pc.in | 11 ++++
src/auth.c | 2 +-
src/auth.h | 2 +-
src/b64.c | 2 +-
src/b64.h | 2 +-
src/context.c | 2 +-
src/context.h | 2 +-
src/dh.c | 2 +-
src/dh.h | 2 +-
src/mem.c | 2 +-
src/mem.h | 2 +-
src/message.c | 108 ++++++++++++++++++++++++++++-----------
src/message.h | 8 ++-
src/privkey-t.h | 2 +-
src/privkey.c | 2 +-
src/privkey.h | 2 +-
src/proto.c | 2 +-
src/proto.h | 2 +-
src/serial.h | 2 +-
src/sm.c | 23 ++++++++-
src/sm.h | 13 ++++-
src/tlv.c | 2 +-
src/tlv.h | 5 +-
src/userstate.c | 2 +-
src/userstate.h | 2 +-
src/version.h | 6 +--
toolkit/ctrmode.c | 2 +-
toolkit/ctrmode.h | 2 +-
toolkit/otr_mackey.c | 2 +-
toolkit/otr_modify.c | 2 +-
toolkit/otr_parse.c | 2 +-
toolkit/otr_readforge.c | 2 +-
toolkit/otr_remac.c | 2 +-
toolkit/otr_sesskeys.c | 2 +-
toolkit/parse.c | 2 +-
toolkit/parse.h | 2 +-
toolkit/readotr.c | 2 +-
toolkit/readotr.h | 2 +-
toolkit/sesskeys.c | 2 +-
toolkit/sesskeys.h | 2 +-
toolkit/sha1hmac.c | 2 +-
toolkit/sha1hmac.h | 2 +-
52 files changed, 357 insertions(+), 155 deletions(-)
diff --cc debian/changelog
index 17a3a2d,0000000..4f7d2ba
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,57 -1,0 +1,69 @@@
++libotr (3.2.0-1~bpo40+1) etch-backports; urgency=low
++
++ * Backport testing version for backports.org (no source changes)
++
++ -- Micah Anderson <micah at debian.org> Tue, 9 Sep 2008 15:49:23 -0600
++
++libotr (3.2.0-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Thibaut VARENE <varenet at debian.org> Sun, 22 Jun 2008 22:48:01 +0200
++
+libotr (3.1.0-2) unstable; urgency=low
+
+ * Closes: #459458: -dev package now depends on libgcrypt11-dev
+
+ -- Thibaut VARENE <varenet at debian.org> Sun, 13 Jan 2008 18:42:33 +0100
+
+libotr (3.1.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Thibaut VARENE <varenet at debian.org> Mon, 20 Aug 2007 21:24:29 +0200
+
+libotr (3.0.0+cvs20070515-1) unstable; urgency=low
+
+ * Upstream snapshot to work with pidgin-otr (Closes: #423722)
+
+ -- Thibaut VARENE <varenet at debian.org> Tue, 15 May 2007 18:55:22 +0200
+
+libotr (3.0.0-2) unstable; urgency=low
+
+ * Fix typo: "malformed messahes" (Closes: #345400)
+
+ -- Thibaut VARENE <varenet at debian.org> Mon, 2 Jan 2006 19:52:18 +0100
+
+libotr (3.0.0-1) unstable; urgency=low
+
+ * New upstream release (closes: #337851)
+ * Support for OTR protocol version 2
+
+ -- Thibaut VARENE <varenet at debian.org> Sat, 19 Nov 2005 00:08:41 +0100
+
+libotr (2.0.2-1) unstable; urgency=high
+
+ * New upstream release
+ * Fixes a potential security issue (buffer overflow in src/privkey.c)
+
+ -- Thibaut VARENE <varenet at debian.org> Mon, 16 May 2005 18:53:59 +0200
+
+libotr (2.0.1-1) unstable; urgency=low
+
+ * New upstream release
+ * First Debian upload (closes: #291261)
+
+ -- Thibaut VARENE <varenet at debian.org> Wed, 23 Feb 2005 20:20:06 +0100
+
+libotr (2.0.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- OTR Dev Team <otr at cypherpunks.ca> Tue, 08 Feb 2005 15:00:13 -0500
+
+libotr (1.99.0-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- OTR Dev Team <otr at cypherpunks.ca> Wed, 02 Feb 2005 09:37:01 -0500
+
diff --cc debian/control
index c5ce9d2,0000000..24a0c92
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,83 -1,0 +1,83 @@@
+Source: libotr
+Section: libs
+Priority: optional
+Maintainer: Thibaut VARENE <varenet at debian.org>
+Build-Depends: debhelper (>= 4.0.0), libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0)
- Standards-Version: 3.7.3
++Standards-Version: 3.8.0
+
+Package: libotr2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: libotr2-bin (>= ${binary:Version})
+Replaces: libotr0
+Description: Off-the-Record Messaging library
+ Off-the-Record (OTR) Messaging Library and Toolkit
+ .
+ OTR allows you to have private conversations over IM by providing:
+ - Encryption
+ - No one else can read your instant messages.
+ - Authentication
+ - You are assured the correspondent is who you think it is.
+ - Deniability
+ - The messages you send do _not_ have digital signatures that are
+ checkable by a third party. Anyone can forge messages after a
+ conversation to make them look like they came from you. However,
+ _during_ a conversation, your correspondent is assured the messages
+ he sees are authentic and unmodified.
+ - Perfect forward secrecy
+ - If you lose control of your private keys, no previous conversation
+ is compromised.
+
+Package: libotr2-bin
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends}
+Conflicts: libotr1-bin
+Replaces: libotr1-bin
+Description: toolkit for Off-the-Record Messaging library
+ Off-the-Record (OTR) Messaging Library toolkit
+ .
+ OTR allows you to have private conversations over IM by providing:
+ - Encryption
+ - No one else can read your instant messages.
+ - Authentication
+ - You are assured the correspondent is who you think it is.
+ - Deniability
+ - The messages you send do _not_ have digital signatures that are
+ checkable by a third party. Anyone can forge messages after a
+ conversation to make them look like they came from you. However,
+ _during_ a conversation, your correspondent is assured the messages
+ he sees are authentic and unmodified.
+ - Perfect forward secrecy
+ - If you lose control of your private keys, no previous conversation
+ is compromised.
+ .
+ This package contains the program files for the OTR library.
+
+Package: libotr2-dev
+Section: libdevel
+Architecture: any
+Depends: libotr2 (= ${binary:Version}), libgcrypt11-dev, ${shlibs:Depends}
+Conflicts: libotr-dev, libotr1-dev
+Replaces: libotr-dev, libotr0-dev, libotr1-dev
+Description: Off-the-Record Messaging library development files
+ Off-the-Record (OTR) Messaging Library
+ .
+ OTR allows you to have private conversations over IM by providing:
+ - Encryption
+ - No one else can read your instant messages.
+ - Authentication
+ - You are assured the correspondent is who you think it is.
+ - Deniability
+ - The messages you send do _not_ have digital signatures that are
+ checkable by a third party. Anyone can forge messages after a
+ conversation to make them look like they came from you. However,
+ _during_ a conversation, your correspondent is assured the messages
+ he sees are authentic and unmodified.
+ - Perfect forward secrecy
+ - If you lose control of your private keys, no previous conversation
+ is compromised.
+ .
+ This package contains the header files and static libraries needed to
+ develop applications using libotr.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list