summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2002-06-05Lclint fiddles.jbj1-0/+1
CVS patchset: 5468 CVS date: 2002/06/05 22:07:55
2002-06-01- fix: use getgrnam, not getpwnam, to convert gid -> group.jbj1-0/+1
- fix: avoid sign extension, use only 16 bits, when verifying rdev. - python: separate {add,del}Macro methods, prepare for macro dictionary. - i18n: copy current production PO files to top-of-stack. CVS patchset: 5457 CVS date: 2002/06/01 15:48:00
2002-05-13Eliminate bogus strerror message for manifests.jbj1-1/+1
CVS patchset: 5433 CVS date: 2002/05/13 22:34:25
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj1-2/+1
- rip out two layers of dbN gook, internal Berkeley db is here to stay. CVS patchset: 5412 CVS date: 2002/05/01 22:13:00
2002-04-14- use build time to choose one of multiple alternative suggestions.jbj1-2/+0
- add --nosuggests to disable suggested resolutions. - splint fiddles. CVS patchset: 5406 CVS date: 2002/04/14 21:48:44
2002-01-23- turn on auto-generated perl requirements (#58519, #58536, #58537).jbj1-1/+2
Sanity. CVS patchset: 5265 CVS date: 2002/01/23 00:58:47
2001-11-23- fix a couple dinky memory leaks.jbj1-1/+3
- build with an internal zlib for now. CVS patchset: 5207 CVS date: 2001/11/23 15:49:11
2001-11-19- header handling moved to librpmdb to avoid linkage loops.jbj1-1/+1
CVS patchset: 5193 CVS date: 2001/11/19 22:45:35
2001-10-26- wire transactions through rpmcli install/erase modes.jbj1-0/+1
- legacy signatures always checked on package read. CVS patchset: 5134 CVS date: 2001/10/26 04:16:19
2001-09-25- drop rpmio/base64.[ch] in favor of beecrypt.jbj1-0/+1
- drop lib/md5*.[ch] files in favor of beecrypt. CVS patchset: 5081 CVS date: 2001/09/25 16:21:44
2001-09-25- Start rpm-4.1.jbj1-2/+2
- Loosely wire beecrypt library into rpm. CVS patchset: 5078 CVS date: 2001/09/25 03:03:23
2001-09-15Sync with rpm-4_0 branch.jbj1-15/+15
CVS patchset: 5048 CVS date: 2001/09/15 13:49:11
2001-07-31- add support for mips (#49283).jbj1-3/+5
- add __as, _build_arch, and __cxx macros (#36662, #36663, #49280). - detailed build package error messages. CVS patchset: 4996 CVS date: 2001/07/31 18:13:22
2001-07-21- add sha1 test vectors, verify on ix86/alpha/sparc.jbj1-2/+1
- 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). CVS patchset: 4969 CVS date: 2001/07/21 19:44:22
2001-07-07Orphans.jbj1-1/+1
CVS patchset: 4925 CVS date: 2001/07/07 19:37:52
2001-07-07- popthelp.c: don't use stpcpy to avoid portability grief (#47500).jbj1-1/+0
- permit alias/exec description/arg text to be set from popt config. - use rpmqv.c, not rpm.c, as rpm's main() routine. CVS patchset: 4923 CVS date: 2001/07/07 19:15:17
2001-06-15- alpha: don't add "()(64bit)" dependency markers.jbj1-1/+1
CVS patchset: 4863 CVS date: 2001/06/15 16:01:10
2001-06-15- fix: db1 end-of-file not detected in legacy compatible way.jbj1-1/+1
- fix: remove (harmless) chown error message from %post. - add --target/--host to %configure, add example cross-build/config.site scripts to /usr/lib/rpm <arjanv@redhat.com> (#44581). - rpmdb iterator selectors permit default/strcmp/regex/glob matching. - rpmdb iterator selectors permit negative matches. CVS patchset: 4861 CVS date: 2001/06/15 04:56:33
2001-06-06- default to dbenv with mpool, --rebuilddb with nofsync is much faster.jbj1-1/+7
CVS patchset: 4849 CVS date: 2001/06/06 19:57:12
2001-05-23- remove all header region assertion failures, return NULL instead.jbj1-2/+1
CVS patchset: 4809 CVS date: 2001/05/23 16:38:52
2001-05-13- add cron/logrotate scripts to save installed package filenames.jbj1-6/+6
CVS patchset: 4777 CVS date: 2001/05/13 17:55:58
2001-05-11- rpm database has rpm.rpm g+w permissions to share db3 mutexes.jbj1-0/+13
- expose more db3 macro configuration tokens. - move fprint.[ch] and hash.[ch] to rpmdb directory. - detect and fiddle incompatible mixtures of db3 env/open flags. - add DBI_WRITECURSOR to map to db3 flags with CDB database model. - add rpmdbSetIteratorRewrite to warn of pending lazy (re-)writes. CVS patchset: 4765 CVS date: 2001/05/11 04:01:04
2001-05-09- rpm executables now setuid rpm to share write locks.jbj1-15/+32
- expose more db3 macro configuration tokens. CVS patchset: 4756 CVS date: 2001/05/09 22:58:56
2001-05-08- create rpmdb.la so that linkage against rpm's db-3.2.9 is possible.jbj1-11/+20
CVS patchset: 4752 CVS date: 2001/05/08 00:03:14
2001-05-07- use internal db-3.2.9 sources to build by default.jbj1-4/+7
- don't build db1 by default. CVS patchset: 4750 CVS date: 2001/05/07 19:21:16
2001-05-03- still more boring lclint annotations and fiddles.jbj1-1/+5
CVS patchset: 4738 CVS date: 2001/05/03 21:00:18
2001-03-16- add %exclude support (i.e. "everything but") to %files.jbj1-6/+6
(Michael (Micksa) Slade" <micksa@knobbits.org>) CVS patchset: 4637 CVS date: 2001/03/16 16:33:25
2001-02-27Handle non-string tag indices correctly.jbj1-9/+9
Sync with rpm-4.0.2. CVS patchset: 4583 CVS date: 2001/02/27 21:30:27
2001-01-17- 1st crack at Mandrake specific per-platform macros.jbj1-42/+45
CVS patchset: 4459 CVS date: 2001/01/17 16:00:36
2001-01-10- successors from tsort are processed in presentation order.jbj1-0/+1
CVS patchset: 4423 CVS date: 2001/01/10 20:42:32
2000-12-31- (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.jbj1-6/+6
- (popt): diddle auto-help to include type of arg expected. CVS patchset: 4394 CVS date: 2000/12/31 20:30:37
2000-12-12Sync with rpm-4_0 branch.jbj1-2/+2
CVS patchset: 4338 CVS date: 2000/12/12 20:03:45
2000-12-04- use package version 3 if --nodirtokens is specified.jbj1-3/+2
CVS patchset: 4317 CVS date: 2000/12/04 02:13:11
2000-12-04Sync with rpm-4_0 branch.jbj1-9/+8
CVS patchset: 4315 CVS date: 2000/12/04 00:55:17
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj1-0/+8
- remove getMacroBody() from rpmio API. - hide libio lossage in prototype, not API. lclint annotations. CVS patchset: 4230 CVS date: 2000/10/28 17:16:25
2000-09-14Revert rpmrc excision for now.jbj1-3/+3
rpmio: add rpmlog.c/rpmlog.h. CVS patchset: 4163 CVS date: 2000/09/14 11:42:48
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj1-1/+3
- collect and display rpm build error messages at end of build. CVS patchset: 4149 CVS date: 2000/09/01 21:15:40
2000-08-27Rip out rpmrc configuration.jbj1-5/+5
CVS patchset: 4134 CVS date: 2000/08/27 19:43:51
2000-07-29- link rpm2cpio dynamically since cpio is linked dynamically.jbj1-1/+1
CVS patchset: 3991 CVS date: 2000/07/29 17:30:18
2000-07-25- create rpmbuild/rpmquery/rpmverify/rpmsign symlinks.jbj1-1/+9
CVS patchset: 3980 CVS date: 2000/07/25 18:37:21
2000-07-15- rip out pre-transaction syscalls, more design is needed.jbj1-9/+0
- display rpmlib provides when invoked with --showrc. - remove (dead) dependency checks on implicitly provided package names. - remove (dead) rpmdb API code in python bindings. - remove (legacy) support for version 1 packaging. - remove (legacy) support for converting gdbm databases. CVS patchset: 3950 CVS date: 2000/07/15 14:53:54
2000-07-07lclint fiddles.jbj1-1/+1
avoid pathological buffer overflow in lib/rpmrc.c CVS patchset: 3922 CVS date: 2000/07/07 20:06:41
2000-06-22- put version on rpmpopt filename to avoid legacy filename collision.jbj1-2/+5
CVS patchset: 3897 CVS date: 2000/06/22 13:39:44
2000-06-13Solaris per-platform macros.jbj1-2/+8
CVS patchset: 3838 CVS date: 2000/06/13 09:12:39
2000-06-13More libtool fiddles.jbj1-6/+5
CVS patchset: 3837 CVS date: 2000/06/13 07:15:15
2000-06-07- create rpmio directory for librpmio.jbj1-9/+18
CVS patchset: 3820 CVS date: 2000/06/07 23:25:41
2000-06-01Split popt glue into lib/popt{BT,QV}.c.jbj1-16/+9
Add dependencies to *.la. CVS patchset: 3787 CVS date: 2000/06/01 04:47:42
2000-05-26Remove build modes from rpm, use rpmb and/or popt glue instead.jbj1-1/+1
CVS patchset: 3754 CVS date: 2000/05/26 18:51:11
2000-05-24Sanity (make dist).jbj1-1/+1
CVS patchset: 3752 CVS date: 2000/05/24 18:28:36
2000-05-24Sanity (make dist).jbj1-2/+3
CVS patchset: 3751 CVS date: 2000/05/24 18:09:06