platform/upstream/rpm.git
25 years agoUse mktemp(3) for temp file names.
jbj [Wed, 13 Jan 1999 19:28:12 +0000 (19:28 +0000)]
Use mktemp(3) for temp file names.

CVS patchset: 2697
CVS date: 1999/01/13 19:28:12

25 years agoFix: seg fault due to multiple close in runScript().
jbj [Wed, 13 Jan 1999 18:30:31 +0000 (18:30 +0000)]
Fix: seg fault due to multiple close in runScript().
More const char * within verify.

CVS patchset: 2696
CVS date: 1999/01/13 18:30:31

25 years agoBump version.
jbj [Tue, 12 Jan 1999 11:44:21 +0000 (11:44 +0000)]
Bump version.

CVS patchset: 2693
CVS date: 1999/01/12 11:44:21

25 years agoAutomake noise..
jbj [Tue, 12 Jan 1999 11:43:31 +0000 (11:43 +0000)]
Automake noise..

CVS patchset: 2692
CVS date: 1999/01/12 11:43:31

25 years agoI'm too lazy to put these in a third time.
ewt [Tue, 12 Jan 1999 03:11:25 +0000 (03:11 +0000)]
I'm too lazy to put these in a third time.

CVS patchset: 2691
CVS date: 1999/01/12 03:11:25

25 years agoTypo.
jbj [Mon, 11 Jan 1999 23:16:09 +0000 (23:16 +0000)]
Typo.

CVS patchset: 2690
CVS date: 1999/01/11 23:16:09

25 years agoBump version.
jbj [Sun, 10 Jan 1999 21:39:13 +0000 (21:39 +0000)]
Bump version.

CVS patchset: 2689
CVS date: 1999/01/10 21:39:13

25 years agoMore fixes from Toshio.
jbj [Sun, 10 Jan 1999 17:10:17 +0000 (17:10 +0000)]
More fixes from Toshio.

CVS patchset: 2688
CVS date: 1999/01/10 17:10:17

25 years ago1998 8 Jan Toshio Kuratomi <badger@prtr-13.ucsc.edu>
jbj [Sat, 9 Jan 1999 00:24:02 +0000 (00:24 +0000)]
1998 8 Jan Toshio Kuratomi <badger@prtr-13.ucsc.edu>
    * rpm.c: An error message for --nomd5 incorrectly  read "--nopgp can only
      be used during...."... Changed the --nopgp to --nomd5
1998 7 Jan  Toshio Kuratomi <bagder@prtr-13.ucsc.edu>
    * lib/rpmlib.h: Add a RPMSIGTAG_GPG define for gnupg.
    * lib/rpmlib.h: Add RPMVAR_GPG_PATH and RPMVAR_GPG_NAME variables.
    * lib/rpmrc.c: (optionTable) Add gpg_path and gpg_name to the optionTable
      (same stats as pgp_name and pgp_path.)
    * lib/signature.c: (rpmLookupSignatureType) Add RPMSIGTAG_GPG as one of the
      recognized types.
    * lib/signature.c: (rpmAddSignature) Add ability to create gnupg signature.
    * lib/signature.c: (makeGPGSignature) Routine to create a gnupg signature
      (based on makePGPSignature.)
    * lib/signature.c: (rpmVerifySignature) Add ability to verify gnupg
      signatures.
    * lib/signature.c: (verifyGPGSignature) Routine to verify a gnupg signature
      (based on verifyPGPSignature.)
    * lib/signature.c: (rpmGetPassPhrase) When getting pass phrase for gnupg,
      use RPMVAR_GPG_NAME instead of RPMVAR_PGP_NAME if we are signing with
      GPG isntead of PGP.
    * lib/signature.c: (checkPassPhrase) Need to allow for GPG when we check
      the PassPhrase's correctness.
    * rpm.c: Add equivalent GPG lines everywhere we find a PGP line.
    * rpm.c: Add equivalent gpg stanzas wherever we find a pgp stanza.
    * checksig.h: define CHECKSIG_GPG (1 << 2)  [Is this correct?]
    * checksig.c: (doCheckSig) Check for GPG signatures.  [A lot could be
      wrong/left out here.]
    * rpm.c: change the call to rpmGetPassPhrase to throw in the sigType as
      well.
    * signature.h: change rpmGetPassPhrase declaration to:
      rpmGetPassPhrase(const char * prompt, const int sigTag);
    * signature.c: (rpmGetPassPhrase) change the function to accept the
      signature type as its second argument.

