[Pkg-privacy-commits] [libotr] annotated tag debian/4.1.0-1 created (now 2086af0)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:46:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to annotated tag debian/4.1.0-1
in repository libotr.
at 2086af0 (tag)
tagging 7cf035d0728bbe1a8210563d671830704e5beb2b (commit)
replaces debian/4.0.0-3
tagged by intrigeri
on Wed Oct 22 07:05:59 2014 +0000
- Log -----------------------------------------------------------------
libotr Debian release 4.1.0-1
-----BEGIN PGP SIGNATURE-----
iQIcBAABCgAGBQJUR1dXAAoJELrOFdKldJj/NaEP/175TTkBHiZ/IMg/M8EoIJ08
P+8p4hudzbeDwglCs0HYROMae7cXKG/DLFAOzNxc9SMFxZgg9xkkfwRBeqDowmtn
8EX67BpmPLKWjjwKfs1Be+8P0L0XnWvGE5tIneavfpRMuOdHVQKTwT4aFxwrkEFz
c//VWxODxg3TrSO4BSU58MEEXOOzAIOLxAUSnMiKhU9oh0Pdhv/PUp1vl++krWum
4gMO39+54gWWYTAxa7KKePc2cNn/Dn5xG/n8gW6emmp5YQZYMWGHU4WSv5EGomhU
qip47q0ulCUrjOOZOyN+iQoZdHwcCp3FL+hXgfqOr5ZCuDNdUMt151CfZ0dmxzdt
XPEMQeph/xi4M7xkmBFXxKS7cAjtXN9VugtMXz+IwNJOKN7Ol5j7Ki6V/5VOA86D
kpJXsaYpJCYhLdefsimjTzP6CCf9er3t9knZ7pGLayeaVF/vANuMYn2OBFP4v1GV
Q6nEKhjA5R9wTuNkl2AKGPvd2aHDvC3V9nw03Vu2o4rUWRJhmelaPKmZPmFJg2UO
kizZYL2VBB83GPFmjfshy7lHAVQx8cNZX6MmbxMhZwVpOzD2A8E9e1fQvUalaDGg
J0TBUsHTS+1UBWo3VX1WC9jrszREARRRzkJqWwuzLEntDMZbnGbyLQZHSpMxeOg+
/aHQ6uNSoehY60GuZlsw
=SZM0
-----END PGP SIGNATURE-----
Andreas Schlick (1):
Copy lastmessage to the newly created context.
Arlo Breault (1):
Fix: typo in message.h
David Goulet (8):
Fix: pass opdata when sending message fragment
Add .gitignore
Add bootstrap script
Modernize autoconf build system
Add comment to clarify memory comparison in auth.c
Fix: possible memory leak in otrl_message_sending
Fix: memory leak in fragment reassembly
Fix: otrl_context_forget() wrong check in iter loop
Ian Goldberg (61):
Make compilation clean with -Wall
Fix a potential, but unlikely, NULL pointer dereference
Mark the version as "beta1" in configure.ac
Put new child contexts in the right order in the context list
Make the test match the order of the previous tests
Package Protocol-v3.html, not v2 any more
Fix sign-extension potential problem on 64-bit machines
Use ceil instead of floor to compute the size of the data buffer.
More thorough base64 fix
One more otrl_base64_decode in the toolkit
#define the magic value 45 (the length of a human-readable fingerprint)
Remove some compilation warnings from context.[ch]
Fix memory leak in otrl_auth_handle_signature
Fix two memory leaks and some NULL pointer handling in message.c
Fix a broken malloc NULL return check in privkey.c
Permit, but check, a NULL pointer passed to otrl_proto_instance()
Fix memory leaks in sm.c
Don't call memmove with NULL args, even if the length is 0
Protect against a possible future NULL pointer dereference
Change two malloc+strcpy into strdup
Better handling of malformed OTRv3 fragments
Add a ChangeLog entry for the changes from Paul's report
Don't call memchr(foo,'\0',-1) even if it has no ill effects.
Build cleanly with -Wall -Wextra -Wformat-security -Wno-unused-parameter
Release 4.0.0
Repair logic for copying master auth context to child
Trivial fix to indentation
Add functions to dump the state of a context
Trigger a context dump when a special debug string is typed
Inform the user at startup if debugging is available
Add the ability to dump *all* contexts
ChangeLog entry for debug code
Don't do the "check which key is bigger" dance with the master context
Don't copy auth states on receipt of a COMMIT message
ChangeLog entry for fixes to COMMIT handling
Avoid improperly updating recent_sent_child field
Add otrl_ to the names of two exported context_priv functions
Document the v3 whitespace tag, and better document the extra symmetric key.
Record the time the last COMMIT was sent from a master context
Add a timer_control callback to OtrlMessageAppOps
Don't have otrl_init call exit(1)
Remove trailing whitespace from source lines
Release 4.0.0
Make linker hardening [DEP, ALSR] work on Windows builds.
Workaround for a crash bug in libgcrypt affecting otr_sesskeys
Fedora spec file for 4.x from Paul Wouters <paul at cypherpunks.ca>
Random exponents in SMP should be 1536 bits
Add some missing ChangeLog entries, based on the git commit messages
Fix warning from clang in proto.c
Change URL of OTR website to be https
Avoid crash even if otrl_proto_query_bestversion is misused
Use a constant-time memory comparison for safety.
Catch up the ChangeLog
Correctly count the number of actions an OTR client must handle.
The lists.cypherpunks.ca URLs in the README should be https://
Bump version number to 4.1.0
Update NEWS for 4.1.0
Add David and bump the copyright date for files recently modified
Slight cleanup to mingw build instructions
Use parallel grammar in the NEWS list
Release 4.1.0
Jacob Appelbaum (2):
Add new compiler and linker hardening options
Add new OTR_CHECK_CFLAGS/LDFLAGS options
Julien Voisin (3):
Fix: use gcrypt secure memory allocation
Fix memory leak
Fix: add missing declarations to context.h
Rob Smits (12):
2012-04-30:
2012-04-30
* src/instag.c:
Updating changelog
Protocol-v3.html: Draft protocol v3 doc
src/instag.c: Fixed issue with last commit
Updating FSF address
Fixes from code review.
Updates from code review round 2.
Preparing for 4.0.0-beta1 release.
Context was still not getting added to correct location sometimes.
context_find_recent_secure_instance now prefers finished over not private.
cialexan (2):
Added version 3.1.0 changes to protocol v2 document
updated README files for SMP, fragmentation
cypherpunk (58):
Initial revision
* src/privkey.c (otrl_privkey_read_fingerprints): Allow fields,
* libotr.m4: Fixed a bug which made configure fail to find the
* Fri Jun 17 2005 Tom "spot" Callaway <tcallawa at redhat.com>
* Sat Jun 19 2005 Paul Wouters <paul at cypherpunks.ca>
* README:
packaging
fedora packaging, from Paul
* src/tlv.h:
* src/message.h:
Added bug number to ChangeLog entry.
* Protocol: Added section describing fragments.
* src/mem.c: Don't do arithmetic on void pointers.
* toolkit/otr_parse.c (parse): Ignore MACs that are too short,
All-new implementation of version 2 AKE.
Major overhaul with implementation of version 2 AKE.
* packaging/fedora/libotr.spec: Patches from Paul
* src/context.h:
* src/auth.h:
Update Protocol documentation to reflect new Data Message.
Clarified the definition of the new Flags field in the Data Message
Made the documentation match the new version of the otr toolkit
* src/message.c: Use the gone_secure callback instead of the
* Protocol-v2.html: Clarified the uniqueness conditions for the
Ready for 3.0.0 release
* README:
.
* src/proto.h: Fix typo in policy #defines.
* src/message.c: Fix a typo, thanks to Anton Blanchard
* src/auth.c (otrl_auth_handle_v1_key_exchange): Fix
* src/context.h: Change "struct fingerprint" to "struct
* Protocol-v2.html: Fix a typo, and correct the documentation
* src/privkey.h:
Allowed passing NULL to the new FILEp functions.
Merged Version_3_Dev branch
Touched up UPGRADING, added it to EXTRA_DIST
Fixes to libotr.spec from Paul
* src/message.c: Behave sanely if we receive a totally malformed
* src/sm.c:
*** empty log message ***
One more size_t
spec file patch from Paul
Touched up Protocol-v2.html
Release 3.1.0
* UPGRADING: Update documentation.
Added libotr.pc.in
* UPGRADING: Clarify what was new in 3.1.0, what was changed
* README: Release version 3.2.0.
* version.h: Change version number to 4.0.0 (but still far from
* message.c:
Clean up the "received symkey" callback.
Support for applications requesting an extra session key
Slightly better documentation for the otrl_message_symkey function.
* configure.ac: Update libtool version to match 4.0.0.
* src/privkey.h:
* src/proto.c: gcc 4.2 with -O2 assumes that integer overflow
2009-04-28:
* Protocol-v2.html: Edits from Göran Weinholt
intrigeri (16):
Migrate back to source format 3.0 (quilt), as per new team policy.
Add DEP-3 headers to quilt patch.
Drop unsupported italics from extended description. (Closes: #747271)
New snapshot.
Merge tag 'upstream/4.1.0_rc1'
Imported Upstream version 4.1.0~rc1
Drop all patches: applied upstream.
New snapshot: imported upstream release 4.1.0~rc1.
Import upstream signing key where uscan looks for it.
debian/watch: enable OpenPGP signature verification.
Imported Upstream version 4.1.0
Merge tag 'upstream/4.1.0' into experimental
Declare compliance with Standards-Version 3.9.6 (no change required).
Use cgit for the Vcs-Browser control field.
Reformat debian/control with cme fix.
libotr (4.1.0-1)
jvoisin (1):
Refactor otrl_mem_differ()
marshal (1):
Fix: typo in README and context.c comment
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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