platform/upstream/rpm.git
21 years agolclint annotations.
jbj [Tue, 1 Oct 2002 11:16:54 +0000 (11:16 +0000)]
lclint annotations.

CVS patchset: 5740
CVS date: 2002/10/01 11:16:54

21 years agoWrap in lclint.
jbj [Mon, 30 Sep 2002 23:37:47 +0000 (23:37 +0000)]
Wrap in lclint.

CVS patchset: 5739
CVS date: 2002/09/30 23:37:47

21 years agoUpdate autocrap to latest.
jbj [Mon, 30 Sep 2002 23:28:10 +0000 (23:28 +0000)]
Update autocrap to latest.

CVS patchset: 5738
CVS date: 2002/09/30 23:28:10

21 years agoInitial revision
jbj [Mon, 30 Sep 2002 21:45:34 +0000 (21:45 +0000)]
Initial revision

CVS patchset: 5732
CVS date: 2002/09/30 21:45:34

21 years agoConvert to UTF-8.
jbj [Sat, 21 Sep 2002 14:30:04 +0000 (14:30 +0000)]
Convert to UTF-8.

CVS patchset: 5731
CVS date: 2002/09/21 14:30:04

21 years ago- eliminate myftw, use Fts(3) instead.
jbj [Fri, 20 Sep 2002 21:26:16 +0000 (21:26 +0000)]
- eliminate myftw, use Fts(3) instead.

CVS patchset: 5730
CVS date: 2002/09/20 21:26:16