CVS patchset: 2686
CVS date: 1999/01/09 00:24:02

25 years agoFix check for source RPM.
jbj [Fri, 8 Jan 1999 20:30:50 +0000 (20:30 +0000)]
Fix check for source RPM.

CVS patchset: 2685
CVS date: 1999/01/08 20:30:50

25 years agodefaultdocdir should not have testdir prepended.
jbj [Fri, 8 Jan 1999 19:53:34 +0000 (19:53 +0000)]
defaultdocdir should not have testdir prepended.

CVS patchset: 2684
CVS date: 1999/01/08 19:53:34

25 years agoBump release.
jbj [Fri, 8 Jan 1999 17:21:21 +0000 (17:21 +0000)]
Bump release.

CVS patchset: 2683
CVS date: 1999/01/08 17:21:21

25 years agoEGCS cruft.
jbj [Fri, 8 Jan 1999 16:44:30 +0000 (16:44 +0000)]
EGCS cruft.
Use cpioStrerror when getNextHeader fails.
More const warnings removed.
binary rpms always have RPMTAG_SOURCERPM, source rpms do not.

CVS patchset: 2682
CVS date: 1999/01/08 16:44:30

25 years ago*** empty log message ***
ewt [Fri, 8 Jan 1999 03:12:51 +0000 (03:12 +0000)]
*** empty log message ***

CVS patchset: 2681
CVS date: 1999/01/08 03:12:51

25 years agoconst cleanups
ewt [Fri, 8 Jan 1999 03:12:11 +0000 (03:12 +0000)]
const cleanups

CVS patchset: 2680
CVS date: 1999/01/08 03:12:11

25 years agomake use of currentDirectory()
ewt [Fri, 8 Jan 1999 03:11:54 +0000 (03:11 +0000)]
make use of currentDirectory()

CVS patchset: 2679
CVS date: 1999/01/08 03:11:54

25 years agoadded currentDirectory()
ewt [Fri, 8 Jan 1999 03:10:12 +0000 (03:10 +0000)]
added currentDirectory()

CVS patchset: 2678
CVS date: 1999/01/08 03:10:12

25 years ago1) const cleanups
ewt [Fri, 8 Jan 1999 03:09:57 +0000 (03:09 +0000)]
1) const cleanups
2) chroot() when setting up file actions

CVS patchset: 2677
CVS date: 1999/01/08 03:09:57

25 years agoassemble replaced file list
ewt [Thu, 7 Jan 1999 17:06:24 +0000 (17:06 +0000)]
assemble replaced file list

CVS patchset: 2676
CVS date: 1999/01/07 17:06:24

25 years agoadded struct sharedFileInfo
ewt [Thu, 7 Jan 1999 17:05:10 +0000 (17:05 +0000)]
added struct sharedFileInfo

CVS patchset: 2675
CVS date: 1999/01/07 17:05:10

25 years agoreplaced file list is passed in externally
ewt [Thu, 7 Jan 1999 17:05:02 +0000 (17:05 +0000)]
replaced file list is passed in externally

CVS patchset: 2674
CVS date: 1999/01/07 17:05:02

25 years ago\n properly if -v is used on install w/o -h
ewt [Thu, 7 Jan 1999 04:11:12 +0000 (04:11 +0000)]
\n properly if -v is used on install w/o -h

CVS patchset: 2673
CVS date: 1999/01/07 04:11:12

25 years agotry to use notify function properly (though hashing still doesn't work??)
ewt [Thu, 7 Jan 1999 04:07:31 +0000 (04:07 +0000)]
try to use notify function properly (though hashing still doesn't work??)

CVS patchset: 2672
CVS date: 1999/01/07 04:07:31

25 years ago1) don't pass a label string for source package installation
ewt [Thu, 7 Jan 1999 04:07:00 +0000 (04:07 +0000)]
1) don't pass a label string for source package installation
2) rpmtransAddPackage() can fail (only on source packages though)

CVS patchset: 2671
CVS date: 1999/01/07 04:07:00

25 years agodon't let them add packages for installation if they are source packages
ewt [Thu, 7 Jan 1999 04:06:30 +0000 (04:06 +0000)]
don't let them add packages for installation if they are source packages

