]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- removed outdated patches
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 13 Sep 2012 16:34:56 +0000 (18:34 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 13 Sep 2012 16:34:56 +0000 (18:34 +0200)
am-pkglib.patch [deleted file]
ls-security.patch [deleted file]

diff --git a/am-pkglib.patch b/am-pkglib.patch
deleted file mode 100644 (file)
index e53cf2d..0000000
+++ /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 (file)
index 6a44297..0000000
+++ /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;
-         }
This page took 0.04355 seconds and 4 git commands to generate.