Go to file
jbj 1f6614e61e The death of lib/ftp.c, merged into lib/rpmio.c.
Start composting the rpmio API.
Preliminary (not working) support for HTTP PUT.
build.c: Check fd for NULL and use Ferror() for Fopen return.
build/parseSpec.c: ditto
build/pack.c: Use fdGetFP() rather than fpio->ffileno().
build/parseSpec.c: ditto
build/pack.c: Use Stat/Mkdir wrappers.
build/pack.c: Do Fflush before fdDup so that writes can remain buffered.
lib/install.c: ditto
build/parsePrep.c: Skip over URL leadin when writing %prep scriptlet.
lib/misc.c: Rewrite to use simpler urlPath(). Restore checks on local fs.
lib/rpmchecksig.c: Open with "r+" rather than "w" to avoid truncation.
lib/url.c: Do lazy malloc of u->buf in rpmio.c checkResponse().
lib/rpmio.c: Make persist/contentLength per-fd rather than per-url.
lib/rpmio.c: Add wr_chunked method for HTTP PUT (still broken).
lib/rpmio.c: ftpAbort() should use timedRead.
lib/rpmio.c: Add Fflush().
lib/url.c: urlPath() should return something ("/") on url = NULL (paranoia).
lib/url.c: urlSplit() should return something ("/") on url w/o path.

CVS patchset: 3429
CVS date: 1999/11/18 18:07:46
1999-11-18 18:07:46 +00:00
autodeps Add quotes to check for file list existence (nigel@pobox.com). 1999-10-11 15:47:27 +00:00
build The death of lib/ftp.c, merged into lib/rpmio.c. 1999-11-18 18:07:46 +00:00
doc updated pl/rpm.8 (PLD team). 1999-09-28 18:38:51 +00:00
intl Check in time stamps again. 1999-09-29 23:29:57 +00:00
lib The death of lib/ftp.c, merged into lib/rpmio.c. 1999-11-18 18:07:46 +00:00
misc Poertability. 1999-10-04 21:00:30 +00:00
perl Finally fixed it up for the new version of perl. 1999-07-28 00:56:34 +00:00
po The death of lib/ftp.c, merged into lib/rpmio.c. 1999-11-18 18:07:46 +00:00
popt From: Dick Porter <dick@acm.org> -- 1999-11-18 17:10:15 +00:00
python Use Fopen almost everywhere. 1999-11-04 21:26:08 +00:00
rpmio lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop. 1999-11-14 19:15:18 +00:00
scripts lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop. 1999-11-14 19:15:18 +00:00
tests Check in time stamps again. 1999-09-29 23:29:57 +00:00
tools lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop. 1999-11-14 19:15:18 +00:00
.cvsignore Aother typo. 1999-09-29 23:58:51 +00:00
.files LCLINT pass 0. 1998-11-16 21:40:28 +00:00
.lclintrc use compressed filenames on install side. 1999-10-27 23:18:10 +00:00
ABOUT-NLS Orphan. 1998-10-08 10:57:03 +00:00
CHANGES add/update dependency scripts (Ken Estes). 1999-11-12 21:26:04 +00:00
COPYING Changed licensing of librpm to LGPL 1997-08-10 13:40:16 +00:00
CREDITS Finally, preliminary http support. 1999-02-04 18:48:03 +00:00
GROUPS Fix newSpec in "rpm -q --specfile --specedit" 1999-03-16 20:04:26 +00:00
INSTALL change support@redhat.com to rpm-list@redhat.com. 1999-03-14 00:34:52 +00:00
Makefile.am Build on solaris2.6 with gcc. 1999-09-30 21:20:34 +00:00
README *** empty log message *** 1998-06-30 18:53:43 +00:00
README.amiga 1) added autoconf for popt directory to make archive 1998-02-17 16:46:13 +00:00
RPM-PGP-KEY updated 1997-02-24 19:50:57 +00:00
TODO an update. 1998-08-06 21:53:49 +00:00
acconfig.h Autoconf test for glob (and regex) functionality. 1999-09-26 22:50:47 +00:00
aclocal.m4 Add libtool.m4. 1999-09-30 00:03:10 +00:00
autogen.sh Check in time stamps. 1999-09-29 23:26:08 +00:00
build.c The death of lib/ftp.c, merged into lib/rpmio.c. 1999-11-18 18:07:46 +00:00
build.h Spec: Add rootdir (as in chroot). 1999-10-31 21:38:21 +00:00
configure.in Use Fopen almost everywhere. 1999-11-04 21:26:08 +00:00
convertdb.c use OLDFILENAMES tag 1999-10-06 22:52:35 +00:00
gendiff don't depend on bash 1998-03-04 16:05:15 +00:00
install-sh Initial revision 1996-08-19 17:15:47 +00:00
macros.in Check in time stamps again. 1999-09-29 23:29:57 +00:00
missing configure using automake. 1998-10-08 10:40:27 +00:00
mkinstalldirs Create. 1998-07-17 14:18:48 +00:00
oldrpmdb.c check for memory leaks (almost all leaks are plugged). 1999-10-29 16:06:01 +00:00
rpm-qo.c Don't mark empty strings as translatable. 1999-04-09 15:18:16 +00:00
rpm.c rpm.c: Add --ftpdebug, --urldebug, --rpmiodebug (for my sanity). 1999-11-15 22:16:54 +00:00
rpm.magic ultrapenguin 1.1.9 sparc64 changes. 1998-12-17 16:45:22 +00:00
rpm.spec Start rpm-3.0.4. 1999-10-11 16:37:55 +00:00
rpm2cpio.c lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop. 1999-11-14 19:15:18 +00:00
rpmpopt Test for non-existence of provides/obsoletes tags (without versioning). 1999-09-24 01:50:04 +00:00
rpmrc.in Check in time stamps again. 1999-09-29 23:29:57 +00:00
system.h use compressed filenames on install side. 1999-10-27 23:18:10 +00:00

README

This is RPM, the Red Hat Package Manager.

The latest releases are always available at:

	ftp://ftp.rpm.org/pub/rpm

Additional RPM documentation (papers, slides, HOWTOs) can also be
found at the same site, as well as http://www.rpm.org.

There is a mailing list for discussion of RPM issues, rpm-list@redhat.com.
To subscribe, send a message to rpm-list-request@redhat.com with the word
"subscribe" in the subject line.

RPM was originally written by:

    Erik Troan <ewt@redhat.com>
    Marc Ewing <marc@redhat.com>

See the CREDITS file for a list of folks who have helped us out
tremendously.  RPM is Copyright (c) 1998 by Red Hat Software, Inc.,
and may be distributed under the terms of the GPL and LGPL (see  the
file COPYING for details).