Up to [cvs.NetBSD.org] / pkgsrc / chat / pidgin-otr
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
chat: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
chat: Remove SHA1 hashes for distfiles
Update to 4.0.2 (security fix). 9 Mar 2016: - Updated Spanish, German, Norwegian Bokmål translations. - New Danish translation. - Fix use-after-free issue during SMP. - Release 4.0.2
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.
Update to 4.0.1. 21 Oct 2014: - Hardened Windows build - Fix max message size for Novell Groupwise - New Czech, Finnish, Brazilian Portuguese, Norwegian Bokmål translations. Updated French, Chinese translations. - Release 4.0.1
Update to 4.0.0. 24 Aug 2012: - Release 4.0.0 21 Jun 2012: - Fixed an issue that happened when enabling the OTR plugin while a conversation is open. - Release 4.0.0-beta2 7 Jun 2012: - The plugin now supports multiple OTR conversations with the same buddy who is logged in at multiple locations. In this case, a new OTR menu will appear, which allows you to select which session an outgoing message is indended for. Note that concurrent SMP authentications with the same buddy who is logged in multiple times is not yet supported (starting a second authentication will end the first). - During a private conversation with a buddy, an incoming unencrypted message will now trigger the regular incoming message notifications. In Pidgin this includes showing the message in the top-right notification area, if it is normally configured to do so. - New Italian, Swedish, Polish and Vietnamese translations. Updates to the French translation. - When a private conversation begins, the plugin will indicate whether Pidgin is configured to log the conversation. - By default, OTR conversations will not be logged by Pidgin. - Fingerprints in the manual authentication dialog are now selectable - The plugin will no longer delete the OTR menus if a non-foreground conversation window is closed. - Except on WIN32, the plugin will now set the umask to 0077 before creating the otr.* files in the purple directory so that they end up mode 0600. - The menu item now says "Reauthenticate buddy" when the buddy is already authenticated. - Release 4.0.0-beta1
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>.
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>.
Update to 3.2.0. 28 May 2008: - The functionality of the OTR button has now moved to a menu. There's an "OTR" menu, as well as an icon showing the current OTR state of each active conversation in the window. - New OTR icons from <cyrus_xiii@yahoo.com> - OTR icons show up inline in the conversation window when the OTR status changes. - Buddy authentication has been revamped, based on the user study published in SOUPS 2008. The default is now to choose a question and an answer only you and the buddy should know. The question is displayed to the buddy, who is prompted for the answer. The "shared secret" and "fingerprint" authentication methods are still available.
pidgin-otr 3.1.0. 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.
Initial revision