CVS patchset: 2670
CVS date: 1999/01/07 04:06:30

25 years agoreworked rework of source package install -- I think this was is
ewt [Thu, 7 Jan 1999 04:05:23 +0000 (04:05 +0000)]
reworked rework of source package install -- I think this was is
cleaner, and more in the spirit of transaction sets (sorry Jeff)

CVS patchset: 2669
CVS date: 1999/01/07 04:05:23

25 years agoRe-implement the ability to install source rpms.
jbj [Thu, 7 Jan 1999 00:45:52 +0000 (00:45 +0000)]
Re-implement the ability to install source rpms.

CVS patchset: 2668
CVS date: 1999/01/07 00:45:52

25 years agoEliminate inline functions (the inline, not the function).
jbj [Wed, 6 Jan 1999 21:05:03 +0000 (21:05 +0000)]
Eliminate inline functions (the inline, not the function).
EGCS cruft.

CVS patchset: 2667
CVS date: 1999/01/06 21:05:03

25 years agoEGCS cruft.
jbj [Wed, 6 Jan 1999 20:54:08 +0000 (20:54 +0000)]
EGCS cruft.

CVS patchset: 2666
CVS date: 1999/01/06 20:54:08

25 years agoTypos.
jbj [Wed, 6 Jan 1999 18:19:36 +0000 (18:19 +0000)]
Typos.

CVS patchset: 2665
CVS date: 1999/01/06 18:19:36

25 years agoBump release.
jbj [Wed, 6 Jan 1999 17:45:48 +0000 (17:45 +0000)]
Bump release.

CVS patchset: 2664
CVS date: 1999/01/06 17:45:48

25 years agopropagate "const char *" into rpmlib prototypes.
jbj [Wed, 6 Jan 1999 17:33:50 +0000 (17:33 +0000)]
propagate "const char *" into rpmlib prototypes.

CVS patchset: 2663
CVS date: 1999/01/06 17:33:50

25 years agofixed an infinite loop (oops)
ewt [Wed, 6 Jan 1999 03:56:31 +0000 (03:56 +0000)]
fixed an infinite loop (oops)

CVS patchset: 2662
CVS date: 1999/01/06 03:56:31

25 years agoupgrade flag wasn't being passed properly
ewt [Wed, 6 Jan 1999 03:54:56 +0000 (03:54 +0000)]
upgrade flag wasn't being passed properly

CVS patchset: 2661
CVS date: 1999/01/06 03:54:56

25 years agofixed labels and hashing
ewt [Wed, 6 Jan 1999 03:51:53 +0000 (03:51 +0000)]
fixed labels and hashing

CVS patchset: 2660
CVS date: 1999/01/06 03:51:53

25 years agouse altH in problem struct
ewt [Wed, 6 Jan 1999 03:16:35 +0000 (03:16 +0000)]
use altH in problem struct

CVS patchset: 2659
CVS date: 1999/01/06 03:16:35

25 years agodisplay altH info for file conflicts
ewt [Wed, 6 Jan 1999 03:16:14 +0000 (03:16 +0000)]
display altH info for file conflicts

CVS patchset: 2658
CVS date: 1999/01/06 03:16:14

25 years agoadded altH field to problem structure
ewt [Wed, 6 Jan 1999 03:15:45 +0000 (03:15 +0000)]
added altH field to problem structure

CVS patchset: 2657
CVS date: 1999/01/06 03:15:45

25 years agoinclude lookup.h
ewt [Wed, 6 Jan 1999 03:14:44 +0000 (03:14 +0000)]
include lookup.h

CVS patchset: 2656
CVS date: 1999/01/06 03:14:44

25 years ago*** empty log message ***
ewt [Wed, 6 Jan 1999 03:14:26 +0000 (03:14 +0000)]
*** empty log message ***

CVS patchset: 2655
CVS date: 1999/01/06 03:14:26

25 years agoheaders in available lists weren't being freed properly
ewt [Wed, 6 Jan 1999 02:29:42 +0000 (02:29 +0000)]
headers in available lists weren't being freed properly

CVS patchset: 2654
CVS date: 1999/01/06 02:29:42

25 years agoExpand path macros with rpmGetPath(path, ...).
jbj [Tue, 5 Jan 1999 23:13:56 +0000 (23:13 +0000)]
Expand path macros with rpmGetPath(path, ...).

