Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
- test/*: updated a couple of checks.
- tools/*: fixed a couple of minor compiler warnings.
- mibs/ietf/PKTC-IETF-SIG-MIB: added (RFC 5098).
- mibs/ietf/MIDCOM-MIB: added (RFC 5190).
- tools/Makefile.am: added missing files to the distribution.
- mibs/ietf/URI-TC-MIB: added (RFC 5017).
- mibs/ietf/PIM-STD-MIB: added (RFC 5060).
- mibs/ietf/IF-CAP-STACK-MIB,EFM-CU-MIB: added (RFC 5066).
- mibs/ietf/UDPLITE-MIB: added (RFC 5097).
- mibs/ietf/LANGTAG-TC-MIB: added (RFC 5131).
- mibs/ietf/IPMCAST-MIB: added (RFC 5132).
- updated IANA MIBs.
- mibs/ietf/T11-FC-RSCN-MIB: added (RFC 4983).
- mibs/ietf/T11-FC-FABRIC-CONFIG-SERVER-MIB: added (RFC 4935).
- mibs/ietf/T11-FC-FABRIC-LOCK-MIB,T11-FC-ZONE-SERVER-MIB: added
(RFC 4936).
- mibs/ietf/ISNS-MIB: added (RFC 4939).
- mibs/ietf/DOT3-EPON-MIB: added (RFC 4837).
- mibs/ietf/DOT3-OAM-MIB: added (RFC 4878).
- mibs/ietf/TCP-ESTATS-MIB: added (RFC 4898).
- mibs/ietf/SIP-{UA,TC,COMMON,SERVER}-MIB: added (RFC 4780).
- mibs/ietf/MAU-MIB: updated (RFC 4836).
- mibs/ietf/DS1-MIB: updated (RFC 4805).
- mibs/ietf/IPSEC-SPD-MIB: added (RFC 4807).
- mibs/iana/IANA-GMPLS-TC-MIB,IANA-IPPM-METRICS-REGISTRY-MIB,
IANA-ITU-ALARM-TC-MIB,IANA-MAU-MIB: added.
- mibs/iana/IANA-CHARSET-MIB,IANA-ADDRESS-FAMILY-NUMBERS-MIB,
IANAifType-MIB: added.
- mibs/ietf/GMPLS-TC-STD-MIB (RFC 4801): added.
- mibs/ietf/GMPLS-TE-STD-MIB (RFC 4802): added.
- mibs/ietf/GMPLS-LSR-STD-MIB,GMPLS-LABEL-STD-MIB (RFC 4803): added.
- mibs/ietf/MSDP-MIB: added (RFC 4624).
- mibs/ietf/PKTC-IETF-MTA-MIB: added (RFC 4682).
- mibs/ietf/ADSL2-LINE-MIB,ADSL2-LINE-TC-MIB: added (RFC 4706).
- mibs/ietf/RAQMON-MIB: added (RFC 4711).
- mibs/ietf/T11-FC-VIRTUAL-FABRIC-MIB: added (RFC 4747).
- mibs/ietf/DOCS-CABLE-DEVICE-MIB: updated (RFC 4639).
- mibs/ietf/OSPF-MIB,OSPF-TRAP-MIB: updated (RFC 4750).
- lib/scanner-smi.l: accept also \r as end-of-line.
- mibs/ietf/T11-FC-ROUTE-MIB: added (RFC 4625).
- mibs/ietf/T11-FC-FSPF-MIB: added (RFC 4626).
- mibs/ietf/LMP-MIB: updated (RFC 4631).
- mibs/ietf/RADIUS-DYNAUTH-CLIENT-MIB: added (RFC 4672).
- mibs/ietf/RADIUS-DYNAUTH-SERVER-MIB: added (RFC 4673).
- autogen.sh: Use glibtool instead of libtool on Darwin.
- mibs/ietf/RADIUS-AUTH-CLIENT-MIB: updated (RFC 4668).
- mibs/ietf/RADIUS-AUTH-SERVER-MIB: updated (RFC 4669).
- mibs/ietf/RADIUS-ACC-CLIENT-MIB: updated (RFC 4670).
- mibs/ietf/RADIUS-ACC-SERVER-MIB: updated (RFC 4671).
- mibs/ietf/DOCS-IF-MIB: updated (RFC 4546).
- mibs/ietf/DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB: added (RFC 4547).
- mibs/ietf/DISMAN-NSLOOKUP-MIB,DISMAN-PING-MIB,DISMAN-TRACEROUTE-MIB:
updated (RFC 4560).
- mibs/ietf/ISCSI-MIB: added (RFC 4544).
- mibs/ietf/IPS-AUTH-MIB: added (RFC 4545).
- mibs/ietf/SNMP-USM-AES-MIB: updated (RFC 3826).
|
|
|
|
Bug Fixes:
- Fixed a wildcard matching problem in the daemon when a module has
"use chroot" enabled.
- Fixed a crash bug in the hard-link code.
- Fixed the sending of xattr directory information when the code finds a
--link-dest or --copy-dest directory with unchanged xattrs -- the
destination directory now gets these unchanged xattrs properly applied.
- Fixed an xattr-sending glitch that could cause an "Internal abbrev"
error.
- Fixed the combination of --xattrs and --backup.
- The generator no longer allows a '.' dir to be excluded by a daemon-
exclude rule.
- Fixed deletion handling when copying a single, empty directory (with no
files) to a differently named, non-existent directory.
- Fixed the conversion of spaces into dashes in the %M log escape.
- Fixed several places in the code that were not returning the right
errno when a function failed.
- Fixed the backing up of a device or special file into a backup dir.
- Moved the setting of the socket options prior to the connect().
- If rsync exits in the middle of a --progress output, it now outputs a
newline to help prevent the progress line from being overwritten.
- Fixed a problem with how a destination path with a trailing slash or
a trailing dot-dir was compared against the daemon excludes.
- Fixed the sending of large (size > 16GB) files when talking to an older
rsync (protocols < 30): we now use a compatible block size limit.
- If a file's length is so huge that we overflow a checksum buffer count
(i.e. several hundred TB), warn the user and avoid sending an invalid
checksum struct over the wire.
- If a source arg is excluded, --relative no longer adds the excluded
arg's implied dirs to the transfer. This fix also made the exclude
check happen in the better place in the sending code.
- Use the overflow_exit() function for overflows, not out_of_memory().
- Improved the code to better handle a system that has only 32-bit file
offsets.
Enhancements:
- The rsyncd.conf manpage now consistently refers to the parameters in
the daemon config file as "parameters".
- The description of the --inplace option was improved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
patch files. This makefile should probably be rearranged to work the
same way as the emacs22 nox11 package (or the nox11 packages should be
finally dropped), but not until after Q2 is branched.
|
|
Updated shells/zsh-current to 4.3.4nb2.
|
|
(CVE-2007-6209).
|
|
|
|
(CVE-2007-6209).
|
|
|
|
PKGREVISION -> 13.
|
|
Updated databases/pear-MDB2_Driver_pgsql to 1.4.1nb1.
Updated databases/pear-MDB2_Driver_mysql to 1.4.1nb1.
|
|
|
|
|
|
PKGREVISION -> 11.
|
|
|
|
(CVE-2007-5740).
|
|
|
|
|
|
CVE-2007-5718, some crashes, and introduces and fixes largefile issues.
Changes since vobcopy-0.5.14:
- Fixed operation on GNU libcized BSD variants.
- Fixed compilation under MacOS 10.
- Fixed CVE-2007-5718 (insecure temporary file creation).
- Fixed segfault in the logging routine.
- Fixed Makefile for gcc versions not equal to 3.4.
- Choose the right dvd device from fstab.
- Read only as many blocks as there are actually left.
- Partial fix for detection of full nfs files.
- Fixed double space detection on MacOSX, hopefully...
- sprintf fixes.
- -D_FORTIFY_SOURCE=2 is strange, 3 bytes won't fit into a char[4] then.
Well, they fit into char[8]...
- The configure.sh script now also detects if the system is an ia64/AMD64
and uses the lib64 directory accordingly.
- Added checks for return values from library calls.
- Added some code to make -n and -m mutually exclusive.
- The size-checking code with -m was broken. Fixed hopefully.
- Typo in the manpage.
- With -m, if files exist you now have the option to [s]kip the files
already present.
- Some dvd's show files ending in ";?", they should now work.
|
|
from Zafer Aydogan in followup to PR pkg/35117.
|
|
|
|
- added DEPENDs for devel/p5-Log-Log4perl fixes PR pkg/39128
ChangeLog:
0.22 (05/20/2008)
(ms) Added aberrant behavior detection (hwpredict) with documentation
and test cases.
0.21 (01/23/2008)
(ms) Provided backwards compatibility to rrdtool-1.0 for
draw/type=stack, which now translates to an area with the
:STACK option.
0.20 (01/22/2008)
(ms) Bas van der Veen reported that the rrdtool download link
changed to http://oss.oetiker.ch/rrdtool/pub/rrdtool.tar.gz,
adapted Makefile.PL.
(ms) No longer expecting 'Permission denied' to support localized
OSes.
0.19 (05/12/2007)
(ms) Added 'strict' mode (defaults to true).
(ms) Added latest graph parameters from the latest rrdtool release.
0.18 (05/12/2007)
(ms) Added 'dry mode' patch by Jacquelin Charbonnel.
0.17 (09/10/2006)
(ms) Changed build command in Makefile.PL to adapt to new
rrdtool-1.2 directory hierarchy, as suggested by Zac Israel.
0.16 (08/23/2006)
(ms) Added 'base' option to graph method, as suggested by
Anton Shevchenko.
0.15 (07/23/2006)
(ms) Fixed bug with multiple comment lines, of which only the first
one was printed in the graph. It was introduced in 0.14.
Thanks to Steve van der Burg for reporting and a patch.
|
|
Updated sysutils/bacula-doc to 2.0.2nb1.
|
|
through the command line parameters of various tools (CVE-2007-5626).
|
|
DESCR of the package:
Log::Log4perl lets you remote-control and fine-tune the logging
behaviour of your system from the outside. It implements the widely
popular (Java-based) Log4j logging package in pure Perl.
|
|
|
|
|
|
Patch provided by Hasso Tepper in PR 38863 and alread fixed in upsteram.
http://ggi.cvs.sourceforge.net/ggi/ggi-core/libggi/display/vgl/visual.c?r1=1.12&r2=1.13
|
|
- new maintainer
- PKG_DESTDIR_SUPPORT support
- verified with joerg
- fixes unavailabilty of sources due to old version
ChangeLog:
2.75 2008-05-18T03:38:11
- Removed the spelling test from the distribution, since it can
fail on systems without a spell program or using a different locale.
- All string command-line options are now decoded from whatever encoding
is specified by the C<--encoding> option, defaulting to UTF-8. All
string options are thus properly decoded, excepting those that define
encodings and languages (which should alwyas be ASCII) and those that
are specified as hashes (if someone runs into that bug, let me know).
This fix includes all string options specified by subclasses and
filters. Reported by Matthew Romaine (Bug #35884).
2.74 2008-05-15T03:29:11
- Updated copyright.
- Changed the list example in the Trac sample output to use Greeking so
that the indentation of wrapping lines can be seen in the output.
- Improved the CSS for lists in the log message output by
SVN::notify::HTML (and subclasses) so that bullets are properly
hangling indents.
- Removed a bit of redundant CSS from SVN::Notify::HTML.
- Added a spelling test. This has the benefit of reducing the number of
annoying spelling errors in the documentation.
2.73 2008-05-04T02:02:21
- Fixed another lame-ass test failure under Perl 5.6.2. Reported by
David Cantrell via cpan-testers.
2.72 2008-04-29T17:17:29
- Fixed misdocumentation of the short version of the --set-sender option
in C<svnnotify --help>: it's -E, not -S. Reported by Larry Shatzer,
Jr.
- Fixed encoding issue on Windows. Patch to fix a stupid oversight
graciously provided by David Golden.
- Added four new filter callbacks, "pre_prepare", "post_prepare",
"pre_execute", and "post_execute". These are called at the begining
and end of the execution of the prepare() and execute() methods.
Suggestion and initial patch from Larry Shatzer.
- Reorganized the table listing the types of filters in
SVN::Notify::Filter so that they are listed in the order in which they
execute.
2.71 2008-04-17T18:53:27
- Fixed test failure in t/filter.t when HTML::Entities is not installed.
Reported by David Cantrell via CPAN-Testers.
- Bumped version number for recommended module Text::Trac up to 0.10,
since that version fixes the last of the bugs I found with its HTML
output.
- Adjusted the runnign of filters against log messages in
SVN::Notify::HTML so that any linkizing (--linkize), revision URL
parsing (--revision-url), and ticket reference parsing (--ticket-map)
is run after the content has been filtered. In 2.70, none of those
things happened if the message was filtered, even though they did if a
log message was filtered by SVN::Notify (plain text).
- Added references to SVN::Notify::Filter::Markdown, now on CPAN.
- Attributes registered by a filter were not being properly registered
and processing the command-line arguments when the filter was loaded
by the --filter option to `svnnotify`. Thanks to Larry Shatzer, Jr.
for the spot!
|
|
|
|
- Remove build fixes for NetBSD 1.2, 1.3 and 1.4 which were applied on
every platform.
- Don't overwrite the default MIBS search path. It breaks the package if
the "net-snmp" package is not installed. It best case it introduces
random behaviour if either the "net-snmp" or the "scotty" package
are installed.
Bump package revision because of these fixes.
Approved by Thomas Klausner.
|
|
|
|
|
|
Patch provided by Hasso Tepper in PR 39049.
|
|
Fixes PR 38674, tested by tnn@.
|
|
|
|
|
|
|
|
|
|
(composite, render, record, etc).
|