summaryrefslogtreecommitdiff
path: root/external/bsd/pkg_install/dist
AgeCommit message (Collapse)Author
2021-04-10Fix merge bug.wiz
2021-04-10fix build, sign comparison is an issue herenia
2021-04-10merge pkg_install-20210410nia
- simplified version checking for netbsd, treat 9.0 and 9.1 as compatible - minor man page updates
2020-12-18Merge pkg_install-20201218maya
2020-12-18Merge pkg-install-20201218maya
2020-12-18import pkg_install version 20201218 from pkgsrcmaya
- Support continuing to install to /var/db/pkg if it exists and the new pkgdb doesn't. In the future, we can warn about this once we have tested advice that we can give to users who want to move the location of pkgdb. - Don't do anything about /var/db/pkg on non-NetBSD-base. This creates conflicts with other package managers that also install to /var/db/pkg.
2020-12-12Don't try to memcpy (size_t)-1 bytes!christos
2020-12-12merge pkg_install-20201212wiz
2020-12-05Merge pkg_install-20201205wiz
2020-12-02merge pkg_install after import of 20201202 versionwiz
2020-09-07Avoid strict aliasing issue by using a separate buffer..christos
2020-01-12Handle HAVE_NBTOOL_CONFIG_Hchristos
2019-10-13Merge pkg_install-20191008joerg
2019-04-06Use __UNCONST() rather than a simple cast to free a const char *kre
while avoiding gcc noise.
2019-04-06Fix merge conflicts from pkgsrc-20190405 importsevan
2019-04-05pkg_install-20190405sevan
2018-03-27Mark all files dead that should never have been imported.joerg
2018-03-27Import regenerated catalog filesevan
2018-03-27Import regenerated catalog filessevan
2018-03-25Import pkg_install-20180325.sevan
2018-02-04Merge pkg_install-20171030maya
Bump version to 20171030 for netpgpverify fixes. Add zsh to default_acceptable_licenses. Undef bootstrap hack. Fix OpenSSL 1.1.0 build OpenSSL 1.1.0 makes xkusage and ex_flags opaque. Use X509_check_ca rather than a custom and nearly identical implementation. This is available since OpenSSL 0.9.8 (even in RHEL5). This is also done because we cannot implement it identically under OpenSSL 1.1.0 due to missing getters. Test EXFLAG_XKUSAGE rather than zero xkusage test no usage to avoid openssl 1.1.0 getter returning a different code on this case. Use getter for xkusage in the non-zero test case. Provide fallback definitions for getters. PR pkg/52298, PR pkg/52648
2018-02-04Import pkg_install-20171030maya
2017-04-20Merge pkg_install-20170419.joerg
2017-04-20Import pkg_install-20170419.joerg
2017-01-12need <sys/param.h> before defining MIN/MAXchristos
2016-06-25Delete bpm(1)maya
It hasn't worked in a long time. PR bin/51268
2015-10-10use a verb in the authors section for all entriesmbalmer
2015-04-28Fix typosprlw1
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-01-07xasprintf uses format strings.joerg
2013-09-11Fixed installation of signed packages. Some variables part of structkhorben
signature_archive were not initialized properly, therefore randomly failing in the verify_signature_read_cb() callback. Partly closes PR pkg/48194; pkgsrc needs to be updated as well. "please commit" agc@ XXX pull-up to netbsd-6
2013-07-20Use Mt for email addresses.wiz
2013-05-16var_get_memory():martin
if no eol is found in the string we set "next" to NULL, assign it to "buf" and then check the loop condition by dereferencing it - which does not work well. Change the loop condition to first check for buf == NULL.
2013-04-20Merge pkg_install-20130420.wiz
2013-04-20Import pkg_install from current pkgsrc.wiz
Licence changes and less warnings when opsys doesn't match build host opsys version, and documentation updates.
2012-02-21melt more snowflakes until they all look like pkgsrcwiz
2012-02-21melt snowflakeswiz
2012-02-21Import pkg_install-20120221 for joerg.wiz
Bug fix already there, this just bumps version.
2012-02-21Fix PR 46068 using the patch by Nicolas Thauvin:wiz
pkg_add fails to install a package when subdirectories are missing in the path to package directory in /var/db/pkg.
2012-02-19Resolve conflicts from last import.tron
2012-02-19Update "pkg_install" to version 20120128:tron
- pkg_install 20120128: - Explicitly stat(2) if mkdir failed. errno detection doesn't work e.g. on Solaris. - Provide a stable order for package names that only differe in the base name, not the version number. - pkg_install 20110805: - Fix for pkg_delete on NFS from Anthony Mallet.
2011-08-16avoid non-literal strings.christos
2011-04-22Added postgresql-licenseadam
2011-02-18merge pkg_install 20110215aymeric
2011-02-18Import pkg_install 20110215.aymeric
--- 20110215: Fix audit-history subcommand to include patterns making use of [x-y] notation. --- 20101212: Don't warn about _ALPHA, _BETA, _PATCH, _RC, _STABLE mismatches when pkg_add'ing on NetBSD. --- 20101122: Fix crash in pkg_info -X on hand-written packages. --- 20100915: Allow https URLs. --- 20100914: Add -D flag to pkg_install, to override the "pkg_add -U" check that all depending packages have their dependencies satisfied by the new package. Essentially, split off this particular behavior as a special case of -f, so that -f works as before, unforced works as before, and one can give -D to override exactly this check, leaving all other checks intact. The -D flag is in support of make replace, as the workflow for make replace is that inter-package dependencies are sometimes violated (but then one must replace the depending packages, which is what pkg_rolling-replace does via the unsafe_depends flags). Add missing break statement in option parsing of "pkg_add -C", riding the version bump.
2010-06-26Merge for pkg_install-20100616joerg
2010-06-26pkg_install-20100616:joerg
- Recognize -C for pkg_add like the rest of the tools do - Do the existing check for pkg_add -f, it makes the combination of -f and -U a bit less surprising - Fix option handling for CHECK_VULNERABILITIES (from spz@) - Make end-of-life check the default. pkg_install.conf(5) can be used to override the default. The existing admin -e & co continue to work as before.
2010-04-23Merge pkg_install-20100421joerg
2010-04-23pkg_install-20100421:joerg
Fix an off-by-one in the check for properly sized pkgdb entries. It rejected perfectly valid entries. Extract dependencies of libarchive from the pkgconfig file and thereby drop knowledge of the needed libraries. At least some versions of HP-UX are known to not support %zu, add a workaround. This is using the black list approach for now. Recognize xz as compression type for pkg_create. The first time an error is hit while fetching packages, try to reget from the same position. This works around the server closing the connection while fetching dependencies. Try to detect common forms of pkgdb corruption and issue a warning in that case. Refactor the pkg_vulnerabilities logic to use the compression support from libarchive. This reduces the amount zlib/bzip2 interaction to the linkage. Add man pages for audit-packages and download-vulnerability-list which point to pkg_admin and notes that the scripts are obsolete.
2010-02-20Mergejoerg