Go to file
ewt aa64e9fdd7 added more support for broken md5 code
CVS patchset: 1503
CVS date: 1997/03/28 17:46:34
1997-03-28 17:46:34 +00:00
autodeps fixed typos 1997-03-20 15:55:31 +00:00
build rewrote %setup expanion to use popt and allow multiple -a, -b arguments 1997-03-23 19:52:07 +00:00
docs added info on conflicts 1997-01-30 15:54:59 +00:00
lib added more support for broken md5 code 1997-03-28 17:46:34 +00:00
misc define S_ISLNK, S_ISSTAT if needed 1997-03-20 15:18:28 +00:00
po added missing \n 1997-03-20 15:14:54 +00:00
popt fixed POPT_OPTION_DEPTH checking 1997-03-04 02:23:04 +00:00
python Merge rpm-4.0.4 changes. 1997-01-01 01:30:08 +00:00
rpmio The Great Renaming 1996-11-18 18:02:36 +00:00
tools don't use ZLIB anymore (rolled into normal LIBS variable) 1997-03-11 17:05:16 +00:00
CHANGES *** empty log message *** 1997-03-20 15:18:03 +00:00
COPYING Initial revision 1996-05-23 03:05:34 +00:00
CREDITS *** empty log message *** 1997-02-20 02:10:36 +00:00
Makefile.in got rid of ZLIB, LIBSOCKET 1997-03-11 17:09:20 +00:00
Makefile.inc.in version 2.3.9 1997-03-23 18:51:07 +00:00
NEWS *** empty log message *** 1996-05-23 02:38:59 +00:00
README Initial revision 1996-05-23 03:11:57 +00:00
README.amiga *** empty log message *** 1996-12-12 03:31:35 +00:00
RPM-PGP-KEY updated 1997-02-24 19:50:57 +00:00
checksig.c added RPMSIGTAG_LEMD5_2 brokenness 1997-03-28 17:44:38 +00:00
checksig.h allows you to omit md5 signature checks 1997-01-23 20:55:52 +00:00
config.guess changes to detect amiga's 1996-12-12 03:33:47 +00:00
config.h.in made WORDS_BIGENDIAN look like the rest of config.h 1997-03-28 17:45:08 +00:00
config.sub changes to detect amiga's 1996-12-12 03:33:47 +00:00
configure.in look for S_ISLNK and S_ISSTAT and define macros appropriately 1997-03-20 15:18:07 +00:00
convertdb.c The Great Renaming 1996-11-18 18:02:36 +00:00
ftp.c send '\n\r' not just '\n' 1997-03-21 15:50:09 +00:00
ftp.h 1) rewrite ftpCheckResult() to be more robust 1996-10-20 18:21:04 +00:00
gendiff add mkj's usage message 1997-01-13 17:23:43 +00:00
gettextstub.c Initial revision 1996-03-29 01:35:33 +00:00
groups Initial revision 1996-07-10 20:51:14 +00:00
install-sh Initial revision 1996-08-19 17:15:47 +00:00
install.c return code from rpmRemovePackage() was being ignored 1997-03-20 15:18:45 +00:00
install.h The Great Renaming 1996-11-18 18:02:36 +00:00
lib-rpmrc.in added optflags for ppc 1997-02-12 05:04:38 +00:00
oldrpmdb.c The Great Renaming 1996-11-18 18:02:36 +00:00
query.c removed defaultQueryFormat string (obosoleted by popt) 1997-02-25 23:04:22 +00:00
query.h dropped QUERY_FOR_INFO, QUERY_FOR_REQUIRES 1997-02-17 20:18:54 +00:00
rpm-qo.c include intl.h instead of libintl.h 1996-12-12 16:35:54 +00:00
rpm.8 fixed ftp URLs 1997-03-03 15:46:23 +00:00
rpm.c 1) added typecast around getpid() to let us printf it on all platforms 1997-03-20 15:19:00 +00:00
rpm.magic fixed 1996-05-22 20:39:33 +00:00
rpm.spec Initial revision 1997-02-25 23:17:25 +00:00
rpm2cpio.8 Initial revision 1996-03-30 04:00:55 +00:00
rpm2cpio.c minor cleanups -- the gz stream was never getting closed 1996-12-12 03:21:00 +00:00
rpmpopt --requires shouldn't imply -q 1997-03-04 02:23:51 +00:00
url.c 1) use config.h if available 1997-01-17 16:20:18 +00:00
url.h Initial revision 1996-10-15 03:15:52 +00:00
verify.c -Vp should use realpath() 1997-02-17 16:53:30 +00:00
verify.h removed VERIY_SRPM 1997-01-30 20:16:49 +00:00

README

This is RPM, the Red Hat Package Manager.

The latest releases are always available at:

	ftp://ftp.redhat.com/pub/code/rpm

Additional RPM documentation (papers, slides, HOWTOs) can also be
found at the same site.

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 written and is maintained 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) 1996 by Red Hat Software, Inc.,
and may be distributed under the terms of the GPL (see COPYING).

-Marc