Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This package attempts to resolve deficiencies in system headers by
providing missing types, definitions and prototypes in shadow headers.
New in this version:
- Rewrote all of the tests to use autoconf.
- Implemented tests and support for more standard integer types.
|
|
|
|
nor intends to provide full posix(r) compatibility, I've decided to rename
it.
An improved version of the package will be re-imported later, probably
under the name "compat_headers".
|
|
|
|
- Explicitly clear automatic flag for packages user wants installed
that got pulled in previously.
- Only ignore pkg_summary.gz in local repository if newer files
with name matching *.t[bg]z exist. (Otherwise, pkg_summary.gz
created by pbulk would be ignored because pkg_summary.bz2 is
newer.)
Okayed by abs@.
|
|
Makefiles. As a first pass make MAINTAINER optional and add an optional
OWNER directly after it in the same section. This will pass valid
OWNER/MAINTAINER combinations but not reject some invalid ones.
Full fix (hopefully) coming soon...
|
|
- improve usage
- bump version to 1.1
|
|
|
|
Many of the hash function headers are incompatible with the OpenSSL
headers, so don't include them by default and require the caller to
include them on demand.
|
|
|
|
|
|
|
|
pkg_leaves is a small script to print a list of leaf packages aka
packages not depended on.
|
|
|
|
|
|
last block has exactly the length of a short fragment. This happened
incidently with two files in the NetBSD 4.0 release.
|
|
The tiger hash needs to run at least once through the update function,
even for empty input. The fix is different from the patch in PR 36565.
|
|
|
|
to pkg_chk-1.92. (Thanks wiz)
|
|
* Look for $MAKECONF in @MAKECONF@, @PREFIX@/etc/mk.conf,
and /etc/mk.conf, in that order.
* Look for $PKGSRCDIR in the Makefile referred to by $MAKECONF,
".", "..", "../..", and "/usr/pkgsrc", in that order.
* Convert the Makefil to use the SUBST framework.
Proposed in tech-pkg; OK (in principle) David Brownlee
|
|
* Look for $MAKECONF in @MAKECONF@, @PREFIX@/etc/mk.conf,
and /etc/mk.conf, in that order.
* Look for $PKGSRCDIR in the Makefile referred to by $MAKECONF,
".", "..", "../..", and "/usr/pkgsrc", in that order.
Proposed in tech-pkg; OK Greg Troxel.
|
|
|
|
|
|
Known regressions:
- "pkg_add -" (aka reading from stdin) is currently not supported
- "pkg_add -s" is not supported either
- no progress reports for the downloads
- binary packages with hardlinks created by pkg_create before
pkg_install-20080422 will not extract correctly (libarchive issue)
- no adhoc check for potential conflicts between dependencies and
already installed packages
Features:
- Twice as fast for the typical case of /var/tmp and /usr/pkg on
different filesystems
- Standalone
- implicit conflict detection before actual installation.
|
|
- Use a local pkg_summary.gz iff it is the most recently modified file
in the PACKAGES/All directory
|
|
work as it will still use the one in the package. Use the approach from
pkg_add to override it instead.
|
|
|
|
Make the linkresolver code more robust.
|
|
|
|
From Christian Leutloff on tech-pkg.
|
|
|
|
Make use of the linkresolver from libarchive and thereby fix the
permissions of hardlinks in archives. This wasn't a problem so far
as nbpax is (incorrectly) ignoring the permissions of the other entries.
|
|
Check if stdio.h declares vasprintf and snprintf and provide a prototype
otherwise.
|
|
|
|
Remove str_lowercase.
|
|
|
|
|
|
the offset for November and December and welcome libnbcompat-20080416.
|
|
Add audit-history subcommand for pkg_admin, that lists all known
vulnerabilities for a given base package name. E.g. if you run a web
server, don't run "pkg_admin audit-history php" before going to bed.
|
|
|
|
Don't bother with real dependency tracking, just touch .depend.
|
|
through PLIST_SUBST to the plist module.
|
|
builds in that part of the build. This works around issues with
bootstrap-mk-files not handling DPSRCS correctly.
|
|
Print the collected PKG_FAIL_REASON in the HTML version of the report.
|
|
|
|
pkg_vulnerabilities_dir.
|
|
Add command to print effective value of configuration variables.
Remove FETCH_CMD variable from pkg_admin, it is not used.
|
|
|
|
|