CVS patchset: 2652
CVS date: 1999/01/05 23:13:56

25 years agoAvoid segfault with "rpm --initdb" when no database exists.
jbj [Tue, 5 Jan 1999 17:27:04 +0000 (17:27 +0000)]
Avoid segfault with "rpm --initdb" when no database exists.

CVS patchset: 2650
CVS date: 1999/01/05 17:27:04

25 years agoPlaypen release.
jbj [Mon, 4 Jan 1999 22:10:05 +0000 (22:10 +0000)]
Playpen release.

CVS patchset: 2649
CVS date: 1999/01/04 22:10:05

25 years ago1) install packages still need to pay attention to db entries for
ewt [Mon, 4 Jan 1999 19:11:04 +0000 (19:11 +0000)]
1) install packages still need to pay attention to db entries for
   packages being removed
2) don't ignore the removal action decided on by the database just
   because of overlapping files

CVS patchset: 2648
CVS date: 1999/01/04 19:11:04

25 years agocanonicalize the root directory
ewt [Mon, 4 Jan 1999 16:44:52 +0000 (16:44 +0000)]
canonicalize the root directory

CVS patchset: 2647
CVS date: 1999/01/04 16:44:52

25 years agoremoved removeBinaryPackage()
ewt [Mon, 4 Jan 1999 16:44:38 +0000 (16:44 +0000)]
removed removeBinaryPackage()

CVS patchset: 2646
CVS date: 1999/01/04 16:44:38

25 years agopackage removal should have proper semantics now
ewt [Mon, 4 Jan 1999 16:44:20 +0000 (16:44 +0000)]
package removal should have proper semantics now

CVS patchset: 2645
CVS date: 1999/01/04 16:44:20

25 years agoUse an action list which is passed into removeBinaryPackage() rather then
ewt [Mon, 4 Jan 1999 16:44:05 +0000 (16:44 +0000)]
Use an action list which is passed into removeBinaryPackage() rather then
generating our own. This outdated a bunch of functions (like
handleSharedFiles()), which have been removed.

CVS patchset: 2644
CVS date: 1999/01/04 16:44:05

25 years ago1) renamed enum instAction to enum fileActions
ewt [Mon, 4 Jan 1999 16:43:31 +0000 (16:43 +0000)]
1) renamed enum instAction to enum fileActions
2) removed KEEP action (it was identical to SKIP), added REMOVE action
3) removed findSharedFiles() prototype
4) added removeBinaryPackages() and fileActionString() prototype

CVS patchset: 2643
CVS date: 1999/01/04 16:43:31

25 years ago1) moved root canonicalization to transaction set creation
ewt [Mon, 4 Jan 1999 16:42:15 +0000 (16:42 +0000)]
1) moved root canonicalization to transaction set creation
2) removed KEEP state (SKIP had identical semantics)
3) added REMOVE state to fileActionString()
4) export fileActionString()

CVS patchset: 2642
CVS date: 1999/01/04 16:42:15

25 years agoExpand SPECDIR/SOURCEDIR using macros.
jbj [Sun, 3 Jan 1999 03:13:50 +0000 (03:13 +0000)]
Expand SPECDIR/SOURCEDIR using macros.

CVS patchset: 2641
CVS date: 1999/01/03 03:13:50

25 years agouse "original db-1.85" if available (Raw Hide glibc 2.1).
jbj [Thu, 31 Dec 1998 22:09:43 +0000 (22:09 +0000)]
use "original db-1.85" if available (Raw Hide glibc 2.1).

CVS patchset: 2640
CVS date: 1998/12/31 22:09:43

25 years agocreate .rpmorig stuff
ewt [Thu, 31 Dec 1998 20:19:07 +0000 (20:19 +0000)]
create .rpmorig stuff

CVS patchset: 2639
CVS date: 1998/12/31 20:19:07

25 years agogenerate a file action list and pass it into installBinaryPackage()
ewt [Thu, 31 Dec 1998 19:16:31 +0000 (19:16 +0000)]
generate a file action list and pass it into installBinaryPackage()

CVS patchset: 2638
CVS date: 1998/12/31 19:16:31