21 years agoAdd va_end to match va_copy (#74251).
jbj [Fri, 20 Sep 2002 16:34:33 +0000 (16:34 +0000)]
Add va_end to match va_copy (#74251).

CVS patchset: 5729
CVS date: 2002/09/20 16:34:33

21 years ago- update to db-4.1.24 final.
jbj [Fri, 20 Sep 2002 16:16:01 +0000 (16:16 +0000)]
- update to db-4.1.24 final.

CVS patchset: 5727
CVS date: 2002/09/20 16:16:01

21 years agoOrphans.
jbj [Fri, 20 Sep 2002 13:58:39 +0000 (13:58 +0000)]
Orphans.

CVS patchset: 5726
CVS date: 2002/09/20 13:58:39

21 years agoOrphans.
jbj [Fri, 20 Sep 2002 13:49:09 +0000 (13:49 +0000)]
Orphans.

CVS patchset: 5725
CVS date: 2002/09/20 13:49:09

21 years agoOrphans.
jbj [Fri, 20 Sep 2002 13:37:09 +0000 (13:37 +0000)]
Orphans.

CVS patchset: 5724
CVS date: 2002/09/20 13:37:09

21 years agoCreate.
jbj [Fri, 20 Sep 2002 13:24:06 +0000 (13:24 +0000)]
Create.

CVS patchset: 5723
CVS date: 2002/09/20 13:24:06

21 years agoConflict resolved.
jbj [Thu, 19 Sep 2002 21:06:40 +0000 (21:06 +0000)]
Conflict resolved.

CVS patchset: 5722
CVS date: 2002/09/19 21:06:40

21 years agoInitial revision
jbj [Thu, 19 Sep 2002 20:33:51 +0000 (20:33 +0000)]
Initial revision

CVS patchset: 5721
CVS date: 2002/09/19 20:33:51

21 years agoCheck for orphan'ed chnages in rpm-4.1.
jbj [Thu, 19 Sep 2002 16:30:25 +0000 (16:30 +0000)]
Check for orphan'ed chnages in rpm-4.1.

CVS patchset: 5718
CVS date: 2002/09/19 16:30:25

21 years agoSet %_arch to RPMCANONARCH.
jbj [Tue, 17 Sep 2002 18:52:26 +0000 (18:52 +0000)]
Set %_arch to RPMCANONARCH.

CVS patchset: 5716
CVS date: 2002/09/17 18:52:26

21 years ago- lclint clean.
jbj [Tue, 17 Sep 2002 15:21:03 +0000 (15:21 +0000)]
- lclint clean.

CVS patchset: 5715
CVS date: 2002/09/17 15:21:03

21 years agoAnother pgp parser fix.
jbj [Mon, 16 Sep 2002 23:24:41 +0000 (23:24 +0000)]
Another pgp parser fix.

CVS patchset: 5713
CVS date: 2002/09/16 23:24:41

21 years agoSync with rpm-4.1 parsing changes.
jbj [Mon, 16 Sep 2002 20:10:20 +0000 (20:10 +0000)]
Sync with rpm-4.1 parsing changes.

CVS patchset: 5711
CVS date: 2002/09/16 20:10:20

21 years agoThe char array 'format' sometimes get 10 characters and when
jbj [Mon, 16 Sep 2002 13:17:30 +0000 (13:17 +0000)]
The char array 'format' sometimes get 10 characters and when
strcpy is done on it, strcpy tries to add a '/0' to it beyond
the capacity. Not sure why, but, the const char *ch gets bad
address. Anyway, format should be atleast 11 chars to accommodate
strings like "%.34s\n%42s" and a terminating '\0'.

CVS patchset: 5708
CVS date: 2002/09/16 13:17:30

21 years agoDon't mess with uint32_t, breaks on 6.x.
jbj [Wed, 4 Sep 2002 18:14:08 +0000 (18:14 +0000)]
Don't mess with uint32_t, breaks on 6.x.

CVS patchset: 5706
CVS date: 2002/09/04 18:14:08

21 years ago- fix: register SIGCHLD handler before forking (#73134).
jbj [Wed, 4 Sep 2002 18:08:12 +0000 (18:08 +0000)]
- fix: register SIGCHLD handler before forking (#73134).

CVS patchset: 5704
CVS date: 2002/09/04 18:08:12

21 years agostore the filename used to read the RPM into the header object
cturner [Wed, 4 Sep 2002 15:18:02 +0000 (15:18 +0000)]
store the filename used to read the RPM into the header object

CVS patchset: 5702
CVS date: 2002/09/04 15:18:02

21 years ago- fix: parse header data more carefully.
jbj [Wed, 4 Sep 2002 01:52:26 +0000 (01:52 +0000)]
- fix: parse header data more carefully.

CVS patchset: 5701
CVS date: 2002/09/04 01:52:26

21 years ago- fix: parse pgp packets more carefully.
jbj [Tue, 3 Sep 2002 20:15:20 +0000 (20:15 +0000)]
- fix: parse pgp packets more carefully.

CVS patchset: 5699
CVS date: 2002/09/03 20:15:20

21 years ago- fix: always do rpmalMakeIndex.
jbj [Tue, 3 Sep 2002 12:23:51 +0000 (12:23 +0000)]
- fix: always do rpmalMakeIndex.
- fix: resurrect --triggers (#73330).
- python: typo in NOKEY exception string.

CVS patchset: 5696
CVS date: 2002/09/03 12:23:51

21 years agoSync with rpm-4.1.
jbj [Sat, 31 Aug 2002 22:39:34 +0000 (22:39 +0000)]
Sync with rpm-4.1.

CVS patchset: 5695
CVS date: 2002/08/31 22:39:34

21 years ago- requirement on libelf >= 0.8.2 to work around incompatible soname (#72792).
jbj [Tue, 27 Aug 2002 22:19:44 +0000 (22:19 +0000)]
- requirement on libelf >= 0.8.2 to work around incompatible soname (#72792).

CVS patchset: 5686
CVS date: 2002/08/27 22:19:44

21 years ago- fix: segfault with --checksig, plug memory leak (#72455).
jbj [Tue, 27 Aug 2002 20:50:21 +0000 (20:50 +0000)]
- fix: segfault with --checksig, plug memory leak (#72455).
- rpm-4.1 release candidate.

CVS patchset: 5684
CVS date: 2002/08/27 20:50:21

21 years agoxmlspec-20020827.diff
jbj [Tue, 27 Aug 2002 13:52:23 +0000 (13:52 +0000)]
xmlspec-20020827.diff

CVS patchset: 5679
CVS date: 2002/08/27 13:52:23

21 years ago... in with the new C implementation.
jbj [Mon, 26 Aug 2002 19:11:56 +0000 (19:11 +0000)]
... in with the new C implementation.

CVS patchset: 5676
CVS date: 2002/08/26 19:11:56

21 years agoOut with the old C++ implementation ...
jbj [Mon, 26 Aug 2002 19:10:29 +0000 (19:10 +0000)]
Out with the old C++ implementation ...

CVS patchset: 5675
CVS date: 2002/08/26 19:10:29

21 years ago- set cachesize without a dbenv, the default is far too small.
jbj [Mon, 26 Aug 2002 18:56:11 +0000 (18:56 +0000)]
- set cachesize without a dbenv, the default is far too small.
- db: don't return EACCES on db->close w/o environment.
- unify cachesize configuration, with (or without) a dbenv.
- comments regarding unsupported (yet) db-4.1.17 functionality.

CVS patchset: 5674
CVS date: 2002/08/26 18:56:11

21 years ago- python: don't remap NOKEY/UNTRUSTED to OK.
jbj [Mon, 26 Aug 2002 17:56:32 +0000 (17:56 +0000)]
- python: don't remap NOKEY/UNTRUSTED to OK.
- beecrypt: change local absolute symbols to defines for prelinking.
- update ru.po.

CVS patchset: 5673
CVS date: 2002/08/26 17:56:32

21 years agoUpdate ru.po.
jbj [Mon, 26 Aug 2002 17:51:39 +0000 (17:51 +0000)]
Update ru.po.

CVS patchset: 5672
CVS date: 2002/08/26 17:51:39

21 years ago- python: don't remap NOKEY/UNTRUSTED to OK.
jbj [Mon, 26 Aug 2002 17:42:39 +0000 (17:42 +0000)]
- python: don't remap NOKEY/UNTRUSTED to OK.

CVS patchset: 5671
CVS date: 2002/08/26 17:42:39

21 years ago- beecrypt: change local absolute symbols to defines for prelinking.
jbj [Mon, 26 Aug 2002 17:41:55 +0000 (17:41 +0000)]
- beecrypt: change local absolute symbols to defines for prelinking.

CVS patchset: 5670
CVS date: 2002/08/26 17:41:55

21 years ago- merge signature returns into rpmRC.
jbj [Fri, 23 Aug 2002 21:01:59 +0000 (21:01 +0000)]
- merge signature returns into rpmRC.
- python: exceptions on NOKEY/NOTTRUSTED.

CVS patchset: 5667
CVS date: 2002/08/23 21:01:59

21 years agoAuto-update by eugene@ultra.net
jbj [Fri, 23 Aug 2002 17:27:14 +0000 (17:27 +0000)]
Auto-update by eugene@ultra.net

CVS patchset: 5665
CVS date: 2002/08/23 17:27:14

21 years agoAuto-update by eugene@ultra.net
jbj [Fri, 23 Aug 2002 17:17:33 +0000 (17:17 +0000)]
Auto-update by eugene@ultra.net

CVS patchset: 5664
CVS date: 2002/08/23 17:17:33

21 years ago- add a macro to create a sub-package with debugging symbols.
jbj [Thu, 22 Aug 2002 19:21:14 +0000 (19:21 +0000)]
- add a macro to create a sub-package with debugging symbols.

CVS patchset: 5662
CVS date: 2002/08/22 19:21:14

21 years agoUpdate popt internal copyright messages.
jbj [Thu, 22 Aug 2002 16:34:51 +0000 (16:34 +0000)]
Update popt internal copyright messages.

CVS patchset: 5659
CVS date: 2002/08/22 16:34:51

21 years ago- fix: don't stop if db1 database is currently in /var/lib/rpm (#72224).
jbj [Thu, 22 Aug 2002 12:57:17 +0000 (12:57 +0000)]
- fix: don't stop if db1 database is currently in /var/lib/rpm (#72224).

CVS patchset: 5656
CVS date: 2002/08/22 12:57:17

21 years ago- fix: region trailer offset sanity check wrong (#71996).
jbj [Thu, 22 Aug 2002 00:37:21 +0000 (00:37 +0000)]
- fix: region trailer offset sanity check wrong (#71996).

CVS patchset: 5654
CVS date: 2002/08/22 00:37:21

21 years ago- check for interrupt during iteration.
jbj [Tue, 20 Aug 2002 22:05:18 +0000 (22:05 +0000)]
- check for interrupt during iteration.
- python: add ts.setProbFilter() method, remove ts.run() argument.

CVS patchset: 5652
CVS date: 2002/08/20 22:05:18

21 years ago- fix: add epoch to "already installed" check.
jbj [Tue, 20 Aug 2002 14:56:37 +0000 (14:56 +0000)]
- fix: add epoch to "already installed" check.

CVS patchset: 5650
CVS date: 2002/08/20 14:56:37

21 years ago- python: supid typo broke ts.check().
jbj [Tue, 20 Aug 2002 13:39:31 +0000 (13:39 +0000)]
- python: supid typo broke ts.check().

CVS patchset: 5648
CVS date: 2002/08/20 13:39:31

21 years ago- add --with-efence to configure, check install/upgrade with efence.
jbj [Mon, 19 Aug 2002 22:27:44 +0000 (22:27 +0000)]
- add --with-efence to configure, check install/upgrade with efence.
- beecrypt: short hex string conversion overflows target buffer.
- mark "successors only" packages in transaction.
- reap scriptlets with SIGCHLD handler.
- rename PSM_t to rpmpsm, add methods and refcounts to manage.
- remove %%configure/%%makeinstall from arch-os/macros, default is OK.
- don't export MALLOC_CHECK_ to scriptlets.
- squeaky clean memory leak checking.
- always malloc rpmfi structure, refcounts are correct in rpmtsRun().
- skip redundant /sbin/ldconfig scripts on upgrade (if possible).

CVS patchset: 5645
CVS date: 2002/08/19 22:27:44

21 years agohp-ux: ETXTBSY fiddles.
jbj [Thu, 15 Aug 2002 22:25:33 +0000 (22:25 +0000)]
hp-ux: ETXTBSY fiddles.

CVS patchset: 5642
CVS date: 2002/08/15 22:25:33

21 years ago- python: explicit method to set transFlags.
jbj [Thu, 15 Aug 2002 18:50:46 +0000 (18:50 +0000)]
- python: explicit method to set transFlags.
- python: stuff package name into a string for repackage callbacks.
- rollback: re-create empty transaction set for multiple rollbacks.
- fix: %%basename typo (Dmitry V. Levin<ldv@altlinux.org>).
- fix: queryformat segfaults (Dmitry V. Levin<ldv@altlinux.org>).

CVS patchset: 5639
CVS date: 2002/08/15 18:50:46

21 years agoUpdate to db-4.1.17.
jbj [Wed, 14 Aug 2002 21:35:35 +0000 (21:35 +0000)]
Update to db-4.1.17.

CVS patchset: 5636
CVS date: 2002/08/14 21:35:35

21 years agodb-4.1.17 orphans.
jbj [Wed, 14 Aug 2002 19:38:59 +0000 (19:38 +0000)]
db-4.1.17 orphans.

CVS patchset: 5635
CVS date: 2002/08/14 19:38:59

21 years agodb-4.1.17 orphans.
jbj [Wed, 14 Aug 2002 19:19:13 +0000 (19:19 +0000)]
db-4.1.17 orphans.

CVS patchset: 5634
CVS date: 2002/08/14 19:19:13

21 years agodb-4.1.17 orphans.
jbj [Wed, 14 Aug 2002 18:47:29 +0000 (18:47 +0000)]
db-4.1.17 orphans.

CVS patchset: 5633
CVS date: 2002/08/14 18:47:29

21 years agodb-4.1.17 orphans.
jbj [Wed, 14 Aug 2002 17:31:52 +0000 (17:31 +0000)]
db-4.1.17 orphans.

CVS patchset: 5632
CVS date: 2002/08/14 17:31:52

21 years agodb-4.1.17 orphans.
jbj [Wed, 14 Aug 2002 16:42:12 +0000 (16:42 +0000)]
db-4.1.17 orphans.

CVS patchset: 5631
CVS date: 2002/08/14 16:42:12

21 years agoInitial revision
jbj [Wed, 14 Aug 2002 16:31:49 +0000 (16:31 +0000)]
Initial revision

CVS patchset: 5630
CVS date: 2002/08/14 16:31:49

21 years ago- fix: rebuilddb stat'ed target, not source, for rename sanity, take 2.
jbj [Wed, 14 Aug 2002 14:48:04 +0000 (14:48 +0000)]
- fix: rebuilddb stat'ed target, not source, for rename sanity, take 2.

CVS patchset: 5627
CVS date: 2002/08/14 14:48:04

21 years agoAvoid DB_RECOVER deadlock (#70362).
jbj [Tue, 13 Aug 2002 21:30:18 +0000 (21:30 +0000)]
Avoid DB_RECOVER deadlock (#70362).

CVS patchset: 5626
CVS date: 2002/08/13 21:30:18

21 years ago- fix: rebuilddb stat'ed target, not source, for rename sanity.
jbj [Tue, 13 Aug 2002 20:40:32 +0000 (20:40 +0000)]
- fix: rebuilddb stat'ed target, not source, for rename sanity.
- create /var/lib/rpm if non-existent in, say, a chroot.
- erased packages are now repackaged into /var/spool/repackage.

CVS patchset: 5625
CVS date: 2002/08/13 20:40:32

21 years ago- supply transitive closure for CLI packages from rpmdb-redhat database.
jbj [Tue, 13 Aug 2002 16:36:44 +0000 (16:36 +0000)]
- supply transitive closure for CLI packages from rpmdb-redhat database.

CVS patchset: 5624
CVS date: 2002/08/13 16:36:44

21 years agoRe-add the POPT_ keywod to xgettext text extraction.
jbj [Sun, 11 Aug 2002 17:17:55 +0000 (17:17 +0000)]
Re-add the POPT_ keywod to xgettext text extraction.

CVS patchset: 5623
CVS date: 2002/08/11 17:17:55

21 years agoMake rpmpopt text available for translation.
jbj [Sat, 10 Aug 2002 17:51:29 +0000 (17:51 +0000)]
Make rpmpopt text available for translation.

CVS patchset: 5622
CVS date: 2002/08/10 17:51:29

21 years ago- python: include instance in IDTXload, filename in IDTXglob, return
jbj [Fri, 9 Aug 2002 23:14:10 +0000 (23:14 +0000)]
- python: include instance in IDTXload, filename in IDTXglob, return
- python: argument to ts.addErase (if integer) deletes that instance.
- python: rpmmi methods to return this instance, and number of members.

CVS patchset: 5620
CVS date: 2002/08/09 23:14:10

21 years ago- python: add (optional) ts.check() callback.
jbj [Fri, 9 Aug 2002 22:25:04 +0000 (22:25 +0000)]
- python: add (optional) ts.check() callback.

CVS patchset: 5619
CVS date: 2002/08/09 22:25:04

21 years ago- python: add return codes for rollbacks and fooDB methods.
jbj [Thu, 8 Aug 2002 22:20:26 +0000 (22:20 +0000)]
- python: add return codes for rollbacks and fooDB methods.
- avoid generating fingerprints for locale/zoneinfo sub-directories.

CVS patchset: 5618
CVS date: 2002/08/08 22:20:26

21 years agofix doc typo
cturner [Thu, 8 Aug 2002 21:38:59 +0000 (21:38 +0000)]
fix doc typo

CVS patchset: 5617
CVS date: 2002/08/08 21:38:59

21 years agoremove some spurious warnings, clean up some ambiguities
cturner [Thu, 8 Aug 2002 20:48:36 +0000 (20:48 +0000)]
remove some spurious warnings, clean up some ambiguities

CVS patchset: 5616
CVS date: 2002/08/08 20:48:36

21 years agolclint fiddles.
jbj [Thu, 8 Aug 2002 16:06:13 +0000 (16:06 +0000)]
lclint fiddles.

CVS patchset: 5615
CVS date: 2002/08/08 16:06:13

21 years agoRemove hdrVerifyFile, unusable as was (#58576).
jbj [Wed, 7 Aug 2002 23:19:10 +0000 (23:19 +0000)]
Remove hdrVerifyFile, unusable as was (#58576).

CVS patchset: 5614
CVS date: 2002/08/07 23:19:10

21 years agoRound correctly so that progress bars complete to 100%.
jbj [Wed, 7 Aug 2002 21:55:43 +0000 (21:55 +0000)]
Round correctly so that progress bars complete to 100%.

CVS patchset: 5613
CVS date: 2002/08/07 21:55:43

21 years agoreturn RPM 4.0 support... sort of
cturner [Wed, 7 Aug 2002 17:05:35 +0000 (17:05 +0000)]
return RPM 4.0 support... sort of

CVS patchset: 5612
CVS date: 2002/08/07 17:05:35

21 years agoversion bump
cturner [Wed, 7 Aug 2002 16:21:31 +0000 (16:21 +0000)]
version bump

CVS patchset: 5611
CVS date: 2002/08/07 16:21:31

21 years agoport 4.1 branch to this branch
cturner [Wed, 7 Aug 2002 16:08:45 +0000 (16:08 +0000)]
port 4.1 branch to this branch

CVS patchset: 5610
CVS date: 2002/08/07 16:08:45

21 years agoTeach unzip about %setup -q.
jbj [Wed, 7 Aug 2002 14:20:45 +0000 (14:20 +0000)]
Teach unzip about %setup -q.

CVS patchset: 5609
CVS date: 2002/08/07 14:20:45

21 years ago- fix: src.rpm installs need fd pos at payload.
jbj [Wed, 7 Aug 2002 13:47:59 +0000 (13:47 +0000)]
- fix: src.rpm installs need fd pos at payload.

CVS patchset: 5608
CVS date: 2002/08/07 13:47:59

21 years ago- python: bindings to import pubkeys and display openpgp packets.
jbj [Tue, 6 Aug 2002 19:07:37 +0000 (19:07 +0000)]
- python: bindings to import pubkeys and display openpgp packets.

CVS patchset: 5605
CVS date: 2002/08/06 19:07:37

21 years ago- add bitmask for precise control of signature/digest verification.
jbj [Tue, 6 Aug 2002 01:41:44 +0000 (01:41 +0000)]
- add bitmask for precise control of signature/digest verification.

CVS patchset: 5604
CVS date: 2002/08/06 01:41:44

21 years ago- python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead.
jbj [Mon, 5 Aug 2002 21:46:50 +0000 (21:46 +0000)]
- python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead.
- 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

21 years ago- fix: check for lead magic, better error message on failure (#69751).
jbj [Mon, 5 Aug 2002 19:45:52 +0000 (19:45 +0000)]
- fix: check for lead magic, better error message on failure (#69751).

CVS patchset: 5602
CVS date: 2002/08/05 19:45:52

21 years ago- python: enable threads on callbacks and longish rpmlib calls.
jbj [Mon, 5 Aug 2002 18:40:58 +0000 (18:40 +0000)]
- python: enable threads on callbacks and longish rpmlib calls.
- 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

21 years ago- python: bare bones rollback bindings.
jbj [Mon, 5 Aug 2002 16:25:39 +0000 (16:25 +0000)]
- python: bare bones rollback bindings.

CVS patchset: 5600
CVS date: 2002/08/05 16:25:39

21 years ago- add --predefine to define macros before reading macro configuration.
jbj [Sun, 4 Aug 2002 19:58:12 +0000 (19:58 +0000)]
- add --predefine to define macros before reading macro configuration.

CVS patchset: 5599
CVS date: 2002/08/04 19:58:12

21 years ago- fix: don't repackage %%ghost files.
jbj [Sun, 4 Aug 2002 19:04:16 +0000 (19:04 +0000)]
- fix: don't repackage %%ghost files.

CVS patchset: 5598
CVS date: 2002/08/04 19:04:16

21 years ago- resurrect --rollback.
jbj [Sun, 4 Aug 2002 16:55:55 +0000 (16:55 +0000)]
- resurrect --rollback.
- 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

21 years agoRemove dbi_tear_down, now that rpmdb's are closed on signals.
jbj [Sat, 3 Aug 2002 22:31:39 +0000 (22:31 +0000)]
Remove dbi_tear_down, now that rpmdb's are closed on signals.
lclint fiddles.

CVS patchset: 5596
CVS date: 2002/08/03 22:31:39

21 years ago- check header blobs on export (i.e. rpmdbAdd())..
jbj [Fri, 2 Aug 2002 21:52:01 +0000 (21:52 +0000)]
- check header blobs on export (i.e. rpmdbAdd())..
- 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

21 years agoSanity.
jbj [Fri, 2 Aug 2002 16:46:02 +0000 (16:46 +0000)]
Sanity.

CVS patchset: 5594
CVS date: 2002/08/02 16:46:02

21 years ago- fix: signed pubkeys were imported incorrectly (#68291).
jbj [Fri, 2 Aug 2002 16:39:55 +0000 (16:39 +0000)]
- fix: signed pubkeys were imported incorrectly (#68291).
- include tgpg script to verify signatures using only gpg.

CVS patchset: 5593
CVS date: 2002/08/02 16:39:55

21 years ago- fix: repair --root with --verify (#70527).
jbj [Fri, 2 Aug 2002 14:10:33 +0000 (14:10 +0000)]
- fix: repair --root with --verify (#70527).

CVS patchset: 5592
CVS date: 2002/08/02 14:10:33

21 years ago- fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539).
jbj [Fri, 2 Aug 2002 12:49:27 +0000 (12:49 +0000)]
- fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539).

CVS patchset: 5591
CVS date: 2002/08/02 12:49:27

21 years ago- preserve rpmdb file attributes across --rebuilddb (#70367).
jbj [Thu, 1 Aug 2002 21:20:26 +0000 (21:20 +0000)]
- preserve rpmdb file attributes across --rebuilddb (#70367).

CVS patchset: 5590
CVS date: 2002/08/01 21:20:26

21 years agoSanity.
jbj [Thu, 1 Aug 2002 20:21:40 +0000 (20:21 +0000)]
Sanity.

CVS patchset: 5589
CVS date: 2002/08/01 20:21:40

21 years ago- python: methods to disable all new features for benchmarking.
jbj [Thu, 1 Aug 2002 18:37:17 +0000 (18:37 +0000)]
- python: methods to disable all new features for benchmarking.

CVS patchset: 5588
CVS date: 2002/08/01 18:37:17

21 years ago- change from default off to default on.
jbj [Wed, 31 Jul 2002 19:41:32 +0000 (19:41 +0000)]
- change from default off to default on.

CVS patchset: 5587
CVS date: 2002/07/31 19:41:32

21 years ago- configurable (default off) build failure iff unpackaged files (PLD).
jbj [Wed, 31 Jul 2002 18:27:53 +0000 (18:27 +0000)]
- configurable (default off) build failure iff unpackaged files (PLD).

CVS patchset: 5586
CVS date: 2002/07/31 18:27:53

21 years agoCarry PLD scripts/configuration for perl/python/php in rpm sources.
jbj [Wed, 31 Jul 2002 15:13:46 +0000 (15:13 +0000)]
Carry PLD scripts/configuration for perl/python/php in rpm sources.

CVS patchset: 5585
CVS date: 2002/07/31 15:13:46

21 years ago- make --querytags a common option, fix errant regex (#70135).
jbj [Wed, 31 Jul 2002 13:11:25 +0000 (13:11 +0000)]
- make --querytags a common option, fix errant regex (#70135).
- db3: increase mpool and cachesize, compile w/o --enable-debug.

CVS patchset: 5584
CVS date: 2002/07/31 13:11:25

21 years ago- prevent stale locks in __db files by closing databases on signals.
jbj [Tue, 30 Jul 2002 21:37:10 +0000 (21:37 +0000)]
- prevent stale locks in __db files by closing databases on signals.

CVS patchset: 5583
CVS date: 2002/07/30 21:37:10

21 years agoinstallplatform clean up, add athlon (PLD).
jbj [Tue, 30 Jul 2002 17:07:39 +0000 (17:07 +0000)]
installplatform clean up, add athlon (PLD).

CVS patchset: 5582
CVS date: 2002/07/30 17:07:39