[Pkg-privacy-commits] [libotr] 139/225: Imported Debian patch 3.1.0-1
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:15 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 e7c9d357d4c8b5f7a5be0dab4f497bbc1711cda0
Merge: 05a744e 950e41b
Author: Thibaut VARENE <varenet at debian.org>
Date: Mon Aug 20 21:24:29 2007 +0200
Imported Debian patch 3.1.0-1
AUTHORS | 2 +-
ChangeLog | 53 +
Makefile.am | 2 +-
Makefile.in | 141 +-
NEWS | 8 +
Protocol-v1.txt | 625 ----
Protocol-v2.html | 455 ++-
README | 40 +-
UPGRADING | 314 ++
aclocal.m4 | 244 +-
config.guess | 78 +-
config.sub | 109 +-
configure | 6965 ++++++++++++++++++---------------------
configure.ac | 4 +-
debian/changelog | 6 +
debian/control | 4 +-
debian/docs | 1 +
debian/rules | 2 +-
depcomp | 64 +-
install-sh | 348 +-
libotr.m4 | 2 +-
ltmain.sh | 2 +-
makedist | 7 -
missing | 61 +-
packaging/CVS/Entries | 1 +
packaging/CVS/Repository | 1 +
packaging/CVS/Root | 1 +
packaging/fedora/CVS/Entries | 2 +
packaging/fedora/CVS/Repository | 1 +
packaging/fedora/CVS/Root | 1 +
packaging/fedora/libotr.spec | 32 +-
src/Makefile.am | 4 +-
src/Makefile.in | 135 +-
src/auth.c | 2 +-
src/auth.h | 2 +-
src/b64.c | 11 +-
src/b64.h | 4 +-
src/context.c | 12 +-
src/context.h | 6 +-
src/dh.c | 2 +-
src/dh.h | 2 +-
src/mem.c | 2 +-
src/mem.h | 2 +-
src/message.c | 306 +-
src/message.h | 37 +-
src/privkey-t.h | 2 +-
src/privkey.c | 21 +-
src/privkey.h | 8 +-
src/proto.c | 107 +-
src/proto.h | 12 +-
src/serial.h | 2 +-
src/sm.c | 910 +++++
src/sm.h | 74 +
src/tests.c | 252 --
src/tlv.c | 2 +-
src/tlv.h | 8 +-
src/userstate.c | 2 +-
src/userstate.h | 2 +-
src/version.h | 6 +-
toolkit/Makefile.in | 132 +-
toolkit/ctrmode.c | 4 +-
toolkit/ctrmode.h | 4 +-
toolkit/otr_mackey.c | 2 +-
toolkit/otr_modify.c | 6 +-
toolkit/otr_parse.c | 2 +-
toolkit/otr_readforge.c | 5 +-
toolkit/otr_remac.c | 2 +-
toolkit/otr_sesskeys.c | 2 +-
toolkit/parse.c | 4 +-
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 +-
76 files changed, 6127 insertions(+), 5561 deletions(-)
diff --cc debian/changelog
index 20ded25,0000000..8250a6c
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,45 -1,0 +1,51 @@@
++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 2f60cc4,0000000..a5e8381
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.2
+
+Package: libotr2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
- Suggests: libotr2-bin (>= ${Source-Version})
++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 (= ${Source-Version}), ${shlibs:Depends}
++Depends: libotr2 (= ${binary:Version}), ${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.
diff --cc debian/docs
index 470f62e,0000000..e69898b
mode 100644,000000..100644
--- a/debian/docs
+++ b/debian/docs
@@@ -1,2 -1,0 +1,3 @@@
+README
+Protocol-v2.html
++UPGRADING
diff --cc debian/rules
index 012936f,0000000..476fa6e
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,98 -1,0 +1,98 @@@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ # Add here commands to configure the package.
+
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ # Add here commands to compile the package.
+ ./configure --with-pic --prefix=/usr --mandir=/usr/share/man
+ $(MAKE)
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ # Add here commands to clean up after the build process.
- -$(MAKE) clean
++ [ ! -f Makefile ] || $(MAKE) distclean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package
+ $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+# dh_installexamples
+ dh_install
+# dh_installmenu
+# dh_installdebconf
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_installinit
+# dh_installcron
+# dh_installinfo
+# dh_installman
+# dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_perl
+# dh_python
+ dh_makeshlibs -V
+ dh_installdeb
+ dh_shlibdeps -L libotr2 -l debian/libotr2/usr/lib
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--
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