25 years agomakes use of a passed in action list rather then generating our own
ewt [Thu, 31 Dec 1998 19:16:12 +0000 (19:16 +0000)]
makes use of a passed in action list rather then generating our own

CVS patchset: 2637
CVS date: 1998/12/31 19:16:12

25 years agoswitched around file conflict logic to build a proper action set
ewt [Thu, 31 Dec 1998 16:19:42 +0000 (16:19 +0000)]
switched around file conflict logic to build a proper action set

CVS patchset: 2636
CVS date: 1998/12/31 16:19:42

25 years agoupdated a comment ;-)
ewt [Thu, 31 Dec 1998 16:19:20 +0000 (16:19 +0000)]
updated a comment ;-)

CVS patchset: 2635
CVS date: 1998/12/31 16:19:20

25 years agoenum instActions { UNKNOWN, CREATE, BACKUP, KEEP, SAVE, SKIP, ALTNAME };
ewt [Thu, 31 Dec 1998 16:18:58 +0000 (16:18 +0000)]
enum instActions { UNKNOWN, CREATE, BACKUP, KEEP, SAVE, SKIP, ALTNAME };
enum fileTypes { XDIR, BDEV, CDEV, SOCK, PIPE, REG, LINK } ;

CVS patchset: 2634
CVS date: 1998/12/31 16:18:58

25 years agorenamed some enums to avoid conflicts with enums now defined in install.h
ewt [Thu, 31 Dec 1998 16:18:27 +0000 (16:18 +0000)]
renamed some enums to avoid conflicts with enums now defined in install.h

CVS patchset: 2633
CVS date: 1998/12/31 16:18:27

25 years agoreworked shared file lookups in database; it's *much* more efficient now
ewt [Wed, 30 Dec 1998 23:03:43 +0000 (23:03 +0000)]
reworked shared file lookups in database; it's *much* more efficient now

CVS patchset: 2632
CVS date: 1998/12/30 23:03:43

25 years agoupdated relocateable package handling
ewt [Wed, 30 Dec 1998 23:03:18 +0000 (23:03 +0000)]
updated relocateable package handling

CVS patchset: 2631
CVS date: 1998/12/30 23:03:18

25 years agoadded RPMPROB_FILE_CONFLICT message
ewt [Wed, 30 Dec 1998 23:02:49 +0000 (23:02 +0000)]
added RPMPROB_FILE_CONFLICT message

CVS patchset: 2630
CVS date: 1998/12/30 23:02:49

25 years agofixed scare memory option
ewt [Wed, 30 Dec 1998 23:02:27 +0000 (23:02 +0000)]
fixed scare memory option

CVS patchset: 2629
CVS date: 1998/12/30 23:02:27

25 years agoadded rpmdbFindFpList
ewt [Wed, 30 Dec 1998 23:01:11 +0000 (23:01 +0000)]
added rpmdbFindFpList

CVS patchset: 2628
CVS date: 1998/12/30 23:01:11

25 years agoheaderLoad() wasn't initializing the usage count
ewt [Wed, 30 Dec 1998 21:39:51 +0000 (21:39 +0000)]
headerLoad() wasn't initializing the usage count

CVS patchset: 2627
CVS date: 1998/12/30 21:39:51

25 years agomake sure files to sign exist before asking for the pass phrase
ewt [Wed, 30 Dec 1998 20:22:18 +0000 (20:22 +0000)]
make sure files to sign exist before asking for the pass phrase

CVS patchset: 2625
CVS date: 1998/12/30 20:22:18

25 years ago1) make use of fpLookupList() for some speedup
ewt [Wed, 30 Dec 1998 16:59:54 +0000 (16:59 +0000)]
1) make use of fpLookupList() for some speedup
2) be a bit better about freeing memory -- I'm sure there are plenty
   of holes left still, though
3) added a braindead db lookup for shared files. this will be reworked soon.

CVS patchset: 2624
CVS date: 1998/12/30 16:59:54

25 years agoadded fpLookupList()
ewt [Wed, 30 Dec 1998 16:56:28 +0000 (16:56 +0000)]
added fpLookupList()

CVS patchset: 2623
CVS date: 1998/12/30 16:56:28

25 years agouse "original db-1.85" if available (Raw Hide glibc 2.1).
jbj [Wed, 30 Dec 1998 01:51:53 +0000 (01:51 +0000)]
use "original db-1.85" if available (Raw Hide glibc 2.1).

