File::Stat::ModeString is a Perl5 module provides a few functions for
conversionbetween binary and literal representations of file mode bits,
including file type.
WWW: http://search.cpan.org/dist/File-Stat-ModeString/
PR: ports/152124
Submitted by: Jase Thew <freebsd@beardz.net>
log messages against the specified patterns. Bump PORTREVISION.
While I'm here, do some more maintenance:
- regenerate the distinfo file to drop the MD5 checksums
- rephrase the IGNORE messages
- declare the port's license as public domain
Requested by: Matthias Teege <matthias@mteege.de> (the timestamp patch)
file's contents or attributes have changed. It maintains several pieces
of information about the file: a digest (currently only MD5 is
supported), its inode number, its mode, the uid of its owner, the gid of
its group owner, and its last modification time.
WWW: http://search.cpan.org/dist/File-Signature/
Approved by: sahil@ (mentor)
syslog-ng3. This is a result of an email request from Peter Czanik
<czanik@balabit.hu>, upstream maintainer of syslog-ng3, to create a
syslog-ng 3.2 beta1 package for FreeBSD.
Changes affecting all platforms:
- Added full support for all current PFI/Video waves and the ability for
future waves to be fully supported through updates to abgx360.dat
- The SplitVid check is now mandatory when checking an ISO/DVD and the
"Check Stealth" option is enabled (iXtreme LT requires SplitVid for XBL safety)
PR: 152005
Submitted by: Nicole Reid <root _at_ cooltrainer.org> (maintainer)
Approved by: glarkin (mentor, implicit)
BUGFIXES:
* Fix crash on MacOSX
* ICMP echo test (ping):
- bug #31128: do not log error if different response type is received
- bug #31129: do not require root to use ping test. Privilege to create
raw socket is still required, but on some platforms such as Solaris it
can be granted to non-root users too. If the user has no permission to
perform ping, monit will skip the icmp test and log message (in debug
mode only).
* rsync protocol test:
- wait for full server response and verify exit was received
- bug #31249: send full version to rsync server. Thanks to John Hall
for report
PR: 152012
Submitted by: Martin Pala <martinp _at_ tildeslash.com> (maintainer)
Approved by: glarkin (mentor, implicit)
a number of parameters that can be passed to allow configuration of the
logger.
WWW: http://search.cpan.org/dist/File-Log/
PR: ports/151944
Submitted by: Tom Judge <tom@tomjudge.com>
Changes:
- Support Fujitsu iRMC S1 and iRMC S2 OEM extensions in 7 ipmi-sensors
and ipmi-sel
- Support --output-oem-event-string in ipmi-sel
- Other minor documentation/bug fixes
pam_mount is a Pluggable Authentication Module that can mount volumes for a
user session. This module is aimed at environments with central file servers
that a user wishes to mount on login and unmount on logout, such as
(semi-)diskless stations where many users can logon and where statically
mounting the entire /home from a server is a security risk, or listing all
possible volumes in /etc/fstab is not feasible.
WWW: http://pam-mount.sourceforge.net/