[SCM] libaacs/master: Remove patches, applied upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Mar 6 16:34:51 UTC 2013


The following commit has been merged in the master branch:
commit 447163fc1fd45c20d61754979bd0be4e44187aa2
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Mar 6 16:33:36 2013 +0000

    Remove patches, applied upstream.

diff --git a/debian/patches/01_key-parser-Fix-resource-leak.patch b/debian/patches/01_key-parser-Fix-resource-leak.patch
deleted file mode 100644
index 1f9ba04..0000000
--- a/debian/patches/01_key-parser-Fix-resource-leak.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 49b3ccb16657599ed08e5e7018e79d63e1bde2a9 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= <beauze.h at gmail.com>
-Date: Mon, 27 Aug 2012 23:35:16 +0300
-Subject: [PATCH] key parser: Fix resource leak
-
----
- src/file/keydbcfg-parser.y |    2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/file/keydbcfg-parser.y b/src/file/keydbcfg-parser.y
-index dd9506c..11a902b 100644
---- a/src/file/keydbcfg-parser.y
-+++ b/src/file/keydbcfg-parser.y
-@@ -449,6 +449,8 @@ int keydbcfg_parse_config(config_file *cfgfile, const char *path)
-   cfgfile->host_cert_list = head_clist;
-   cfgfile->list = head_celist;
- 
-+  fclose(fp);
-+
-   if (retval)
-     return 0;
- 
--- 
-1.7.10.4
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 6820db0..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01_key-parser-Fix-resource-leak.patch

-- 
libaacs packaging



More information about the pkg-multimedia-commits mailing list