CVS patchset: 2622
CVS date: 1998/12/30 01:51:53

25 years agoversion 1.2.3
ewt [Tue, 29 Dec 1998 03:02:20 +0000 (03:02 +0000)]
version 1.2.3

CVS patchset: 2620
CVS date: 1998/12/29 03:02:20

25 years agoconst'ified poptParseArgvString (Jeff Garzik)
ewt [Tue, 29 Dec 1998 02:52:47 +0000 (02:52 +0000)]
const'ified poptParseArgvString (Jeff Garzik)

CVS patchset: 2619
CVS date: 1998/12/29 02:52:47

25 years agofixed memset() in help message generation (Dale Hawkins)
ewt [Tue, 29 Dec 1998 02:35:08 +0000 (02:35 +0000)]
fixed memset() in help message generation (Dale Hawkins)
added extern "C" stuff to popt.h for C++ compilers (Dale Hawkins)

CVS patchset: 2618
CVS date: 1998/12/29 02:35:08

25 years agomake use of fingerprints for checking file conflicts
ewt [Sat, 26 Dec 1998 18:32:08 +0000 (18:32 +0000)]
make use of fingerprints for checking file conflicts

CVS patchset: 2617
CVS date: 1998/12/26 18:32:08

25 years ago1) allow generic key types
ewt [Sat, 26 Dec 1998 18:31:45 +0000 (18:31 +0000)]
1) allow generic key types
2) possibly copy the key around
3) optionally return the key stored in the table

CVS patchset: 2616
CVS date: 1998/12/26 18:31:45

25 years agoadded fpHashFunction() and fpEqual()
ewt [Sat, 26 Dec 1998 18:29:32 +0000 (18:29 +0000)]
added fpHashFunction() and fpEqual()

CVS patchset: 2615
CVS date: 1998/12/26 18:29:32

25 years agouse fingerprinting for path lookups
ewt [Sat, 26 Dec 1998 17:13:34 +0000 (17:13 +0000)]
use fingerprinting for path lookups

CVS patchset: 2614
CVS date: 1998/12/26 17:13:34

25 years agoremoved unused variable
ewt [Sat, 26 Dec 1998 17:13:10 +0000 (17:13 +0000)]
removed unused variable

CVS patchset: 2613
CVS date: 1998/12/26 17:13:10

25 years agoadded simple fingerprinting
ewt [Sat, 26 Dec 1998 17:12:50 +0000 (17:12 +0000)]
added simple fingerprinting

CVS patchset: 2612
CVS date: 1998/12/26 17:12:50

25 years ago1) initial cut at hash tables
ewt [Sat, 26 Dec 1998 16:33:51 +0000 (16:33 +0000)]
1) initial cut at hash tables
2) initial cut at file list handling during transaction processing

CVS patchset: 2611
CVS date: 1998/12/26 16:33:51

25 years agoUpdated the man page, finally.
adevries [Thu, 24 Dec 1998 07:09:55 +0000 (07:09 +0000)]
Updated the man page, finally.

CVS patchset: 2610
CVS date: 1998/12/24 07:09:55

25 years ago*** empty log message ***
ewt [Fri, 18 Dec 1998 19:09:38 +0000 (19:09 +0000)]
*** empty log message ***

CVS patchset: 2606
CVS date: 1998/12/18 19:09:38

25 years agoultrapenguin 1.1.9 sparc64 changes.
jbj [Thu, 17 Dec 1998 16:45:22 +0000 (16:45 +0000)]
ultrapenguin 1.1.9 sparc64 changes.

CVS patchset: 2605
CVS date: 1998/12/17 16:45:22

25 years agofirst pass at new transaction api; basic installing/removing works
ewt [Wed, 16 Dec 1998 21:58:53 +0000 (21:58 +0000)]
first pass at new transaction api; basic installing/removing works
fine but I wouldn't push it much harder then that

CVS patchset: 2603
CVS date: 1998/12/16 21:58:53

25 years agoadded dbiGetFirstKey()
ewt [Tue, 15 Dec 1998 05:48:11 +0000 (05:48 +0000)]
added dbiGetFirstKey()

CVS patchset: 2602
CVS date: 1998/12/15 05:48:11

25 years ago*** empty log message ***
ewt [Tue, 15 Dec 1998 05:46:58 +0000 (05:46 +0000)]
*** empty log message ***

