SOURCES: poldek-install-dist.patch (NEW) - fix segfault at install...

arekm arekm at pld-linux.org
Sun Sep 23 15:51:07 CEST 2007


Author: arekm                        Date: Sun Sep 23 13:51:07 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix segfault at install-dist

---- Files affected:
SOURCES:
   poldek-install-dist.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/poldek-install-dist.patch
diff -u /dev/null SOURCES/poldek-install-dist.patch:1.1
--- /dev/null	Sun Sep 23 15:51:07 2007
+++ SOURCES/poldek-install-dist.patch	Sun Sep 23 15:51:01 2007
@@ -0,0 +1,11 @@
+--- poldek/install-dist.c~	2007-07-01 23:04:26.000000000 +0200
++++ poldek/install-dist.c	2007-09-23 15:45:51.812485873 +0200
+@@ -232,6 +232,8 @@
+ 
+     rc = 1;
+ 
++    pkgs = pkgmark_get_packages(ts->pms, PKGMARK_MARK | PKGMARK_DEP);
++
+     ignorer = ts->getop(ts, POLDEK_OP_NODEPS);
+     if (!packages_verify_dependecies(pkgs, ts->ctx->ps) && !ignorer)
+         nerr++;
================================================================


More information about the pld-cvs-commit mailing list