[Pkg-privacy-commits] [pidgin-otr] 13/14: 2012-05-12
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:52:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to tag release_3_2_1
in repository pidgin-otr.
commit 8947bc189a80f80b2eae8cc698bbfbb5f9253217
Author: Rob Smits <rdfsmits at cs.uwaterloo.ca>
Date: Mon May 14 09:48:42 2012 -0400
2012-05-12
* otr-plugin.c: Fixing a format string vulnerability.
Identified by intrigeri <intrigeri at boum.org>.
* Makefile.mingw, README, configure.ac, pidgin-otr.nsi:
Bumped version number to 3.2.1.
---
ChangeLog | 8 ++++++++
Makefile.mingw | 2 +-
README | 4 ++--
configure.ac | 2 +-
otr-plugin.c | 4 ++--
packaging/windows/pidgin-otr.nsi | 3 ++-
6 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6bdf678..66a7b9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-05-12
+
+ * otr-plugin.c: Fixing a format string vulnerability.
+ Identified by intrigeri <intrigeri at 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
diff --git a/Makefile.mingw b/Makefile.mingw
index e7626cd..94a9698 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,7 +1,7 @@
WIN32=1
# The version number to put in the plugin info
-PIDGIN_OTR_VERSION = 3.2.0
+PIDGIN_OTR_VERSION = 3.2.1
# Name of the gettext domain
GETTEXT_PACKAGE = pidgin-otr
diff --git a/README b/README
index 326ce90..750146d 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Off-the-Record Messaging plugin for pidgin
- v3.2.0, 15 Jun 2008
+ v3.2.1, 14 May 2012
This is a pidgin plugin which implements Off-the-Record (OTR) Messaging.
It is known to work (at least) under the Linux and Windows versions of
@@ -179,7 +179,7 @@ End private conversation
Authenticate Buddy
For more information on authentication, see
- http://otr-help.cypherpunks.ca/3.2.0/authenticate.php
+ http://otr-help.cypherpunks.ca/3.2.1/authenticate.php
OTR provides three ways to authenticate your buddy:
diff --git a/configure.ac b/configure.ac
index 92c6077..8eaa976 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce configure.
-AC_INIT(pidgin-otr, 3.2.0)
+AC_INIT(pidgin-otr, 3.2.1)
AM_CONFIG_HEADER(config.h)
diff --git a/otr-plugin.c b/otr-plugin.c
index eae00c3..c82644b 100644
--- a/otr-plugin.c
+++ b/otr-plugin.c
@@ -1,6 +1,6 @@
/*
* Off-the-Record Messaging plugin for pidgin
- * Copyright (C) 2004-2008 Ian Goldberg, Rob Smits,
+ * Copyright (C) 2004-2012 Ian Goldberg, Rob Smits,
* Chris Alexander, Nikita Borisov
* <otr at cypherpunks.ca>
*
@@ -296,7 +296,7 @@ static void still_secure_cb(void *opdata, ConnContext *context, int is_reply)
static void log_message_cb(void *opdata, const char *message)
{
- purple_debug_info("otr", message);
+ purple_debug_info("otr", "%s", message);
}
static int max_message_size_cb(void *opdata, ConnContext *context)
diff --git a/packaging/windows/pidgin-otr.nsi b/packaging/windows/pidgin-otr.nsi
index 54beb3d..e617faf 100644
--- a/packaging/windows/pidgin-otr.nsi
+++ b/packaging/windows/pidgin-otr.nsi
@@ -3,6 +3,7 @@
;
; known issue. installer induced uninstaller abortion causes overwrite
; by installer without uninstall.
+; v3.2.1 - New source version
; v3.2.0 - New source version.
; v3.1.0 - New source version. Install and uninstall i18n files.
; v3.0.0 - Version for pidgin-2.0.0
@@ -25,7 +26,7 @@
; todo: SetBrandingImage
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "pidgin-otr"
-!define PRODUCT_VERSION "3.2.0-1"
+!define PRODUCT_VERSION "3.2.1-1"
!define PRODUCT_PUBLISHER "Cypherpunks CA"
!define PRODUCT_WEB_SITE "http://otr.cypherpunks.ca/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git
More information about the Pkg-privacy-commits
mailing list