Accepting request 220735 from GNOME:Apps
Add patch to fix bnc#809052 for opensuse - its a 'closed' bug, bug juding from upstream commitlog we want it too, and not just for SLE (patch done by Federico)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-05-31
+
+* otr-plugin.c: Add a default max message size for Novell
+Groupwise. Patch from Federico Mena Quintero
+<federico@suse.com>.
+
2013-05-29
* configure.ac:
--- a/otr-plugin.c
+++ b/otr-plugin.c
@@ -1161,9 +1161,10 @@
static const struct s_OtrgIdProtPair {
char *protid;
int maxmsgsize;
- } mmsPairs[8] = {{prpl-msn, 1409}, {prpl-icq, 2346},
+ } mmsPairs[] = {{prpl-msn, 1409}, {prpl-icq, 2346},
{prpl-aim, 2343}, {prpl-yahoo, 799}, {prpl-gg, 1999},
-{prpl-irc, 417}, {prpl-oscar, 2343}, {NULL, 0}};
+{prpl-irc, 417}, {prpl-oscar, 2343},
+{prpl-novell, 1792}, {NULL, 0}};
int i = 0;
gchar *maxmsgsizefile;
FILE *mmsf; (forwarded request 220681 from Zaitor)
OBS-URL: https://build.opensuse.org/request/show/220735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-otr?expand=0&rev=18
2014-02-05 16:28:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 3 11:48:56 UTC 2014 - zaitor@opensuse.org
|
|
|
|
|
|
|
|
- Add pidgin-otr-fix-max-msg-length-groupwize.patch, add a default
|
|
|
|
max message size for Novell Groupwise (bnc#809052).
|
|
|
|
|
2012-10-31 07:02:43 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 23 17:51:38 UTC 2012 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 4.0.0:
|
|
|
|
+ No further changes since 4.0.0 beta2.
|
|
|
|
- Changes from version 4.0.0 beta2:
|
|
|
|
+ Fixed an issue that happened when enabling the OTR plugin while
|
|
|
|
a conversation is open.
|
|
|
|
- Changes from version 4.0.0 beta1:
|
|
|
|
+ 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.
|
|
|
|
+ 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.
|
|
|
|
+ Updated translations.
|
|
|
|
|
2012-06-05 15:34:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 30 17:15:05 UTC 2012 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Remove unnecessary autoreconf call (there are no patches atm)
|
|
|
|
- Drop no longer needed libtool BuildRequires.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 19 18:53:08 UTC 2012 - zaitor@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 3.2.1:
|
|
|
|
+ Fix a format string vulnerability (CVE-2012-2369).
|
|
|
|
+ Set the umask to 0077 before creating the otr.* files in the
|
|
|
|
purple directory so that they end up mode 0600.
|
|
|
|
+ Use /dev/urandom to generate keys instead of /dev/random.
|
|
|
|
+ Make the fingerprints in the manual authentication dialog
|
|
|
|
selectable.
|
|
|
|
+ Don't delete the OTR menus if a non-foreground conversation
|
|
|
|
window is closed.
|
|
|
|
+ Updated translations.
|
|
|
|
|
2011-11-28 12:55:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 27 06:46:48 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- add libtool as buildrequire to avoid implicit dependency
|
|
|
|
|
2008-09-24 17:22:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 23 06:21:30 CEST 2008 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- update to version 3.2.0, sync with libotr 3.2.0
|
|
|
|
|
2008-03-10 02:59:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 8 02:56:06 CET 2008 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- to be useful. this package should require pidgin
|
|
|
|
|
2007-11-16 04:43:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 12 23:54:26 CET 2007 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- rename package to pidgin-otr and update to version 3.1.0 needed
|
|
|
|
to support libotr 3.1.0
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 12 00:26:01 CEST 2007 - ro@suse.de
|
|
|
|
|
|
|
|
- replace gaim-devel by pidgin-devel in buildreq
|
|
|
|
- add pidgin patch (diff from pidgin-otr-3.0.0)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 11 12:11:36 CET 2007 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Prefix changed to /usr.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 1 12:53:36 CET 2006 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Build correctly in older products.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 7 11:12:28 CEST 2006 - aj@suse.de
|
|
|
|
|
|
|
|
- Cleanup BuildRequires.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:31:29 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 9 22:01:44 CET 2005 - bwhiteley@suse.de
|
|
|
|
|
|
|
|
- update to version 3.0.0
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 1 22:59:47 CET 2005 - bwhiteley@suse.de
|
|
|
|
|
|
|
|
- First time suse package (version 2.0.2)
|
|
|
|
|