Age | Commit message (Collapse) | Author | Files | Lines |
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
|
|
|
|
|
|
|
|
|
|
|
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
|
|
|
|
Patch the project Makefile to copy manpages to the correct location
under ${PKGMANDIR}.
|
|
|
|
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
|
|
move to code.google
Add PKG_DESTDIR_SUPPORT
|
|
- Allow comma separated values for each tag in hosts.conf
(this package could not be more leaf like if it fell from the trees in autumn)
|
|
- Handle invalid hostname gracefully
- add .svn to default rdist_except_pat
|
|
configuration to another
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
|
|
|
|
0.40: Update probe to handle NetBSD versions which do not support
'atactl <dev> smart'
0.41: Make -v report output from shmux
Handle updating a remote copy of rconfig_probe which reports
a version but has other errors in its output
|
|
- No longer require ssh to localhost for probe
- When reporting a error in probe, use the netname not the short name
|
|
- A mismatched rconfig_probe version should be handled without reporting
it as an error as such
|
|
Use 'shmux' in the probe stage. Reduces time for 'rconfig -at .' from
25 seconds to 10 seconds in a test with twelve remote hosts.
|
|
- Substitute in more paths in build
- Better handle errors from raidctl in probe.sh
- Replace all $() with `` in probe.sh (for Solaris)
- Handle an empty hosts.conf
|
|
- Fix bug in dirtrees_redefined. Thanks again to Alan Horn
- Add libexec/rconfig_ssh wrapper rather than srsh. Now hosts with bad
or missing ssh keys will get an appropriate error
- Add install target
- Add 'atactl smart status' values for NetBSD in probe.sh
- Make '-t' take a regex argument for which tags to display
- Expand the debug output available with -d
|
|
Comment out sshver and sshetc reporting from probe.sh by default, add
in kernel version (NetBSD only)
|
|
|
|
0.28: - Use netname() when running fping etc. Reject duplicate hostnames.
Problem noted by alan.
0.29: - Add ${fqdn} to the list of available keys in dirtrees.
- Allow 'key -= value' to remove values from key settings
- When '-d' is specified display the final state of the configuration
- If dirtrees is assigned with '=', disable the 'insert after ${type}'
behaviour for any subsequent 'distrees +=' option
0.30: - completely rework parsing of rdist
|
|
Ensure we correctly parse the rdist output in the -n case
|
|
Remove (currently) unnecessary dependency on Text::Substitute, and
catch some more rdist output variations.
|
|
Correctly handle various rdist messages to fix post-rdist summary.
|
|
Indicate which hosts have failed rdist stage
|
|
Implement the much requested 'Adjust rdist output so "updating host"
and "updating of X finished" lines are overwritten by following output.
|
|
Allow fping to be skipped for all hosts (fping=SKIP in rconfig.conf) or
for individual hosts (fping=SKIP on host line in hosts.conf)
|
|
0.19: Explicitly set PATH in probe.sh
Avoid incorrect progress % in Probe list when host failing
Fix path to rconfig.conf (Noted by Alan Horn)
0.18: Use correct timeout (do not use rsh_timeout for everything)
|
|
Add missing DEPEND on p5-Text-Substitute
|
|
|
|
0.16: Fix 'redhat' version for Advanced Server
0.17: List failed hosts at end
Extend probe.sh to include example raidframe status monitoring
|
|
- Ensure ${name} is set when -f is used
- configuration parsing now permits key += value, and continuation lines
- If probe fails without output do not attempt to update rconfig_probe
- Try to explain tags a little more clearly
|
|
|
|
Permit locking of files (to exclude from push)
|
|
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
|
|
Fix probe on machines which do not support uname -p
Allow +tag=value to be specified after hostnames
Retire rsh_opts as does not work with rdist
|
|
uninit warnings in failure cases.
|
|
Split probe into separate (user configurable) script and add ssh version,
ssh 'etc' directory, and redhat version (where appropriate) to the default
set of parameters probed.
|