[packages/poldek/rpm5] - removed outdated patches

baggins baggins at pld-linux.org
Thu Sep 13 18:42:42 CEST 2012


commit bd8e59486221dcdfe202ee1f1e84681f49983e75
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Sep 13 18:34:56 2012 +0200

    - removed outdated patches

 am-pkglib.patch   | 25 -------------------------
 ls-security.patch | 15 ---------------
 2 files changed, 40 deletions(-)
---
diff --git a/am-pkglib.patch b/am-pkglib.patch
deleted file mode 100644
index e53cf2d..0000000
--- a/am-pkglib.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- poldek-0.30/Makefile.am~	2012-01-26 11:30:31.000000000 +0200
-+++ poldek-0.30/Makefile.am	2012-01-26 11:31:12.502250375 +0200
-@@ -21,7 +21,7 @@
- 
- libpoldek_la_LDFLAGS = -version-info $(libVERINFO)
- libpoldek_la_SOURCES = \
--	  compiler.h	\	
-+	  compiler.h	\
- 	  log.c log.h	   \
- 	  poldek_term.c poldek_term.h	\
- 	  minfo.c			    \
-@@ -74,10 +74,11 @@
- 
- LDADD_              = @INTLLIBS@
- 
--pkglib_SCRIPTS      = zlib-in-rpm.sh vfjuggle vfcompr vfsmb poldekuser-setup.sh
-+vfscriptsdir = $(libdir)/$(PACKAGE_NAME)
-+vfscripts_SCRIPTS = zlib-in-rpm.sh vfjuggle vfcompr vfsmb poldekuser-setup.sh
- 
- EXTRA_DIST = \
--	     $(pkglib_SCRIPTS) \
-+	     $(vfscripts_SCRIPTS) \
- 	     Makefile.extra \
- 	     poldek.spec \
- 	     package-set.sample vfjugglerc.sample \
diff --git a/ls-security.patch b/ls-security.patch
deleted file mode 100644
index 6a44297..0000000
--- a/ls-security.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-improve matching security updates from changelogs:
-- match "security" case insensitively
-- match CVE-20xx, I doubt poldek exists in 2100, or I simply don't care :D
-
---- poldek-0.30/pkgu.c~	2011-11-26 01:45:15.000000000 +0200
-+++ poldek-0.30/pkgu.c	2012-01-26 11:15:24.628984938 +0200
-@@ -508,7 +508,7 @@
-         struct changelog_ent *ent = n_array_nth(entries, i);
-         const char *m = ent->message;
-         
--        if (strstr(m, "CVE-2") || strstr(m, "CVE-19") || strstr(m, "ecurity")) {
-+        if (strstr(m, "CVE-20") || strstr(m, "CVE-19") || strcasestr(m, "security")) {
-             yes = 1;
-             break;
-         }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/4a838ec31315c56fc64734479c3013b7ddb445e0



More information about the pld-cvs-commit mailing list