[packages/libprelude] - removed patching of autogenerated file

baggins baggins at pld-linux.org
Sun Sep 14 17:35:14 CEST 2014


commit 81a92eb44dc950bfdab8427c1f2b65f954843380
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Sep 14 17:34:53 2014 +0200

    - removed patching of autogenerated file

 format-security.patch | 11 -----------
 libprelude.spec       |  2 --
 2 files changed, 13 deletions(-)
---
diff --git a/libprelude.spec b/libprelude.spec
index 7e2eb0c..1331e22 100644
--- a/libprelude.spec
+++ b/libprelude.spec
@@ -21,7 +21,6 @@ Patch1:		%{name}-ruby.patch
 Patch2:		%{name}-gnutls.patch
 Patch3:		%{name}-gets.patch
 Patch4:		%{name}-python.patch
-Patch5:		format-security.patch
 URL:		http://www.prelude-ids.com/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
@@ -238,7 +237,6 @@ PreludeEasy - dowiązania języka Ruby do libprelude.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 sed -i -e 's/lua >= 5.1/lua51 >= 5.1/' configure.in
 
diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644
index 03705a7..0000000
--- a/format-security.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libprelude-1.0.1/bindings/low-level/perl/Prelude.c~	2012-06-05 11:44:18.000000000 +0200
-+++ libprelude-1.0.1/bindings/low-level/perl/Prelude.c	2013-06-12 19:57:24.385066811 +0200
-@@ -1803,7 +1803,7 @@
- 	char buf[1024];
- 
- 	snprintf(buf, sizeof(buf), "Prelude error - %s: %s", prelude_strsource(error), prelude_strerror(error));
--	croak(buf);
-+	croak("%s", buf);
- }
- 
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libprelude.git/commitdiff/005bcfd6c71d56f5a8cd267cea296069946e18f1



More information about the pld-cvs-commit mailing list