Commit Graph

271 Commits

Author SHA1 Message Date
adevries a7366495ae Finally, preliminary http support.
- Alex

CVS patchset: 2773
CVS date: 1999/02/04 18:48:03
1999-02-04 18:48:03 +00:00
ewt a0f1da436b added --excludepath
CVS patchset: 2720
CVS date: 1999/01/19 16:25:10
1999-01-19 16:25:10 +00:00
jbj 8e4b5d19fc 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
1999-01-09 00:24:02 +00:00
jbj bd626d134d propagate "const char *" into rpmlib prototypes.
CVS patchset: 2663
CVS date: 1999/01/06 17:33:50
1999-01-06 17:33:50 +00:00
ewt 1ba327b1e8 upgrade flag wasn't being passed properly
CVS patchset: 2661
CVS date: 1999/01/06 03:54:56
1999-01-06 03:54:56 +00:00
ewt 42edfe1749 make sure files to sign exist before asking for the pass phrase
CVS patchset: 2625
CVS date: 1998/12/30 20:22:18
1998-12-30 20:22:18 +00:00
ewt 29edbba1a8 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
1998-12-26 16:33:51 +00:00
ewt 10d3b6d5b6 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
1998-12-16 21:58:53 +00:00
jbj 9b362a451a Compile in default macro values sufficient to pass make check.
CVS patchset: 2575
CVS date: 1998/12/02 19:55:36
1998-12-02 19:55:36 +00:00
jbj d13e728542 More build popts moved to build.c
Fix access of freed memory.

CVS patchset: 2571
CVS date: 1998/12/01 23:28:26
1998-12-01 23:28:26 +00:00
jbj 234db2e2f6 Start separating build options.
I18N for popt tables.

CVS patchset: 2568
CVS date: 1998/12/01 17:18:38
1998-12-01 17:18:38 +00:00
jbj 4551a1256f Clean up on files.c.
CVS patchset: 2555
CVS date: 1998/11/24 19:30:38
1998-11-24 19:30:38 +00:00
jbj a15a36abd1 Sanity.
CVS patchset: 2551
CVS date: 1998/11/20 20:18:22
1998-11-20 20:18:22 +00:00
jbj 2b44c3a5c3 permit "rpm -q --specfile ... file.spec" queries.
CVS patchset: 2547
CVS date: 1998/11/20 00:29:46
1998-11-20 00:29:46 +00:00
jbj 7e617bde36 lclint noise.
CVS patchset: 2544
CVS date: 1998/11/19 19:10:23
1998-11-19 19:10:23 +00:00
jbj dc7ee4090d finish hiding rpmdb index record data ("matches").
CVS patchset: 2543
CVS date: 1998/11/19 18:10:28
1998-11-19 18:10:28 +00:00
jbj 2578b7fc84 implement abstract fd type almost everywhere.
CVS patchset: 2542
CVS date: 1998/11/18 21:41:05
1998-11-18 21:41:05 +00:00
jbj 28c4ae83a3 LCLINT pass 0.
CVS patchset: 2540
CVS date: 1998/11/16 21:40:28
1998-11-16 21:40:28 +00:00
jbj 2d83820336 permit --rmsource --force even if sources/patches are missing.
CVS patchset: 2532
CVS date: 1998/11/08 00:15:33
1998-11-08 00:15:33 +00:00
jbj 4514c7600f solaris: don't attempt static link. (Tim Mooney)
fix: timeCheck in rpm.c should be unsigned long. (Tim Mooney)
osf: prov searches only shared libraries. (Tim Mooney)
solaris: set PATH in prov/req scripts. (Tim Mooney)
fix: ignore modes on symlinks. (Tim Mooney)

CVS patchset: 2517
CVS date: 1998/11/06 19:55:55
1998-11-06 19:55:55 +00:00
jbj 56187988a6 No more query.h.
CVS patchset: 2505
CVS date: 1998/10/29 13:46:56
1998-10-29 13:46:56 +00:00
ewt 62efcbd3fc 1) split query option parsing into popt subtables
2) moved query code into rpmlib

CVS patchset: 2502
CVS date: 1998/10/27 05:41:02
1998-10-27 05:41:02 +00:00
jbj 9f20ee028b augment --showrc with -v, only display set variables without -v.
add macrofiles variable, permit second entry to initMacros().

