|
|
|
|
Changelog for rpm-python-4.0.5-1.7x.i386.rpm :
Tue Mar 25 23:00:00 2003 Jeff Johnson 4.0.5-1 - bump rpm/popt versions, hardwire 4.0.4 in libraries. - link rpm libraries together, move symbols to achieve forward linkage. - use db-4.1.25, not db-4.0.14, internally. - add rpmdb_loadcvt script, rpmdb_foo utilities. - use current autotools, - use splint, not lclint. - delete rpm-4.1 header-only signatures/digests when signing. - hack out O_DIRECT support in db4 for now.
Tue Nov 5 23:00:00 2002 Jeff Johnson 4.0.4-7x.26 - backport /etc/rpm/platform changes. - backport db-4.1.17 changes. - add _noDirTokens macro for 6x builds.
Sun Jun 16 00:00:00 2002 Jeff Johnson 4.0.4-7x.24 - beecrypt: revert cpu/arch compile option mixup (#66752).
Mon Jun 10 00:00:00 2002 Jeff Johnson 4.0.4-7x.23 - make peace with automake-1.6.1 et al. - backport all beecrypt/rpmio bits from 4.1 that don\'t break the API. - use /etc/rpm/platform (if it exists), rather than uname(2), for arch. - add /usr/lib/rpm/redhat/ * per-vendor configuration.
Fri May 3 00:00:00 2002 Jeff Johnson - fix: include for 6.2 python modules.
Sat Apr 27 00:00:00 2002 Jeff Johnson - fix: rpmdb iterator memory leak in python bindings.
Sat Apr 20 00:00:00 2002 Jeff Johnson - fix: packages produced by rpm-4.0 dinna merge signature tags.
Fri Apr 19 00:00:00 2002 Jeff Johnson - fix: queries that evaluated to \"\" incorrectly returned NULL.
Fri Apr 12 00:00:00 2002 Jeff Johnson - fix: generate config file md5 as ascii, not binary (#62542).
Sat Apr 6 00:00:00 2002 Jeff Johnson - non-glibc: on upgrade, mergesort is much faster than quicksort.
Fri Apr 5 00:00:00 2002 Jeff Johnson - speedup large queries by ~50%. - revert to presentation ordering Yet Again (#62158).
Wed Mar 27 23:00:00 2002 Jeff Johnson - fix: look for \"/path\" in Providename as well as Basenames (#59665). - fix: avoid /dev/log installation more carefully (#62012). - fix: don\'t compile beecrypt java bindings (#61992). - solaris: save main() envp in global environ for use with gpg. - don\'t add empty md5 strings to Filemd5\'s index. - create Filemd5 index with binary, not ascii, keys.
Fri Mar 22 23:00:00 2002 Jeff Johnson - fix: make sure that .rpmsave files are created (#57078).
Mon Mar 18 23:00:00 2002 Jeff Johnson - fix: one-step-too-far when searching added package provides (#61388). - fix: avoid libio misconfiguration with bleeding edge glibc. - fix: add quotes around [:blank:] in linux find-provides. - make --addsign and --resign behave exactly the same. - *really * dump signature header immutable region. - fix: don\'t overflow result buffer if gpg/pgp gives copious output.
Fri Mar 15 23:00:00 2002 Jeff Johnson - re-enable FD_CLOEXEC, the problem is in zlib through mmap. - add toy python callbacks for payload unpacking failure(s).
Wed Feb 13 23:00:00 2002 Jeff Johnson - don\'t do close-on-exec, 2 powertools packages cannot be read when doing. - reapply Berkeley DB patch #4491.
Thu Feb 7 23:00:00 2002 Jeff Johnson - rpm-4.0.4 release candidate. - add cpanflute2, another perl.req fiddle. - another cpanflute2 patch.
Mon Feb 4 23:00:00 2002 Jeff Johnson - generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid. - generate index for hdrid (aka Sha1header) tag, query/verify by hdrid. - generate index for fileid (aka Filemd5s) tag, query/verify by fileid. - query/verify by install transaction id.
Sun Feb 3 23:00:00 2002 Jeff Johnson - transaction rollbacks are functional.
Sat Feb 2 23:00:00 2002 Jeff Johnson - fix: drop header region when writing repackaged legacy header. - bail on %files macro.
Fri Feb 1 23:00:00 2002 Jeff Johnson - macro for %files, always include %defattr(), redhat config only.
Thu Jan 31 23:00:00 2002 Jeff Johnson - permit args to be hidden within %__find_{requires,provides}. - a couple more perl.{prov,req} fiddles.
Wed Jan 30 23:00:00 2002 Jeff Johnson - legacy: configurable whiteout for known Red Hat dependency loops. - perl.req: don\'t mis-generate dependencies like perl(::path/to/foo.pl). - use chainsaw algorithm for dependency tree decimation when ordering.
Tue Jan 29 23:00:00 2002 Jeff Johnson - transaction rollback code in rpmRollback(). - Red Hat 6.2 portability cruft.
Sun Jan 27 23:00:00 2002 Jeff Johnson - fix: fancy hash fiddles if not a tty. - fix: handle /.../ correctly in rpmCleanPath().
Sat Jan 26 23:00:00 2002 Jeff Johnson - fix: %exclude functional (again). - trap SIGILL for ppc64 inline asm voodoo fix from cross-dressed ppc32. - rpm-perl: force numeric comparison on rpm version (#58882).
Tue Jan 22 23:00:00 2002 Jeff Johnson - fix: query format qualifiers needed header.c merge. - ppc64 arch added (#58634,#58636). - turn on auto-generated perl requirements (#58519, #58536, #58537). - add internal (customized) version of zlib.
Mon Jan 21 23:00:00 2002 Jeff Johnson - sync rpmdb and build with rpm-4.1, lots of splint annotations. - add :armor and :base64 query format qualifiers for binary signatures.
Sat Jan 19 23:00:00 2002 Jeff Johnson - use beecrypt routines to calculate digests in rpm. - dump legacy support for broken md5 signatures. - sync popt and rpmio with rpm-4.1, rpmio has OpenPGP API.
Thu Jan 17 23:00:00 2002 Jeff Johnson - missing key(s) on keyring when verifying a signature is now an error. - remove dependency whiteout. - calculate rpm-4.1 ordering/orientation metrics in rpmdepOrder().
Fri Jan 11 23:00:00 2002 Jeff Johnson - permit subset installs for %lang colored hardlink file sets.
Thu Jan 10 23:00:00 2002 Jeff Johnson - fix: signing multiple times dinna work, discard immutable region. - remove poptmodule.so for separate packaging.
Wed Jan 9 23:00:00 2002 Jeff Johnson - permit gpg/pgp/pgp5 execs to be reconfigured.
Tue Jan 8 23:00:00 2002 Jeff Johnson - use db-4.0.14 final internally. - make rpm-perl package self-hosting (#57748).
Mon Jan 7 23:00:00 2002 Jeff Johnson - Depends should use CDB if configured. - autodetect python 1.5/2.2.
Sun Jan 6 23:00:00 2002 Jeff Johnson - handle lazy db open\'s in chroot with absolute path, not prefix strip.
Sat Jan 5 23:00:00 2002 Jeff Johnson - sparc: make dbenv per-rpmdb, not per-dbi.
Thu Dec 20 23:00:00 2001 Jeff Johnson - tru64 compiler message cleanup. - add buildarch lines for hppa (#57728).
Wed Dec 19 23:00:00 2001 Jeff Johnson - look for PY_VERSION 2.2c1. - fix: typo in find-requires.
Sun Dec 9 23:00:00 2001 Jeff Johnson - solaris: translate i86pc to i386 (#57182). - fix: %GNUconfigure breaks with single quotes (#57264).
Mon Dec 3 23:00:00 2001 Jeff Johnson - rpm-4.0.4 started. - turn off rpm-perl until it\'s self-hosting. - jigger up rpm-python with python-2.2b2 for now. - remove libtoolize from %configure for now (#57039). - teach find-requires to autogenerate GCC_3.0 dependencies.
|
|
|