RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/misc/ librpmmisc.vers

From: Mark Hatle <fray@rpm5.org>
Date: Fri 29 Jun 2007 - 18:23:22 CEST
Message-Id: <20070629162322.2366C3484ED@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Mark Hatle
  Root:   /v/rpm/cvs                       Email:  fray@rpm5.org
  Module: rpm                              Date:   29-Jun-2007 18:23:22
  Branch: HEAD                             Handle: 2007062917232100

  Modified files:
    rpm/misc                librpmmisc.vers

  Log:
    Change this slightly.  This should lower the possibility of conflicts w/
    system libraries.  The only remaining part that is dangerous is the
    internal lua.

  Summary:
    Revision    Changes     Path
    1.3         +6  -2      rpm/misc/librpmmisc.vers
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/misc/librpmmisc.vers
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 librpmmisc.vers
  --- rpm/misc/librpmmisc.vers	29 Jun 2007 15:59:10 -0000	1.2
  +++ rpm/misc/librpmmisc.vers	29 Jun 2007 16:23:21 -0000	1.3
  @@ -5,9 +5,13 @@
       glob;
       globfree;
       rpmz_*;
  -    file_*;
  -    db_*;
       lua*;
  +    db_env_create_rpmdb;
  +    db_env_set_func_fsync_rpmdb;
  +    db_strerror_rpmdb;
  +    db_create_rpmdb;
     local:
  +    file_*;
  +    db_*;
       *;
   };
  @@ .
Received on Fri Jun 29 18:23:22 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.