CVS patchset: 2463
CVS date: 1998/10/15 23:29:25
1998-10-15 23:29:25 +00:00
jbj 0609401b79 Sub-dir compilation on solaris.
CVS patchset: 2442
CVS date: 1998/10/11 16:17:45
1998-10-11 16:17:45 +00:00
jbj 1607fbe7a3 Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.
CVS patchset: 2425
CVS date: 1998/10/08 14:59:17
1998-10-08 14:59:17 +00:00
jbj a88e320d6d Sync with 2.5.4.
CVS patchset: 2376
CVS date: 1998/09/28 22:03:28
1998-09-28 22:03:28 +00:00
jbj fd068345e6 add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)
gettextify rpmMessage/rpmError/fprintf messages.

CVS patchset: 2368
CVS date: 1998/09/27 22:03:52
1998-09-27 22:03:52 +00:00
jbj 563733b477 expand args using popt on pre-rpmReadConfigFiles arg pass.
CVS patchset: 2354
CVS date: 1998/09/25 09:07:11
1998-09-25 09:07:11 +00:00
jbj 5428fb90f4 non-zero exit status for verify failures.
CVS patchset: 2345
CVS date: 1998/09/24 17:47:41
1998-09-24 17:47:41 +00:00
jbj fc47c37e20 permit --{buildroot,timecheck,test,sign} with -tX (Toshio Kuratomi).
CVS patchset: 2292
CVS date: 1998/09/11 08:11:06
1998-09-11 08:11:06 +00:00
ewt db15666699 added info on --triggers, --triggeredby
CVS patchset: 2265
CVS date: 1998/08/25 15:10:04
1998-08-25 15:10:04 +00:00
jbj 8e9041037f sanity.
CVS patchset: 2253
CVS date: 1998/08/16 14:26:04
1998-08-16 14:26:04 +00:00
jbj f612cb1bf3 Sync with 2.5.2 branch patches.
cpio_gzip: dup the fd before doing gzdopen (Thanks Erik!)
 add --noLang to skip non-default languages.

CVS patchset: 2243
CVS date: 1998/08/11 18:24:48
1998-08-11 18:24:48 +00:00
adevries 8bdb7e0448 This gets rid of all the basic rpm options for --buildarch and --buildos.
CVS patchset: 2236
CVS date: 1998/08/06 21:53:07
1998-08-06 21:53:07 +00:00
adevries 6d430b8a95 Add support for --buildplatform, and support for the setenv: tag in rpmrc files. Also fixed the %buildplatform macro a bit. Cross building appears to work!
-

CVS patchset: 2232
CVS date: 1998/08/06 19:27:54
1998-08-06 19:27:54 +00:00
jbj 5142bf78e6 Consolidated includes for librpmbuild API.
CVS patchset: 2213
CVS date: 1998/07/30 22:09:42
1998-07-30 22:09:42 +00:00
jbj e4151252f8 Aggregate system includes into system.h.
Rearrange functions to minimize exported routines in librpmbuild API.
VS: ----------------------------------------------------------------------

CVS patchset: 2183
CVS date: 1998/07/25 21:00:26
1998-07-25 21:00:26 +00:00
ewt 5de4d92922 added --notriggers
CVS patchset: 2158
CVS date: 1998/06/30 18:51:44
1998-06-30 18:51:44 +00:00
jbj 1c35d8d6d7 Typo.
CVS patchset: 2146
CVS date: 1998/06/11 02:58:13
1998-06-11 02:58:13 +00:00
ewt ebc7a63bdd let -bs build just a source package
CVS patchset: 2138
CVS date: 1998/06/02 13:48:05
1998-06-02 13:48:05 +00:00
marc a1aba0f11d Make --rmsource actually work.
CVS patchset: 2070
CVS date: 1998/04/03 17:14:21
1998-04-03 17:14:21 +00:00
ewt 879e03787c 1) fixed --nomd5 parsing
2) updated configure.in find-req and find-prov checks

CVS patchset: 2068
CVS date: 1998/04/03 16:33:19
1998-04-03 16:33:19 +00:00
ewt 7b8522b57e added trigger support
CVS patchset: 2049
CVS date: 1998/03/27 16:46:39
1998-03-27 16:46:39 +00:00
ewt f28be6951d 1) version 2.4.104
2) changed (C) to 1998

