Hello community,

here is the log from the commit of package kipi-plugins for openSUSE:Factory
checked in at Sun Aug 7 19:05:10 CEST 2011.



--------
--- KDE/kipi-plugins/kipi-plugins.changes       2011-08-03 09:38:49.000000000 
+0200
+++ /mounts/work_src_done/STABLE/kipi-plugins/kipi-plugins.changes      
2011-08-03 23:37:47.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug  4 01:32:59 UTC 2011 - zawer...@gmail.com
+
+- Fix for KDE bug #279078 (https://bugs.kde.org/show_bug.cgi?id=279078)
+  backported from git
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  fix_memory_corruption.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kipi-plugins.spec ++++++
--- /var/tmp/diff_new_pack.i1sxWY/_old  2011-08-07 19:04:33.000000000 +0200
+++ /var/tmp/diff_new_pack.i1sxWY/_new  2011-08-07 19:04:33.000000000 +0200
@@ -19,13 +19,14 @@
 
 Name:           kipi-plugins
 Version:        2.0.0
-Release:        3
+Release:        5
 License:        BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+ ; MIT License (or 
similar)
 Summary:        KDE Plug-Ins for Image Manipulation
 Url:            http://www.kipi-plugins.org/
 Group:          Productivity/Graphics/Other
 Source:         
http://sourceforge.net/projects/digikam/files/digikam/%{version}/digikam-%{version}.tar.bz2
-Patch:          desktop-files.diff
+Patch0:         desktop-files.diff
+Patch1:         fix_memory_corruption.diff
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  graphviz-devel
@@ -93,8 +94,9 @@
 cp -r po extra/kipi-plugins/po
 find extra/kipi-plugins/po -name digikam.po | xargs rm
 
+%patch1 -p1
 cd extra/kipi-plugins
-%patch
+%patch0
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%b %e %Y')
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" 
common/libkipiplugins/pluginsversion.h.cmake

++++++ fix_memory_corruption.diff ++++++
--- digikam-2.0.0-orig/extra/kipi-plugins/yandexfotki/yandexrsa.cpp     
2011-07-28 03:27:34.000000000 +0400
+++ digikam-2.0.0/extra/kipi-plugins/yandexfotki/yandexrsa.cpp  2011-08-04 
01:22:40.000000000 +0400
@@ -1049,7 +1049,7 @@
     // hence -1
     int portion_len = (prkface.m.bits() - 1)  / 8;
     char* prev_crypted = new char[portion_len];
-    memset(&prev_crypted, 0, portion_len);
+    memset(prev_crypted, 0, portion_len);
 
     out_size = 0;
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to