Commit Graph

53 Commits

Author SHA1 Message Date
cvsdist f1d60535c0 auto-import changelog data from rpm-4.0.4-0.6.src.rpm
Mon Jan 07 2002 Jeff Johnson <jbj@redhat.com>
- Depends should use CDB if configured.
2004-09-09 11:59:31 +00:00
cvsdist 5f580802f4 auto-import changelog data from rpm-4.0.4-0.5.src.rpm
Sun Jan 06 2002 Jeff Johnson <jbj@redhat.com>
- handle lazy db open's in chroot with absolute path, not prefix strip.
Sat Jan 05 2002 Jeff Johnson <jbj@redhat.com>
- sparc: make dbenv per-rpmdb, not per-dbi.
2004-09-09 11:59:25 +00:00
cvsdist 4ac4c0a756 auto-import changelog data from rpm-4.0.4-0.4.src.rpm
Thu Dec 20 2001 Jeff Johnson <jbj@redhat.com>
- tru64 compiler message cleanup.
- add buildarch lines for hppa (#57728).
2004-09-09 11:59:01 +00:00
cvsdist f92dc6d8e8 auto-import changelog data from rpm-4.0.4-0.3.src.rpm
Wed Dec 19 2001 Jeff Johnson <jbj@redhat.com>
- look for PY_VERSION 2.2c1.
- fix: typo in find-requires.
Sun Dec 09 2001 Jeff Johnson <jbj@redhat.com>
- solaris: translate i86pc to i386 (#57182).
- fix: CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS;
    LDFLAGS="${LDFLAGS:-''}" ; export LDFLAGS;
dirs="`find ${_mydir} -name configure.in -print`"; export dirs; for coin in
    `echo ${dirs}` do dr=`dirname ${coin}`; if test -f ${dr}/NO-AUTO-GEN;
    then :
else macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE((.*)),1,gp' < ${coin}`; (
    cd ${dr}; aclocalinclude="${ACLOCAL_FLAGS}"; for k in ${macrodirs}; do
    if test -d ${k}; then aclocalinclude="${aclocalinclude} -I ${k}"; fi
    done if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then if grep
    "sed.*POTFILES" configure.in >/dev/null; then : do nothing -- we still
    have an old unmodified configure.in else test -r ${dr}/aclocal.m4 ||
    touch ${dr}/aclocal.m4; echo "no" | gettextize --force --copy; test -r
    ${dr}/aclocal.m4 && /bin/chmod u+w ${dr}/aclocal.m4; fi fi if grep
    "^AM_PROG_LIBTOOL" configure.in >/dev/null; then libtoolize --force
    --copy; fi aclocal ${aclocalinclude}; if grep "^AM_CONFIG_HEADER"
    configure.in >/dev/null; then autoheader; fi echo "Running automake
    --gnu ${am_opt} ..."; automake --add-missing --gnu ${am_opt}; autoconf;
    ); fi done ./configure i386-redhat-linux --prefix=/usr
    --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
    --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
    --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var
    --sharedstatedir=/usr/com --mandir=/usr/share/man
    --infodir=/usr/share/info breaks with single quotes (#57264). ;
2004-09-09 11:58:47 +00:00
cvsdist dbb0db02af auto-import rpm-4.0.4-0.2 from rpm-4.0.4-0.2.src.rpm 2004-09-09 11:58:36 +00:00
cvsdist d991ff4d47 auto-import changelog data from rpm-4.0.4-0.1.src.rpm
Mon Dec 03 2001 Jeff Johnson <jbj@redhat.com>
- 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).
2004-09-09 11:58:21 +00:00
cvsdist b8d6280b27 auto-import rpm-4.0.3-1.03c from rpm-4.0.3-1.03c.src.rpm 2004-09-09 11:58:00 +00:00
cvsdist 36cc617e49 auto-import changelog data from rpm-4.0.3-1.03.src.rpm
Thu Sep 06 2001 Jeff Johnson <jbj@redhat.com>
- fix: hash page nelem failure to verify.
2004-09-09 11:57:40 +00:00
cvsdist 36ba1313af auto-import changelog data from rpm-4.0.3-1.02.src.rpm
Fri Aug 31 2001 Jeff Johnson <jbj@redhat.com>
- fix: Provides: /path did not work with added packages (#52183).
- fix: progress bar scaling did not include source rpm count.
2004-09-09 11:57:37 +00:00
cvsdist 557910977d auto-import changelog data from rpm-4.0.3-1.01.src.rpm
Tue Aug 28 2001 Jeff Johnson <jbj@redhat.com>
- python: teach rhnLoad about RPMTAG_SHA1RHN as well.
- dependency whiteout for libgnomeprint -> gnome-print (ordering only).
- dependency whiteout for nautilus -> nautilus-mozilla (ordering only).
Mon Aug 27 2001 Jeff Johnson <jbj@redhat.com>
- fix: error message on failed package installs resurrected.
- python: memory leaks in headerLoad/headerunload bindings.
- python: retrofit sha1 digest using RPMTAG_SHA1RHN.
- python: change rhnUnload bindings.
2004-09-09 11:57:29 +00:00
cvsdist 9d9ec624a6 auto-import changelog data from rpm-4.0.3-0.96.src.rpm
Fri Aug 24 2001 Jeff Johnson <jbj@redhat.com>
- headers without RPMTAG_NAME are skipped when retrieved.
2004-09-09 11:57:22 +00:00
cvsdist 20c1e41eab auto-import changelog data from rpm-4.0.3-0.95.src.rpm
Thu Aug 23 2001 Jeff Johnson <jbj@redhat.com>
- workaround alpha sha1 digest miscompilation.
Fri Aug 17 2001 Jeff Johnson <jbj@redhat.com>
- verify perms (but not mode) on %ghost files.
2004-09-09 11:57:14 +00:00
cvsdist 75a4b029ef auto-import changelog data from rpm-4.0.3-0.93.src.rpm
Thu Aug 16 2001 Jeff Johnson <jbj@redhat.com>
- python: add exception to detect bad data in hdrUnload.
- change dir creation message from warning to debug for now.
Wed Aug 15 2001 Jeff Johnson <jbj@redhat.com>
- always use dl size in regionSwab() return.
- ppc: revert ppcmac to ppc.
- ppc: autoconf test for va_copy.
2004-09-09 11:57:03 +00:00
cvsdist 591588ec0d auto-import changelog data from rpm-4.0.3-0.91.src.rpm
Mon Aug 13 2001 Jeff Johnson <jbj@redhat.com>
- fix: segfault on headerFree given malicious data.
- fix: don't verify hash page nelem.
- better error messages for verification failures.
- include directory /usr/lib/rpm in rpm package.
Wed Aug 08 2001 Jeff Johnson <jbj@redhat.com>
- add legacy (compile only) wrappers for fdFileno et al.
- add -D_REENTRANT (note rpmlib is still not thread safe).
2004-09-09 11:56:54 +00:00
cvsdist c0b2db27ca auto-import changelog data from rpm-4.0.3-0.88.1.src.rpm
Tue Aug 07 2001 Elliot Lee <sopwith@redhat.com>
- Build with -D_REENTRANT
2004-09-09 11:56:50 +00:00
cvsdist 73bf5cfb16 auto-import changelog data from rpm-4.0.3-0.88.src.rpm
Mon Aug 06 2001 Jeff Johnson <jbj@redhat.com>
- python: add hiesenbug patch.
Sun Aug 05 2001 Jeff Johnson <jbj@redhat.com>
- portability: some compilers squawk at return ((void) foo()) (#50419).
- remove fdFileno() from librpmio, use inline version instead (#50420).
- fix: linux find-requires needs quotes around [:blank:].
- remove /var/lib/rpm/__db* cache files if %__dbi_cdb is not configured.
Sat Aug 04 2001 Jeff Johnson <jbj@redhat.com>
- fix: i18n tags not terminated correctly with NUL (#50304).
- add explicit casts to work around a s390 compiler problem.
- fix: autoconf glob tests (#50845).
Tue Jul 31 2001 Jeff Johnson <jbj@redhat.com>
- detailed build package error messages.
2004-09-09 11:56:39 +00:00
cvsdist e0a59a6eb6 auto-import changelog data from rpm-4.0.3-0.84.src.rpm
Mon Jul 30 2001 Tim Powers <timp@redhat.com>
- added all of the perl modules to the files list for the rpm-perl package
2004-09-09 11:56:35 +00:00
cvsdist f923ad36ca auto-import changelog data from rpm-4.0.3-0.83.src.rpm
Fri Jul 27 2001 Jeff Johnson <jbj@redhat.com>
- fix: --noscripts is another multimode option.
- add tmpdir to configure db3 tmpdir into chroot tree.
- permit lazy db opens within chroot.
- fix: diddle dbenv path to accomodate backing store reopen in chroot.
Tue Jul 24 2001 Jeff Johnson <jbj@redhat.com>
- fix: don't segfault when presented with rpm-2.4.10 packaging (#49688).
Mon Jul 23 2001 Jeff Johnson <jbj@redhat.com>
- add pmac/ppciseries/ppcpseries varieties to ppc arch family.
- include tdigest.c tkey.c and trpmio.c to "make dist".
- re-enable dependency resolution source from package NVR.
- rename pmac to ppcmac.
- ia64: revert -O0 compilation.
- upgrade to db-3.3.11 final.
2004-09-09 11:56:29 +00:00
cvsdist a37c64e6eb auto-import changelog data from rpm-4.0.3-0.79.src.rpm
Sun Jul 22 2001 Jeff Johnson <jbj@redhat.com>
- use %{rpm_version} to avoid other package versions.
2004-09-09 11:56:14 +00:00
cvsdist b60fd6bed5 auto-import changelog data from rpm-4.0.3-0.78.src.rpm
Sat Jul 21 2001 Jeff Johnson <jbj@redhat.com>
- add sha1 test vectors, verify on ix86/alpha/sparc.
- add (but disable for now) rpm-perl subpackage from Perl-RPM.
- python: parameterize with PYVER to handle 1.5 and/or 2.1 builds.
- add build dependency on zlib-devel (#49575).
2004-09-09 11:56:10 +00:00
cvsdist a4183a52d1 auto-import changelog data from rpm-4.0.3-0.77.src.rpm
Fri Jul 20 2001 Jeff Johnson <jbj@redhat.com>
- fix: yet another segfault from bad metadata prevented.
2004-09-09 11:55:40 +00:00
cvsdist d5e1846e07 auto-import changelog data from rpm-4.0.3-0.76.src.rpm
Thu Jul 19 2001 Jeff Johnson <jbj@redhat.com>
- fix: 4 memory leaks eliminated.
2004-09-09 11:55:34 +00:00
cvsdist 1add825214 auto-import rpm-4.0.3-0.75 from rpm-4.0.3-0.75.src.rpm 2004-09-09 11:55:20 +00:00
cvsdist efcfd06c01 auto-import changelog data from rpm-4.0.3-0.74.src.rpm
Wed Jul 18 2001 Jeff Johnson <jbj@redhat.com>
- fix: %dev(...) needs to map rdev and mtime from metadata.
2004-09-09 11:55:14 +00:00
cvsdist c78bac47a2 auto-import changelog data from rpm-4.0.3-0.73.src.rpm
Tue Jul 17 2001 Jeff Johnson <jbj@redhat.com>
- python: "seal" immutable region for legacy headers in rhnUnload().
- python: add poptmodule.so bindings.
2004-09-09 11:55:03 +00:00
cvsdist 8e584d8e15 auto-import rpm-4.0.3-0.72 from rpm-4.0.3-0.72.src.rpm 2004-09-09 11:54:56 +00:00
cvsdist 7669dfb9a2 auto-import changelog data from rpm-4.0.3-0.71.src.rpm
Mon Jul 16 2001 Jeff Johnson <jbj@redhat.com>
- fix: don't total hard linked file size multiple times (#46286).
- add %dev(type,major,minor) directive to permit non-root dev build.
2004-09-09 11:54:49 +00:00
cvsdist 9218268fe6 auto-import changelog data from rpm-4.0.3-0.70.src.rpm
Fri Jul 13 2001 Jeff Johnson <jbj@redhat.com>
- isolate cdb access configuration (experimental, use at your own risk).
- fix: hard fail on locked dbopen if CDB locking not in use.
- fix: dbconfig with mp_mmapsize=16Mb/mp_size=1Mb for "everything ENOSPC"
    failure check.
2004-09-09 11:54:43 +00:00
cvsdist 5e3a15d4aa auto-import changelog data from rpm-4.0.3-0.69.src.rpm
Thu Jul 12 2001 Jeff Johnson <jbj@redhat.com>
- fix: scope multi-mode options like --nodeps correctly (#48825).
2004-09-09 11:54:31 +00:00
cvsdist 7328903d9c auto-import changelog data from rpm-4.0.3-0.66.src.rpm
Wed Jul 11 2001 Jeff Johnson <jbj@redhat.com>
- fix: adjust arg count for --POPTdesc/--POPTargs deletion.
2004-09-09 11:54:26 +00:00
cvsdist 8be94ec5c2 auto-import rpm-4.0.3-0.65 from rpm-4.0.3-0.65.src.rpm 2004-09-09 11:54:23 +00:00
cvsdist 17ca7950a6 auto-import rpm-4.0.3-0.64 from rpm-4.0.3-0.64.src.rpm 2004-09-09 11:54:16 +00:00
cvsdist 859ee68fc9 auto-import rpm-4.0.3-0.63 from rpm-4.0.3-0.63.src.rpm 2004-09-09 11:53:59 +00:00
cvsdist 54ffd02cd4 auto-import changelog data from rpm-4.0.3-0.62.src.rpm
Tue Jul 10 2001 Jeff Johnson <jbj@redhat.com>
- fix: -i CLI context broken Yet Again.
2004-09-09 11:53:14 +00:00
cvsdist 21ad9a2455 auto-import rpm-4.0.3-0.61 from rpm-4.0.3-0.61.src.rpm 2004-09-09 11:52:59 +00:00
cvsdist c8a63a06b5 auto-import changelog data from rpm-4.0.3-0.60.src.rpm
Mon Jul 09 2001 Jeff Johnson <jbj@redhat.com>
- package version now configureable, default v3.
2004-09-09 11:52:53 +00:00
cvsdist 30ed571587 auto-import changelog data from rpm-4.0.3-0.59.src.rpm
Sun Jul 08 2001 Jeff Johnson <jbj@redhat.com>
- python: rhnLoad/rhnUnload to check header digest.
Sat Jul 07 2001 Jeff Johnson <jbj@redhat.com>
- expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h.
- portability: avoid st_mtime, gendiff uses basename, etc (#47497).
- glibc-2.0.x has not __va_copy().
- popthelp.c: don't use stpcpy to avoid portability grief (#47500).
- permit alias/exec description/arg text to be set from popt config.
- use rpmqv.c, not rpm.c, as rpm's main() routine.
2004-09-09 11:52:49 +00:00
cvsdist b442016899 auto-import changelog data from rpm-4.0.3-0.57.src.rpm
Wed Jul 04 2001 Jeff Johnson <jbj@redhat.com>
- add removetid to header during --repackage.
Tue Jul 03 2001 Jeff Johnson <jbj@redhat.com>
- fix: redundant entries in file manifests handled correctly (#46914).
- map uid/gid from metadata into payload headers.
2004-09-09 11:52:35 +00:00
cvsdist cd9fffd789 auto-import changelog data from rpm-4.0.3-0.55.src.rpm
Sat Jun 30 2001 Jeff Johnson <jbj@redhat.com>
- update intl dirs to gettext-0.10.38.
- fix: sanity check for header size added in headerCopyLoad() (#46469).
2004-09-09 11:52:16 +00:00
cvsdist 3d91ba0de4 auto-import changelog data from rpm-4.0.3-0.54.src.rpm
Thu Jun 28 2001 Jeff Johnson <jbj@redhat.com>
- fix: sanity checks on #tags (<65K) and offset (<16Mb) in header.
- fix: add -r to useradd to prevent /etc/skel glop (#46215).
- fix: disambiguate typedef and struct name(s) for kpackage.
2004-09-09 11:52:03 +00:00
cvsdist 8877f4f0ce auto-import rpm-4.0.3-0.53.1 from rpm-4.0.3-0.53.1.src.rpm 2004-09-09 11:51:24 +00:00
cvsdist 1f56f5f511 auto-import changelog data from rpm-4.0.3-0.53.src.rpm
Mon Jun 25 2001 Jeff Johnson <jbj@redhat.com>
- fix: remove executable bit on perl.req, not find-req.pl.
- fix: permit partially enumerated hardlink file sets during build.
- fix: resurrect rpm signature modes.
2004-09-09 11:51:20 +00:00
cvsdist ff1ae19981 auto-import rpm-4.0.3-0.52 from rpm-4.0.3-0.52.src.rpm 2004-09-09 11:51:16 +00:00
cvsdist 698b80d78b auto-import rpm-4.0.3-0.51 from rpm-4.0.3-0.51.src.rpm 2004-09-09 11:51:13 +00:00
cvsdist eb7c2ec41f auto-import rpm-4.0.3-0.50 from rpm-4.0.3-0.50.src.rpm 2004-09-09 11:51:00 +00:00
cvsdist 480b10dc2a auto-import rpm-4.0.3-0.49 from rpm-4.0.3-0.49.src.rpm 2004-09-09 11:50:56 +00:00
cvsdist 4370f6170e auto-import rpm-4.0.3-0.48 from rpm-4.0.3-0.48.src.rpm 2004-09-09 11:50:39 +00:00
cvsdist 38052ed19f auto-import changelog data from rpm-4.0.2-9.src.rpm
Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com> 4.0.2-9
- Hack in the perl.prov script so we can get a working rpm for 7.2-build.
2004-09-09 11:50:29 +00:00
cvsdist 9e99bf8ee0 auto-import changelog data from rpm-4.0.2-8.src.rpm
Sun Apr 08 2001 Matt Wilson <msw@redhat.com>
- remove the kernel->initscripts whiteout, we actually need this as a
    kernel Prereq now.
2004-09-09 11:50:11 +00:00
cvsdist 9eb5b26c02 auto-import changelog data from rpm-4.0.2-7x.src.rpm
Tue Mar 13 2001 Jeff Johnson <jbj@redhat.com>
- map i686-like (i.e. w/o CMOV) platforms to better alternatives.
Mon Mar 12 2001 Jeff Johnson <jbj@redhat.com>
- fix: adjust for libio breakage in Red Hat 5.x with glibc-2.0.7-29.4.
Wed Mar 07 2001 Jeff Johnson <jbj@redhat.com>
- remove mozilla dependency white out, no longer needed.
Fri Feb 23 2001 Jeff Johnson <jbj@redhat.com>
- (sparc) disable MD5 sum checks during install.
- (db1) plug largish memory leak in simulated interface for falloc.c.
Thu Feb 22 2001 Jeff Johnson <jbj@redhat.com>
- portability changes from Joe Orton <jorton@redhat.com> et al.
- (alpha): rip out ALPHA_LOSSAGE now that gcc-2.96-76 has fix (#28509).
- (popt): use sprintf rather than snprintf for portability.
Mon Feb 19 2001 Jeff Johnson <jbj@redhat.com>
- rpm-4.0.2 release candidate.
Wed Feb 14 2001 Jeff Johnson <jbj@redhat.com>
- fix: permit packages to differ by 0 or 32 bytes (#26373).
- fix: permit HEADER_IMMUTABLE tag queries.
- split db configuration into separate file.
Tue Feb 13 2001 Jeff Johnson <jbj@redhat.com>
- fix: remove fixed size buffer on output path (#26987,#26332).
- resurrect rpmErrorCode in the API for Perl-RPM.
Sat Feb 10 2001 Jeff Johnson <jbj@redhat.com>
- fix: diddle exit code for attempted installs of non-packages (#26850).
- python binding diddles to reduce installer memory footprint by delayed
    loading of file info.
Fri Feb 09 2001 Jeff Johnson <jbj@redhat.com>
- fix: make a copy of retrieved header before loading.
Sun Jan 21 2001 Jeff Johnson <jbj@redhat.com>
- fix: check waitpid return code.
Fri Jan 19 2001 Jeff Johnson <jbj@redhat.com>
- ewt's cpio.c hack.
- ewt's cpio.c hack reverted.
- rebuild with i18n from rpm-4_0 branch.
- rpmlint conformance.
Thu Jan 18 2001 Matt Wilson <msw@redhat.com>
- fix: exit 0 at the end of %pre
Thu Jan 18 2001 Jeff Johnson <jbj@redhat.com>
- fix: insure that %lang scopes over hard links correctly.
- fix: rpmCleanPath was nibbling at .. in macrofiles incorrectly.
Wed Jan 17 2001 Jeff Johnson <jbj@redhat.com>
- 1st crack at Mandrake specific per-platform macros.
Tue Jan 16 2001 Jeff Johnson <jbj@redhat.com>
- tsort prefers presentation order.
Mon Jan 15 2001 Jeff Johnson <jbj@redhat.com>
- fix: extra newline in many error messages (#23947).
- fix: rpm -Va with db1 needs per-iterator, not per-index, offset.
- add install/remove transaction id tags.
Sat Jan 13 2001 Jeff Johnson <jbj@redhat.com>
- fix the hack.
Fri Jan 12 2001 Jeff Johnson <jbj@redhat.com>
- hack: permit installer to determine package ordering using 1000003 tag.
Thu Jan 11 2001 Jeff Johnson <jbj@redhat.com>
- fix: don't hang on build error.
- fix: remove "error: " prefix from signature verification message.
Wed Jan 10 2001 Jeff Johnson <jbj@redhat.com>
- successors from tsort are processed in presentation order.
- fix: find-requires.perl needed update (#23450).
Tue Jan 09 2001 Jeff Johnson <jbj@redhat.com>
- fix: digests on input FD_t dinna work.
- fix: remove rebuilddb debugging leakage.
Mon Jan 08 2001 Jeff Johnson <jbj@redhat.com>
- tsorted packages processed in successor count order.
- fix: resurrect --excludepath (#19666).
Fri Jan 05 2001 Jeff Johnson <jbj@redhat.com>
- fix: 3 packages from Red Hat 5.2 had bogus %verifyscript tag.
Wed Jan 03 2001 Jeff Johnson <jbj@redhat.com>
- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).
- remove almost all explicit uses of stderr in rpmlib using rpmError().
- fix: pass scriptlet args, as in %post -p "/sbin/ldconfig -n /lib".
    (Rodrigo Barbosa)
Tue Jan 02 2001 Jeff Johnson <jbj@redhat.com>
- fix apidocs.
Mon Jan 01 2001 Jeff Johnson <jbj@redhat.com>
- use popt autohelp for rpm helper binaries.
Sun Dec 31 2000 Jeff Johnson <jbj@redhat.com>
- (popt): fix float/double handling (#19701).
- (popt): non-linux needs <float.h> (#22732).
- (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.
- (popt): diddle auto-help to include type of arg expected.
Sat Dec 30 2000 Jeff Johnson <jbj@redhat.com>
- (non-linux): move stubs.c to rpmio (#21132).
- (python): bind initdb (#20988).
Fri Dec 29 2000 Jeff Johnson <jbj@redhat.com>
- fix: hack around alpha mis-compilation signature problems.
- rpmmodule.c(handleDbResult): return empty list when nothing matches.
Thu Dec 28 2000 Jeff Johnson <jbj@redhat.com>
- fix: avoid FAT and other brain-dead file systems that have not inodes.
Wed Dec 27 2000 Jeff Johnson <jbj@redhat.com>
- use malloc'ed buffer for large queries.
Tue Dec 26 2000 Jeff Johnson <jbj@redhat.com>
- send query/verify output through rpmlog().
- resurrect rpmErrorSetCallback() and rpmErrorString().
Thu Dec 21 2000 Jeff Johnson <jbj@redhat.com>
- immutable headers, once installed by rpm3, need to lose immutablity.
- fix: removed headers from db need a headerCopy().
Wed Dec 20 2000 Jeff Johnson <jbj@redhat.com>
- whiteout mozilla loop for 7.1.
Tue Dec 19 2000 Jeff Johnson <jbj@redhat.com>
- gendiff: generate ChangeLog patches more intelligently (#22356).
- identify install scriptlet failures with the name of the scriptlet.
- handle install chroot's identically throughout the install process.
- add rpmlib(HeaderLoadSortsTags) for tracking header regions "just in
    case".
- create _tmppath on the fly if not present.
- remove /etc/rpm/macros.db1 configuration file if db3 rebuilt.
Wed Dec 13 2000 Jeff Johnson <jbj@redhat.com>
- bump popt version.
- fix: (transaction.c) assume file state normal if tag is missing.
- fix: failed signature read headerFree segfault.
- fix: revert ALPHA_LOSSAGE, breaks 6.2/i386.
- fix: segfault on build path, ignore deleted drips.
- fix: synthesized callbacks for removed packages have not a pkgkey.
Tue Dec 12 2000 Jeff Johnson <jbj@redhat.com>
- bail on header regions.
- change dependency loop message to RPMMESS_WARNING to use stderr, not
    stdout.
Sun Dec 10 2000 Jeff Johnson <jbj@redhat.com>
- handle added dirtoken tags (mostly) correctly with header regions.
- add FHS doc/man/info dirs, diddle autoconf goo.
- fix: headerUnload handles headers w/o regions correctly on rebuilddb.
Thu Dec 07 2000 Jeff Johnson <jbj@redhat.com>
- add rpmtransGetKeys() to retrieve transaction keys in tsort'ed order.
- python bindings for rpmtransGetKeys().
- fix: include alignment in count when swabbing header region.
Wed Dec 06 2000 Jeff Johnson <jbj@redhat.com>
- improved find-{requires,provides} for aix4/hpux/irix6/osf. Tim
    Mooney<mooney@dogbert.cc.ndsu.NoDak.edu>
- portability: remove use of GNU make subst in lib/Makefile (Joe Orton).
- python: bind package removal (#21274).
- autoconfigure building python bindings.
- autoconfigure generating rpm API doco rpm-devel package.
- fix: don't fdFree in rpmVerifyScript, rpmtransFree does already.
- unify rpmError and rpmMessge interfaces through rpmlog.
- collect and display rpm build error messages at end of build.
- use package version 3 if --nodirtokens is specified.
- add package names to problem sets early, don't save removed header.
- make sure that replaced tags in region are counted in headerSizeof().
- support for dmalloc debugging.
- filter region tags in headerNextIterator, exit throut headerReload.
Thu Nov 30 2000 Jeff Johnson <jbj@redhat.com>
- add missing headerFree for legacy signature header.
- fix: removed packages leaked DIRINDEXES tag data.
- reload tags added during install when loading header from rpmdb.
- avoid brp-compress hang with both compressed/uncompressed man pages.
Tue Nov 21 2000 Jeff Johnson <jbj@redhat.com>
- add brp-strip-shared script <rodrigob@conectiva.com.br>.
- better item/task progress bars <rodrigob@conectiva.com.br>.
- load headers as single contiguous region.
- add region marker as RPM_BIN_TYPE in packages and database.
- fix: don't headerCopy() relocateable packages if not relocating.
- merge signatures into header after reading from package.
Mon Nov 20 2000 Jeff Johnson <jbj@redhat.com>
- add doxygen and lclint annotations most everywhere.
- consistent return for all signature verification.
- use enums for almost all rpmlib #define's.
- API: change rpmProblem typedef to pass by reference, not value.
- don't trim leading ./ in rpmCleanPath() (#14961).
- detect (still need to test) rdonly linux file systems.
- check available inodes as well as blocks on mounted file systems.
- pass rpmTransactionSet, not elements, to installBinaryPackage et al.
- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).
- remove getMacroBody() from rpmio API.
- add support for unzip <rodrigob@conectiva.com.br>
Thu Nov 16 2000 Jeff Johnson <jbj@redhat.com>
- don't verify src rpm MD5 sums (yet).
- md5 sums are little endian (no swap) so big endian needs the swap.
Wed Nov 15 2000 Jeff Johnson <jbj@redhat.com>
- fix: segfault on exit of "rpm -qp --qf '%{#fsnames}' pkg" (#20595).
- hpux w/o -D_OPEN_SOURCE has not h_errno.
- verify MD5 sums of payload files when unpacking archive.
- hide libio lossage in prototype, not API.
- add support for SHA1 as well as MD5 message digests.
Mon Nov 13 2000 Jeff Johnson <jbj@redhat.com>
- fix: work around for (mis-compilation?!) segfaults on signature paths.
Sun Nov 12 2000 Jeff Johnson <jbj@redhat.com>
- fix: duplicate headerFree() on instalBinaryPackage() error return.
Sat Nov 11 2000 Jeff Johnson <jbj@redhat.com>
- fix: runTriggers was not adding countCorrection.
- add rpmGetRpmlibProvides() to retrieve rpmlib(...) provides "Pawel A.
    Gajda" <mis@k2.net.pl>.
- syntax to specify source of Requires: (PreReq: now legacy).
- rip out rpm{get,put}text, use getpo.sh and specspo instead.
- fine-grained Requires, remove install PreReq's from Requires db.
2004-09-09 11:49:58 +00:00