./chat/pidgin-otr, Plugin for pidgin to add OTR (Off-The-Record) encryption

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q1, Version: 3.2.1, Package name: pidgin-otr-3.2.1, Maintainer: gdt

This is the OTR plugin for Pidgin.

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] [devel/glib2] [x11/gtk2] [chat/libotr] [chat/pidgin]

Required to build:
[lang/perl5] [devel/pkg-config] [textproc/intltool] [x11/xcb-proto] [pkgtools/x11-links]

Master sites:

SHA1: ff2ffc9a2d1af148ca7fca23d0f1dd6d01d718e9
RMD160: c3119ba94f3c289fb2051e908797a85b9fed0abd
Filesize: 399.646 KB

Version history: (Expand)


CVS history: (Expand)


   2012-05-18 18:52:15 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3789 - requested by wiz
chat/pidgin-otr: security update

Revisions pulled up:
- chat/pidgin-otr/Makefile                                      1.25 via patch
- chat/pidgin-otr/distinfo                                      1.3

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed May 16 14:36:18 UTC 2012

   Modified Files:
   	pkgsrc/chat/pidgin-otr: Makefile distinfo

   Log message:
   Update to 3.2.1 (security update):

   2012-05-14

   	* INSTALL: Fixing typo and updating reference to CVS.
   	* Makefile.mingw, packaging/windows/pidgin-otr.nsi:
   	Updating to support building the win32 installer on
   	GNU/Linux.

   2012-05-12

   	* otr-plugin.c: Fixing a format string vulnerability.
   	Identified by intrigeri <intrigeri@boum.org>.

   	* Makefile.mingw, README, configure.ac, pidgin-otr.nsi:
   	Bumped version number to 3.2.1.

   2010-03-02

   	* po/vi.po: Vietnamese translation from Lyndon Johnson
   	<lyndon.johnson58@gmail.com>

   2009-11-14

   	* gtk-dialog.c (add_to_vbox_verify_fingerprint): Make
   	the fingerprints in the manual authentication dialog
   	selectable (but not selected by default).

   2009-08-24

   	* po/fr.po: Fixed \n errors

   2009-07-20

   	* po/fr.po: Complete French translation from Solveig
   	<perso@solveig.org>

   2009-06-24

   	* po/fr.po: Spelling correction from intrigeri
   	<intrigeri@boum.org>

   2009-03-18

   	* po/sv.po: Swedish translation from Daniel Nylander
   	<po@danielnylander.se>

   2009-01-18

   	* po/pl.po: Polish translation from Paweł Czochański
   	<czochanski@gmail.com>

   2008-09-24

   	* po/it.po: Italian translation from Vincenzo Reale
   	<smart2128@baslug.org>.

   2008-07-10

   	* otr-plugin.c: Use /dev/urandom to generate keys instead of
   	/dev/random.  [Really: on non-Win32, call
   	gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0); before OTRL_INIT;.]

   2008-07-07

   	* gtk-conv.c: Don't delete the OTR menus if a non-foreground
   	conversation window is closed.

   2008-06-19

   	* Makefile.static: Forgot to add tooltipmenu.o to
   	Makefile.static.  Fixed.

   2008-06-17

   	* otr-plugin.c: Except on WIN32, set the umask to 0077 before
   	creating the otr.* files in the purple directory so that they
   	end up mode 0600.  Based on a patch from Caspar Clemens Mierau
   	<damokles@ubuntu.com>.

   	* po/de.po: Updated German translation from Michael Meier
   	<mail@code.mmsources.de>.