Path to this page:
./
chat/libotr,
Library for Off-The-Record encrypted messaging
Branch: CURRENT,
Version: 4.1.1,
Package name: libotr-4.1.1,
Maintainer: nathanwThis is the portable OTR Messaging Library, as well as the toolkit to
help you forge messages.
Off-the-Record (OTR) Messaging allows you to have private
conversations over instant messaging 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.
Required to run:[
security/libgcrypt]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 640.421 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2016-03-10) Updated to version: libotr-4.1.1
- (2014-10-21) Updated to version: libotr-4.1.0
- (2014-01-01) Updated to version: libotr-4.0.0nb1
- (2012-09-06) Updated to version: libotr-4.0.0
- (2012-08-15) Updated to version: libotr-3.2.1
CVS history: (Expand)
2024-05-17 01:34:12 by Taylor R Campbell | Files touched by this commit (2) |
Log message:
chat/libotr, chat/irssi: Pass through libgcrypt-config on cross.
This is kludgey, on two levels:
1. We are relying on the _cross-built_ libgcrypt-config to be a shell
script that can be executed at build-time. (Why can't we just use
pkg-config? Downstream packages' configure scripts have to be
patched to be taught to do this -- the libgcrypt.m4 autoconf library
that gcrypt ships with doesn't know how.)
2. Knowing where the libgcrypt-config lives should be defined in one
place, security/gcrypt/buildlink3.mk, not in every user like
textproc/libxml2, chat/libotr, chat/irssi, &c.
But this will get irssi cross-building, at least.
No change to native build because conditional on USE_CROSS_COMPILE.
|
2023-01-04 19:46:09 by Paolo Vincenzo Olivo | Files touched by this commit (2) |
Log message:
chat/libotr: fix build.
|
2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Remove SHA1 hashes for distfiles
|
2020-02-23 19:07:10 by Nia Alarie | Files touched by this commit (1) |
Log message:
libotr: Update HOMEPAGE
|
2019-11-02 23:18:26 by Roland Illig | Files touched by this commit (40) |
Log message:
chat: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2016-03-09 19:04:17 by Greg Troxel | Files touched by this commit (2) |
Log message:
Update to 4.1.1.
This is a security release addressing CVE-2016-2851.
- Fix an integer overflow bug that can cause a heap buffer overflow (and
from there remote code execution) on 64-bit platforms
- Fix possible free() of an uninitialized pointer
- Be stricter about parsing v3 fragments
- Add a testsuite ("make check" to run it), but only on Linux for now,
since it uses Linux-specific features such as epoll
- Fix a memory leak when reading a malformed instance tag file
- Protocol documentation clarifications
|
2015-11-03 02:20:26 by Alistair G. Crooks | Files touched by this commit (119) |
Log message:
Add SHA512 digests for distfiles for chat category
Problems found with existing distfiles:
distfiles/icb-5.0.9.tar.gz
distfiles/icb.2.1.4.tar.Z
distfiles/zenicb-19981202.tar.gz
No changes made to these /distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|