RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_3: rpm/ CHANGES devtool.conf rpm/misc/ librpmmisc.ver...

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 23 Aug 2010 - 21:46:24 CEST
Message-Id: <20100823194624.87F80BAD0B@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   23-Aug-2010 21:46:23
  Branch: rpm-5_3                          Handle: 2010082319461903

  Modified files:           (Branch: rpm-5_3)
    rpm                     CHANGES devtool.conf
    rpm/misc                librpmmisc.vers

  Log:
    - beecrypt: finish up --with-beecrypt=internal wiring into -lrpmmisc.

  Summary:
    Revision    Changes     Path
    1.3296.2.66 +1  -0      rpm/CHANGES
    2.333.2.17  +1  -1      rpm/devtool.conf
    1.26.2.6    +70 -0      rpm/misc/librpmmisc.vers
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3296.2.65 -r1.3296.2.66 CHANGES
  --- rpm/CHANGES	23 Aug 2010 18:02:33 -0000	1.3296.2.65
  +++ rpm/CHANGES	23 Aug 2010 19:46:19 -0000	1.3296.2.66
  @@ -1,4 +1,5 @@
   5.3.2 -> 5.3.3:
  +    - jbj: beecrypt: finish up --with-beecrypt=internal wiring into -lrpmmisc.
       - jbj: neon: finish up --with-neon=internal wiring into -lrpmmisc.
       - jbj: misc: add ne_* symbols to loader map for --with-neon=internal.
       - jbj: grep: leave rpmgrep internal, autopoint gets heartburn.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.333.2.16 -r2.333.2.17 devtool.conf
  --- rpm/devtool.conf	23 Aug 2010 18:02:33 -0000	2.333.2.16
  +++ rpm/devtool.conf	23 Aug 2010 19:46:19 -0000	2.333.2.17
  @@ -3,7 +3,7 @@
   ##
   
   %common
  -    MODULE_NAMES="db lua pcre syck"	# bash file rc xar xz
  +    MODULE_NAMES="db lua pcre syck neon beecrypt"	# bash file rc xar xz
       MODULE_TAG_BASH="rpm-5_3"	# XXX bash is GPLv2 and cannot be bundled w RPM
       MODULE_TAG_BEECRYPT=""
       MODULE_TAG_DB="rpm-5_3"
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/misc/librpmmisc.vers
  ============================================================================
  $ cvs diff -u -r1.26.2.5 -r1.26.2.6 librpmmisc.vers
  --- rpm/misc/librpmmisc.vers	23 Aug 2010 17:03:37 -0000	1.26.2.5
  +++ rpm/misc/librpmmisc.vers	23 Aug 2010 19:46:22 -0000	1.26.2.6
  @@ -222,6 +222,76 @@
       xar_iter_new;
       xar_open;
       xar_opt_set;
  +    b64crc;
  +    b64decode;
  +    b64encode;
  +    b64encode_chars_per_line;
  +    b64encode_eolstr;
  +    dldp_pPair;
  +    dlkp_pFree;
  +    dlkp_pInit;
  +    dsaparamMake;
  +    dsasign;
  +    dsavrfy;
  +    i2osp;
  +    md4Digest;
  +    md4Reset;
  +    md4Update;
  +    md5Digest;
  +    md5Reset;
  +    md5Update;
  +    mpadd;
  +    mpbits;
  +    mpbnrnd;
  +    mpbsethex;
  +    mpfprintln;
  +    mplshift;
  +    mpnfree;
  +    mpnsetbin;
  +    mpnsethex;
  +    mpnzero;
  +    mpsetw;
  +    mpzero;
  +    randomGeneratorContextFree;
  +    randomGeneratorContextInit;
  +    randomGeneratorDefault;
  +    ripemd128Digest;
  +    ripemd128Reset;
  +    ripemd128Update;
  +    ripemd160Digest;
  +    ripemd160Reset;
  +    ripemd160Update;
  +    ripemd256Digest;
  +    ripemd256Reset;
  +    ripemd256Update;
  +    ripemd320Digest;
  +    ripemd320Reset;
  +    ripemd320Update;
  +    rsakpFree;
  +    rsakpMake;
  +    rsapricrt;
  +    rsavrfy;
  +    sha1Digest;
  +    sha1Reset;
  +    sha1Update;
  +    sha224Digest;
  +    sha224Reset;
  +    sha224Update;
  +    sha256Digest;
  +    sha256Reset;
  +    sha256Update;
  +    sha384Digest;
  +    sha384Reset;
  +    sha384Update;
  +    sha512Digest;
  +    sha512Reset;
  +    sha512Update;
  +    hashFunctionContextDigest;
  +    hashFunctionContextFree;
  +    hashFunctionContextInit;
  +    hashFunctionContextUpdateMC;
  +    hashFunctionCount;
  +    hashFunctionGet;
     local:
       file_*;
       db_*;
  @@ .
Received on Mon Aug 23 21:46:25 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.