RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: [EMAIL PROTECTED]
Module: rpm Date: 17-May-2008 15:34:19
Branch: HEAD Handle: 2008051713341801
Modified files:
rpm CHANGES
rpm/python rpmts-py.c
Log:
- jbj: python: fix: insure that ts.setProbFilter() return is
initialized.
Summary:
Revision Changes Path
1.2347 +1 -0 rpm/CHANGES
1.87 +1 -0 rpm/python/rpmts-py.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.2346 -r1.2347 CHANGES
--- rpm/CHANGES 17 May 2008 13:30:48 -0000 1.2346
+++ rpm/CHANGES 17 May 2008 13:34:18 -0000 1.2347
@@ -1,5 +1,6 @@
5.1.0 -> 5.2a0:
+ - jbj: python: fix: insure that ts.setProbFilter() return is initialized.
- jbj: fix: insure no access before buffer if fgets(3) returns NUL.
- jbj: tevr: add missing level of ht indirection, free input strings.
- jbj: fix: --triggers segfault, don't depend on he->p.ptr = NULL after
@@ .
patch -p0 <<'@@ .'
Index: rpm/python/rpmts-py.c
============================================================================
$ cvs diff -u -r1.86 -r1.87 rpmts-py.c
--- rpm/python/rpmts-py.c 12 Mar 2008 19:41:12 -0000 1.86
+++ rpm/python/rpmts-py.c 17 May 2008 13:34:19 -0000 1.87
@@ -1728,6 +1728,7 @@
o->scriptFd = NULL;
o->tsi = NULL;
o->tsiFilter = 0;
+ o->ignoreSet = RPMPROB_FILTER_NONE;
if (_rpmts_debug)
fprintf(stderr, "%p ++ ts %p db %p\n", o, o->ts, rpmtsGetRdb(o->ts));
@@ .
______________________________________________________________________
RPM Package Manager http://rpm5.org
CVS Sources Repository [email protected]