CVS patchset: 2601
CVS date: 1998/12/15 05:46:58

25 years ago1) store basenames only in fileindex
ewt [Tue, 15 Dec 1998 05:45:36 +0000 (05:45 +0000)]
1) store basenames only in fileindex
2) do realpath stuff in rpmdbFindByFile()
3) do smart symlink chasing

CVS patchset: 2600
CVS date: 1998/12/15 05:45:36

25 years agodon't do realpath stuff here; it's done in rpmdbFindByFile() now
ewt [Tue, 15 Dec 1998 05:43:18 +0000 (05:43 +0000)]
don't do realpath stuff here; it's done in rpmdbFindByFile() now

CVS patchset: 2599
CVS date: 1998/12/15 05:43:18

25 years agopermit http:// and file:// url's as well as ftp://.
jbj [Mon, 14 Dec 1998 21:34:11 +0000 (21:34 +0000)]
permit  and file:// url's as well as ftp://.
attempt ftp ABOR on query/verify url's.
cache open ftp control descriptor with password.
verify needed same realpath semantics as query.
plug fd leak in urlGetFile().

CVS patchset: 2598
CVS date: 1998/12/14 21:34:11

25 years agoMove inlines to rpmio.c.
jbj [Thu, 10 Dec 1998 20:56:01 +0000 (20:56 +0000)]
Move inlines to rpmio.c.
rpmio.h needs necessary includes.

CVS patchset: 2594
CVS date: 1998/12/10 20:56:01

25 years agoreleasing 1.2.2
johnsonm [Thu, 10 Dec 1998 18:37:22 +0000 (18:37 +0000)]
releasing 1.2.2

CVS patchset: 2593
CVS date: 1998/12/10 18:37:22

25 years agotranslate cpio errors using cpioStrerror.
jbj [Sat, 5 Dec 1998 23:22:41 +0000 (23:22 +0000)]
translate cpio errors using cpioStrerror.

CVS patchset: 2592
CVS date: 1998/12/05 23:22:41

25 years agoAutomake voodoo.
jbj [Sat, 5 Dec 1998 20:06:00 +0000 (20:06 +0000)]
Automake voodoo.

CVS patchset: 2590
CVS date: 1998/12/05 20:06:00

25 years agodisplay "..?....." rather than "..5....." for unreadable files.
jbj [Sat, 5 Dec 1998 19:38:29 +0000 (19:38 +0000)]
display "..?....." rather than "..5....." for unreadable files.
run time (rather than compile time) host endian check.

CVS patchset: 2589
CVS date: 1998/12/05 19:38:29

25 years agoTypos.
jbj [Sat, 5 Dec 1998 19:18:43 +0000 (19:18 +0000)]
Typos.

CVS patchset: 2588
CVS date: 1998/12/05 19:18:43

25 years agodisplay "..?....." rather than "..5....." for unreadable files.
jbj [Sat, 5 Dec 1998 19:16:19 +0000 (19:16 +0000)]
display "..?....." rather than "..5....." for unreadable files.
run time (rather than compile time) host endian check.

CVS patchset: 2587
CVS date: 1998/12/05 19:16:19

25 years agocaldera patches (ray@Caldera.DE)
jbj [Thu, 3 Dec 1998 19:36:01 +0000 (19:36 +0000)]
caldera patches (ray@Caldera.DE)

CVS patchset: 2584
CVS date: 1998/12/03 19:36:01

25 years agoadded ARM patches.
jbj [Thu, 3 Dec 1998 19:30:32 +0000 (19:30 +0000)]
added ARM patches.

CVS patchset: 2583
CVS date: 1998/12/03 19:30:32

25 years agohttp/file/ftp URL's for query/verify (but not install) work.
jbj [Thu, 3 Dec 1998 17:35:50 +0000 (17:35 +0000)]
http/file/ftp URL's for query/verify (but not install) work.

CVS patchset: 2580
CVS date: 1998/12/03 17:35:50

25 years ago1) let you pass the db type per-index
ewt [Thu, 3 Dec 1998 14:47:55 +0000 (14:47 +0000)]
1) let you pass the db type per-index
2) during rebuild, just open packages.rpm, not the indexes

CVS patchset: 2579
CVS date: 1998/12/03 14:47:55