summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
AgeCommit message (Expand)AuthorFilesLines
2009-03-09Use archive_read_finish and avoid double-free if the archive couldn't bejoerg1-4/+3
2009-03-09pkg_install-20090309:joerg2-5/+4
2009-03-08If writing to the archive failed, tell user the file it tried to write.joerg1-3/+4
2009-03-08pkg_install-20090307:joerg7-67/+45
2009-03-06Avoid sign comparision issues.joerg1-4/+3
2009-03-04Explicitly build local libarchive without ACL support, I don't want tojoerg1-2/+2
2009-03-02pkg_install-20090302:joerg7-17/+95
2009-03-02Remove a close(-1) as hinted by wiz.joerg1-3/+2
2009-03-02Be nice to stupid version of TAILQ_INSERT_TAIL on Linux, that doesn'tjoerg1-3/+3
2009-03-02pkg_install-20090301:joerg5-13/+24
2009-02-28regenwiz2-9/+9
2009-02-28Fix typo.wiz1-2/+2
2009-02-28Remove trailing whitespace.wiz1-2/+2
2009-02-28pkg_install-20090228:joerg16-400/+166
2009-02-27When checking for explicit conflicts, skip the old version checkif nojoerg1-3/+3
2009-02-26pkg_install-20090226:joerg2-6/+5
2009-02-25Be silent if querying a variable and no installed information exists.joerg1-4/+2
2009-02-25Bump date for previous. Remove trailing whitespace.wiz2-4/+4
2009-02-25pkg_install-20090225:joerg8-1183/+973
2009-02-25Fix markup. From Tim Zingelman.joerg2-3/+5
2009-02-19Make sure that SYSCONFDIR is expanded in pkg_install.conf(5).joerg4-3/+12
2009-02-16Improve support for ancient OpenSSL releases.joerg1-4/+13
2009-02-15Point to the various commands of pkg_admin that replace audit-packages,joerg1-2/+4
2009-02-14Tag as pkg_install-20090214 in preparation for updating NetBSD current.joerg1-2/+2
2009-02-14Need to define SSL_SUPPORT before using it :)obache1-1/+2
2009-02-13Explicitly pull in crypto if building with ssl option.joerg1-1/+4
2009-02-13Explicitly check that the conflicting package is not the one we want tojoerg1-11/+31
2009-02-13Non-matching signature file name is not an hard error, so return 1.joerg1-3/+3
2009-02-13Close the archive on fatal errors during signature validation. This canjoerg7-42/+46
2009-02-13pkg_install-20090213:joerg3-17/+21
2009-02-12Fix setting of PKG_METADATA_DIR.joerg1-4/+5
2009-02-12Don't check for tgetent or curses, it is never used.joerg3-94/+2
2009-02-11Don't segfault if running pkg_info on a binary package withoutjoerg2-9/+19
2009-02-11pkg_install-20090212:joerg2-5/+5
2009-02-09Fix !OpenSSL build/bootstrap.joerg2-5/+13
2009-02-08regen.wiz7-23/+24
2009-02-08Spelling fixes.wiz5-18/+18
2009-02-08Use more markup.wiz1-3/+5
2009-02-08New sentence, new line.wiz1-2/+3
2009-02-05pkg_install-20090205:joerg4-19/+67
2009-02-05Don't chdir back to the original directory at the end of make_dist,joerg1-3/+2
2009-02-03Include fcntl.h.joerg1-2/+5
2009-02-03Remove the remaining trails of HAVE_DBLIB.joerg1-22/+2
2009-02-03Fix PR 40456: Mac OS X can't deal well with BSS in static libraries.joerg1-3/+3
2009-02-03If no db.h or variant exists, use the one from nbcompat.joerg1-2/+4
2009-02-03Include fcntl.h for O_RDONLY, it is included indirectly on NetBSD, butjoerg1-2/+5
2009-02-02Merge x509 setup and documentation from pkg_install-renovation.joerg3-0/+258
2009-02-02Merge pkg_install-20090201 from pkg_install-renovation branch.joerg88-8172/+4908
2008-12-14An int is not guaranteed to be 64bit and in fact isn't on mostrillig1-2/+2
2008-12-10+audit-packagesadrianp1-0/+2