summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-08-08fix doc typocturner1-1/+1
CVS patchset: 5617 CVS date: 2002/08/08 21:38:59
2002-08-08remove some spurious warnings, clean up some ambiguitiescturner3-23/+32
CVS patchset: 5616 CVS date: 2002/08/08 20:48:36
2002-08-08lclint fiddles.jbj10-157/+119
CVS patchset: 5615 CVS date: 2002/08/08 16:06:13
2002-08-07Remove hdrVerifyFile, unusable as was (#58576).jbj1-230/+0
CVS patchset: 5614 CVS date: 2002/08/07 23:19:10
2002-08-07Round correctly so that progress bars complete to 100%.jbj34-535/+545
CVS patchset: 5613 CVS date: 2002/08/07 21:55:43
2002-08-07return RPM 4.0 support... sort ofcturner2-4/+28
CVS patchset: 5612 CVS date: 2002/08/07 17:05:35
2002-08-07version bumpcturner1-1/+1
CVS patchset: 5611 CVS date: 2002/08/07 16:21:31
2002-08-07port 4.1 branch to this branchcturner4-20/+68
CVS patchset: 5610 CVS date: 2002/08/07 16:08:45
2002-08-07Teach unzip about %setup -q.jbj1-1/+4
CVS patchset: 5609 CVS date: 2002/08/07 14:20:45
2002-08-07- fix: src.rpm installs need fd pos at payload.jbj34-34/+38
CVS patchset: 5608 CVS date: 2002/08/07 13:47:59
2002-08-06- python: bindings to import pubkeys and display openpgp packets.jbj37-714/+891
CVS patchset: 5605 CVS date: 2002/08/06 19:07:37
2002-08-06- add bitmask for precise control of signature/digest verification.jbj49-1174/+1231
CVS patchset: 5604 CVS date: 2002/08/06 01:41:44
2002-08-05- python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead.jbj9-184/+52
- python: the death of rpm.headerFromPackage(), use ts.hdrFromFdno(). - python: permit direct ts.dbMatch() python iterations. - python: the death of rpm.checksig(), use ts.hdrFromFdno() instead. CVS patchset: 5603 CVS date: 2002/08/05 21:46:50
2002-08-05- fix: check for lead magic, better error message on failure (#69751).jbj38-486/+528
CVS patchset: 5602 CVS date: 2002/08/05 19:45:52
2002-08-05- python: enable threads on callbacks and longish rpmlib calls.jbj5-24/+87
- python: expose RPMTAG_SOURCEPACKAGE to identify source headers. - python: eliminate headerFromPackage() tuple return, deprecated. - python: add ts.hdrFromFdno(fdno) method. CVS patchset: 5601 CVS date: 2002/08/05 18:40:58
2002-08-05- python: bare bones rollback bindings.jbj3-5/+146
CVS patchset: 5600 CVS date: 2002/08/05 16:25:39
2002-08-04- add --predefine to define macros before reading macro configuration.jbj34-875/+1014
CVS patchset: 5599 CVS date: 2002/08/04 19:58:12
2002-08-04- fix: don't repackage %%ghost files.jbj34-187/+191
CVS patchset: 5598 CVS date: 2002/08/04 19:04:16
2002-08-04- resurrect --rollback.jbj43-4246/+4724
- renumber the callback types to be an orthogonal bit mask. - provide repackage progress callbacks, compression is slow. CVS patchset: 5597 CVS date: 2002/08/04 16:55:55
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj11-58/+91
lclint fiddles. CVS patchset: 5596 CVS date: 2002/08/03 22:31:39
2002-08-02- check header blobs on export (i.e. rpmdbAdd())..jbj41-1471/+1260
- enable iterator header blob checks for install/erase modes. - python: _vsflags_up2date macro to configure verify signature flags. CVS patchset: 5595 CVS date: 2002/08/02 21:52:01
2002-08-02Sanity.jbj31-218/+218
CVS patchset: 5594 CVS date: 2002/08/02 16:46:02
2002-08-02- fix: signed pubkeys were imported incorrectly (#68291).jbj36-49/+53
- include tgpg script to verify signatures using only gpg. CVS patchset: 5593 CVS date: 2002/08/02 16:39:55
2002-08-02- fix: repair --root with --verify (#70527).jbj34-35/+37
CVS patchset: 5592 CVS date: 2002/08/02 14:10:33
2002-08-02- fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539).jbj34-499/+503
CVS patchset: 5591 CVS date: 2002/08/02 12:49:27
2002-08-01- preserve rpmdb file attributes across --rebuilddb (#70367).jbj3-1/+15
CVS patchset: 5590 CVS date: 2002/08/01 21:20:26
2002-08-01Sanity.jbj2-0/+2
CVS patchset: 5589 CVS date: 2002/08/01 20:21:40
2002-08-01- python: methods to disable all new features for benchmarking.jbj3-20/+81
CVS patchset: 5588 CVS date: 2002/08/01 18:37:17
2002-07-31- change from default off to default on.jbj3-8/+11
CVS patchset: 5587 CVS date: 2002/07/31 19:41:32
2002-07-31- configurable (default off) build failure iff unpackaged files (PLD).jbj37-1213/+1680
CVS patchset: 5586 CVS date: 2002/07/31 18:27:53
2002-07-31Carry PLD scripts/configuration for perl/python/php in rpm sources.jbj44-318/+506
CVS patchset: 5585 CVS date: 2002/07/31 15:13:46
2002-07-31- make --querytags a common option, fix errant regex (#70135).jbj68-4038/+3957
- db3: increase mpool and cachesize, compile w/o --enable-debug. CVS patchset: 5584 CVS date: 2002/07/31 13:11:25
2002-07-30- prevent stale locks in __db files by closing databases on signals.jbj35-1252/+1419
CVS patchset: 5583 CVS date: 2002/07/30 21:37:10
2002-07-30installplatform clean up, add athlon (PLD).jbj2-10/+11
CVS patchset: 5582 CVS date: 2002/07/30 17:07:39
2002-07-30- detect athlon/duron with CMOV (PLD).jbj3-6/+13
CVS patchset: 5581 CVS date: 2002/07/30 16:39:08
2002-07-29Remove debugging printf.jbj32-95/+94
CVS patchset: 5580 CVS date: 2002/07/29 23:13:54
2002-07-29Orphans.jbj61-9423/+9533
CVS patchset: 5579 CVS date: 2002/07/29 23:08:02
2002-07-29- update trpm.jbj17-120/+303
- factor all mode-specific options into mode-specific tables. - treat an unspecified epoch as Epoch: 0 everywhere. CVS patchset: 5578 CVS date: 2002/07/29 23:06:06
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj19-96/+212
resurrect build modes. add undocumented debugging options. CVS patchset: 5577 CVS date: 2002/07/28 14:52:33
2002-07-28- popt: display sub-table options only once on --usage.jbj78-9591/+9155
- wire --nosignatures et al as common options, rework CLI options. CVS patchset: 5575 CVS date: 2002/07/28 00:41:15
2002-07-25- fix: --repackage repaired (#67217).jbj40-1626/+1803
- fix: rpm2cpio disables signature checks (i.e. same behavior). CVS patchset: 5574 CVS date: 2002/07/25 23:36:32
2002-07-25- popt: fix --usage (#62234).jbj33-43/+54
CVS patchset: 5573 CVS date: 2002/07/25 18:50:08
2002-07-25Orphan.jbj1-0/+2
CVS patchset: 5572 CVS date: 2002/07/25 17:26:12
2002-07-25- python: remove the old initdb/rebuilddb methods, use ts.fooDB().jbj38-80/+150
- python: 1st crack at backport to 1.5.2. CVS patchset: 5571 CVS date: 2002/07/25 17:03:11
2002-07-25- python: add ts.hdrCheck(), ts.rebuildDB() methods.jbj40-348/+516
- python: iterating on an ts object returns transaction elements now. - add yellowdog as vendor. CVS patchset: 5570 CVS date: 2002/07/25 00:13:25
2002-07-24- fix: segfault if given a text file as 2nd arg to -Uvh (#69508).jbj34-34/+36
CVS patchset: 5569 CVS date: 2002/07/24 18:52:22
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj56-3853/+5169
- imbue %ghost with missingok attribute with --verify (#68933). CVS patchset: 5568 CVS date: 2002/07/24 16:21:23
2002-07-21fix: Header SHA1 was giving false positive.jbj1-1/+1
CVS patchset: 5567 CVS date: 2002/07/21 22:37:14
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj57-3988/+4298
CVS patchset: 5566 CVS date: 2002/07/21 22:06:19
2002-07-21Remove obsolete files.jbj4-302/+0
CVS patchset: 5565 CVS date: 2002/07/21 14:23:20