CVS patchset: 2032
CVS date: 1998/03/04 21:39:35
1998-03-04 21:39:35 +00:00
ewt 0c23cb357e moved popt table to global scope to satisfy broken compilers
CVS patchset: 2028
CVS date: 1998/03/04 16:57:29
1998-03-04 16:57:29 +00:00
ewt 6681ac1cee fixed problems in file relocation
CVS patchset: 1980
CVS date: 1998/01/29 19:39:12
1998-01-29 19:39:12 +00:00
ewt 2c223345d8 implemented most of generic package relocation
CVS patchset: 1979
CVS date: 1998/01/28 16:49:43
1998-01-28 16:49:43 +00:00
marc 63a1a6794b Fix (and slightly change effects of) --rebuild and --recompile.
CVS patchset: 1962
CVS date: 1998/01/14 04:14:35
1998-01-14 04:14:35 +00:00
marc 9adb4d81fd Temp turn off -p "foo foo foo" in CHANGELOG.
Forgot to turn on rmsource.

CVS patchset: 1958
CVS date: 1998/01/13 19:53:07
1998-01-13 19:53:07 +00:00
ewt 757e50ffc8 merged in Marc's new build code
CVS patchset: 1956
CVS date: 1998/01/12 21:31:29
1998-01-12 21:31:29 +00:00
marc 673346f72e ignore cookies
CVS patchset: 1877
CVS date: 1997/10/29 15:55:29
1997-10-29 15:55:29 +00:00
ewt b7d6861f74 popt is it's own library
CVS patchset: 1834
CVS date: 1997/09/19 14:08:10
1997-09-19 14:08:10 +00:00
ewt 6aa825730d added --noorder
CVS patchset: 1788
CVS date: 1997/08/21 01:23:14
1997-08-21 01:23:14 +00:00
marc ccc21cb726 Modify to allow BuildArchitectures:
CVS patchset: 1773
CVS date: 1997/07/25 13:09:05
1997-07-25 13:09:05 +00:00
ewt 53cfcda67d Added --justdb
CVS patchset: 1771
CVS date: 1997/07/24 15:15:48
1997-07-24 15:15:48 +00:00
ewt 9932bf2f0d Placed include of <sys/wait.h> after <sys/resource.h> for AIX
CVS patchset: 1699
CVS date: 1997/06/19 13:17:45
1997-06-19 13:17:45 +00:00
ewt d224a783f1 1) added 's', 'm', 'n' to fflags type tag
2) implemented missingok
3) added --allfiles

CVS patchset: 1691
CVS date: 1997/06/17 15:37:28
1997-06-17 15:37:28 +00:00
ewt 8cef38026e dded --changelog to help, usage, and rpm.8
CVS patchset: 1689
CVS date: 1997/06/16 18:24:50
1997-06-16 18:24:50 +00:00
ewt fccf9d0249 Use pclose() w/ popen(), not fclose()
CVS patchset: 1677
CVS date: 1997/06/02 14:01:29
1997-06-02 14:01:29 +00:00
ewt 2aff0769da Fixed some missing >] in usage message
CVS patchset: 1665
CVS date: 1997/05/28 14:21:27
1997-05-28 14:21:27 +00:00
ewt 171e55b751 added info on --build{arch|os} to --help and usage messages
CVS patchset: 1660
CVS date: 1997/05/27 14:01:14
1997-05-27 14:01:14 +00:00
ewt c81e8aefaa Must include <sys/tiome.h> before <sys/resource.h> for SunOS
CVS patchset: 1653
CVS date: 1997/05/20 17:43:34
1997-05-20 17:43:34 +00:00
ewt aeb65017bb Added more includes of <sys/time.h> and <sys/resource.h> for AIX
CVS patchset: 1646
CVS date: 1997/05/20 15:42:27
1997-05-20 15:42:27 +00:00
ewt 7ce7d42fb6 Include "miscfn.h" in a few more places.
CVS patchset: 1629
CVS date: 1997/05/15 14:04:39
1997-05-15 14:04:39 +00:00
ewt 9b93a43a01 Allow --dbpath during --rebuildbdb
CVS patchset: 1625
CVS date: 1997/05/15 14:00:14
1997-05-15 14:00:14 +00:00
ewt 7df2d5037e Added includes of miscfn.h
CVS patchset: 1618
CVS date: 1997/05/12 13:28:15
1997-05-12 13:28:15 +00:00
ewt 39422acd79 Fixed broken brackets in help document.
CVS patchset: 1616
CVS date: 1997/05/07 20:08:11
1997-05-07 20:08:11 +00:00
ewt a5681a3d0c Minor cleanups.
CVS patchset: 1600
CVS date: 1997/05/07 14:56:06
1997-05-07 14:56:06 +00:00
ewt 5c6641eb47 Fixed some typos in strings.
CVS patchset: 1585
CVS date: 1997/05/02 00:49:42
1997-05-02 00:49:42 +00:00
ewt 84de5ba32e - changed LIBRPMRC_FILENAME, LIBRPMALIAS_FILENAME, RPMNLSDIR
directories to @sysconfdir@, @sysconfdir@, and @datadir@ to
  better conform with autoconf
