summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2011-11-25Update p5-Net-Z3950-ZOOM to 1.28.hiramatsu2-7/+6
Changes from previous: 1.28 Fri Oct 15 13:34:41 BST 2010 - In the test-suite, provide a more explicit report when the scan identity test (display term == term) fails. - The displayTerm==term assertion is now case-insensitive, as it ought always to have been: previously, the test-suite relied on a specific implementaton detail of the test-server, which has recently changed causing extraneous test-suite failures. - Also in the test-suite for scan, remove the test that all title-terms are in the general-term list, an assumption that should never have been made. 1.27 Wed Aug 11 17:13:07 BST 2010 - Support for Index Data build procedures, including making Debian/Ubuntu and Red Hat packages from clean tarballs. - No upstream changes -- packaging only. 1.26 Tue Jun 8 16:43:29 BST 2010 - Tweak the test-suite so that it works correctly on Fedora Core 12 (2.6.31.5-127.fc12.x86_64). For some reason, attempts to connect to a non-existent host can fail with ERROR_TIMEOUT and no addinfo, rather than ERROR_CONNECT and the hostname as addinfo; and the number of terms to request in a scan needs to be explicitly specified in an option. - Add "debclean" target to generated Makefile. - Remove extraneous and misleading old CVS IDs.
2011-11-24Fix build with newer GCCjoerg2-1/+14
2011-11-24Explicitly include sys/select.h for newer GCCjoerg2-1/+14
2011-11-24Start fixing issues with newer GCCjoerg6-1/+67
2011-11-24Add and enable ruby-soap4r.taca1-1/+2
2011-11-24Importing ruby-soap4r (soap4r-ruby1.9) 2.0.3.taca5-0/+697
It is needed by security/opendnssec on Ruby 1.9.x. == soap4r-spox This is a modified version of the soap4r library to work on Ruby versions >= 1.9. The official version can be found {here}[http://dev.ctor.org/soap4r].
2011-11-23Fix build with newer GCCjoerg11-26/+52
2011-11-23Fix unprivileged build. Use SPECIAL_PERMS. Sort PLIST. Bump revision.joerg4-12/+15
2011-11-23Add skype2, reimport skype as skype1abs1-2/+3
2011-11-23Reimported as net/skype1abs4-110/+0
2011-11-23Reimport net/skype as net/skype1 to make it clear it is a very old versionabs4-0/+109
Also while here fix a nasty issue with installing a Linux binary with INSTALL_PROGRAM, and misc pkglint.
2011-11-23Added net/skype21 version 2.1.0.81abs4-0/+105
Skype is a free program that uses P2P technology to bring affordable and high-quality voice communications to people all over the world. This package is specifically for Skype 2.1.x, as from 2.2.x Skype started to use the inotify(7) system call which is not available on some other systems' Linux emulations.
2011-11-23Update to 1.0.29is5-63/+46
No user visible changes - basically, half a patch we had is now in the upstream sources (no more statical initializers using stderr).
2011-11-23Update p5-NetAddr-IP to 4.058.hiramatsu2-7/+6
Changes from previous: 4.058 Fri Nov 11 19:23:11 PST 2011 up rev for documentation update update documentation in InetBase v0.06 4.057 Fri Nov 11 15:04:20 PST 2011 Lite.pm v1.40 add call to InetBase::fillIPv4 to all uses of gethostbyname break out the code in InetBase v0.05 that expands short IPv4 addresses into dotquad format to account for broken BSD implementations of inet_aton and gethostbyname that do not recognize the short format. EXPORT this as sub 'fillIPv4' in Util.pm v1.45, add 'fillIPv4' to calls to gethostbyname to work around broken inet_aton and gethostbyname implementations in certain BSD implementations 4.056 Wed Nov 2 19:15:31 PDT 2011 bump rev to incorporate improved inet_aton in InetBase v0.04 to overcome broken gethostbyname found in NetBSD and OpenBSD 4.055 Fri Oct 28 11:41:22 PDT 2011 in Lite.pm v1.38 patch for bug 71869, issues with Math::BigInt varients 4.054 Thu Oct 27 12:48:55 PDT 2011 In Lite.pm v1.37, remove Calc.pm add detection of early Math::Bigint object structure fix bug 71869 - a failed test routine 4.053 Wed Oct 26 08:52:34 PDT 2011 In Lite.pm v1.36 fix bug #71925. A a sub-varient of #62521 that showed up only for short notation for IPv4. i.e. 127/n, 127.0/n, 127.0.0/n but not 127.0.0.0/n 4.052 Tue Oct 25 16:18:38 PDT 2011 add test in Lite.pm v1.35 for api-version of Math::BigInt to support versions earlier than 1.70, circa Dec 2003. Thanks to Paul Howarth <paul@city-fan.org> for spotting that bug. 4.051 Mon Oct 24 14:44:53 PDT 2011 fix bug 71869 in Lite.pm v1.34 use Math::BigInt::Calc for creating BigInt values and fall back to NetAddr::IP::Calc if Math::BigInt is not present. remove reference to Config{osname} in InetBase.pm v0.03 (Util 1.43) 4.050 Sat Oct 22 01:58:57 PDT 2011 In Lite/Util/lib/NetAddr/IP/Lite/Util/InetBase.pm v0.02 Socket6 prior to version 0.23 does not have AF_INET6 in the EXPORT_OK array, modify InetBase.pm v0.2 to work around this. Add support for Math::BigInt to NetAddr::IP::Lite v1.33 4.049 Sat Oct 15 22:15:10 PDT 2011 Updates to Lite.pm, Util.pm, new module InetBase.pm In Lite v1.32 bug68723, add capability to parse input of the form ->new6(12345,1). This should have been there but was missing. Thanks to Andrei Benea for spotting this. In Util v1.41 add inet_pton, inet_ntop, AF_INET, AF_INET6 modify inet_n2dx and inet_n2ad to recognize the new 128 bit IPv4 format ::FFFF:FFFF:0:0 replace isIPv4 with a pure perl version for portablity split the following into NetAddr::IP::InetBase v0.01 to provide better long term support for IPv6 inet_aton inet_ntoa ipv6_aton ipv6_n2x ipv6_n2d inet_any2n inet_n2dx inet_n2ad inet_ntop inet_pton packzeros isIPv4 isNewIPv4 isAnyIPv4 AF_INET AF_INET6 4.048 Sat Oct 8 01:33:44 PDT 2011 remove debug print statement from Util v1.40 4.047 Thu Oct 6 23:41:42 PDT 2011 really correct missing reference in Util v1.39 doc update only in Lite.pm v1.30 4.046 Thu Oct 6 20:20:33 PDT 2011 DEPRECATED corrected missing reference to inet_4map6 in Util v1.38 4.045 Thu Oct 6 18:23:04 PDT 2011 DEPRECATED updated NetAddr::IP::Util 1.37 addid isAnyIPv4, isNewIPv4, inet_4map6 revised naip_gethostbyname to conform to Perl's gethostbyname output 4.044 Wed May 18 14:47:34 PDT 2011 added missing support for ->compactref(\@list) which is described in the documentation but not implemented. Thanks to Rusty Bourland codebard@gmail.com for spotting this and providing both a patch and test code 4.043 Wed Apr 6 11:31:19 PDT 2011 Update documentation on the use of "adding constants to an IP address". 4.042 Tue Mar 22 15:26:02 PDT 2011 Update Lite.pm v1.27 to encompass treatment of /31 and /127 point-to-point networks as described in RFC 3021 NOTE: for /31's and /127's this changes the behavior of the following methods: first returns the "network" address last returns the "broadcast" address nth index 0 returns "network" addr instead of undef nth index 1 returns "broadcast" addr instead of undef num returns 2 instead of 0 (zero) "old_nth" behavior is unchanged Thanks to Todd Caine todd.caine@gmail.com for pointing this out. 4.041 Tue Mar 8 15:18:16 PST 2011 Updated Lite.pm v1.26, "sub num" to support usable IP ranges greater than 2**32 Thanks to Jan Ploski jan@plosquare.com for finding this bug 4.040 Sat Feb 19 10:04:00 PST 2011 correction to use of Util.pm package lexicals thanks to mishikal@yahoo.com for spotting the bug and to Mark Martinec mark.martinec+ama...@ijs.si for the solution. 4.039 Wed Feb 16 15:48:03 PST 2011 Correct documentation for 'split' methods
2011-11-23Use lang/ruby/json.mk to handle dependency to ruby-json.taca3-6/+14
Bump PKGREVISION since dependency would change with ruby193-base.
2011-11-22Cacti is a complete frontend to rrdtool, it stores all of the necessarytez13-0/+818
information to create graphs and populates them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti handles the data gathering also. There is also SNMP support for those used to creating traffic graphs with MRTG. The Plugin Architecture for Cacti was designed to be both simple in nature and robust enough to allow freedom to do almost anything in Cacti. The Plugin Architecture for Cacti is integrated into this package. (created from wip/cacti by pettai)
2011-11-22add cacti packagetez1-1/+2
2011-11-22Fix issues with newer GCCjoerg13-20/+167
2011-11-22Use fake uuid.pc on Darwin.minskim1-3/+3
2011-11-22Revert last change per joerg@'s objections.shattered1-2/+1
2011-11-22put comments back into the patch fileis1-2/+2
2011-11-22Put comments back into the patch file.is1-1/+6
2011-11-22Bugfix release/patchpettai6-301/+16
o Added checks that the argument to freeaddrinfo is not NULL, avoiding a segmentation fault on Android and possibly other platforms.
2011-11-22icsi-finger 1.0.28 (+ our old patches).is3-27/+20
2011-11-22Remove a data-dependent case of segmentation fault in in.fingerd.is3-14/+17
2011-11-22Update p5-Test-DNS to 0.13.hiramatsu2-7/+6
Changes from previous: 0.13 03.09.11 - only run tests if got $ENV{'AUTHOR_TESTING'} because I'm sick of releases like 0.10 - 0.13. 0.12 24.08.11 - updating dns records information, no functional changes 0.11 29.06.11 - updating dns records information, no functional changes 0.10 18.05.11 - updating dns records information, no functional changes 0.09 15.03.11 - moving to dzil - updating dns records information, no functional changes
2011-11-21Update p5-Data-Stream-Bulk to 0.08.hiramatsu2-7/+6
Change from 0.07. - Fix new warnings in Moose
2011-11-20Recursive bump for graphics/ImageMagick buildlink addition.sbd1-2/+2
2011-11-20Avoid deadlock if FETCH_USING is set to wget or curl and we're buildingshattered1-1/+2
one of them.
2011-11-20Update mikutter to 0.0.4.592.obache2-6/+6
bug fixes.
2011-11-19Fixes PR pkg/45438pettai2-1/+275
2011-11-19Update "wireshark" package to version 1.6.4. Changes since 1.6.3:tron2-6/+6
- Bug Fixes o Patch to fix memory leaks/errors in Lua plugin. (Bug 5575) o Wireshark crashes if a field of type BASE_CUSTOM is applied as a column. (Bug 6503) o Filter Expression dialog can only be opened once. (Bug 6537) o Wireshark crashes if compiled without GLib thread support. (Bug 6540) o 80211 QoS Control: Add Raw TID. (Bug 6548) o SNMP length check error. (Bug 6564) o UCP dissector bug of operation 61. (Bug 6570)
2011-11-18Version 4.3.3 - 2011-10-20pettai2-6/+6
* new setting ftp:use-tvfs (yes, no, auto). * improved ftp path handling for servers without TVFS feature. * improved closure matching, now *.EXT matches URLs ending with ".EXT". * updated man page. * updated translations. * fixed mirror target directory naming. Version 4.3.2 - 2011-09-16 * fixed fish protocol synchronization when ls fails on the server. * fixed torrent shutting down when the tracker fails. * fixed compilation on Solaris.
2011-11-18dnsruby-1.53:pettai3-8/+7
o Validation routine fixes o Ruby 1.9 fixes o Recursor fixes o IPv4 Regex fixes o Fixes for A/PTR lookups with IP-like domain name o TXT and SSHFP processing fixes o Default retry parameters in Resolver more sensible
2011-11-18Update p5-SNMP-Info to 2.06.hiramatsu2-7/+6
Changes from previous: version 2.06 (2011-09-28) [NEW FEATURES] * Support for PacketFront devices in new class L3::PacketFront * Support for Mikrotik devices in new class L3::Mikrotik * Support for HP VirtualConnect switches in new class L2::HPVC * Support for ADSL-LINE-MIB in new class AdslLine [ENHANCEMENTS] * POD clarification on i_speed() munging by Info.pm * Added i_stack_status method that can be used for finding the parent interface for e.g. ADSL interface speed determination [BUG FIXES] * [3344843] Fix returning serial() and os_ver() for web-managable HP switches, introduced by HP/HP4000 class split, reported by J R Binks * [2809033] Put L2-only Cisco blade switches in L3::C6500 * [3408506] Fix uninitialized value in IPv6 when neighbor state is incomplete (Michael Borgelt) version 2.05 (2011-06-23) + Fix broken function call in L2::Aironet + Promote L2::Aruba to L3::Aruba, as Aruba devices can be L3 entities and provide L3 information.
2011-11-18Add missing sysutils/file buildlink.sbd1-2/+3
(Not sure if the buildlink should go in Makefile or Makefile.common because I am unable to test net/mldonkey-gui.) Bump PKGREVISION
2011-11-17Update p5-NetPacket to 1.3.0.hiramatsu2-7/+6
Changes from previous: 1.3.0 2011-11-13 [ENHANCEMENTS] - 'parse_tcp_options()' method added to NetPacket::TCP (patch by Tom Linden) [RT#71320] 1.2.0 2011-07-26 [ENHANCEMENTS] - Add support for Ethernet VLAN (thanks to Kai Chan) 1.1.2 2011-06-20 [BUG FIXES] - Add a INSTALL file 1.1.1 2011-02-07 - Add the new Ethernet types to the export list. (thanks to Sergey, again :-) ) (RT#64799) 1.1.0 2011-01-15 - Add a few Ethernet types. (thanks to Sergey) (RT#64799) 1.0.1 2010-10-19 - Make the example verbatim in pod in NetPacket::UDP (rt#62097) 1.0.0 2010-10-17 - Remove modules NetPacket::ICMPv6, NetPacket::IPv6 and NetPacket::PFLog as the license of the patch clashes with the license of the distribution. (RT#62197) 0.41_0 - Fixed bug 18941 - NetPacket::IP includes trailing trash bytes in $ip->{data} - Fixed bug 7010 - IP flags field lost in IP::encode() - Added Build.PL - Moved history off the README file into this one (Changes) - Moved module structure to /lib - Version now gathered from NetPacket.pm - META.yml added to MANIFEST - Added myself (Yanick) as author - Switched to major.minor.revision version notation 0.43.2 2010-10-11 - Change the COPYRIGHT sections of the pods to match the Artistic 2.0 license. (RT#60954)
2011-11-17Update p5-DNS-ZoneParse to 1.10.hiramatsu2-7/+7
1.10 - Wed Sep 22 2010 - (je) Add ttl_to_int method. - (je) Use the SOA "minimum" field if no other TTL can be found (and be compatible with BIND in doing so).
2011-11-17Fix build problem on NetBSD current, maybe caused by newer gcc.taca2-1/+130
* Avoid to use true as variable name.
2011-11-16BIND 9.6-ESV-R5-P1 is a security patch for BIND 9.6-ESV-R5.spz2-6/+6
* BIND 9 nameservers performing recursive queries could cache an invalid record and subsequent queries for that record could crash the resolvers with an assertion failure. [RT #26590]
2011-11-16BIND 9.7.4-P1 is a security patch for BIND 9.7.4.spz2-6/+6
* BIND 9 nameservers performing recursive queries could cache an invalid record and subsequent queries for that record could crash the resolvers with an assertion failure. [RT #26590]
2011-11-16fix ommission found by gendalia@:spz3-2/+19
df of ptyfs and fdesc is rather not interesting and may lead to false alarms
2011-11-16BIND 9.8.1-P1 is security patch for BIND 9.8.1.spz2-6/+6
* BIND 9 nameservers performing recursive queries could cache an invalid record and subsequent queries for that record could crash the resolvers with an assertion failure. [RT #26590]
2011-11-16fix bugs found by gendalia@:spz4-5/+35
- transition from BBHOME etc to XYMONHOME etc needed to also happen in files/xymon.sh - vmstat on NetBSD has not shown 3 disks in a while already, so vmstat trending for NetBSD clients was off. The disk names that remain are left unchanged since for existing rrds a change would cause failing data submission
2011-11-16Update proftpd to 1.3.3g.obache2-6/+6
1.3.3g - Released 09-Nov-2011 -------------------------------- - Bug 3702 - ProFTPD with mod_sql_mysql dies of "Alarm clock" on FreeBSD. - Bug 3704 - Enable OpenSSL countermeasure against SSLv3/TLSv1 BEAST attacks. To disable this countermeasure, which may cause interoperability issues with some clients, use the NoEmptyFragments TLSOption. - Bug 3711 - Response pool use-after-free memory corruption error.
2011-11-16Add missing devel/readline buildlinks.sbd1-2/+3
Bump PKGREVISIONs
2011-11-16Recursive bump for multimedia/ffmpeg buildlink addition.sbd2-2/+4
2011-11-15Update ISC DHCP packages to 4.2.3.taca2-7/+8
net/isc-dhclient net/isc-dhcp net/isc-dhcpd net/isc-dhcrelay * Update MASTER_SITES. * CHanges: Changes since 4.2.3rc1 - None. Changes since 4.2.2 - Fix the code that checks for an existing DDNS transaction to cancel when removing DDNS information, so that we will continue with the processing if we have a lease even if it doesn't have an outstanding transaction. [ISC-Bugs #24682] - Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding configuration files. [ISC-Bugs #24107] - Add support for passing DDNS information to a DNS server over an IPv6 address. [ISC-Bugs #22647] - Enhanced patch for 23595 to handle IPv4 fixed addresses more cleanly. [ISC-Bugs #23595]
2011-11-15replace mktemp() by mkstemp(), updating net/icsi-finger to 1.0.27nb6is3-5/+26
2011-11-15Use stdlib.h instead of private decls of malloc; remove union wait. Shoulddholland4-8/+72
fix build with newer gcc and maybe also clang.