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