- set RPM_INSTALL_PREFIX environment variable when running
  verify scripts
- beginnings of SCO support (though I suspect it will take one
  or two more iterations to get it right)
- switched to CVS and updated some Makefile rules
- look for gethostbyname() instead of gethostname() in -nsl
  (this could break some things)
- added check for strcasecmp() in -lucb on systems which don't
  have strcasecmp() in libc
- don't build -static on hpux10
- don't try and NLS empty strings
- changed index() call to strchr() in macro code
- include <time.h> in build/spec.c for various platforms
- added update-po rule to po/Makefile.in
- updated de.po (thanks to Karl Eichwalder)

CVS patchset: 1554
CVS date: 1997/04/28 20:45:05
1997-04-28 20:45:05 +00:00
ewt fca4fd3051 added --allmatches
CVS patchset: 1516
CVS date: 1997/03/31 20:15:31
1997-03-31 20:15:31 +00:00
ewt 88cf717a10 1) added typecast around getpid() to let us printf it on all platforms
2) fixed spelling of deprecated

CVS patchset: 1492
CVS date: 1997/03/20 15:19:00
1997-03-20 15:19:00 +00:00
ewt 441fceb55b -ta didn't handle absolute paths to tar files properly
CVS patchset: 1482
CVS date: 1997/03/11 17:10:04
1997-03-11 17:10:04 +00:00
ewt 0f0e56f165 added include of <sys/types.h>
CVS patchset: 1469
CVS date: 1997/03/04 02:18:55
1997-03-04 02:18:55 +00:00
ewt 8181256a83 added -t? functionality
CVS patchset: 1458
CVS date: 1997/02/25 23:17:38
1997-02-25 23:17:38 +00:00
ewt ef69473766 be a bit more carefull about checking --rcfiles argument
CVS patchset: 1436
CVS date: 1997/02/17 20:28:50
1997-02-17 20:28:50 +00:00
ewt 65199afb22 redid -i parsing, moved --info and --requires to popt aliases
CVS patchset: 1428
CVS date: 1997/02/17 20:18:36
1997-02-17 20:18:36 +00:00
ewt d58a17d1bd --ftp* arguments should work with -Vp as well
CVS patchset: 1425
CVS date: 1997/02/17 16:52:45
1997-02-17 16:52:45 +00:00
ewt a5cd69b3db restored include of <locale.h>
CVS patchset: 1410
CVS date: 1997/02/14 02:04:04
1997-02-14 02:04:04 +00:00
ewt 5a761a0522 fixed -r, --root processing
CVS patchset: 1402
CVS date: 1997/02/12 04:48:37
1997-02-12 04:48:37 +00:00
ewt 62ccc79f90 fixed sigcheck w/ always failed with a made up error
CVS patchset: 1394
CVS date: 1997/01/30 21:27:10
1997-01-30 21:27:10 +00:00
ewt ca89c7dd06 changed fixperms to setperms
CVS patchset: 1390
CVS date: 1997/01/30 20:14:22
1997-01-30 20:14:22 +00:00
ewt 647b233511 1) removed --provides, --scripts (moved to rpmpopt)
2) concatenates multiple query formats
3) doesn't support stdin query/verify modes (thank god)

