[SCM] exiv2 packaging branch, master, updated. 443f4418c64e38bf979cf11b37c4d7559d79f9bb

Maximiliano Curia maxy at moszumanska.debian.org
Wed Aug 5 11:33:51 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=bdcaf38

The following commit has been merged in the master branch:
commit bdcaf383a04170e430dd0786e44ec3abb5667a0b
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Aug 5 11:17:47 2015 +0200

    Update patches
---
 debian/changelog                   |  2 ++
 debian/patches/CVE-2014-9449.patch | 41 --------------------------------------
 debian/patches/libtool_update.diff | 24 +++++++++++-----------
 debian/patches/series              |  1 -
 4 files changed, 14 insertions(+), 54 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 59ec862..5d70fa2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ exiv2 (0.25-1~) UNRELEASED; urgency=medium
 
   [ Maximiliano Curia ]
   * New upstream release (0.25).
+  * Refresh patch: libtool_update.diff
+  * Remove upstream applied patch: CVE-2014-9449.patch
 
  -- Maximiliano Curia <maxy at debian.org>  Wed, 05 Aug 2015 11:14:56 +0200
 
diff --git a/debian/patches/CVE-2014-9449.patch b/debian/patches/CVE-2014-9449.patch
deleted file mode 100644
index a3390d1..0000000
--- a/debian/patches/CVE-2014-9449.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From ed36a4692058f745a06d87bdaf107bc43c7d2359 Mon Sep 17 00:00:00 2001
-From: badola <badola at b7c8b350-86e7-0310-a4b4-de8f6a8f16a3>
-Date: Thu, 19 Jun 2014 20:28:44 +0000
-Subject: [PATCH] #960: Added a Buffer Overflow Fix in INFO tags of
- RIFFVIDEO.CPP
-
-git-svn-id: svn://dev.exiv2.org/svn/trunk@3264 b7c8b350-86e7-0310-a4b4-de8f6a8f16a3
----
- src/riffvideo.cpp | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/riffvideo.cpp b/src/riffvideo.cpp
-index 4545bc3..0dcd291 100644
---- a/src/riffvideo.cpp
-+++ b/src/riffvideo.cpp
-@@ -856,7 +856,7 @@ namespace Exiv2 {
- 
-     void RiffVideo::infoTagsHandler()
-     {
--        const long bufMinSize = 100;
-+        const long bufMinSize = 10000;
-         DataBuf buf(bufMinSize);
-         buf.pData_[4] = '

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list