[Pkg-privacy-commits] [libotr] branch master created (now 0bcac98)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:44:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to branch master
in repository libotr.
at 0bcac98 hand over package to pkg-privacy team
This branch includes the following new commits:
new a4def92 Initial revision
new 5193489 * src/privkey.c (otrl_privkey_read_fingerprints): Allow fields, particularly accountnames, to contain spaces. Closes #1198379.
new f09eca0 * libotr.m4: Fixed a bug which made configure fail to find the libotr header files if they weren't in the standard place.
new 1edc192 * Fri Jun 17 2005 Tom "spot" Callaway <tcallawa at redhat.com> - reworked for Fedora Extras
new e05433a * Sat Jun 19 2005 Paul Wouters <paul at cypherpunks.ca> - Fixed defattr, groups, description and duplicate files in devel
new cd547a8 * README: * configure.ac: * packaging/fedora/libotr.spec: * src/version.h: Change version to 3.0.0
new 8dae2df packaging
new 8170801 fedora packaging, from Paul
new 9e2d31a * src/tlv.h: * src/tlv.c (otrl_tlv_new, otrl_tlv_parse): Add missing "const"s.
new f382e0b * src/message.h: * src/message.c: Move ops to be the first param of new_fingerprint, as it is with all the other callbacks.
new e3acc14 Added bug number to ChangeLog entry.
new 67b9ce4 * Protocol: Added section describing fragments.
new 98617d5 * src/mem.c: Don't do arithmetic on void pointers.
new bcc90e3 * toolkit/otr_parse.c (parse): Ignore MACs that are too short, rather than going into an infinite loop.
new e1b4013 All-new implementation of version 2 AKE.
new 2d59077 Major overhaul with implementation of version 2 AKE.
new 3edf39a * packaging/fedora/libotr.spec: Patches from Paul
new 08ebff9 * src/context.h: * src/context.c: Added protocol_version as an explicit field in the ConnContext.
new 2248483 * src/auth.h: * src/auth.c: * src/message.c: Ensure version 2 AKEs are always done with fresh D-H parameters.
new 2e30bd6 Update Protocol documentation to reflect new Data Message.
new f6bd607 Clarified the definition of the new Flags field in the Data Message
new 8266f41 Made the documentation match the new version of the otr toolkit
new b0e7c4f * src/message.c: Use the gone_secure callback instead of the still_secure callback if the other side changes its fingerprint.
new 65fc0b1 * Protocol-v2.html: Clarified the uniqueness conditions for the counter.
new c1e37dc Ready for 3.0.0 release
new 63802c9 * README: * src/version.h: Release version 3.0.0
new f108542 .
new 5e1f5b5 * src/proto.h: Fix typo in policy #defines.
new e3dbe74 * src/message.c: Fix a typo, thanks to Anton Blanchard <anton at samba.org>.
new 575fee5 * src/auth.c (otrl_auth_handle_v1_key_exchange): Fix uninitialized variable received_pub.
new f27916c * src/context.h: Change "struct fingerprint" to "struct s_fingerprint" to appease some C++ compilers.
new 58fd90c * Protocol-v2.html: Fix a typo, and correct the documentation regarding when MAC keys are revealed.
new ab3c050 * src/privkey.h: * src/privkey.c: Add routines to read and write privkey and fingerprint data to FILE*s, instead of to filenames.
new 38035d0 Allowed passing NULL to the new FILEp functions. Open all files in binary mode (on Win32).
new 0263793 Merged Version_3_Dev branch
new d088390 Touched up UPGRADING, added it to EXTRA_DIST
new 7c28ec8 Fixes to libotr.spec from Paul
new b65d8de * src/message.c: Behave sanely if we receive a totally malformed SMP message.
new 298d6aa * src/sm.c: * src/message.c: ISO C cleanups (no mixing declarations with code)
new 2db143e *** empty log message ***
new 001c166 One more size_t
new 9e88aab spec file patch from Paul
new 3a8050d Added version 3.1.0 changes to protocol v2 document
new b1909f8 Touched up Protocol-v2.html
new 0958756 updated README files for SMP, fragmentation
new 5839381 Release 3.1.0
new dc7438a * UPGRADING: Update documentation.
new f765f75 Added libotr.pc.in
new 4c92586 * UPGRADING: Clarify what was new in 3.1.0, what was changed in 3.2.0.
new 2deecec * README: Release version 3.2.0.
new a2f9a49 * version.h: Change version number to 4.0.0 (but still far from release).
new a91b8c4 * message.c: * dh.h: * dh.c: Support for applications requesting an extra session key that can be used for things like file transfers. (Almost done.)
new 67b8799 Clean up the "received symkey" callback.
new 7446402 Support for applications requesting an extra session key that can be used for things like file transfers.
new 4030eff Slightly better documentation for the otrl_message_symkey function.
new a98cd12 * configure.ac: Update libtool version to match 4.0.0.
new 7e3eda6 * src/privkey.h: * src/privkey.c: Add otrl_privkey_generate_cancel to handle the case that the background key generation thread is cancelled or fails.
new 4fda5a7 * src/proto.c: gcc 4.2 with -O2 assumes that integer overflow never occurs when optimizing away tests, including those for integer overflow. The code was made more specific.
new f6a3018 2009-04-28:
new 31efa5e * Protocol-v2.html: Edits from Göran Weinholt <goran at weinholt.se>
new c87b3fe 2012-04-30:
new a8fa6c9 2012-04-30 * packaging/fedora/libotr.spec: Including Paul Wouters's updated libotr.spec file from 2009-06-12
new 8a66d77 Make compilation clean with -Wall
new d1c4a81 Fix a potential, but unlikely, NULL pointer dereference
new da2f94e * src/instag.c: * src/message.c: Returning proper gcry types to avoid compile warnings (detected on 64-bit environments).
new 760572d Updating changelog
new d44b60d Protocol-v3.html: Draft protocol v3 doc UPGRADING: Draft upgrading doc src/instag.c: Adding warning to instag file
new 289c582 src/instag.c: Fixed issue with last commit
new 3a3df83 Updating FSF address
new 7ffba65 Fixes from code review.
new d096d09 Updates from code review round 2.
new 5b645d1 Preparing for 4.0.0-beta1 release.
new 697dd26 Mark the version as "beta1" in configure.ac
new c8e9f09 Put new child contexts in the right order in the context list
new fbce3d1 Context was still not getting added to correct location sometimes.
new 172dcf7 Make the test match the order of the previous tests
new bfabc73 context_find_recent_secure_instance now prefers finished over not private. Preparing for 4.0.0-beta2.
new b2d7de0 Package Protocol-v3.html, not v2 any more
new 8afbb7d Fix sign-extension potential problem on 64-bit machines
new aa8cf9d Use ceil instead of floor to compute the size of the data buffer.
new 9ee9267 More thorough base64 fix
new fe57dd8 One more otrl_base64_decode in the toolkit
new e31c21d #define the magic value 45 (the length of a human-readable fingerprint)
new c330114 Remove some compilation warnings from context.[ch]
new 0679336 Fix memory leak in otrl_auth_handle_signature
new 5251c15 Fix two memory leaks and some NULL pointer handling in message.c
new 64fb434 Fix a broken malloc NULL return check in privkey.c
new be9e0f1 Permit, but check, a NULL pointer passed to otrl_proto_instance()
new 4d986d0 Fix memory leaks in sm.c
new c52fb15 Don't call memmove with NULL args, even if the length is 0
new 85abd24 Protect against a possible future NULL pointer dereference
new fe3db7b Change two malloc+strcpy into strdup
new c73a5d6 Better handling of malformed OTRv3 fragments
new d5ba80c Add a ChangeLog entry for the changes from Paul's report
new b46d126 Don't call memchr(foo,'\0',-1) even if it has no ill effects.
new 3ef9e0f Add new compiler and linker hardening options
new 2fb5501 Add new OTR_CHECK_CFLAGS/LDFLAGS options
new 9acd95d Build cleanly with -Wall -Wextra -Wformat-security -Wno-unused-parameter
new 85f6044 Release 4.0.0
new a0996aa Repair logic for copying master auth context to child
new ba2292d Trivial fix to indentation
new 6dd1ba4 Add functions to dump the state of a context
new edf738f Trigger a context dump when a special debug string is typed
new 176afff Inform the user at startup if debugging is available
new 6914b6b Add the ability to dump *all* contexts
new 4d6d7f4 ChangeLog entry for debug code
new a7dc24c Don't do the "check which key is bigger" dance with the master context
new 543b9d6 Don't copy auth states on receipt of a COMMIT message
new 15edb64 ChangeLog entry for fixes to COMMIT handling
new fcce387 Avoid improperly updating recent_sent_child field
new 0e10a59 Add otrl_ to the names of two exported context_priv functions
new 7c66924 Document the v3 whitespace tag, and better document the extra symmetric key.
new 86e6cc3 Record the time the last COMMIT was sent from a master context
new d0eef09 Add a timer_control callback to OtrlMessageAppOps
new ec38ddb Don't have otrl_init call exit(1)
new 9a90e5e Remove trailing whitespace from source lines
new 31b6e9f Release 4.0.0
new 93cffe9 Make linker hardening [DEP, ALSR] work on Windows builds.
new 939e74d Copy lastmessage to the newly created context.
new d748757 Fix: pass opdata when sending message fragment
new b296796 Workaround for a crash bug in libgcrypt affecting otr_sesskeys
new b750fc9 Fedora spec file for 4.x from Paul Wouters <paul at cypherpunks.ca>
new 3f2fe39 Random exponents in SMP should be 1536 bits
new 68ed76e Add some missing ChangeLog entries, based on the git commit messages
new f0f8a26 Fix warning from clang in proto.c
new 2317848 Change URL of OTR website to be https
new 262d052 Avoid crash even if otrl_proto_query_bestversion is misused
new 3172d79 Use a constant-time memory comparison for safety.
new 9e41472 Imported Upstream version 2.0.1
new 22d2e36 Imported Debian patch 2.0.1-1
new c8c90eb Imported Debian patch 2.0.2-1
new fa3c71a Imported Upstream version 2.0.2
new 285feb6 Imported Debian patch 3.0.0-1
new 2fc878e Imported Upstream version 3.0.0
new 9c9501f Imported Debian patch 3.0.0-2
new 619af41 Imported Upstream version 3.0.0+cvs20070515
new 05a744e Imported Debian patch 3.0.0+cvs20070515-1
new 950e41b Imported Upstream version 3.1.0
new e7c9d35 Imported Debian patch 3.1.0-1
new cc2bcfc Imported Debian patch 3.1.0-2
new 16e4ef2 Imported Debian patch 3.2.0-1~bpo40+1
new ff6669b Imported Upstream version 3.2.0
new b26e4e5 Imported Debian patch 3.2.0-1
new e78b95c Imported Debian patch 3.2.0-2
new 7339b83 Imported Debian patch 3.2.0-2+squeeze1
new d1c0424 Imported Debian patch 3.2.0-2.1
new 96bfa08 Imported Debian patch 3.2.0-3
new 2c4474b Imported Debian patch 3.2.0-4
new ad124e5 Imported Debian patch 3.2.1-1
new 8304186 Imported Upstream version 3.2.1
new d73497f Imported Debian patch 3.2.1-1+deb7u1
new 68df321 Imported Upstream version 4.0.0~rc1
new 8696d8b Imported Debian patch 4.0.0~rc1-1
new 684f6fc Imported Upstream version 4.0.0~rc3
new cf91db1 Imported Debian patch 4.0.0~rc3-1
new a212527 Imported Debian patch 4.0.0-1
new 4e628af Imported Debian patch 4.0.0-2
new 41339e0 Imported Upstream version 4.0.0
new f790f31 Imported Debian patch 4.0.0-2.1
new b4fc31a Imported Debian patch 4.0.0-2.2~bpo70+1
new 5dc70b9 Imported Debian patch 4.0.0-2.2
new 1e8ea4c Migrate back to source format 1.0.
new 3a709e0 Drop Debian patches, we'll cherry-pick them directly in master.
new 28384b6 Fix: pass opdata when sending message fragment
new 9bea0e5 Put the package under the umbrella of the Debian OTR Team. Huge thanks to Thibaut VARENE <varenet at debian.org> for having maintained this package for many years!
new 325a948 Convert debian/copyright to machine-readable copyright format 1.0, update it.
new e131328 Cleanup debian/control with cme, including: drop versioned dependencies satisfied in oldstable (Squeeze).
new 5949ef7 Declare compatibility with standards version 3.9.5.
new 9b07b7e Slightly improve long package descriptions.
new 91f8a33 Make long description gender-neutral.
new 8f5f684 Update Homepage control field.
new ff478db Convert to debhelper 8 with tiny rules file and dh-autoreconf.
new 11f9091 Create copyright symlinks with dh_link.
new 7ff45ba Override direct-changes-in-diff-but-no-patch-system Lintian warning: Debian OTR Team is using source format 1.0. The detail of patches is in Git and debian/changelog.
new 3bed502 Add Micah and I as human uploaders.
new 73c0b55 Enable all hardening flags.
new 9dcccf5 New snapshot.
new dd238f6 Add Vcs-* control fields.
new dfe6d46 New snapshot.
new fb21e2f Update debian/watch to use the new HTTPS homepage.
new 5df12d5 Add README.source.
new 048c4f6 libotr (4.0.0-3)
new 0bb2f4d Migrate back to source format 3.0 (quilt), as per new team policy.
new ad8d5fa Add DEP-3 headers to quilt patch.
new cb3ceea Drop unsupported italics from extended description. (Closes: #747271)
new cb3c313 New snapshot.
new bed0449 Fix: use gcrypt secure memory allocation
new 17e21d4 Add .gitignore
new b0224ff Add bootstrap script
new b0da3f5 Modernize autoconf build system
new d534073 Fix memory leak
new 0efbd84 Add comment to clarify memory comparison in auth.c
new 3a8bd35 Refactor otrl_mem_differ()
new 6e5c3d9 Fix: typo in message.h
new 54e84df Fix: possible memory leak in otrl_message_sending
new ba4cb1c Fix: typo in README and context.c comment
new b7eba2c Fix: memory leak in fragment reassembly
new 2edaaac Fix: otrl_context_forget() wrong check in iter loop
new 782f3d4 Fix: add missing declarations to context.h
new 1a07799 Catch up the ChangeLog
new 689d03c Correctly count the number of actions an OTR client must handle.
new f1d7de2 The lists.cypherpunks.ca URLs in the README should be https://
new 52b40c0 Bump version number to 4.1.0
new f91917e Update NEWS for 4.1.0
new 4e8217e Add David and bump the copyright date for files recently modified
new 5374459 Merge tag 'upstream/4.1.0_rc1'
new a171365 Imported Upstream version 4.1.0~rc1
new 54a1202 Drop all patches: applied upstream.
new e532a63 New snapshot: imported upstream release 4.1.0~rc1.
new 6a47276 Slight cleanup to mingw build instructions
new 9dbf122 Use parallel grammar in the NEWS list
new c9710e9 Release 4.1.0
new 00e4a74 Import upstream signing key where uscan looks for it.
new 84d7554 debian/watch: enable OpenPGP signature verification.
new 632f10e Imported Upstream version 4.1.0
new ef36728 Merge tag 'upstream/4.1.0' into experimental
new 8c098d5 Declare compliance with Standards-Version 3.9.6 (no change required).
new d18bd88 Use cgit for the Vcs-Browser control field.
new 18dd7f4 Reformat debian/control with cme fix.
new 7cf035d libotr (4.1.0-1)
new eba7d49 New patch: 0001-Do-not-error-out-when-an-application-is-run-against-.patch (Closes: #767230).
new 935e507 Add symbols file: now that we have removed upstream's version check at runtime, let's use the symbols mechanism to detect (most) ABI changes automatically, and let reverse-dependencies pick up the best version of libotr to depend on.
new 538c4ad debian/README.source: document how to detect and handle ABI changes.
new f6bfd91 libotr (4.1.0-2)
new 0bcac98 hand over package to pkg-privacy team
The 225 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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