summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2008-06-21Update to 0.4.16:wiz2-6/+6
Version 0.4.16 [2008-06-18] ================================================================= +new !fix ~change -remove | focus: minor bugfixes, improvements + --cache,-c Provides a newt based interface for browsing and re-extracting previously downloaded videos. Cache table schema (~/.clive/cache) was updated: added new column "cache_url". ! Sevenload: improved support (reported: Kai Wasserbach) Affected versions: 0.4.14 - 0.4.15 Some URLs were previously parsed incorrectly. ! Console: "error: unrecognized command" Affected versions: 0.4.6 - 0.4.15 The above error would be printed out incorrectly if a duplicate URL was already in the queue. ~ Removed: try..except (ffmpeg subprocess) Unnecessary code. Cleaned up the subprocess call methods for both ffmpeg and player. Version 0.4.15 [2008-06-11] ================================================================= +new !fix ~change -remove | focus: minor bugfixes, improvements + --write-conf: Use http_proxy environment setting Write http_proxy enviroment setting to config file if it's set. + Support: myvideo.* (sr #2024) As requested. + --mask: support for "no" (disable) Added support for "no" which disables the filtering altogether, e.g. % clive --mask=no URL This is the easiest way to keep the original video title. See the manual page for more info. Note that this option was renamed to --filter (see further below). ! --scan: "UnicodeDecodeError: 'ascii' codec..." (bug #11805) Affected versions: clive 0.4.13, 0.4.14 Should no longer occur. See the discussion at: https://gna.org/bugs/?11805 ! Metacafe: "error: extraction url not found" Affected versions: clive < 0.4.15 Extraction would fail due to the changes made to page HTML. ! StringIO: import failsafe (try..except) Affected versions: clive < 0.4.15 StringIO was imported incorrectly if cStringIO was not found. ~ Dump HTTP headers if "error: zero content length" occurs The headers are dumped only if --quiet is not being used and the headers are available. ~ Options printout: "cache:yes; paste:off; ..." -> "cache:yes / paste:off / .." Modified the runtime options printout. ~ --mask: renamed (=> --filter) Renamed --mask to --filter. Kept -m short option. Configuration file command was also renamed from "output_title_mask" to "output_title_filter". ~ --xclip: append "-o" clive now appends the "-o" option with a warning to the xclip path if it's not present. ~ --write-conf: updated comments Cleaned up the config file comments that clive produces with this option.
2008-06-21Update nagios-nrpe to version 2.12. Changes:tonnerre3-11/+11
Changes in 2.12: * Fix for unterminated multiline plugin (garbage) output. Changes in 2.11: * Added lib64 library paths to configure script for 64-bit systems. * Added --with-ssl-lib configure script option. * Added --with-log-facility option to control syslog logging. Changes in 2.10: * Moved PDF docs to docs/ subdirectory, added OpenOffice source document. * A critical result is now returned for child processed that die due to a signal. Changes in 2.9: * Fixed bug with --with-nrpe-group configure script option. * Fixed bug with check_disk thresholds in sample config file. * Added NRPE_PROGRAMVERSION and NRPE_MULTILINESUPPORT environment variables for scripts that need to detect NRPE version and capabilities. * Added asprintf() support for systems that are missing it. Changes in 2.8.1: * Fixed configure script error with user-specified NRPE group. Changes in 2.8: * Added support for multiline plugin output (limited to 1KB at the moment). * Changes to sample config files. * Added ';' as an additional prohibited metachar for command arguments. * Updated documentation and added easier installation commands. Changes in 2.7.1: * Changed C++ style comment to C style to fix compilation errors on AIX. Changes in 2.7: * Patches for detection SSL header and library locations. * NRPE daemon will now partially ignore non-fatal configuration file errors and attempt to startup. Changes in 2.6: * Added -u option to check_nrpe to return UNKNOWN states on socket timeouts. * Added connection_timeout variable to NRPE daemon to catch dead client connections. * Added graceful timeout to check_nrpe to ensure connection to NRPE daemon is properly closed.
2008-06-21Upgrade nagios to 2.12. Changes are mostly bugfixes since this is the legacytonnerre19-523/+37
branch. Changes since old version 2.5: * Fix for unscheduled triggered downtime entries. * Fix for embedded audio in tac and status CGIs. * Fixed bug in nagiostats utility when reporting host/service check latency. * Misc code cleanups for compiler warnings. * Fixed error when reading empty (zero byte) config files. * Default is now to check for orphaned service checks. * Fixed bug with non-standard CGI config file location in status data. * Fixed bugs and simplified examples in sample config files. * Fix for leading whitespace before comments in object config files. * Fix for scheduling immediate service check through WAP interface. * Fix for segfault during expiration or deletion of scheduled downtime. * Minor documentation updates. * Minor patches to availability and status CGIs. * Updated nagiostats with new MRTG vars for tracking buffer usage. * p1.pl now sets environment var (NAGIOS_PLUGIN) to indicate patch of plugin being executed. * Added error messages for passive service checks that don't correspond to a defined service. * Fix for handling signals under NPTL. * Fix for missing check timeout in event broker calls. * Possible segfault fix during restarts when daemon was performing host checks. * Bug fix for bad date format submission in command CGI. * Bug fix for using servicegroups in service dependency definitions. * Bug fix for calculating notification interval with service escalations. * Program version is now displayed in CGIs. * Fix for keeping service checks in the event queue when active service checks are disabled globally. * Bug fix with attempting to access an uninitalized mutex if external commands are disabled. * Fix for incorrect latency calculation for passive service checks. * Fix for a segfault when processing passive host check results with empty output/perfdata. * Minor bug fixes in CGIs. * Fix for not logging passive host check results. * Minor fix for notification timeout log messages. * Fix for SIGTERMs being seen as SIGEXITs, non-logging of SIGTERMs/shutdowns. * Patch to allow non-ASCII characters in notifications, etc. * Fix for flap detection information not be retained across restarts. * Fix for cfg_dir directive not working on Solaris. * Fix for segfault in event broker module code. * Fix for a possible memory leak in situations where overflow occurs in check result buffer. * Fix for a bug with processing service dependency templates with null master host(group) names. * Better error logging when failing to rename/move files. * Minor bug fixes in CGIs to ensure extra host/servicegroup url strings are terminated properly. * Patches for possible XSS vulnerability in CGIs (CVE-2007-5803). Please note that this now needs PTHREAD_DIAGASSERT=A to run properly under NetBSD-4.0 without the fixsa patch.
2008-06-20Version 2.0.5 has been released. The focus of this release is stability.adrianp3-14/+14
Feature Improvements * Permit SQL authorize_reply_query to be empty. * Allow setting response packet type in Post-Proxy-Type Fail handler. * Added install-chown target to set correct permission and ownership make RADMIN=radmin RGROUP=radius install-chown. * Support for LDAP-Group and other dynamic comparison attribute in unlang. Developed from a patch by Jason Alderfer. * Added chroot support. See radiusd.conf for comments. * Allow clients of 0/0. We do not recommend using this, though. * Moved many module configurations into raddb/modules/*. Bug Fixes * Allow proxying to virtual servers for accounting packets, too. * Added num_fields function to PostgreSQL client. This lets clients be read from a PostgreSQL database. * Updated proxy fallback mechanism to validate fallback servers, and to process fallback requests in a child thread. * The realm module returns ok for LOCAL realms, not noop. * Fixed some DHCP code handling. The examples should now work.
2008-06-20Substitute nagios user rather than hardcode it. Note that the configgdt2-4/+10
file must set the lockfile location, and leave a comment that this should be merged into the package.
2008-06-20Fix patchsum.joerg1-2/+2
2008-06-20Add DESTDIR support.joerg91-226/+404
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
bulk builds.
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca2-9/+9
Bump PKGREVISION.
2008-06-18pkgsrc-users, not packages (hi riz!)wiz3-6/+6
2008-06-16Fix DESTDIR.joerg1-3/+3
2008-06-16Fix installation.joerg1-3/+4
2008-06-16Make sure that DHCP 3 packages only pull in v3, not v4.joerg3-4/+6
Bump revisions.
2008-06-16Fix DESTDIR. Don't create bin.joerg1-3/+3
2008-06-13update to 2.14.13drochner2-6/+6
changes: build fixes, robustness fixes, Fixes for handling of local requests
2008-06-12Add patch for CVE-2008-0960 from the Net-SNMP project page on Sourceforge.tron3-8/+19
2008-06-12Add DESTDIR support.joerg109-182/+385
2008-06-11Add missing rc.d script.obache1-0/+16
2008-06-11Update darkstat to 3.0.708.obache3-9/+14
Based on MAINTAINER update request in PR 38930. While here, add DESTDIR support. Changes since 3.0.707: - Implement limiting of number of ports tracked per host, configurable on the commandline (--ports-max) - Optionally don't track high ports (--highest-port) Thanks Dennis! - Fix rare use-after-free resulting from hosts table reduction. - Make hosts limit configurable (--hosts-max) - Option to read from capfile as alternative to live capture (really only useful for development, benchmarking) - Add the sniffed interface name to HTML reports. Thanks Chris! - pkgsrc - add rc.d script
2008-06-11Add 'old' MASTER_SITE just in case we're running a little behind in versionsadrianp1-2/+3
2008-06-10Update libtrace to 3.0.4markd3-11/+21
libtrace 3.0.4 (2008-01-02) Deprecate wtf:/wag: format. These traces no longer exist. Cleanup bpf: capture format add LINUX_SLL header support to get_source_mac() deprecate trace_get_link() and replace it with the newer trace_get_packet_buffer()/trace_get_layer2() Bug: Don't crash when destroying an output trace that failed to initialise Use Linux's in kernel BPF filter if available Add support for Cisco HDLC over PoS Allow BPF bytecode to be used to construct a filter Code cleanups Fix libtrace_ip's bitfields Fix pcapfile output bug Documentation cleanups Discard RT packets when writing pcapfile: files Add a new "stats" example program Build system cleanups Avoid using assert() to report errors RT packet issues Properly deal with the packet parsing/length cache when using the event system Add a new loss counter framework Bug: Event framework not generating sleep events when reading traces from disk Be more strict about returning NULL from trace_get_payload_from_X() functions libtrace 3.0.3 (2007-09-05) Code cleanups w.r.t warnings tracesplit_dir now provides a warning of the number of packets that had an unknown direction at the end of the trace Fix a segfault in tracereport with rxerrors, non ip Add support for decoding 802.2 LLC/SNAP and Ethernet II in 802.11 frames Documentation fixes and clarifications Fix bug with trace_get_payload_from_80211() and 3 vs 4 frame formats Deal correctly with uri's with parse errors causing segfaults on cleanup Minor tidyups to protocol decoders Add more information to libtracepktdump Correctly deal with PPP captures Cache trace_get_capture_length() and trace_get_l3() which are both heavily used internally Build system cleanups Add a GRE tracepktdump decoder Add a preliminary PPPoE tracepktdump decoder Add more information to tracereport Fix bug in legacy decoder with wire lengths Fix bug in trace_ether_ntoa Add legacynzix: trace format Don't assert() on bad packets (instead return BADPACKET) for erf traces Add TRACE_OPTION_EVENT_REALTIME to allow the event framework to playback traces in realtime Rename TRACE_META_FREQ to TRACE_OPTION_META_FREQ to follow naming convention Correctly deal with errors when using trace_set_option Deal better with signals when writing packets to files Add support for dag 3.x Improved dag 2.5+ support dag2.5+ supports setting the snaplen from libtrace Add support for setting direction on linux int: formats Consider loopback packets outgoing, not incoming Fix trace_get_source_mac() for wireless frames Add support for interfaces_per_input to tracemerge Fix tracereport direction report Deprecated wag: and wtf formats libtrace 3.0.2 (2007-04-27) Fixed make install for libpacketdump Add support for tsh: and rf+ tracefiles. Update support for radiotap Add a new tool traceflow(1) More correctly deal with pcap LINKTYPE's vs DLT's Major cleanups of tracereport libpacketdump Decoder cleanups trace_event() memory leak fixes Fix segfaults with bad arguments in tracesplit(1) Don't suffix a number if we are only generating one file Support snapping packets Minor bugs in libtrace error handling Misc cleanups and bug fixes libtrace 3.0.1 (2007-03-26) Added missing manpages to release tarball Update manpages Fixed TCP option length calculation in libpacketdump tracereport has had a massive tidy up getopt support for disabling/enabling reports. Documentation cleanups Fix 0 byte gzwrite(3)'s were causing the compressed file checksum to fail RT closing issues Metadata available tracedump renamed tracepktdump due to naming conflict in debian Implement better PoS decoding in libtrace for erf, legacypos. Build fixes for MacOS
2008-06-09Add an option to build zenmap (not enabled by default)adrianp3-2/+270
2008-06-09In rc.d script, mkdir and chown /var/run/nagios so that nagios cangdt2-4/+12
write the pid file. PKGREVISION++. OK tonnerre@.
2008-06-08Update to 4.65adrianp6-57/+121
Take MAINTAINER (agreed with salo@) o Updated to include the latest MAC Address prefixes from the IEEE in nmap-mac-prefixes [Fyodor] o NSE engine was cleaned up significantly. o Nmap now understands the RFC 4007 percent syntax for IPv6 Zone IDs. o Updated IANA assignment IP list for random IP (-iR) generation. [Kris] o NmapFE is now gone. (zenmap is the replacement) o Added the NSE library (NSELib) which is a library of useful functions (which can be implemented in LUA or as loadable C/C++ modules) for use by NSE scripts. o Integrated the Nmap Scripting Engine (NSE) into mainline Nmap.
2008-06-08-nmapfeadrianp1-2/+1
2008-06-08nmapfe has been retired in favour of zenmap in nmapadrianp3-43/+0
2008-06-08Update "rdesktop" package to version 1.6.0. Changes since 1.5.0:tron11-280/+26
* Fix for potential vulnerability against compromised/malicious servers (reported by iDefense) * Fix for crash with recent versions of X.Org * Fix for connection to Windows 2008 Server * ALSA driver added * Sound drivers can now be selected at runtime * Smartcard support (Alexi Volkov <alexi@my...>) * Send physical mouse buttons rather than logical ones The security fixes had already been integrated into "pkgsrc" as patches.
2008-06-08Remove some broken malloc logic from the nagios-plugins library.tonnerre3-2/+30
Discovered and patch provided by Wolfgang Solfrank.
2008-06-08Update ntp to 4.2.4p4.obache5-86/+81
--- (4.2.4p4) Released by Harlan Stenn <stenn@ntp.org> * [Bug 902] Fix problems with the -6 flag. * Updated include/copyright.def (owner and year). * [Bug 878] Avoid ntpdc use of refid value as unterminated string. * [Bug 881] Corrected display of pll offset on 64bit systems. * [Bug 886] Corrected sign handling on 64bit in ntpdc loopinfo command. * [Bug 889] avoid malloc() interrupted by SIGIO risk * ntpd/refclock_parse.c: cleanup shutdown while the file descriptor is still open. * [Bug 885] use emalloc() to get a message at the end of the memory unsigned types cannot be less than 0 default_ai_family is a short lose trailing , from enum list clarify ntp_restrict.c for easier automated analysis * [Bug 884] don't access recv buffers after having them passed to the free list. * [Bug 882] allow loopback interfaces to share addresses with other interfaces. --- (4.2.4p3) Released by Harlan Stenn <stenn@ntp.org> * [Bug 863] unable to stop ntpd on Windows as the handle reference for events changed --- (4.2.4p2) Released by Harlan Stenn <stenn@ntp.org> * [Bug 854] Broadcast address was not correctly set for interface addresses * [Bug 829] reduce syslog noise, while there fix Enabled/Disable logging to reflect the actual configuration. * [Bug 795] Moved declaration of variable to top of function. * [Bug 789] Fix multicast client crypto authentication and make sure arriving multicast packets do not disturb the autokey dance. * [Bug 785] improve handling of multicast interfaces (multicast routers still need to run a multicast routing software/daemon) * [Bug 527] Don't write from source address length to wrong location * Upgraded autogen and libopts. * [Bug 811] ntpd should not read a .ntprc file. --- (4.2.4p1) (skipped) --- (4.2.4p0) Released by Harlan Stenn <stenn@ntp.org> * [Bug 793] Update Hans Lambermont's email address in ntpsweep. * [Bug 776] Remove unimplemented "rate" flag from ntpdate. * [Bug 586] Avoid lookups if AI_NUMERICHOST is set. * [Bug 770] Fix numeric parameters to ntp-keygen (Alain Guibert). * [Bug 768] Fix io_setbclient() error message. * [Bug 765] Use net_bind_service capability on linux. * [Bug 760] The background resolver must be aware of the 'dynamic' keyword. * [Bug 753] make union timestamp anonymous (Philip Prindeville). * confopt.html: move description for "dynamic" keyword into the right section. * pick the right type for the recv*() length argument. --- (4.2.4) Released by Harlan Stenn <stenn@ntp.org> * monopt.html fixes from Dave Mills. * [Bug 452] Do not report kernel PLL/FLL flips. * [Bug 746] Expert mouseCLOCK USB v2.0 support added.' * driver8.html updates. * [Bug 747] Drop <NOBR> tags from ntpdc.html. * sntp now uses the returned precision to control decimal places. * sntp -u will use an unprivileged port for its queries. * [Bug 741] "burst" doesn't work with !unfit peers. * [Bug 735] Fix a make/gmake VPATH issue on Solaris. * [Bug 739] ntpd -x should not take an argument. * [Bug 737] Some systems need help providing struct iovec. * [Bug 717] Fix libopts compile problem. * [Bug 728] parse documentation fixes. * [Bug 734] setsockopt(..., IP_MULTICAST_IF, ...) fails on 64-bit platforms. * [Bug 732] C-DEX JST2000 patch from Hideo Kuramatsu. * [Bug 721] check for __ss_family and __ss_len separately. * [Bug 666] ntpq opeers displays jitter rather than dispersion. * [Bug 718] Use the recommended type for the saddrlen arg to getsockname(). * [Bug 715] Fix a multicast issue under Linux. * [Bug 690] Fix a Windows DNS lookup buffer overflow. * [Bug 670] Resolved a Windows issue with the dynamic interface rescan code. * K&R C support is being deprecated. * [Bug 714] ntpq -p should conflict with -i, not -c. * WWV refclock improvements from Dave Mills. * [Bug 708] Use thread affinity only for the clock interpolation thread. * [Bug 706] ntpd can be running several times in parallel. * [Bug 704] Documentation typos. * [Bug 701] coverity: NULL dereference in ntp_peer.c * [Bug 695] libopts does not protect against macro collisions. * [Bug 693] __adjtimex is independent of ntp_{adj,get}time. * [Bug 692] sys_limitrejected was not being incremented. * [Bug 691] restrictions() assumption not always valid. * [Bug 689] Deprecate HEATH GC-1001 II; the driver never worked. * [Bug 688] Fix documentation typos. * [Bug 686] Handle leap seconds better under Windows. * [Bug 685] Use the Windows multimedia timer. * [Bug 684] Only allow debug options if debugging is enabled. * [Bug 683] Use the right version string. * [Bug 680] Fix the generated version string on Windows. * [Bug 678] Use the correct size for control messages. * [Bug 677] Do not check uint_t in configure.ac. * [Bug 676] Use the right value for msg_namelen. * [Bug 675] Make sure ntpd builds without debugging. * [Bug 672] Fix cross-platform structure padding/size differences. * [Bug 660] New TIMESTAMP code fails tp build on Solaris Express. * [Bug 659] libopts does not build under Windows. * [Bug 658] HP-UX with cc needs -Wp,-H8166 in CFLAGS. * [Bug 656] ntpdate doesn't work with multicast address. * [Bug 638] STREAMS_TLI is deprecated - remove it. * [Bug 635] Fix tOptions definition. * [Bug 628] Fallback to ntp discipline not working for large offsets. * [Bug 622] Dynamic interface tracking for ntpd. * [Bug 603] Don't link with libelf if it's not needed. * [Bug 523] ntpd service under Windows does't shut down properly. * [Bug 500] sntp should always be built. * [Bug 479] Fix the -P option. * [Bug 421] Support the bc637PCI-U card. * [Bug 342] Deprecate broken TRAK refclock driver. * [Bug 340] Deprecate broken MSF EES refclock driver. * [Bug 153] Don't do DNS lookups on address masks. * [Bug 143] Fix interrupted system call on HP-UX. * [Bug 42] Distribution tarballs should be signed. * Support separate PPS devices for PARSE refclocks. * [Bug 637, 51?] Dynamic interface scanning can now be done. * Options processing now uses GNU AutoGen. --- (4.2.2p4) Released by Harlan Stenn <stenn@ntp.org> * [Bug 710] compat getnameinfo() has off-by-one error * [Bug 690] Buffer overflow in Windows when doing DNS Lookups --- (4.2.2p3) Released by Harlan Stenn <stenn@ntp.org> * Make the ChangeLog file cleaner and easier to read * [Bug 601] ntpq's decodeint uses an extra level of indirection * [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP * release engineering/build changes * Documentation fixes * Get sntp working under AIX-5 --- (4.2.2p2) (broken) * Get sntp working under AIX-5 --- (4.2.2p1) * [Bug 661] Use environment variable to specify the base path to openssl. * Resolve an ambiguity in the copyright notice * Added some new documentation files * URL cleanup in the documentation * [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size * quiet gcc4 complaints * more Coverity fixes * [Bug 614] manage file descriptors better * [Bug 632] update kernel PPS offsets when PPS offset is re-configured * [Bug 637] Ignore UP in*addr_any interfaces * [Bug 633] Avoid writing files in srcdir * release engineering/build changes --- (4.2.2) * SNTP * Many bugfixes * Implements the current "goal state" of NTPv4 * Autokey improvements * Much better IPv6 support * [Bug 360] ntpd loses handles with LAN connection disabled. * [Bug 239] Fix intermittent autokey failure with multicast clients. * Rewrite of the multicast code * New version numbering scheme
2008-06-07Stop pretending like I have time to maintain packages that I don'triz3-6/+6
even really use anymore.
2008-06-06Combine the to patches for "agent/mibgroup/mibII/ip.c" to make thistron3-23/+11
actually build.
2008-06-06Sort.wiz1-2/+2
2008-06-05drop dependency on net-snmp, add one on libsmi -- this makesdrochner1-3/+3
SNMP OID decoding work bump PKGREVISION
2008-06-05PR/36978: Hasso Tepper: Make net-snmp work on dragonfly.christos8-33/+189
While I am here make it run again on NetBSD (hi clown boy)
2008-06-05Update to 0.13.2+1. Many bug-fixes; the ChangeLog is far too verbosebjs2-6/+6
even to permit distilling it and posting it here. If you're curious, simply read the ChangeLog contained in the distfile.
2008-06-02Fixes PLIST.obache4-8/+8
Some rc scripts does not installed if inet6 option is disabled. Patch provided by Hasso Tepper in PR 38823.
2008-06-01Update to nsd-3.0.8:joerg2-7/+6
- better logging for nsd-notify and db creation failures - nsdc start checks if nsd is already running - fix loading data from files with relative names when chrootdir ends with a slash - fix a case when nsd would return FORMERR for edns queries with version 0 and rdlen larger than 0. - don't answer nsec3 wildcard information when DO bit is not set
2008-06-01Remove superfluous patch (was already included in upstream).wiz3-52/+10
Fix build on NetBSD-current (with librt).
2008-05-30welcome to sup-0.3christos2-6/+6
- FreeBSD support - fast file copy code cleanups
2008-05-30Update to 1.11.3:wiz2-6/+6
* Changes in Wget 1.11.3 ** Downgraded -N with -O to a warning, rather than an error. * Changes in Wget 1.11.2 ** Fixed a problem in authenticating over HTTPS through a proxy. (Regression in 1.11 over 1.10.2.) ** The combination of -r or -p with -O, which was disallowed in 1.11, has been downgraded to a warning in 1.11.2. (-O and -N, which was never meaningful, is still an error.) ** Further improvements to progress bar displays in non-English locales (too many spaces could be inserted, causing the display to scroll). ** Successive invocations of Wget on FTP URLS, with --no-remove-listing and --continue, was causing Wget to append, rather than replace, information in the .listing file, and thereby download the same files multiple times. This has been fixed in 1.11.2. ** Wget 1.11 no longer allowed ".." to persist at the beginning of URLs, for improved conformance with RFC 3986. However, this behavior presents problems for some FTP setups, and so they are now preserved again, for FTP URLs only.
2008-05-30Bump PKGREVISION for gtkspell API bump.wiz2-3/+4
2008-05-29Bunch of fixes to get this working for me, including:sketch6-19/+49
- support $VARBASE - vpnc.conf was installed in the wrong place, rather than move it use default.conf instead to mirror what vpnc does natively, and install with secure permissions (as it contains passwords) - shell portability Bump PKGREVISION. Ok'd Jukka/Hubert.
2008-05-28add patches from redhat bugzilla (#446724) to fix CVE-2008-1105drochner8-2/+177
(heap buffer overflow in client code) bump PKGREVISION
2008-05-28Inhibit possible dependency on sysutils/checkperms to avoid circular dep.tnn1-1/+2
2008-05-27Update the nagios-plugins package to version 1.4.11. This fixes varioustonnerre35-531/+274
crashes on various architectures and system, such as, for example, the check_icmp bus error on sparc64. Changes in 1.4.4: - check_ntp is now written in C instead of Perl. - check_disk bugfixes. - check_udp2, check_udp and check_tcp are now united. - check_mailq now reports mailq errors better. - check_snmp now compiles with a sane amount of effort. Changes in 1.4.5: - Fixed bug in perl's is_hostname routine. Changes in 1.4.6: - check_ping and netutils.c now do less DNS lookups. - alloca.h related compile fixes. - check_swap now works on Solaris too. - check_disk perf data can now be monitored. - check_procs had a buffer overflow. - Fixed UNIX socket error handling. - check_by_ssh now can pass -q and -o to ssh. - GNUlib sync. - check_jabber can now return things different from a warning. Changes in 1.4.7: - check_procs uses /usr/ucb/ps on Solaris which fixes pst3 problems. - check_smtp does a non-broken HELO now. - check_icmp can now have a minimum number of required hosts and also works if running for a long time on BSDs. - check_ping timeout reduced. - Everybody can now execute SUID check plugins unless indicated otherwise to configure. Changes in 1.4.8: - check_disk now has an extra option for regex matching and grouping of FSes. - check_ntp various fixes. Changes in 1.4.9: - New plugin check_cluster (not built by pkgsrc). - check_by_ssh now has improved stderr/stdout handling options (-E/-S). - check_ldap, check_radius and check_pgsql compile fixes. - check_snmp 64-bit counter support. - Better underflow checking for check_time. - check_http output is more consistent now. - check_http HTTP redirect segfault fixes. - check_tcp doesn't segfault anymore when multiple expect strings are given. - check_tcp now supports -A to check if all expect strings match. Changes in 1.4.10: - check_http redirect buffer overflow vulnerability fixed (was fixed in pkgsrc before). - check_http now shuts down HTTP/1.1 keepalive connections cleanly. - check_ldaps doesn't guess anymore whether to use SSL or STARTTLS. - check_disk now calls stat on all file systems. - check_disk now supports the -L flag for local file system checks. - check_disk now supports -i/-I for ignoring paths/partitions by regex. - check_disk now supports -A to select all file systems explicitly. - check_disk now needs to have the -E flag passed before -p or -r/-R. - check_disk is no longer buggy when case sensitive and insensitive regexes are mixed. - check_dhcp now supports -u (unicast) to emulate a relay. - check_dhcp now lets you specify the MAC address in the request using -m. - check_dhcp -r and -s options now accept host names. - check_icmp no longer bus errors on various platforms. - check_smtp now handles multiple-packet server responses properly. - Negate command line options are no longer evaluated twice by the shell. - Negate commands to be run must now be fully qualified. - Negate can now remap custom states. - check_radius now supports radius-client-ng (was already in pkgsrc). - check_by_ssh now supports multiline output. - check_ntp now honors ntp flags. Changes in 1.4.10: - check_ntp returns UNKNOWN rather than WARNING if no jitter is available. - check_cluster now accept all valid characters in its thresholds. - check_ntp is now deprecated in favor of check_ntp_peer and check_ntp_time. - check_disk no longer reports OK if disk usage exceeds 100%. - check_load handles non-triplet arguments correctly now. - Nagios::Plugin updated to 0.22.
2008-05-27Update to 3.1.1adrianp6-21/+15
Fixed --version flag in dhcrelay Clarified error message when lease limit exceeded Log messages when failover peer names mismatch have been improved to point out t he problem. Manpage entries in dhcp-options.5 for the 'domain-list' format have been updated . The 'min-secs' configuration parameter's log message has been updated to be more helpful. Fixes to allow code to compile on Mac OS X Leopard (10.5). See http://www.isc.org/sw/dhcp/dhcp_rel2.php for all the details
2008-05-27Remove obsolete patchadrianp1-38/+0
2008-05-27Update to 3.1.1adrianp3-9/+12
Fixed --version flag in dhcrelay Clarified error message when lease limit exceeded Log messages when failover peer names mismatch have been improved to point out the problem. Manpage entries in dhcp-options.5 for the 'domain-list' format have been updated. The 'min-secs' configuration parameter's log message has been updated to be more helpful. Fixes to allow code to compile on Mac OS X Leopard (10.5). See http://www.isc.org/sw/dhcp/dhcp_rel2.php for all the details
2008-05-27Update to 0.4.14:wiz2-7/+7
Version 0.4.14 [2008-05-26] ================================================================= +new !fix ~change -remove | focus: minor bugfixes, improvements + Support: sevenload.com (sr #2015) Contributor: Kai Wasserbach http://bugs.debian.org/482289 Minor modifications were made to the contributed patch to maintain backward compatibility with Python 2.4. + Scan: GoogleVideo support --scan now looks for embedded google videos. + Scripts: run.py, build.py These used to be available in the svn repository only. build.py: * builds and installs clive to top_srcdir/dist subdir * wraps "configure" and "make install" * wraps CFLAGS and LDFLAGS for building newt (bundled) * takes any of the configure parameters run.py: runs clive from the top_srcdir/dist subdir * Wraps PYTHONPATH * takes any of the clive parameters Example: % ./build.py --without-newt % ./run.py --no-cache URL ! GoogleVideo: "error: extraction url not found" [blocker] Affected versions: clive 0.4.12, 0.4.13 Low quality video extraction would fail due to page HTML changes. ! File extension Affected versions: clive < 0.4.14 mp4 file extension was used incorrectly for Metacafe and Guba videos. ! manual page Typos. ~ code cleanup Replaced "if .. .find(..) !=/== -1" with "if .. in .."
2008-05-26Add unbound to the build.joerg1-1/+2