RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES rpm/lib/ signature.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Tue 10 Jul 2007 - 22:13:44 CEST
Message-Id: <20070710201344.A6D9E3484F1@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   10-Jul-2007 22:13:44
  Branch: HEAD                             Handle: 2007071021134300

  Modified files:
    rpm                     CHANGES
    rpm/lib                 signature.c

  Log:
    - revert the _GetPass() hack-a-round.

  Summary:
    Revision    Changes     Path
    1.1453      +1  -0      rpm/CHANGES
    2.167       +1  -1      rpm/lib/signature.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1452 -r1.1453 CHANGES
  --- rpm/CHANGES	10 Jul 2007 20:12:28 -0000	1.1452
  +++ rpm/CHANGES	10 Jul 2007 20:13:43 -0000	1.1453
  @@ -1,4 +1,5 @@
   4.5 -> 5.0:
  +    - jbj: revert the _GetPass() hack-a-round.
       - jbj: set a "sane" 0002 umask always (#83006).
       - rse: remove the already obsolete rpm.c
       - rse/jbj: eliminated all major compile-time warnings
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/signature.c
  ============================================================================
  $ cvs diff -u -r2.166 -r2.167 signature.c
  --- rpm/lib/signature.c	10 Jul 2007 17:39:35 -0000	2.166
  +++ rpm/lib/signature.c	10 Jul 2007 20:13:43 -0000	2.167
  @@ -1003,7 +1003,7 @@
       }
   
       if (aok) {
  -	pass = _GetPass(prompt);
  +	pass = Getpass(prompt);
   
   	if (pass != NULL && checkPassPhrase(pass, sigTag))
   	    pass = NULL;
  @@ .
Received on Tue Jul 10 22:13:44 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.