forked from pool/pidgin-sipe
Accepting request 220730 from GNOME:Apps
Update to ver 1.18.0 (forwarded request 220639 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/220730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=43
This commit is contained in:
parent
f79a03ce69
commit
ce03f3c152
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0e8bc88437762c72b646d69af654e088186e3de15750d887a1d5e13f2234c679
|
|
||||||
size 841367
|
|
3
pidgin-sipe-1.18.0.tar.bz2
Normal file
3
pidgin-sipe-1.18.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca2a357b516c873c9a3feb0315aba6e4a246b5c657e6de7ada1dc302c50cb064
|
||||||
|
size 854853
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 12:49:36 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.18.0:
|
||||||
|
+ sf#71: Add support for EWS Autodiscover redirection.
|
||||||
|
+ sf#69: Add UI support for (group) chats. NOTE: Adium does not
|
||||||
|
have an UI to fetch the room list.
|
||||||
|
+ sf#64: Add support for GSS-NTLMSSP.
|
||||||
|
+ sip-sec-krb5.c module has been renamed to sip-sec-gssapi.c if
|
||||||
|
gssapi/gssapi_ntlmssp.h is detected then sip-sec-ntlm.c will be
|
||||||
|
disabled and NTLM will be handled by sip-sec-gssapi.c instead.
|
||||||
|
NOTE: at the time of this writing the user has to set up
|
||||||
|
GSS-NTLMSSP by hand on his system, i.e. /etc/gss/mech.
|
||||||
|
+ Fixed sf#227: Adium client doesn't save email option settings.
|
||||||
|
+ Fixed sf#216: SIPE stops working on Mavericks.
|
||||||
|
+ Add an UI option to disable SSL BEAST mitigations NOTE:
|
||||||
|
requires Adium 1.5.10.
|
||||||
|
+ Fixed sf#197: Account stays in connecting stage.
|
||||||
|
+ Cleanup for sip-sec Kerberos & SSPI modules.
|
||||||
|
+ Replace old TGT hack with gss_acquire_cred_with_password().
|
||||||
|
+ Clean up Kerberos detection in configure.
|
||||||
|
+ Remove special case handling; code is more straight-forward
|
||||||
|
now.
|
||||||
|
+ Implement internal keepalive handling.
|
||||||
|
+ Implement crypto backend based on OpenSSL.
|
||||||
|
+ adium:
|
||||||
|
- Xcode project files update.
|
||||||
|
- Replace NSS crypto backend with OpenSSL.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 23 21:02:50 UTC 2013 - dimstar@opensuse.org
|
Mon Dec 23 21:02:50 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pidgin-sipe
|
# spec file for package pidgin-sipe
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,13 +19,13 @@
|
|||||||
%define build_telepathy 1
|
%define build_telepathy 1
|
||||||
|
|
||||||
Name: pidgin-sipe
|
Name: pidgin-sipe
|
||||||
Version: 1.17.3
|
Version: 1.18.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pidgin protocol plugin to connect to MS Office Communicator
|
Summary: Pidgin protocol plugin to connect to MS Office Communicator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Url: http://sipe.sourceforge.net/
|
Url: http://sipe.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.17.3/%{name}-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.18.0/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: glib2-devel >= 2.12.0
|
BuildRequires: glib2-devel >= 2.12.0
|
||||||
BuildRequires: gmime-devel
|
BuildRequires: gmime-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user