CVS patchset: 1384
CVS date: 1997/01/30 19:59:14
1997-01-30 19:59:14 +00:00
ewt 2c83a713fd use RPMNLS* rather then NLS*
CVS patchset: 1356
CVS date: 1997/01/24 19:04:14
1997-01-24 19:04:14 +00:00
ewt fa4a7a11bb added --nomd5
CVS patchset: 1347
CVS date: 1997/01/23 20:56:16
1997-01-23 20:56:16 +00:00
ewt 22d5f14f15 1) sanity check --timecheck
2) print usefull errors during argument processing

CVS patchset: 1325
CVS date: 1997/01/20 22:16:01
1997-01-20 22:16:01 +00:00
ewt adcc39df50 1) added --pipe
2) read popt config files
3) takes advantage of some popt shortcuts

CVS patchset: 1322
CVS date: 1997/01/17 21:58:00
1997-01-17 21:58:00 +00:00
ewt f9f5e0cd4b switched from getopt to popt
CVS patchset: 1304
CVS date: 1997/01/16 23:26:42
1997-01-16 23:26:42 +00:00
ewt 44dfc187e1 changes to be more i18n friendly
CVS patchset: 1266
CVS date: 1997/01/02 17:48:56
1997-01-02 17:48:56 +00:00
ewt 329e94d98e made include of alloca.h conditional
CVS patchset: 1227
CVS date: 1996/12/12 03:32:22
1996-12-12 03:32:22 +00:00
root 968063fbab if spec check fails, fail.
CVS patchset: 1213
CVS date: 1996/12/06 16:51:52
1996-12-06 16:51:52 +00:00
ewt ba2f38194d 1) changed some "uninstall" references to "erase" references
CVS patchset: 1192
CVS date: 1996/11/22 17:19:45
1996-11-22 17:19:45 +00:00
root d382745d17 The Great Renaming
CVS patchset: 1171
CVS date: 1996/11/18 18:02:36
1996-11-18 18:02:36 +00:00
ewt 26e07c47b4 --root should work with --initdb
CVS patchset: 1140
CVS date: 1996/10/31 21:06:20
1996-10-31 21:06:20 +00:00
ewt ff01a9b53b return rc from doUninstall()
CVS patchset: 1111
CVS date: 1996/10/20 19:29:57
1996-10-20 19:29:57 +00:00
ewt 76f9720b89 added --ftpproxy, --ftpport
CVS patchset: 1107
CVS date: 1996/10/20 18:24:42
1996-10-20 18:24:42 +00:00
ewt 7d94c81443 removed definition of _() which gets set by configure
CVS patchset: 1062
CVS date: 1996/09/29 02:22:07
1996-09-29 02:22:07 +00:00
ewt 3c1ab2d340 --rebuilddb supports --root, say so in --help
CVS patchset: 1028
CVS date: 1996/09/16 22:41:25
1996-09-16 22:41:25 +00:00
ewt 03361daed9 added --rebuild
CVS patchset: 1024
CVS date: 1996/09/16 22:31:05
1996-09-16 22:31:05 +00:00
root c3b5842464 --test for building
CVS patchset: 1015
CVS date: 1996/09/02 01:58:13
1996-09-02 01:58:13 +00:00
ewt ac5a232084 added --qf as an alias to --queryformat, but didn't document it as it
is easily confused with "-qf"

CVS patchset: 1012
CVS date: 1996/09/01 16:54:16
1996-09-01 16:54:16 +00:00
root f574c657ec complain if spec file is not a regular file
CVS patchset: 970
CVS date: 1996/08/20 14:29:41
1996-08-20 14:29:41 +00:00
ewt d5d07197fc fixed --group query specifier
CVS patchset: 940
CVS date: 1996/08/07 15:45:38
1996-08-07 15:45:38 +00:00
marc d5d1054690 change sleep(1) to sleep(5) so yo can read the spec file warnings
CVS patchset: 924
CVS date: 1996/07/23 14:54:46
1996-07-23 14:54:46 +00:00
marc 113be81304 implement --timecheck (used to be --time-check)
CVS patchset: 916
CVS date: 1996/07/23 02:51:48
1996-07-23 02:51:48 +00:00
ewt 314715470b added --nofiles
added --nodpes to useage messages

