Hello community, here is the log from the commit of package pidgin for openSUSE:Factory checked in at 2016-09-09 10:19:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pidgin (Old) and /work/SRC/openSUSE:Factory/.pidgin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin" Changes: -------- --- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes 2016-08-03 11:41:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pidgin.new/pidgin.changes 2016-09-09 10:19:35.000000000 +0200 @@ -7,0 +8,8 @@ +Mon Jul 4 16:39:43 UTC 2016 - [email protected] + +- Update to GNOME 3.20.2 Fate#318572 + + Drop pidgin-CVE-2014-3695 (bsc#902409): fixed upstream. + + Drop pidgin-CVE-2014-3696 (bsc#902410): fixed upstream. + + Drop pidgin-CVE-2014-3698 (bsc#902408): fixed upstream. + +------------------------------------------------------------------- @@ -132,0 +141,11 @@ +Fri Nov 28 10:22:16 UTC 2014 - [email protected] + +- Add patches to address CVE issues: + + pidgin-CVE-2014-3698: bnc#902408: remote information leak via + crafted XMPP message. + + pidgin-CVE-2014-3696: bnc#902410: denial of service parsing + Groupwise server message. + + pidgin-CVE-2014-3695: bnc#902409: crash in MXit protocol + plug-in. + +------------------------------------------------------------------- @@ -207,0 +227,7 @@ +Thu Jul 10 18:23:54 CEST 2014 - [email protected] + +- Add pidgin-use-default-alsa.patch: + Use ALSA as default for avoiding broken volume control of pa sink + (bnc#886670). + +------------------------------------------------------------------- @@ -2056,3 +2082,5 @@ - * Fixed a number of MSN bugs introduced in 2.3.0, resolving problems - connecting to MSN and random local display name changes - * Going idle on MySpaceIM will no longer clear your status and message. + * Fixed a number of MSN bugs introduced in 2.3.0, resolving + problems connecting to MSN and random local display name + changes + * Going idle on MySpaceIM will no longer clear your status and + message. @@ -2061 +2089,2 @@ - * Don't set the current tune title if it's NULL (XMPP/Google Talk) + * Don't set the current tune title if it's NULL (XMPP/Google + Talk) @@ -2066,2 +2095,3 @@ - * Do not allow ISON requests to stack in IRC, preventing flooding IRC - servers when temporary network outages are restored + * Do not allow ISON requests to stack in IRC, preventing + flooding IRC servers when temporary network outages are + restored New: ---- pidgin-NLD-smiley-theme.tar.bz2 pidgin-Tango-smiley-theme.tar.bz2 pidgin-use-default-alsa.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pidgin.spec ++++++ --- /var/tmp/diff_new_pack.VpLUDd/_old 2016-09-09 10:19:37.000000000 +0200 +++ /var/tmp/diff_new_pack.VpLUDd/_new 2016-09-09 10:19:37.000000000 +0200 @@ -28,6 +28,8 @@ Source1: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2.asc Source2: pidgin.keyring Source3: pidgin-prefs.xml +Source4: pidgin-NLD-smiley-theme.tar.bz2 +Source5: pidgin-Tango-smiley-theme.tar.bz2 # PATCH-FIX-OPENSUSE pidgin-nonblock-common.patch Patch0: pidgin-nonblock-common.patch # PATCH-FIX-OPENSUSE pidgin-nonblock-gwim.patch @@ -42,6 +44,8 @@ Patch5: pidgin-crash-missing-gst-registry.patch # PATCH-FIX-UPSTREAM pidgin-ncurses-6.0-accessors.patch pidgin.im#16764 [email protected] -- Fix build with NCurses 6.0 with WINDOW_OPAQUE set to 1 Patch6: pidgin-ncurses-6.0-accessors.patch +# PATCH-FIX-SLE pidgin-use-default-alsa.patch bnc#886670 [email protected] -- use ALSA as default for avoiding broken volume control +Patch8: pidgin-use-default-alsa.patch BuildRequires: NetworkManager-devel # Can use external libzephyr. BuildRequires: cyrus-sasl-devel @@ -248,7 +252,7 @@ and plugins. %prep -%setup -q +%setup -q -a4 -a5 %if 0%{?suse_version} >= 1120 translation-update-upstream %endif @@ -259,6 +263,9 @@ %patch4 -p1 %patch5 -p1 %patch6 -p1 +%if !0%{?is_opensuse} +%patch8 -p1 +%endif cp -f %{SOURCE3} %{name}-prefs.xml @@ -311,6 +318,12 @@ find %{buildroot} -type f -name "*.bs" -empty -delete -print find %{buildroot} -type f -name "*.la" -delete -print +# Provide only upstream emotes in openSUSE >= 11.2 and SLE > 11 (see bnc#569271#c1): +%if %suse_version < 1120 +cp -a NLD $RPM_BUILD_ROOT%{_prefix}/share/pixmaps/pidgin/emotes +cp -a Tango $RPM_BUILD_ROOT%{_prefix}/share/pixmaps/pidgin/emotes +%endif + # FIXME: Should be nonversioned name. ls %{buildroot}%{_libdir}/purple-2/*.so | while read libim; do if [ -L %{buildroot}%{_libdir}/purple-2/$libim ]; then ++++++ pidgin-use-default-alsa.patch ++++++ --- pidgin/gtksound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/pidgin/gtksound.c +++ b/pidgin/gtksound.c @@ -314,7 +314,7 @@ pidgin_sound_init(void) purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/sound/conv_focus", TRUE); purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/sound/mute", FALSE); purple_prefs_add_path(PIDGIN_PREFS_ROOT "/sound/command", ""); - purple_prefs_add_string(PIDGIN_PREFS_ROOT "/sound/method", "automatic"); + purple_prefs_add_string(PIDGIN_PREFS_ROOT "/sound/method", "alsa"); purple_prefs_add_int(PIDGIN_PREFS_ROOT "/sound/volume", 50); #ifdef USE_GSTREAMER
