summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-02Use /usr/bin/ftp on *BSD systems and ftp command from net/tnftp package.cheusov1-1/+14
++pkgrevision
2011-08-02Note update of databases/mysql51-client and databases/mysql51-servertaca1-1/+3
package to 5.1.58.
2011-08-02Update mysql51-client and mysql51-server package to 5.1.58 (MySQL 5.1.58).taca5-38/+43
This is bug fix release. Since whole changes are too many to write here, please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-58.html. Especially, some important one for related to us. * On FreeBSD 64-built builds of the embedded server, exceptions were not prevented from propagating into the embedded application. (Bug #38965, Bug #11749418)
2011-08-02Add workaround for NetBSD 5.99.54 as samba35.taca4-2/+32
2011-08-02Updated net/nagios-base to 3.3.1bouyer1-1/+2
2011-08-02Update nagios-base to 3.3.1, fixig CVE-2011-1523 and CVE-2011-2179.bouyer9-248/+295
Changes since 3.2.3: ENHANCEMENTS * Added support for same host service dependencies with servicegroups (Mathieu Gagné) * Empty hostgroups referenced from services now optionally generate a warning instead of an error. * Documentation links now point to online resources * Matt Wall's Exfoliation theme is now installed by default. You can reinstall the classic theme with "make install-classicui" * Downtime delete commands made "distributable" by deleting by host group name, host name or start time/comment (Opsview team) * Allow status.cgi to order by "host urgency" (Jochen Bern) * Added news items and quick links to main splash page * Added ability to authenticate to CGIs using contactgroup name (Stephen Gran) FIXES * Fixes status.cgi when called with no parameters, where host should be set to all if none specified (Michael Friedrich) * Fixes possible validation error with empty hostgroups/servicegroups (Sven-Göran Bergh) * Performance-data handling and checking is now thread-safe so long as embedded perl is not used. * Children should no longer hang on mutex locks held in parent for localtime() (and similar) calls. * Debug logging is now properly serialized, using soft-locking with a timeout of 150 milliseconds to avoid multiple threads competing for the privilege to write debug info. * Fixed extraneous alerts for services when host is down * Fixed incorrect parsing of multi-line host check results (Jochen Bern) * Fixed bug with passive host checks being incorrectly sent to event brokers as active checks * Fixed bug where passive host check status updates were not being propagated to event brokers * Reverted 'Fix for retaining host display name and alias, as well as service display name' as configuration information stored incorrectly over a reload * Fixed compile warnings for size_t (Michael Friedrich) * Fixed problem where acknowledgements were getting reset when a hard state change occurred * Removed duplicated unlinks for check result files with multiple results * Fixed race condition on flexible downtime commands when duration not set or zero (Michael Friedrich) * Fixed flexible downtime on service hard state change doesn't get triggered/activated (Michael Friedrich) * Fixed XSS vulnerability in config.cgi and statusmap.cgi (Stefan Schurtz) * Fixed segfault when sending host notifications (Michael Friedrich) * Fixed bug where unauthorized contacts could issue hostgroup and servicegroup commands (Sven Nierlein)
2011-08-02Updated devel/cutter to 1.1.8obache1-1/+2
2011-08-02Update cutter to 1.1.8.obache3-8/+9
== [release-1-1-8] 1.1.8: 2011-07-31 === Cutter ==== Improvements * Supported notify-send availability detection. * Added --mode=play option that plays test result from test log. * Updated documents for Solaris 10. * Supported assertion failures in other thread. Bug #3341429 [Reported by Romain Tartière] ==== Changes * Added Debian GNU/Linux wheezy support. * Removed Ubuntu Maverick Meerkat support. * Added Ubuntu Natty Narwhal support. * Removed Fedora 14 support. * Added Fedora 15 support. === cut-diff ==== Improvements * Made --label option optional.
2011-08-02Fix MAINTAINER e-mail address.ryoon1-2/+2
2011-08-02Remove duplicate patch. oops.shattered2-16/+1
2011-08-01Note update of the "rtorrent" package to version 0.8.9nb2.tron1-1/+2
2011-08-01Recursive revision bump (well, not really, just showing off) of alltron1-2/+2
packages which require the "libtorrent" package as its ABI and API minimum versions were increased to 0.12.9.
2011-08-01The "rtorrent" packges needs at least version 0.12.9 of the "libtorrent"tron1-3/+3
package. As the former is the only user of the later bump both the minium ABI and API version. Problem reported by Aleksey Cheusov in private e-mail.
2011-08-01Updated audio/cmus to 2.4.2gls2-3/+3
2011-08-01Update audio/cmus to 2.4.2gls2-6/+6
Maintenance release. Donovan Watteau (1): Use -pthread on OpenBSD Gregory Petrosyan (3): view_save(): use correct playlist filename id3: recognize TP2 frame as albumartist cmus 2.4.2 Johannes Weißl (5): fix compile error for new versions of ffmpeg id3: fix parsing xing for mp3s with CRC protection fix relative path handling in playlists Map unicode punctation/quotation characters to ASCII ones Fix segfault caused by too late initialization of UI Philipp Schafft (1): Update RoarAudio output plugin
2011-08-01kill some configure option to make this build again, fromdrochner1-3/+3
Martin Brandenburg per PR pkg/45189
2011-08-01Avoid gcc-inline vs C99-inline difference by using static inline.joerg2-4/+13
2011-08-01Updated pkgtools/x11-links to 0.66wiz1-1/+2
2011-08-01Update for recent freetype2 import in NetBSD-current.wiz3-5/+7
Welcome to 0.66!
2011-08-01Updated sysutils/apcupsd to 3.14.9bouyer1-1/+2
2011-08-01Update to 3.14.9.bouyer13-315/+169
Dragonfly users, please test that is still builds ! pkgsrc change: as snmp support doesn't depend on net-snmp anymore, remove snmp option and always build snmp support. cgi option now depend on graphics/gd/ User-visible changes sinces 3.14.3: 2010-08-30 14:18 adk0212 * src/drivers/snmplite/: mge-mib.cpp, mge-oids.h, mibs.cpp: Add support for MGE SNMP MIB. Contributed by Lars Täer <taeuber@bbaw.de> 2010-07-30 18:04 adk0212 * src/drivers/snmplite/: apc-mib.cpp, apc-oids.h, mib.cpp, oids.h, rfc1628-mib.cpp, rfc1628-oids.h, snmplite.cpp, snmplite.h: Add support for RFC1628 SNMP MIB. Refactor APC MIB and create MibStrategy struct for associating MIB/CI mapping with corresponding processing function. RFC1628 strategy is coded per the MIB but untested. 2010-01-10 10:29 adk0212 * include/defines.h, src/apctest.c, src/drivers/usb/usb.c: Add apctest support for reading/setting self-test interval on USB. Also show current setting in UPS status. Contributed by James Belleau <jpbelleau@gmail.com> 2009-10-25 11:03 adk0212 * configure, autoconf/config.h.in, autoconf/configure.in, autoconf/variables.mak.in, include/struct.h, platforms/etc/apcupsd.conf.in, src/drivers/Makefile, src/drivers/drivers.c, src/drivers/snmplite/Makefile, src/drivers/snmplite/asn.cpp, src/drivers/snmplite/asn.h, src/drivers/snmplite/mib.cpp, src/drivers/snmplite/snmp.cpp, src/drivers/snmplite/snmp.h, src/drivers/snmplite/snmplite.cpp, src/drivers/snmplite/snmplite.h, src/lib/apcconfig.c, src/lib/apcstatus.c: Add SNMP Lite driver which does not depend on net-snmp library. This makes it more portable and eliminates need to move libsnmp.so to /lib in order to do a killpower on systems where /usr is unmounted. 2009-09-01 20:30 adk0212 * src/apctest.c: Implement battery calibration in apctest for USB models. Thanks to James Belleau <james@belleau.net> for the original implementation which has been modified somewhat in this commit. 2009-05-02 10:30 adk0212 * src/action.c: Change log level of UPS self-test messages to WARNING from ALERT. Given that self-test messages are routine, they do not belong at LOG_ALERT. Contributed by Dave Ewart <davee@ceu.ox.ac.uk>. 2009-04-25 10:58 adk0212 * src/lib/apcconfig.c: Remove EVENTFILE, EVENTFILEMAX config directives. These were replaced by the plural versions that are in use today (EVENTSFILE, EVENTSFILEMAX) almost 10 years ago. It's time to kill the old names. (h/t Trevor Roydhouse <trev@sentry.org>) 2009-03-02 17:48 adk0212 * doc/apcupsd.man, include/drivers.h, include/extern.h, src/action.c, src/apctest.c, src/apcupsd.c, src/device.c, src/options.c, src/drivers/drivers.c, src/drivers/apcsmart/apcsmart.h, src/drivers/apcsmart/smart.c, src/drivers/apcsmart/smartoper.c, src/drivers/usb/usb.c, src/drivers/usb/usb.h, src/lib/apclock.c: Add support for turning the UPS off completely. This complements existing hibernate (aka killpower) functionality. Turn-off is implemented for apcsmart and USB drivers, subject to support for the relevant commands in the UPS itself. Contributed by Keith Campbell <campbell@econnectix.com>. 2008-06-29 11:12 adk0212 * src/action.c: Fix bug in LOWBATT glitch handling. We must examine LOWBATT for changes every time thru the status loop, not just during the OnBattery state. Otherwise we can miss the initial LOWBATT assertion, which defeats the glitch rejection logic. 2008-05-06 20:16 skoona * src/gapcmon/gapcmon.c: Corrected the use of NOMPOWER and the calc of current usage amount 2008-05-04 11:13 adk0212 * src/drivers/usb/usb.c: Add a heuristic to fix up incorrect NOMINV or NOMOUTV. Some UPSes (RS 500) report decivolts instead of volts. Reported by Kirill S. Bychkov <yason@linklevel.net>. 2008-01-27 12:00 adk0212 * include/struct.h, platforms/etc/apcupsd.conf.in, platforms/mingw/apcupsd.conf.in, src/device.c, src/drivers/net/net.c, src/drivers/snmp/drv_powernet.c, src/lib/apcconfig.c: Add POLLTIME directive to control UPS polling interval. NETTIME is accepted as a synonym for compatibility with old config files.
2011-08-01Restore previous window sizes fix (both height and width non-zero).wiz3-6/+7
Bump PKGREVISION. Fix a pkglint warning while here.
2011-08-01Remove obsolete hack about now non-existing perl5-base package.asau1-18/+1
2011-08-01Note update of the "pkglint" package to version 4.102.tron1-1/+2
2011-08-01Update "pkglint" package to version 4.102. Changes since version 4.101:tron2-4/+4
Allow "@" as a character for directories in "${WRKSRC}". This stop bogus warnings for the "phpmyadmin" package which contains directory names like "locale/sr@latin/LC_MESSAGES". Change suggested by Thomas Klausner in private e-mail.
2011-08-01Updated lang/racket to 5.1.1asau1-1/+3
Updated lang/racket-textual to 5.1.1
2011-08-01Update to Racket 5.1.1asau7-1062/+2678
Changes in version 5.1.1, May 2011: Enabled single-precision floats by default Added single-flonum? Changed eqv? so that inexacts are equivalent only when they have the same precision Changed file-or-directory-permission to add 'bits mode and permission-setting mode Added special treatment of void as an 'inferred-name property Removed the "MrEd" compatability executable under Windows and Mac OS X, but the "mred" compatibility script remains racket/gui: added multi-column support to list-box% racket/gui: added scrollbar support to panel%, vertical-panel%, and horizontal-panel% racket/gui: added 'wheel-left and 'wheel-right events racket/file: add user-read-bit, etc. racket/contract: removed some (undocumented) exports. Changes in version 5.1, February 2011 Renamed "proxy" to "impersonator" Added current-get-interaction-input-port, which enables racket/gui events to be dispatched while a REPL is blocked Changed equal? to equate C pointers when they refer to the same address Internal: weak boxes are cleared before non-will-like finalizers; use late-weak boxes to get the old behavior Changes in version 5.0.2, October 2010 Changed body of `when', `unless', `cond' clauses, `case' clauses, and `match' clauses to be internal-definition contexts Swapped unsafe-vector*-ref with unsafe-vector-ref, etc. Added ->i to the contract library, improved ->*, adding #:pre and #:post, as well as making the optional arguments clause optional. Added #true and #false, and changed #t/#T and #f/#F to require a delimiter afterward Added print-boolean-long-form Added read-accept-lang, which is set to #t when reading a module Added flonum? Changed continuation-marks to accept a #f argument to produce an empty set of marks Added fxvectors Added unsafe-{s,u}16-{ref,set!} Added prop:proxy-of Added proxies to go with chaperones, and renamed chaperone property as proxy property; beware that the word "proxy" will change in a future version, perhaps to "impersonator" Added collection-file-path and collection splicing at the file level
2011-08-01Pass PKGNAME_REQD through to the make process on the other sideapb1-1/+2
of the "su" command. This fixes {cd math/py-networkx; env PYTHON_VERSION_DEFAULT=25 PKGNAME_REQD='py24-networkx-*' make replace;}
2011-08-01Updated comms/minicom to 2.5adam2-3/+3
2011-08-01Changes 2.5:adam13-297/+109
* Handle device reconnected more smoothly (USB-serial dongles) * Translation updates: Danish * Several fixes (see ChangeLog) Changes 2.4: * Add -D and -b options to specify device and baud rate on the command line. * Do character conversion between local and remote side (-R option) * Added indonesian translation * Compatibility fixes for recent build environments * Remove code that handled very old systems Changes 2.3: * Fix build on Mac OS X * New version of the dial format to be little and big endian as well as 32/64 bit safe * Support more baud rates * Handle device disappearances (e.g. serial-USB device unplug) * Various build and other fixes Changes 2.2: * Vietnamese translation added * Norwegian translation added * Traditional chinese translation added * Swedish translation added * Romanian translation added * default to 8bit mode if LANG or LC_ALL are set * default baud rate set to 115200 * Various code cleanups and fixes
2011-08-01Fix an infinite loop in the configure script's test forapb2-1/+17
"checking for replacing readdir using getdirentries()". The functions in samba-3.5.10/lib/replace/repdir_getdirentries.c fail on NetBSD 5.99.54, and the test code in samba-3.5.10/lib/replace/test/os2_delete.c did not handle the failure. Not bumping PKGREVISION, because this affects only the configure script, and the package did not build on NetBSD-current before.
2011-08-01PR pkg/45192: Alex Hornung: add DragonFly support to xulrunner thread_posixtnn4-8/+8
2011-08-01Fix void main.dholland2-1/+15
2011-08-01Disable groff html check to prevent random PLIST variation.dholland2-1/+17
2011-08-01Fix broken build with clang.dholland4-2/+42
2011-08-01Take MAINTAINER.dholland1-2/+2
2011-08-01Fix void main, which clang won't accept. While here, fix an LP64 issuedholland5-8/+53
caught by gcc (malloc without stdlib.h) so bump PKGREVISION.
2011-08-01Fix broken build with clang. While here, fix the toplevel makefile todholland3-1/+96
stop on error.
2011-08-01Fix bug that was emitting #line directives with a line number of 0, whichdholland4-3/+45
clang strenuously objects to. Fixes clang build of audio/gmpc and maybe others. PKGREVISION -> 2.
2011-08-01Fix broken clang build.dholland2-1/+17
2011-08-01Fix bug caught by clang. PKGREVISION++dholland3-2/+19
2011-08-01Fix broken clang build.dholland2-1/+32
2011-08-01Fix broken clang builddholland2-1/+17
2011-08-01Fix build with recent curl; also fix deps via verifypc, uses glib2 anddholland4-3/+35
libX11. (yes, it uses libX11 directly, I checked. sigh.) PKGREVISION -> 7
2011-08-01Fix build with png-1.5, fully now. Also add various REPLACE_INTERPRETERdholland3-13/+96
and add a dependency on Python for the two installed Python scripts. No version bump since this hasn't been buildable in a long time.
2011-08-01Improve png-1.5 support. Still broken: writing palettes and transparency.dholland2-39/+87
2011-07-31fix patch commentdholland2-4/+4
2011-07-31editors/scitedholland1-1/+2
2011-07-31Needs pkg-config. Depends on glib2 directly. PKGREVISION -> 2. Should fixdholland1-3/+4
failure seen in bulk builds.
2011-07-31Fix broken build.dholland3-1/+36