diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-16 14:36:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-16 14:36:17 +0000 |
commit | 1425d340c62b5c60b9616d1383c65736d77aa8a0 (patch) | |
tree | ad49559a1f04b93e77323e0f8c718ab77cd405ba /chat | |
parent | 0864e26dde9872879ecebf70b907db7ccb7f3fb8 (diff) | |
download | pkgsrc-1425d340c62b5c60b9616d1383c65736d77aa8a0.tar.gz |
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>.
Diffstat (limited to 'chat')
-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 efb300373b5..0c061958cb0 100644 --- a/chat/pidgin-otr/Makefile +++ b/chat/pidgin-otr/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2012/04/27 12:31:36 obache Exp $ +# $NetBSD: Makefile,v 1.25 2012/05/16 14:36:17 wiz Exp $ -VERSION= 3.2.0 -DISTNAME= pidgin-otr-${VERSION} -PKGREVISION= 17 +DISTNAME= pidgin-otr-3.2.1 CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ diff --git a/chat/pidgin-otr/distinfo b/chat/pidgin-otr/distinfo index bcbe50a87d1..a0c40c4e63e 100644 --- a/chat/pidgin-otr/distinfo +++ b/chat/pidgin-otr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/06/17 14:06:42 gdt Exp $ +$NetBSD: distinfo,v 1.3 2012/05/16 14:36:18 wiz Exp $ -SHA1 (pidgin-otr-3.2.0.tar.gz) = 5984f66b48a7302f40f22d46e6e74e3a03761d05 -RMD160 (pidgin-otr-3.2.0.tar.gz) = b2024861c20c9b6e405f09d1ac4a6442084803f8 -Size (pidgin-otr-3.2.0.tar.gz) = 435146 bytes +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 |