diff options
author | gdt <gdt@pkgsrc.org> | 2012-09-06 00:24:46 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-09-06 00:24:46 +0000 |
commit | 4784dc2c6c685c25cd9731bda02e5de79b85de9b (patch) | |
tree | d2028a505c665a460ea803c486b864677d5f1627 /chat/pidgin-otr | |
parent | 36f3801f5b0c437057bc19de90e071d42cf3779b (diff) | |
download | pkgsrc-4784dc2c6c685c25cd9731bda02e5de79b85de9b.tar.gz |
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
Diffstat (limited to 'chat/pidgin-otr')
-rw-r--r-- | chat/pidgin-otr/Makefile | 6 | ||||
-rw-r--r-- | chat/pidgin-otr/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile index 90643ebd757..e63800887b1 100644 --- a/chat/pidgin-otr/Makefile +++ b/chat/pidgin-otr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2012/06/14 07:44:13 sbd Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/06 00:24:46 gdt Exp $ -DISTNAME= pidgin-otr-3.2.1 -PKGREVISION= 1 +DISTNAME= pidgin-otr-4.0.0 CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ @@ -16,7 +15,6 @@ INSTALLATION_DIRS= share/doc/pidgin-otr USE_TOOLS+= pkg-config perl intltool msgfmt BUILDLINK_ABI_DEPENDS.libgcrypt+= libgcrypt>=1.4.3 -BUILDLINK_API_DEPENDS.libotr+= libotr>=3.2.0 post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-otr/ diff --git a/chat/pidgin-otr/distinfo b/chat/pidgin-otr/distinfo index a0c40c4e63e..1e69be88f12 100644 --- a/chat/pidgin-otr/distinfo +++ b/chat/pidgin-otr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/05/16 14:36:18 wiz Exp $ +$NetBSD: distinfo,v 1.4 2012/09/06 00:24:47 gdt Exp $ -SHA1 (pidgin-otr-3.2.1.tar.gz) = ff2ffc9a2d1af148ca7fca23d0f1dd6d01d718e9 -RMD160 (pidgin-otr-3.2.1.tar.gz) = c3119ba94f3c289fb2051e908797a85b9fed0abd -Size (pidgin-otr-3.2.1.tar.gz) = 409238 bytes +SHA1 (pidgin-otr-4.0.0.tar.gz) = 23c602c4b306ef4eeb3ff5959cd389569f39044d +RMD160 (pidgin-otr-4.0.0.tar.gz) = aac18399f6c29ecf00a78f1c8ec55de4493347f1 +Size (pidgin-otr-4.0.0.tar.gz) = 459591 bytes |