summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2009-12-16update to 2.28.2drochner3-7/+8
changes: -many bugfixes -Added SoupContentDecoder, providing support for Content-Encoding: gzip for WebKitGTK -DNS speedups
2009-12-15Update nagios plugins to 1.4.14. Changes since 1.4.13:bouyer18-104/+88
This is a bug fix release, which includes some important fixes to --extra-opts (a way of specifying command line options within files). * check_http has options to specify the HTTP method (#2155152) * check_users thresholds were not working exactly as documented (>= rather than >)
2009-12-15Update nagios-base to 3.1.2, fixing CVE-2009-2288.bouyer11-61/+65
Changes since 3.1.0: * Fix for CPU hogging in service and host check scheduling logic * New "important check command" flag for use in service templates, to aid configuration in distributed environments * Fix for nagios validation error when no services defined * Fix for stylesheet link * Fix for extinfo.cgi error message when cgi.cfg doesn't exist * Fix for notifications.cgi where Update button on right didn't retain host information wh en no host= was in query parameters * Fix for potential bug where a contactgroup with no members could cause parsing errors * Fix for W3 validation for history.cgi * Fix for W3 validation for extinfo.cgi * Fix for nagiostats to return non-zero with failures in MRTG mode * Added t/ directory for tests. Use make test to run. Requires perl on development server * Fix for duplicate event_id attributes in status and retention data * Fix for duplicate unlink() during check processing * Added missing check period column to host config display (CGI) * Fix for embedded Perl initialization under FreeBSD * Fix for incorrect re-initialization of mutext after program restart * Fix for incorrect weighting in host flap detection logic * Added libtap to distribution. Use ./configure --enable-libtap to compile * nagios.log permissions are now kept after log rotation * Fix for "Max concurrent service checks (X) has been reached" messages - will now push se rvices 5 + random(10) seconds ahead for retry * Fix for incorrect service history link text in CGIs * Fix for useless code loop in netutils.c * Fix for potential divide by zero in event scheduling code * Fix for trailing backslash in plugin output causing memory corruption in CGIs * Fix for bug that could affect host/service scheduling during clock time skew or changes to timeperod definitions between restarts * Leading whitespace from continuation lines in configuration files is now stripped out * Fix for bug where pipe (used by IPC) file descriptors get inherited by child processed ( e.g. event handlers) (bug #0000026) * Fix for failure to daemonize - Nagios now bails (bug #0000011) * Fix for notifications about flapping starting not processed properly by retention data * Patch to add transparency to statusmap icons for truecolor images * Patch to add read-only permissions to extinfo CGI * Security fix for statuswml.cgi where arbitrary shell injection was possible
2009-12-15Update to 0.16.1:wiz2-6/+6
September 17, 2009: ortp-0.16.1 - minor compilation fixes
2009-12-15Update to 2.57, set LICENSE.wiz2-6/+7
2009-11-23 Shlomi Fish <shlomif@iglu.org.il> * Applied a modified version of a patch by Matthew Horsfall <wolfsage@gmail.com> in order to add t/blocking.t and deal with the blocking sockets properly. * New Release IO-Scoket-INET6-2.57
2009-12-15Update to ntp-4.2.4p8. Security fix for CVE-2009-3563 DoS vulnerability.tnn2-7/+6
2009-12-15Update to 0.0.10:wiz2-6/+6
libnice 0.0.10 (2009-11-04) =========================== Fix some memory leaks with the gstreamer elements Fix username/foundation for google TURN candidates Fix the sending of hundreds of connectivity checks at once the stream is connected Fix BSD support Fix reprocessing of already processed early incoming checks when in dribble-mode Fix a rare crash with failing relay candidates allocations Add a stun_agent_set_software API Add a nice_agent_set_software API
2009-12-11Modify named9.sh to create /dev/random in chrooted environmenttaca6-18/+35
as base system's /etc/rc.d/named. Bump PKGREVISION.
2009-12-10Update "wireshark" package to version 1.2.4. Changes since version 1.2.3:tron2-6/+6
- Bug Fixes - Can't RTP stream in both directions. (Bug 4120) - Updated Protocol Support DCERPC, IPFIX/Netflow, IPv4, NAS EPS, RTCP, TIPC
2009-12-09Update isic to 0.07.obache4-30/+47
pkgsrc changes: * change HOMEPAGE and MASTER_SITES to new Sourceforge's one. * set LICENSE=2-clause-bsd * add user-destdir support ISIC (v0.07) 12/22/2006, by Shu Xiao (sxiao@cisco.com) - New IPv6 utilities: isic6, tcpsic6, udpsic6, icmpsic6. - New tool multisic for sending random multicast UDP packets. - Fixed compilation errors with GCC v4. - Added -k skip option for esic per the request from some users. - Placed the flood control under low traffic limit case only. The original flood protection code calls gettimeofday(), and runs after sending each packet. This is time consumping and prevents the tool from reaching high traffic limit on high speed interface (eg. 1000Base-TX). Now the flood control will take effect only if the specified maximum rate is less than 10MB/s. - Corrected -t option bug with tcpsic: The old one was using it reversely, e.g. -t 30 would generate packet with 30% of them having correct TCP checksum. But -t is actually for the percentage of bad TCP checksum. - Changed to used 32-bit random numbers for some fields: For IPv4 *sic tools, the source/destination IP address and TCP sequence/acknowledge numbers are 32-bit width, and should be assigned with equal size random numbers. The old code did not do shifting correctly. - Changed the default value to 10 for all percentage options. - Cleaned the usage printout of icmpsic: There were ports used in the usage printout of icmpsic. This was misleading since no ports arguments needed for it. - New manual page, try to get more help with "man isic".
2009-12-09Some clean up realted to net/libnet{10,11}.obache6-16/+10
* buildlink bin/libnet{10,11}-config to bin/libnet-config for comvenience (they ware renamed in pkgsrc to avoid conflict) * remove -lnet from BUILDLINK_CPPFLAGS.libnet11. linker flags should not be in CPPFLAGS, and it berak likage with libtool as reported in PR 37300. * libnet11 install just a static library, so set defaut DEPMETHOD = build Bump PKGREVISION for libnet11 related packages (net/isic will be updated later).
2009-12-09Add user-destdir support.obache1-13/+13
2009-12-09Set LICENSE=gnu-gpl-v2obache1-1/+2
2009-12-09sort.obache1-3/+3
2009-12-09update to 0.5.1drochner2-6/+6
changes: bugfixes
2009-12-09* set LICENSE=2-clause-bsdobache1-4/+6
* remove addition CFLAGS=-I${LOCALBASE}/include to CONFIGURE_ENV. ${LOCALBASE} should not used in package's Makefile, and should not reset CFLAGS here, moreover, default CFLAGS is sufficient. * add user-destdir support.
2009-12-09sort.obache1-2/+2
2009-12-09${LOCALBASE} should not be used for CPPFLAGS, ${BUILDLINK_PREFIX.libnet11}obache1-2/+2
instead.
2009-12-09Add user-destdir support, set LICENSE=gnu-gpl-v2, and exactly set ↵obache1-4/+7
USE_NCURSES=yes.
2009-12-08Update to 3.0.52:wiz2-6/+6
--- 3.0.52 2009/12/03 tcpip comstack: fix use of uinitialized variable in cs_straddr. This bug was introduced in 3.0.51. --- 3.0.51 2009/12/02 tcpip comstack: Remove TCP receiver buffer optimizations for Solaris. tcpip comstack: fix leak for getaddrinfo. Encoding of SRU database is performed by yaz_encode_sru_dbpath_odr or yaz_encode_sru_dbpath_buf. Now used by yaz-client and the ZOOM API. Decoding of SRU "path" database is performed by private function yaz_decode_sru_dbpath_odr . This in turn is used by yaz_srw_decode and yaz_sru_decode in server applications, GFS, yazproxy, metaproxy. yaz-client: honor base command for SRU. Change when database setting is applied for SRU and ensure it is kept when a connection is reset. Change also the way errors are displayed or SRU (decoding of packages).
2009-12-08Add some missing files to PLIST. Bump PKGREVISION.wiz2-3/+8
2009-12-06Update to 1.6.3, provided by Fredrik Pettai in PR 42333:wiz3-75/+7
1.6.3 2009-12-04 * Bugfix: allow for unknown resource records in zonefile with rdlen=0. * Bugfix: also mark an RR as question if it comes from the wire * Bugfix: NSEC3 bitmap contained NSEC * Bugfix: Inherit class when creating signatures 1.6.2 2009-11-12 * Fix Makefile patch from Havard Eidnes, better install.sh usage. * Fix parse error on SOA serial of 2910532839. Fix print of ';' and readback of '\;' in names, also for '\\'. Fix parse of '\(' and '\)' in names. Also for file read. Also '\.' * Fix signature creation when TTLs are different for RRs in RRset. * bug273: fix so EDNS rdata is included in pkt to wire conversion. * bug274: fix use of c++ keyword 'class' for RR class in the code. * bug275: fix memory leak of packet edns rdata. * Fix timeout procedure for TCP and AXFR on Solaris. * Fix occasional NSEC bitmap bogus * Fix rr comparing (was in reversed order since 1.6.0) * bug278: fix parsing HINFO rdata (and other cases). * Fix previous owner name: also pick up if owner name is @. * RFC5702: enabled sha2 functions by default. This requires OpenSSL 0.9.8 or higher. Reason for this default is the root to be signed with RSASHA256. * Fix various LDNS RR parsing issues: IPSECKEY, WKS, NSAP, very long lines * Fix: Make ldns_dname_is_subdomain case insensitive. * Fix ldns-verify-zone so that address records at zone NS set are not considered glue (Or glue records fall below delegation) * Fix LOC RR altitude printing. * Feature: Added period (e.g. '3m6d') support at explicit TTLs. * Feature: DNSKEY rrset by default signed with minimal signatures but -A option for ldns-signzone to sign it with all keys. This makes the DNSKEY responses smaller for signed domains.
2009-12-05fix install breakagetnn2-16/+12
2009-12-04update to kde 4.3.4markd1-4/+4
KDE SC 4.3.4 has a number of improvements: * A bugfix in Plasma's pixmap cache makes the workspace more responsive * Okular, the document viewer improved stability in certain situations * Marble, the desktop globe has seen some polish * Passphrases with non-ASCII characters have been fixed in the KGpg encryption tool
2009-12-04Import openresolv-3.3.4roy2-6/+6
Changes from openresolv-3.3.3 include: * private_interfaces is now shell expandable (ie, fxp*) * dnsmasq resolver restarting with DBus is now fixed * unbound resolver is sent SIGHUP for reload instead of forced restart * subscribers with the execute bit are executed, otherwise sourced into a subshell for speed
2009-12-03Put libs after the source to ensure correct linkage.joerg1-2/+3
2009-12-02Added ruby-patron and ruby-amqpfhajny1-1/+2
2009-12-02Import ruby18-amqp-0.6.5 as net/ruby-amqp.fhajny4-0/+83
AMQP client implementation in Ruby/EventMachine. This library was tested primarily with RabbitMQ, although it should be compatible with any server implementing the AMQP 0-8 spec.
2009-12-01Pass --with-dbus-system-socket=${VARBASE}/run/dbus/system_bus_sockettonio1-2/+3
so that avahi works even when using VARBASE != /var
2009-12-01Don't play games with libtool, just use the .la files. Fixes build withjoerg4-19/+36
libtool-2.2. Bump revision.
2009-11-30Update "bind95" package to version 9.5.2pl1. Changes since 9.5.1pl3:tron6-63/+42
- Security fix for CVE-2009-4022 (incorrect DNSSEC validation) - Bug fixes
2009-11-29Include kdebase-workspace4's buildlink3.mk to pick up the solid definitions ↵abs1-1/+3
- from Sverre Froyen. Bump pkgrevision
2009-11-26Fix PLIST. Create necessary directories.joerg2-6/+11
2009-11-26Not MAKE_JOBS_SAFE.joerg1-1/+2
2009-11-26fix some printf() format strings on alphadmcmahill3-8/+34
2009-11-25Not MAKE_JOBS_SAFE. Prepare for libtool-2.2.joerg4-11/+36
2009-11-25Prepare for libtool-2.2: use --tag=CC when calling gcc instead of cc.joerg3-10/+34
2009-11-25Use libtool --tag explicitly if calling gcc instead of cc in preparationjoerg2-4/+16
for libtool 2.2.
2009-11-25Add missed build dependency on automoc4, caught by wizd(8), no pkgrev bumpabs1-1/+3
2009-11-25Update BIND 9.6.1-P2.taca2-8/+7
--- 9.6.1-P2 released --- 2772. [security] When validating, track whether pending data was from the additional section or not and only return it if validates as secure. [RT #20438]
2009-11-24Add the reload command.roy1-1/+2
2009-11-23typojnemeth1-1/+1
2009-11-23add TEST_TARGETdrochner1-1/+3
2009-11-23+ktorrent3abs1-1/+2
2009-11-23Added net/ktorrent3 version 3.3abs4-0/+681
KTorrent is a BitTorrent program for KDE4. Changes from the KDE3 version include: * IPv6 support * SOCKSv4 and v5 support * The network interface to use can now be selected * Alternative flat list mode to display the files of a torrent * Reorganization of the config dialog * Individual files of a torrent can now be moved * New queuemanager gui
2009-11-21The "hashlib" module instead of the deprecated "sha1" module undertron1-2/+21
Python 2.5 or newer. Tested with Python 2.6 under NetBSD/amd64 5.0_STABLE. Bump package revision because of this fix.
2009-11-21Updating net/p5-Net-Twitter from 3.06000nb1 to 3.09000sno2-10/+14
pkgsrc changes: - Adjusting dependencies according to META.yml and upstream changelog - Ensure that Module::Autoinstall won't fire Upstream changes: 3.09000 2009-11-17 - Bumped Net::OAuth requirement to 0.20 (hopefully resolves CPAN Testers failures) - Added users_search/find_people API method - Updated default apiurl: http://api.twitter.com/1 - Deprecated apihost option to new - Fixed ssl handling for Lists API 3.08000 2009-11-02 - return user_id and screen_name from request_access_token (Roberto Etcheverry) 3.07999_01 2009-10-23 - Added experimental Lists API support 3.07004 2009-10-22 - Fixed: cached request_token results in a stale authentication/authorization urls 3.07003 2009-10-13 - Added new API method: report_spam 3.07002 2009-10-05 - Documented the cursor parameter for friends, followers, friends_ids, and followers_ids. - Fixed: synthetic since parameter (could fail with multiple API traits defined) - Added support for since in YYYY-MM-DD format 3.07001 2009-09-28 - Added specific versions for DateTime and DateTime::Format::Strptime (closes RT#50069) - better deps (Alexandr Ciornii) 3.07000 2009-09-22 - added 'retweets' REST API method - added synthetic 'since' parameter - fixed: object inflation for Search API returns (different timestamp format!)
2009-11-21Updating net/p5-Net-OAuth from 0.19 to 0.20sno2-7/+10
pkgsrc changes: - Adjusting dependencies according to META.yml (see Upstream changes) - Setting Module::Build as build type Upstream changes: 0.20 Fri, 13 Nov 2009 18:56:55 UTC - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=48867 - error in synopsis - thanks Adam Taylor! - Removed UTF8 double-encoding warning. Now Net::OAuth::Message::encode() uses Encode::is_utf8() to determine if the input is already UTF-8 encoded. If so, it runs decode_utf8() on it before sending it to uri_escape_utf8(). Thanks Hector Garcia Alvarez! - Potentially fixed an issue found by Marc Mims, where HMAC_SHA1 was failing to load, breaking some CPAN tests. Build.PL now explicitly requires Digest::SHA1 and Encode. Hopefully that fixes it.
2009-11-21Import openresolv-3.3.3roy3-7/+8
Changes since 3.3.1 include: * unbound support * documentation updates * more configuration options
2009-11-20Remove unison-devel, unison is now newer.wiz8-160/+1