summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-13Finish update to 3.5.0smb2-6/+5
2008-07-13Note update of the "libsmi" package to version 0.4.8.tron1-1/+2
2008-07-13Update "libsmi" package to version 0.4.8. Changes since version 0.4.5:tron3-46/+96
- 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).
2008-07-13Note update of the "rsync" package to version 3.0.3.tron1-1/+2
2008-07-13Update "rsync" package to version 3.0.3 Changes since 3.0.2:tron3-12/+12
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.
2008-07-13Updated time/wyrd to 1.4.1nb1.tonnerre1-1/+2
2008-07-13Add patches for wyrd privilege escalation (CVE-2008-0806). Thanks, agc!tonnerre4-2/+46
2008-07-13modular-xorg-server patch-an has a broken path.tonnerre2-5/+5
2008-07-13Updated www/wml to 2.0.9nb3.tonnerre1-1/+2
2008-07-13Add patches for wml privilege escalation (CVE-2008-0665 and CVE-2008-0666).tonnerre5-3/+65
2008-07-13Updated net/openafs to 1.4.6.tonnerre1-1/+2
2008-07-13Update OpenAFS to version 1.4.6, fixing CVE-2007-6599 (and nothing else).tonnerre2-7/+7
2008-07-13Note update of emacs21-nox11 to 21.4anb13dholland1-1/+2
2008-07-13Bump PKGREVISION from 0 to 13, to match emacs21 since we share all thedholland1-1/+2
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.
2008-07-13Updated shells/zsh to 4.2.6nb1.tonnerre1-1/+3
Updated shells/zsh-current to 4.3.4nb2.
2008-07-13Fix an insecure temp file creation vulnerability in zsh-current's difflog.pltonnerre3-3/+24
(CVE-2007-6209).
2008-07-13+perldholland1-0/+1
2008-07-13Fix an insecure temp file creation vulnerability in zsh's difflog.pltonnerre4-3/+27
(CVE-2007-6209).
2008-07-13Note update of emacs21 to 21.4anb13.dholland1-1/+2
2008-07-13Add patch for CVE-2008-1694 (insecure temp files in SCCS vc handling)dholland3-3/+42
PKGREVISION -> 13.
2008-07-13Updated databases/pear-MDB2 to 2.4.1nb1.tonnerre1-1/+4
Updated databases/pear-MDB2_Driver_pgsql to 1.4.1nb1. Updated databases/pear-MDB2_Driver_mysql to 1.4.1nb1.
2008-07-13Add patch for pear-MDB2 arbitrary file reading vulnerability (CVE-2007-5934).tonnerre12-14/+90
2008-07-13Note update of emacs20 to 20.7nb11dholland1-1/+2
2008-07-13Add patches for CVE-2008-1694 and CVE-2008-2142.dholland5-3/+73
PKGREVISION -> 11.
2008-07-13Updated mail/perdition to 1.17nb8.tonnerre1-1/+2
2008-07-13Add patch for IMAP tag arbitrary code execution in the perdition IMAP servertonnerre3-3/+113
(CVE-2007-5740).
2008-07-13Add missing descriptions for sane and dbus, used by wine.dholland1-0/+2
2008-07-13Updated sysutils/vobcopy to 1.1.1.tonnerre1-1/+2
2008-07-13Update vobcopy to a version which is less than 3 years old. This fixestonnerre5-41/+95
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.
2008-07-13Update MASTER_SITES (now sourceforge; bitchx.org no longer works),dholland1-4/+2
from Zafer Aydogan in followup to PR pkg/35117.
2008-07-13updated graphics/p5-RRDTool-OOrhaen2-3/+3
2008-07-13- updated to 0.22rhaen2-6/+7
- 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.
2008-07-13Updated sysutils/bacula to 2.2.4nb4.tonnerre1-1/+3
Updated sysutils/bacula-doc to 2.0.2nb1.
2008-07-13Add patches "solving" the issue of bacula exposing passwords et ceteratonnerre11-5/+154
through the command line parameters of various tools (CVE-2007-5626).
2008-07-13- part of the fix for PR pkg/39128rhaen3-0/+25
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.
2008-07-13Added package p5-Log-Log4perl to SUBDIRsrhaen1-1/+2
2008-07-13updated devel/p5-SVN-Notifyrhaen1-1/+2
2008-07-13Add patch to fix build failure in FreeBSD and DragonFly specific code.obache2-1/+22
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
2008-07-13- updated to version 2.75rhaen2-12/+8
- 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!
2008-07-13Note update of the "libsmi" package to version 0.4.5nb2.tron1-1/+2
2008-07-13Fix serious problems in this package:tron1-12/+2
- 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.
2008-07-13Updated devel/pwlib to 1.8.3nb8.tonnerre1-1/+2
2008-07-13Fix overlong string DoS in pwlib's PString::vsprintf code (CVE-2007-4897).tonnerre3-3/+17
2008-07-13Add patch to fix build failure on DragonFly and FreeBSD.obache2-1/+16
Patch provided by Hasso Tepper in PR 39049.
2008-07-13Add a temporary workaround for missing vfork on IRIX.joerg4-3/+17
Fixes PR 38674, tested by tnn@.
2008-07-13+ghc-6.8.3, mercury-0.13.1, uae-0.8.28dholland1-1/+4
2008-07-13Updated mail/balsa to 2.3.10nb14.tonnerre1-1/+2
2008-07-13Add a fix for a buffer overflow reading ir commands in balsa.tonnerre3-6/+15
2008-07-13Updated x11/modular-xorg-server to 1.3.0.0nb10tonnerre1-1/+2
2008-07-13Add some patches for vulnerabilities in different X.Org server extensionstonnerre6-3/+190
(composite, render, record, etc).