summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2011-12-26Update mikutter to 0.0.4.622.obache2-6/+6
bug fix.
2011-12-25Build has been broken by default on IPv6-capable systems since theschmonz2-13/+14
inet6 option was added. Comment out the option for now; if you want IPv6, uncomment and turn off other conflicting options. Addresses PR pkg/45358. While here, update to the latest version of the patch. No PKGREVISION bump needed.
2011-12-22net/ettercap-NG: Fix gentoo ltmain sanity check bugmarino2-4/+13
2011-12-22net/ed2k-gtk-gui: Add indirectly linked libraries to LDFLAGS for ld v2.22marino1-1/+2
2011-12-22net/clisp-rawsock: Needs gettext-lib buildlinkmarino1-1/+2
2011-12-22Surprise, surprise: there are architectures where in_addr_t is not u_long.is3-5/+95
Without this fix, tcptraceroute would try to reach or source 0.0.0.0 always on big-endian LP64 architectures.
2011-12-21Add missing PLIST entries from last update.tez1-1/+14
2011-12-21No reason to build this with gmake, so don't; this allows patching itdholland3-4/+18
to be MAKE_JOBS_SAFE.
2011-12-21Remove DEPENDS for sqlite3 -- it is pulled in by sqlite3/bl3.mk anyway,wiz1-3/+2
and that does look at builtin implementations. Bump PKGREVISION.
2011-12-21Remove -Werror, code is not clean enough for gcc-4.5.wiz1-1/+4
2011-12-21Fix build with gcc-4.5.wiz2-1/+17
2011-12-21Fix pkglint warning.wiz1-2/+3
2011-12-21Fix build with gcc-4.5.wiz2-4/+13
2011-12-20security update to 0.8.7i (with Plugin Architecture version 3.1)tez2-15/+7
bug#0001963: Bandwidth summation "total in" and "total out" are always 0 bug#0002040: ICMP ping errors for Windows 7 with PHP 5.3 bug#0002062: Multiple security vulnerabilities bug#0002063: Multiple value poller output incorrectly interpreted as hexadecimal value bug#0002064: Removing "~" (tilde) by sanitize_uri() conflicts with Apache UserDir translation bug#0002066: Graph without host id "Notice: Undefined variable: host_id" bug#0002067: Custom time range filter not working bug#0002068: Missing header include in analyze_database.php bug#0002071: MySQL table poller_item is dropped always when "Data Input Method" is changed or added. bug#0002079: Using input field of a script in graph title does not work bug#0002080: Database password containing "@" does not connect bug#0002083: Adding a new users generates errors in apache logs bug#0002084: Incorrect normalization of hrStorageTable values over 2^31 bug#0002086: Incorrect usage of mysql custom tcp port bug#0002087: PHP recache problems due to missing slashes in reindex table bug#0002093: Unit exponent value of 0 not imported with graph template bug#0002094: CDEF: "another cdef" references not included in template export bug#0002106: Command line add device does not accept "None" for host template bug: Update host template cli script help to fix incorrect options bug: Refresh of Cacti log viewer not working bug: Problems saving User Graph Permissions in IE9 bug: Bandwidth summation fails if NAN values are present bug: Special Type Code "host_id" available in Data Queries by Not Data Input Methods bug: Do not generate error messages when creating non host based graphs bug: Wrong index used for Data Queries using VALUE/REGEXP bug: Fix issue with title variable replacement failing when no host is associated with graph bug: Cacti generating MySQL 1100 Errors when modifying the tree bug: Resolved "Fatal error: Cannot use string offset as an array" in lib/data_query.php feature: Properly support ifHighSpeed replacement variable feature: Increase granularity of availability options to correct spine bug feature: Replace "event count" with last changed date for host availability
2011-12-20Unbound 1.4.14:pettai2-6/+6
Features: * Makefile changed for BSD make compatibility. * dns over ssl support as a client, ssl-upstream yes turns it on. It performs an SSL transaction for every DNS query. * dns over ssl support as a server, ssl-service-pem and ssl-service-key files can be given and then TCP queries are serviced wrapped in SSL. * lame-ttl and lame-size options no longer exist, it is integrated with the host info. They are ignored (with verbose warning) if encountered to keep the config file backwards compatible. * TCP-upstream calculates tcp-ping so server selection works if there are alternatives. * Unbound probes at EDNS1480 if there an EDNS0 timeout. Bug Fixes: * Fix for VU#209659 CVE-2011-4528: Unbound denial of service vulnerabilities from nonstandard redirection and denial of existence http://www.unbound.net/downloads/CVE-2011-4528.txt * Fix for tcp-upstream and ssl-upstream for if a laptop sleeps, causes SERVFAILs. Also fixed for UDP (but less likely). * Fix quartile time estimate, it was too low. * Fix double free in unbound-host. * fix -flto detection on Lion for llvm-gcc. * [bugzilla: 416 ] Infra cache stores information about ping and lameness per IP, zone. * [bugzilla: 415 ] Fix resolve of partners.extranet.microsoft.com with a fix for the server selection for choosing out of a (particular) list of bad choices. * Fix make_new_space function so that the incoming query is not overwritten if a jostled out query causes a waiting query to be resumed that then fails and sends an error message. * fix unbound-anchor for broken strptime on OSX lion, detected in configure. * Detect if GOST really works, openssl1.0 on OSX fails. * Implement ipv6%interface notation for scope_id usage. * better documentation for inform_super. * Fix for out-of-memory condition in libunbound. * Fix --enable-allsymbols, it depended on link specifics of the target platform, or fptr_wlist assertion failures could occur. * updated contrib/unbound_munin_ to family=auto so that it works with munin-node-configure automatically. * Fix classification of NS set in answer section, where there is a parent-child server, and the answer has the AA flag for dir.slb.com. * [bugzilla: 408 ] accept patch from Steve Snyder that comments out unused functions in lookup3.c. * fix various compiler warnings. * max sent count. EDNS1480 only for rtt < 5000. No promiscuous fetch if sentcount > 3, stop query if sentcount > 16. Count is reset when referral or CNAME happens. This makes unbound better at managing large NS sets, they are explored when there is continued interest (in the form of queries). * remove uninit warning from cachedump code. * Fix parse error on negative SOA RRSIGs if badly ordered in the packet. * fix infra cache comparison. * Fix to constrain signer_name to be a parent of the lookupname. * robust checks for next-closer NSEC3s. * iana portlist updated. (Ok'ed by wiz@)
2011-12-19mount.cifs and umount.cifs were removed along with configure option.asau2-11/+3
This fixes packaging and installation on Linux.
2011-12-19Use time_t to call time().dholland2-1/+36
2011-12-18Needs curses, not termcap. Doesn't build, so no revbump.dholland1-2/+2
2011-12-17Change default PKGNAME scheme for PECL packages.obache1-1/+2
Drop ${PHP_BASE_VARS} from PKGVERSION by default. It used to be required to support multiple php version. But after PHP version based ${PHP_PKG_PREFIX} was introduced, such trick is not required anymore. In addition to this, such version name schme invokes unwanted version bump when base php version is bumped, plus, such version scheme is hard to use for DEPENDS pattern. To avoid downgrading of package using such legacy version scheme, PECL_LEGACY_VERSION_SCHEME is introduced. If it is defined, current version scheme is still used for currently supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS}, current fixed PHP base version in pkgsrc is used to avoid unwanted version bump from update of PHP base package. With newer PHP (54, or so on), new version scheme will be used if it is defined. This trick will not be required and should be removed after php5 and php53 will be gone away from pkgsrc.
2011-12-17update to 0.2.2.35drochner2-6/+6
changes: -fixes a critical heap-overflow security issue (CVE-2011-2778) -more fixes, mostly affecting hidden services and relays
2011-12-17Add missing mk/termcap buildlink.sbd1-2/+3
Bump PKGREVISION
2011-12-17Add missing mk/curses buildlink.sbd1-1/+3
Bump PKGREVISION
2011-12-17Add missing mk/termcap buildlink.sbd3-9/+17
Respect LDFLAGS Bump PKGREVISION
2011-12-17If using fetch in FETCH_USING then fetch and libfetch cannot use checkperms.sbd2-2/+12
2011-12-16Update to Samba 3.5.12asau3-8/+8
This is the latest stable release of Samba 3.5. Major enhancements in Samba 3.5.12 include: o Fix race condition in Winbind (bug 7844). o The VFS ACL modules are no longer experimental but production-ready. See full release notes at http://www.samba.org/samba/history/samba-3.5.12.html
2011-12-16Update to Samba 3.6.1asau10-147/+110
Major enhancements in Samba 3.6.1 include: o Fix smbd crashes triggered by Windows XP clients (bug #8384). o Fix a Winbind race leading to 100% CPU load (bug #8409). o Several SMB2 fixes. o The VFS ACL modules are no longer experimental but production-ready. Full release notes at http://www.samba.org/samba/history/samba-3.6.1.html Major enhancements in Samba 3.6.0 include: - Changed security defaults: client ntlmv2 auth = yes client use spnego principal = no send spnego principal = no - SMB2 support (fully functional with one omission) - Internal Winbind passdb changes - New Spoolss code - ID Mapping Changes - Endpoint Mapper - Internal restructuring - SMB Traffic Analyzer (http://holger123.wordpress.com/smb-traffic-analyzer/) - NFS quota backend on Linux Full release notes at http://www.samba.org/samba/history/samba-3.6.0.html
2011-12-16Add support for Solaris as a target.fhajny2-3/+9
Make rc.d script optional in PLIST.
2011-12-16Remove accidentaly resurrected patches.asau2-26/+0
2011-12-16Update to Samba 3.5.11 from net/samba35, part of Samba packages rearrangement.asau56-1797/+941
2011-12-16Update p5-Net-Jifty to 0.14.hiramatsu2-7/+7
Change from previous: --------------------- 0.14 3 Jan 2011 Bump to Encode 2.41 to fix a test issue with encoded periods (Sartak)
2011-12-16Somebody sent patches upstream to use the -current prerelease libquota APIdholland2-2/+64
(such as it is) -- correct it for necessary changes. Closes PR 45714. Note: this will break again in a few days when that API is removed...
2011-12-15+ samba30asau1-1/+2
2011-12-15Adjust path for buildlink.asau12-583/+8
Use common files from net/samba just like other Samba packages do.
2011-12-15Reimport Samba 3.0.37 from net/samba as net/samba30 as part of Samba ↵asau55-0/+2912
packages rotation.
2011-12-15Update ruby-snmp package to 1.1.0.taca3-11/+89
== Changes Changes for version 1.1.0: * Added MIB support to ObjectId and Varbind, so that to_s can return symbolic information * Added to_str method to ObjectId to return a numeric OID string (old to_s behavior) * TrapListener can now support multiple community strings Changes for version 1.0.4: * New option handling and added lower-case versions of all options * Added SNMP::VERSION constant * Experimental support for IPv6 * Removed support for installation with setup.rb
2011-12-15Update ruby-net-ping package to 1.5.2.taca2-6/+6
== 1.5.2 - 4-Nov-2011 * The Net::Ping::HTTP class now defaults to using HEAD instead of GET for its ping test. You can alter this via the get_request accessor. Thanks got to Balazs Kutil for the patch. * Added the ssl_verify_mode accessor to the Net::Ping::HTTP class, which defaults to VERIFY_NONE. This fixes possible warnings resulting from missing SSL certificates when using https. Thanks go to Balazs Kutil for the patch.
2011-12-15Update ruby-amqp pacakge to 0.8.4.taca3-11/+15
* Some parts are splited to another package (ruby-amq-client and ruby-amq-protocol). * Update DESCR.
2011-12-15Add and enable ruby-amq-client and ruby-amq-protocol.taca1-1/+3
2011-12-15Importing net/ruby-amq-client package version 0.8.7.taca4-0/+188
(This is required by new ruby-amqp package.) amq-client is a fully-featured, low-level AMQP 0.9.1 client that runs on Ruby 1.8.7, 1.9.2, REE, Rubinius and JRuby. It's sweet spot is in serving as foundation for higher-level, more opinionated AMQP libraries. It can be used directly by applications code when performance and access to advanced AMQP protocol features is more important that API convenience.
2011-12-15Importing net/ruby-amq-protocol pacakge version 0.8.4.taca4-0/+65
(This is required by new ruby-amqp package. amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an AMQP client: amq-protocol only handles serialization and deserialization. If you want to write your own AMQP client, this gem can help you with that.
2011-12-15Update p5-Net-GitHub to 0.30.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.30 2011.08.27 - Default to GET method if we've no data to POST (Lubomir Rintel) - repository update (Lubomir Rintel) - Slow down with requests if we're approaching the rate limit (Lubomir Rintel) - Make it possible to turn API errors into exceptions (Lubomir Rintel) 0.29 2011.05.07 always_Authorization for private respo 0.28 2011.03.06 use official GitHub API request instead of screen-scraping for 'comments' issues by spang (Christine Spang) 0.27 2011.02.17 requires HTTP::Request::Common; (RT 65787 by JQUELIN) 0.26 2011.01.20 fix Makefile.PL 0.25 2011.01.19 partial implementation of Pull Request API (doy) 0.24 2011.01.01 Organizations API (fayland) update Auth to 'Basic Auth' (fayland) 0.23 2010.11.04 Moose has deprected 'excludes', '-excludes' is preferred (datamuc)
2011-12-14add rc.d script, bump pkgrevisionabs5-23/+41
2011-12-14Fix stale/missing config filefhajny1-0/+0
2011-12-14Use Bash as interpretter in scripts properlyfhajny1-2/+5
2011-12-14Updated net/rabbitmq to 2.7.0.fhajny8-21/+118
Major changes: * Order preservation of re-queued messages * Plugins included with server * "amqp" URI client connection * Performance improvements See full changelog: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111109/116e9fd4/attachment.txt
2011-12-14Update COMMENT.shattered1-2/+2
2011-12-14Regenerate diffs for GNU patch.sbd2-9/+8
2011-12-13Update p5-Net-CIDR-Lite to 0.21.hiramatsu2-7/+7
Changes from previous: ---------------------- 0.21 Wed Mar 28 14:34:18 2007 - Fix RT Tickets: - 14535: Fix spanner clean() docs (reported by carbon at pobox.com). - 25898: Undef dereference with empty object (patch by Adam Tomason). - 30777: Add short_list_range() method (patch by Josef Kutej). - 48308: clean() or list() before add() causes error (reported by David Cawley). - 50042: spanner add() did not accept non-object (patch by Tomo.M). - 52571: "::" not accepted as valid IPv6 address (reported by Tim Wilde).
2011-12-11Accomodate C++ language drift. Fixes build with gcc 4.5.dholland2-1/+17
2011-12-11Update isc-dhcp4 package to 4.2.3p1 (4.2.3-P1).taca2-8/+10
It implicitly update isc-dhclient4, isc-dhcpd4 and isc-dhcrelay4 to 4.2.3p1. Changes since 4.2.3 ! Add a check for a null pointer before calling the regexec function. Without out this check we could, under some circumstances, pass a null pointer to the regexec function causing it to segfault. Thanks to a report from BlueCat Networks. [ISC-Bugs #26704]. CVE: CVE-2011-4539