CVS patchset: 909
CVS date: 1996/07/20 23:20:45
1996-07-20 23:20:45 +00:00
ewt aed3be5ee5 minor spelling/spacing fixes
CVS patchset: 873
CVS date: 1996/07/17 20:00:21
1996-07-17 20:00:21 +00:00
ewt c54a7cf086 added --ignoreos
CVS patchset: 851
CVS date: 1996/07/16 03:46:20
1996-07-16 03:46:20 +00:00
ewt 46eed9fc1e changed showRc() to rpmShowRC()
made -u option exit with an error

CVS patchset: 844
CVS date: 1996/07/16 03:35:29
1996-07-16 03:35:29 +00:00
marc c5e21975d4 change --arch and --os to --build and --buildos
add --showrc

CVS patchset: 833
CVS date: 1996/07/15 01:52:08
1996-07-15 01:52:08 +00:00
ewt b67317e599 made -R work as a shortcut for --requires
CVS patchset: 819
CVS date: 1996/07/14 16:14:24
1996-07-14 16:14:24 +00:00
root 19dbeeece0 buildprefix -> buildroot
CVS patchset: 816
CVS date: 1996/07/14 16:06:35
1996-07-14 16:06:35 +00:00
root 3afd2294dc clean up message for release
CVS patchset: 768
CVS date: 1996/07/10 15:47:33
1996-07-10 15:47:33 +00:00
ewt b49226a7ed 1) reworked long arguments to eliminate strcmp()'s
2) added --prefix option
3) added --rpmdb option

CVS patchset: 763
CVS date: 1996/07/10 02:35:31
1996-07-10 02:35:31 +00:00
root 71ee0f2b24 handle --buildprefix
CVS patchset: 751
CVS date: 1996/07/09 22:28:43
1996-07-09 22:28:43 +00:00
root 95419b5790 --addsign
CVS patchset: 742
CVS date: 1996/07/08 03:26:34
1996-07-08 03:26:34 +00:00
root e0878672e3 mods for new Header-style signatures
CVS patchset: 729
CVS date: 1996/07/07 22:11:13
1996-07-07 22:11:13 +00:00
ewt ece66fbc5c added --ignorearch
CVS patchset: 722
CVS date: 1996/07/03 02:54:53
1996-07-03 02:54:53 +00:00
root f69df4da50 temp hack to warn on spec file check errors
CVS patchset: 720
CVS date: 1996/07/02 21:45:16
1996-07-02 21:45:16 +00:00
root 3fc67229c0 added stuff to handle --arch and --os and
wacky new arch handling stuff

CVS patchset: 707
CVS date: 1996/07/01 21:36:36
1996-07-01 21:36:36 +00:00
ewt 1fa24fb7cf added --initdb
CVS patchset: 678
CVS date: 1996/06/27 17:19:43
1996-06-27 17:19:43 +00:00
ewt 5e700ad271 got --whatrequires, --whatprovides, --requires, --provides, --dump
implemented

CVS patchset: 665
CVS date: 1996/06/20 22:28:02
1996-06-20 22:28:02 +00:00
root 612f9a2e2e added --nopgp
CVS patchset: 662
CVS date: 1996/06/20 15:55:14
1996-06-20 15:55:14 +00:00
root 92d0e6456c only ask for passphrase for MD5_PGP sig types
CVS patchset: 656
CVS date: 1996/06/20 03:09:11
1996-06-20 03:09:11 +00:00
ewt e573369c0e 1) added --nodeps for installs and uninstalls
2) changed doInstall() and doUninstall() calls to pass all of the arguments
   at once
3) added --requiredby and --provides queries

CVS patchset: 630
CVS date: 1996/06/10 17:40:40
1996-06-10 17:40:40 +00:00
root cb255f199f fix --root --verify
CVS patchset: 604
CVS date: 1996/06/04 19:34:50
1996-06-04 19:34:50 +00:00
root 870b1ea849 add --querybynumber
CVS patchset: 597
CVS date: 1996/06/02 18:04:36
1996-06-02 18:04:36 +00:00
root 647d0794e1 call verifySpec()
CVS patchset: 574
CVS date: 1996/05/17 18:37:46
1996-05-17 18:37:46 +00:00
ewt fe38562dec 1) undocumented --keep-temps, --search, and --where which aren't
implemented anyway
2) added --rcfile option

