[Pkg-privacy-commits] [libotr] 155/225: Imported Debian patch 4.0.0~rc3-1

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:22 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 cf91db1def1783cc7b0eec5c323d79e53236817b
Merge: 8696d8b 684f6fc
Author: Thibaut VARENE <varenet at debian.org>
Date:   Tue Aug 28 01:04:46 2012 +0200

    Imported Debian patch 4.0.0~rc3-1

 ChangeLog                                          |  58 ++++++-
 Protocol-v3.html                                   |  31 +++-
 UPGRADING                                          |  48 ++++++
 debian/changelog                                   |   6 +
 debian/control                                     |  10 +-
 ...libotr3-bin.copyright => libotr5-bin.copyright} |   0
 .../{libotr3-bin.install => libotr5-bin.install}   |   0
 ...libotr3-dev.copyright => libotr5-dev.copyright} |   0
 debian/{libotr3-dev.dirs => libotr5-dev.dirs}      |   0
 .../{libotr3-dev.install => libotr5-dev.install}   |   0
 src/auth.c                                         |  83 ++++++-----
 src/auth.h                                         |  15 +-
 src/context.c                                      |  94 +++++++++++-
 src/context_priv.c                                 |   4 +-
 src/context_priv.h                                 |   6 +-
 src/dh.c                                           |   1 -
 src/message.c                                      | 166 +++++++++++++++++----
 src/message.h                                      |  51 +++++++
 src/proto.c                                        |  10 ++
 src/sm.c                                           |  24 +++
 src/userstate.c                                    |   4 +-
 src/userstate.h                                    |   4 +-
 22 files changed, 518 insertions(+), 97 deletions(-)

diff --cc debian/changelog
index 549c31d,0000000..e41961b
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,106 -1,0 +1,112 @@@
++libotr (4.0.0~rc3-1) experimental; urgency=low
++
++  * New upstream pre-release
++
++ -- Thibaut VARENE <varenet at debian.org>  Tue, 28 Aug 2012 01:04:46 +0200
++
 +libotr (4.0.0~rc1-1) experimental; urgency=low
 +
 +  * New upstream pre-release (Closes: #685664)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Fri, 24 Aug 2012 17:14:22 +0200
 +
 +libotr (3.2.1-1) unstable; urgency=high
 +
 +  * Fix potential buffer overflow in base64 routines (Closes: #684121)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Tue, 07 Aug 2012 12:24:15 +0200
 +
 +libotr (3.2.0-4) unstable; urgency=low
 +
 +  * lintian cleanup:
 +    + remove dh_make template
 +    + switch to source format 3.0 quilt
 +    + fix missing copyright warning
 +    + fix debhelper build-depend versionning
 +    + add homepage field
 +
 + -- Thibaut VARENE <varenet at debian.org>  Mon, 26 Dec 2011 18:33:08 +0100
 +
 +libotr (3.2.0-3) unstable; urgency=low
 +
 +  * Ship libotr.pc (Closes: #590035)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Mon, 31 Oct 2011 20:44:01 +0100
 +
 +libotr (3.2.0-2.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Empty dependency_libs in libtool la file(s).
 +    http://wiki.debian.org/ReleaseGoals/LAFileRemoval Closes: #619674
 +
 + -- Andreas Metzler <ametzler at debian.org>  Sat, 18 Jun 2011 14:39:28 +0200
 +
 +libotr (3.2.0-2) unstable; urgency=low
 +
 +  * Fix outdated config.{sub,guess} (Closes: #529461)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Wed, 11 Nov 2009 16:47:13 +0100
 +
 +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 3cb97e2,0000000..2c91862
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,85 -1,0 +1,85 @@@
 +Source: libotr
 +Section: libs
 +Priority: optional
 +Maintainer: Thibaut VARENE <varenet at debian.org>
 +Build-Depends: debhelper (>= 7.0.0), libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0), autotools-dev
 +Standards-Version: 3.9.3
 +Homepage: http://www.cypherpunks.ca/otr/
 +
- Package: libotr3
++Package: libotr5
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
- Suggests: libotr3-bin (>= ${binary:Version})
++Suggests: libotr5-bin (>= ${binary:Version})
 +Conflicts: libotr2
 +Replaces: libotr0, libotr2
 +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: libotr3-bin
++Package: libotr5-bin
 +Section: misc
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Conflicts: libotr1-bin, libotr2-bin
 +Replaces: libotr1-bin, libotr2-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: libotr3-dev
++Package: libotr5-dev
 +Section: libdevel
 +Architecture: any
- Depends: libotr3 (= ${binary:Version}), libgcrypt11-dev, ${shlibs:Depends}, ${misc:Depends}
++Depends: libotr5 (= ${binary:Version}), libgcrypt11-dev, ${shlibs:Depends}, ${misc:Depends}
 +Suggests: pkg-config
 +Conflicts: libotr-dev, libotr1-dev, libotr2-dev
 +Replaces: libotr-dev, libotr0-dev, libotr1-dev, libotr2-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.
diff --cc debian/libotr5-bin.copyright
index 7099346,0000000..7099346
mode 100644,000000..100644
--- a/debian/libotr5-bin.copyright
+++ b/debian/libotr5-bin.copyright
diff --cc debian/libotr5-bin.install
index f250696,0000000..f250696
mode 100644,000000..100644
--- a/debian/libotr5-bin.install
+++ b/debian/libotr5-bin.install
diff --cc debian/libotr5-dev.copyright
index e65ac3a,0000000..e65ac3a
mode 120000,000000..120000
--- a/debian/libotr5-dev.copyright
+++ b/debian/libotr5-dev.copyright
diff --cc debian/libotr5-dev.dirs
index c174187,0000000..c174187
mode 100644,000000..100644
--- a/debian/libotr5-dev.dirs
+++ b/debian/libotr5-dev.dirs
diff --cc debian/libotr5-dev.install
index f95fc4f,0000000..f95fc4f
mode 100644,000000..100644
--- a/debian/libotr5-dev.install
+++ b/debian/libotr5-dev.install

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