CVS patchset: 564
CVS date: 1996/05/07 03:26:53
1996-05-07 03:26:53 +00:00
root 267fcf65d6 *** empty log message ***
CVS patchset: 554
CVS date: 1996/05/01 21:14:53
1996-05-01 21:14:53 +00:00
ewt d9c99fc4ef 1) added --scripts query option
2) added --noscripts option for installs and uninstalls
3) changed uninstall code for new uninstall call

CVS patchset: 542
CVS date: 1996/04/15 22:20:01
1996-04-15 22:20:01 +00:00
ewt a6e28f246f added --querytags, updated help/useage messages
made install and queries return better error codes
changed all exit(-1) to exit(1)

CVS patchset: 521
CVS date: 1996/04/03 03:44:38
1996-04-03 03:44:38 +00:00
ewt 7ac93a6cfb added support for user specified query formats
CVS patchset: 516
CVS date: 1996/04/02 03:36:00
1996-04-02 03:36:00 +00:00
root 4d98255dea added --short-circuit
CVS patchset: 514
CVS date: 1996/03/30 19:44:29
1996-03-30 19:44:29 +00:00
ewt 04bf634ef0 handles --excludedocs
CVS patchset: 504
CVS date: 1996/03/29 20:50:47
1996-03-29 20:50:47 +00:00
root a1a51786da added --recompile
CVS patchset: 487
CVS date: 1996/03/29 00:52:29
1996-03-29 00:52:29 +00:00
root 8d9e9fbe8c added --resign
CVS patchset: 486
CVS date: 1996/03/28 23:57:37
1996-03-28 23:57:37 +00:00
root 39711f383a Added NLS support
CVS patchset: 471
CVS date: 1996/03/14 16:54:08
1996-03-14 16:54:08 +00:00
ewt 51ace98887 exits when bad options are given
CVS patchset: 452
CVS date: 1996/03/02 17:19:52
1996-03-02 17:19:52 +00:00
root e5d1cfe5e4 add new -e and --erase options
warn about -u and --uninstall

CVS patchset: 449
CVS date: 1996/03/01 15:29:04
1996-03-01 15:29:04 +00:00
ewt ba70204bbf changed --check-sig to --checksig for consistency
CVS patchset: 424
CVS date: 1996/02/25 22:23:01
1996-02-25 22:23:01 +00:00
ewt b0d4b33c92 added support for --oldpackage
CVS patchset: 422
CVS date: 1996/02/25 22:11:24
1996-02-25 22:11:24 +00:00
ewt e7b8fd79a4 long_index needs to be set to 0 before calling getopt
CVS patchset: 411
CVS date: 1996/02/23 19:32:29
1996-02-23 19:32:29 +00:00
root 9599f0fa43 stop builds on error
CVS patchset: 400
CVS date: 1996/02/22 19:33:08
1996-02-22 19:33:08 +00:00
root 4e60315c92 add help for --sign and --check-sig
add --check0sig handling

CVS patchset: 397
CVS date: 1996/02/22 18:51:25
1996-02-22 18:51:25 +00:00
root 16ea7d2b25 change message() call to fprintf(stderr, ...)
CVS patchset: 393
CVS date: 1996/02/22 02:50:56
1996-02-22 02:50:56 +00:00
root 694c6a3c8e add pass phrase sucess message
CVS patchset: 391
CVS date: 1996/02/22 02:29:38
1996-02-22 02:29:38 +00:00
root 81e9d511e7 better pass phrase handling, check for bad pass phrase
CVS patchset: 387
CVS date: 1996/02/22 01:34:20
1996-02-22 01:34:20 +00:00
ewt cffbf3f1d0 1) added upgrade arg handling
2) fixed verify of stdin handling

CVS patchset: 368
CVS date: 1996/02/20 21:54:19
1996-02-20 21:54:19 +00:00
root b3769faaa3 add passPhrase stuff and --sign
CVS patchset: 354
CVS date: 1996/02/20 15:59:10
1996-02-20 15:59:10 +00:00