summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2010-03-08Updating net/p5-Net-Packet from 3.26 to 3.27sno2-11/+6
pkgsrc changes: - Remove big-endian check, big-endian architectures are supported since 3.24 Upstream changes: *** This will probably be the last release. From now on, please use Net::Frame::* modules on CPAN. This framework is obsolete. 3.27 Mon Nov 9 19:19:57 CET 2009 - bugfix: PPPoE packing payload => http://rt.cpan.org/Public/Bug/Display.html?id=51112 - update: copyright notice
2010-03-08Add user-destdir installation support.obache1-3/+6
2010-03-08* set USE_BSD_MAKEFILE=yesobache3-12/+21
* add user-destdir installation support.
2010-03-07Fix default path to auth file.sborrill3-9/+15
Observe PREFIX in istgtcontrol when looking for config file. Bump PKGREVISION
2010-03-07Cast time_t to (long) before printing with %ld.lukem5-8/+76
Fixes random coredumps on NetBSD-current with 64bit time_t. Bump PKGREVISION to 3.
2010-03-06Update py-twisted to 10.0.0.obache4-251/+260
Based on PR#42918 by Wen Heping Pkgsrc changes: * set LICENSE to mit * add handling of plugin cache file Upstream changes: from 8.1.0 to 10.0.0 is too long to put here. please refer: http://twistedmatrix.com/trac/browser/trunk/NEWS
2010-03-03Update from version 1.4.0 to 1.6.4.he2-7/+8
Thanks to Taylor R Campbell for nudge to update, and a patch to do so. Pkgsrc changes: o Add LICENSE=modified-bsd setting Upstream changes (also includes changes from the enclosing "ldns"): 1.6.4 2010-01-20 * Imported pyldns contribution by Zdenek Vasicek and Karel Slany. Changed its configure and Makefile to fit into ldns. Added its dname_* methods to the rdf_* class (as is the ldns API). Changed swig destroy of ldns_buffer class to ldns_buffer_free. Declared ldns_pkt_all and ldns_pkt_all_noquestion so swig sees them. * Bugfix: parse PTR target of .tomhendrikx.nl with error not crash. * Bugfix: handle escaped characters in TXT rdata. * bug292: no longer crash on malformed domain names where a label is on position 255, which was a buffer overflow by one. * Fix ldns_get_rr_list_hosts_frm_fp_l (strncpy to strlcpy change), which fixes resolv.conf reading badly terminated string buffers. * Fix ldns_pkt_set_random_id to be more random, and a little faster, it did not do value 0 statistically correctly. * Fix ldns_rdf2native_sockaddr_storage to set sockaddr type to zeroes, for portability. * bug295: nsec3-hash routine no longer case sensitive. * bug298: drill failed nsec3 denial of existence proof. 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. 1.6.1 2009-09-14 * --enable-gost : use the GOST algorithm (experimental). * Added some missing options to drill manpage * Some fixes to --without-ssl option * Fixed quote parsing withing strings * Bitmask fix in EDNS handling * Fixed non-fqdn domain name completion for rdata field domain names of length 1 * Fixed chain validation with SHA256 DS records 1.6.0 Additions: * Addition of an ldns-config script which gives cflags and libs values, for use in configure scripts for applications that use use ldns. Can be disabled with ./configure --disable-ldns-config * Added direct sha1, sha256, and sha512 support in ldns. With these functions, all NSEC3 functionality can still be used, even if ldns is built without OpenSSL. Thanks to OpenBSD, Steve Reid, and Aaron D. Gifford for the code. * Added reading/writing support for the SPF Resource Record * Base32 functions are now exported Bugfixes: * ldns_is_rrset did not go through the complete rrset, but only compared the first two records. Thanks to Olafur Gudmundsson for report and patch * Fixed a small memory bug in ldns_rr_list_subtype_by_rdf(), thanks to Marius Rieder for finding an patching this. * --without-ssl should now work. Make sure that examples/ and drill also get the --without-ssl flag on their configure, if this is used. * Some malloc() return value checks have been added * NSEC3 creation has been improved wrt to empty nonterminals, and opt-out. * Fixed a bug in the parser when reading large NSEC3 salt values. * Made the allowed length for domain names on wire and presentation format the same. Example tools: * ldns-key2ds can now also generate DS records for keys without the SEP flag * ldns-signzone now equalizes the TTL of the DNSKEY RRset (to the first non-default DNSKEY TTL value it sees) 1.5.1 Example tools: * ldns-signzone was broken in 1.5.0 for multiple keys, this has been repaired Build system: * Removed a small erroneous output warning in examples/configure and drill/configure 1.5.0 Bug fixes: * fixed a possible memory overflow in the RR parser * build flag fix for Sun Studio * fixed a building race condition in the copying of header files * EDNS0 extended rcode; the correct assembled code number is now printed (still in the EDNS0 field, though) * ldns_pkt_rr no longer leaks memory (in fact, it no longer copies anything all) API addition: * ldns_key now has support for 'external' data, in which case the OpenSSL EVP structures are not used; ldns_key_set_external_key() and ldns_key_external_key() * added ldns_key_get_file_base_name() which creates a 'default' filename base string for key storage, of the form "K<zone>+<algorithm>+<keytag>" * the ldns_dnssec_* family of structures now have deep_free() functions, which also free the ldns_rr's contained in them * there is now an ldns_match_wildcard() function, which checks whether a domain name matches a wildcard name * ldns_sign_public has been split up; this resulted in the addition of ldns_create_empty_rrsig() and ldns_sign_public_buffer() Examples: * ldns-signzone can now automatically add DNSKEY records when using an OpenSSL engine, as it already did when using key files * added new example tool: ldns-nsec3-hash * ldns-dpa can now filter on specific query name and types * ldnsd has fixes for the zone name, a fix for the return value of recvfrom(), and an memory initialization fix (Thanks to Colm MacCárthaigh for the patch) * Fixed memory leaks in ldnsd 1.4.1 Bug fixes: * fixed a build issue where ldns lib existence was done too early * removed unnecessary check for pcap.h * NSEC3 optout flag now correctly printed in string output * inttypes.h moved to configured inclusion * fixed NSEC3 type bitmaps for empty nonterminals and unsigned delegations API addition: * for that last fix, we added a new function ldns_dname_add_from() that can clone parts of a dname
2010-03-03DESTDIR support.is1-15/+19
2010-03-02Update samba33 pacakge to 3.3.11.taca4-26/+16
Changes since 3.3.10 -------------------- o Jeremy Allison <jra@samba.org> * BUG 6557: Fix vfs_full_audit. * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments. * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls. * BUG 7067: Fix failing of smbd to respond to a read or a write caused by Linux asynchronous IO (aio). * BUG 7072: Fix unlocking of accounts from ldap. * BUG 7104: "wide links" and "unix extensions" are incompatible. * BUG 7122: Fix reading of large browselist. * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'. * BUG 7155: Valgrind Conditional jump or move depends on uninitialised value(s) error when "mangling method = hash". o Gunther Deschner <gd@samba.org> * BUG 7043: Fix crash bug in "SMBC_parse_path". o Volker Lendecke <vl@samba.org> * BUG 5626: Fix build on AIX. * BUG 5885: Fix bogus ip address in SWAT. * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS server. o Stefan Metzmacher <metze@samba.org> * BUG 7098: Fix results of 'smbclient -L' with a large browse list. * BUG 7170: Fix handling of external domains in setups with one way trusts. o William Jojo <w.jojo@hvcc.edu> * BUG 7052: Fix DFS on AIX (maybe others). o Bo Yang <boyang@samba.org> * BUG 7106: Fix malformed require_membership_of_sid.
2010-03-02+ ruby-rubytterobache1-1/+2
2010-03-02Import ruby18-rubytter-1.0.3 as net/ruby-rubytter.obache4-0/+48
Based on package provided by @anyakichi via twitter. Rubytter is a simple twitter library.
2010-03-02Update tor to 0.2.1.24 per maintainer update request by PR#42911.obache2-6/+6
Changes in version 0.2.1.24 - 2010-02-21 Tor 0.2.1.24 makes Tor work again on the latest OS X -- this time for sure! o Minor bugfixes: - Work correctly out-of-the-box with even more vendor-patched versions of OpenSSL. In particular, make it so Debian and OS X don't need customized patches to run/build. Changes in version 0.2.1.23 - 2010-02-13 Tor 0.2.1.23 fixes a huge client-side performance bug, makes Tor work again on the latest OS X, and updates the location of a directory authority. o Major bugfixes (performance): - We were selecting our guards uniformly at random, and then weighting which of our guards we'd use uniformly at random. This imbalance meant that Tor clients were severely limited on throughput (and probably latency too) by the first hop in their circuit. Now we select guards weighted by currently advertised bandwidth. We also automatically discard guards picked using the old algorithm. Fixes bug 1217; bugfix on 0.2.1.3-alpha. Found by Mike Perry. o Major bugfixes: - Make Tor work again on the latest OS X: when deciding whether to use strange flags to turn TLS renegotiation on, detect the OpenSSL version at run-time, not compile time. We need to do this because Apple doesn't update its dev-tools headers when it updates its libraries in a security patch. - Fix a potential buffer overflow in lookup_last_hid_serv_request() that could happen on 32-bit platforms with 64-bit time_t. Also fix a memory leak when requesting a hidden service descriptor we've requested before. Fixes bug 1242, bugfix on 0.2.0.18-alpha. Found by aakova. o Minor bugfixes: - Refactor resolve_my_address() to not use gethostbyname() anymore. Fixes bug 1244; bugfix on 0.0.2pre25. Reported by Mike Mestnik. o Minor features: - Avoid a mad rush at the beginning of each month when each client rotates half of its guards. Instead we spread the rotation out throughout the month, but we still avoid leaving a precise timestamp in the state file about when we first picked the guard. Improves over the behavior introduced in 0.1.2.17.
2010-02-28Add a gnome option, enabled by default.tonio4-13/+37
Fix PR pkg/42854, applying a similar patch. Remove the dependency on gtk-doc, it wasn't used.
2010-02-28Update filezilla to 3.3.2zafer3-8/+10
Changelog: * *nix: Add support for forward and backward mouse buttons * Speed limits can be re-enabled on SFTP connections * Changed settings did not come into effect unless FileZilla was restarted * Small performance improvements * Spelling fixes * Rebuilt due to timer problems * Speed limits can be quickly set using the menu and a new indicator in the status bar * Display number of bytes transferred and duration of transfer in log * MSW: React to back button of mouse in file lists * Updated blukis icon set * Refactored large parts of the toolbar and menubar code * A race condition in the socket code could lead to crashes * Fix connecting to addresses longer than 15 characters if using SOCKS proxy * Get add to queue in local directory tree context menu working again * Do not open request dialogs if user is holding a mouse button * Forward all Ctrl+Tab key events to tab bar * Do not report SFTP exitcodes that do not originate from the server
2010-02-27Impport dhcpcd-5.2.1 with a quick build fix.roy2-6/+6
2010-02-27Import dhcpcd-5.2.0 with the following changes:roy2-6/+6
* VendorID is now dhcpcd-$version:$OS-$version:$machine:$platform * IPv4LL address range can now be used in DHCP requests * sysctl net.ipv4.conf.$iface.promote_secondaries enabled on Linux This resolves a long standing issue of changing ip on the same subnet. * IPv4LL correctly resets the DHCP timer.
2010-02-27Update msdl to 1.2.7r1.obache2-6/+7
Version 1.2.7-r1. -- msdl * 14th release * bugfix release to delete MSG_NOSIGNAL and added SIGPIPE,SIG_IGN, for more portability.
2010-02-27Reset PKGREVISION.taca1-2/+1
2010-02-26Do not pass down "-I" to the compilerjoerg2-1/+15
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz10-20/+20
2010-02-26Update to 1.24.hannken8-146/+89
The changes in version 1.24 are Security fixes -------------- * Don't reply to invalid cmdmon packets (CVE-2010-0292) * Limit client log memory size (CVE-2010-0293) * Limit rate of syslog messages (CVE-2010-0294) Bug fixes/Enhancements ---------------------- * Support for reference clocks (SHM, SOCK, PPS drivers) * IPv6 support * Linux capabilities support (to drop root privileges) * Memory locking support on Linux * Real-time scheduler support on Linux * Leap second support on Linux * Support for editline library * Support for new Linux readonly adjtime * NTP client support for KoD RATE * Read kernel timestamps for received NTP packets * Reply to NTP requests with correct address on multihomed hosts * Retry name resolving after temporary failure * Fix makestep command, make it available on all systems * Add makestep directive for automatic clock stepping * Don't require _bigadj kernel symbol on NetBSD * Avoid blocking read in Linux RTC driver * Support for Linux on S/390 and PowerPC * Fix various bugs on 64-bit systems * Fix valgrind errors and compiler warnings * Improve configure to support common options and variables * Improve status checking and printing in chronyc * Return non-zero exit code on errors in chronyc * Reduce request timeout in chronyc * Print estimated offset in sourcestats * Changed chronyc protocol, incompatible with older versions Reviewed by: Joerg Sonnenberger <joerg@netbsd.org>
2010-02-25I had libsoup24-2.26.3 installed which was good enough, but I didn'treed1-2/+3
have any gnome-keyring so I get this error: ===> Creating toolchain wrappers for gst-plugins0.10-soup-0.10.18 ERROR: gnome-keyring>=0.4.0 is not installed; can't buildlink files. *** Error code 1 My workaround is to abuse the BUILDLINK_API_DEPENDS to: BUILDLINK_API_DEPENDS.libsoup24+= libsoup24>=2.28.0 (where that version is when the include of gnome-keyring was added)
2010-02-24Fix RCS ID.joerg1-1/+1
2010-02-24This is mostly a bugfix release that solves several reported issues.drochner2-7/+7
In addition, the program now features a generic downloader that attempts to work with any unknown URL the user provides, and appears to work with several sites in tests.
2010-02-24Update msdl to 1.2.7.obache2-6/+6
Version 1.2.7. -- msdl * 13th release * -a inf for infinite download retries. $ msdl -a inf rtsp://foo.com/bar.wma * mmsh resumeing (partly) supported Still cannot resume in some cases, but mmsh resume support added. * mmst to mmsh auto fallback added. if mmst fails to connect, it automatically tries mmsh. * added check on fwrite() * fixed possible memory leaks which happens when --logfile a --logfile b etc. * msdl.spec added, for rpm systems. the "msdl.spec" file was originally created by Mr.Zidlicky. Thanks.
2010-02-23update irrd to version 2.3.9spz14-111/+337
fixes PR pkg/36813, PR pkg/38002, and the still relevant parts of pkg/36811 (IPv6 is no longer optional)
2010-02-20Add & enable p5-Test-TCPseb1-1/+2
2010-02-20Initial import of p5-Test-TCP version 0.16 in the NetBSD Packagesseb3-0/+30
Collection. The Perl 5 module Test::TCP provides test utilities for TCP/IP program.
2010-02-20Add & enable p5-Test-DNSseb1-1/+2
2010-02-20Initial import of p5-Test-DNS version 0.07 in the NetBSD Packagesseb3-0/+33
Collection. The Perl 5 module allows you to run tests which translate as DNS queries. It's simple to use and abstracts all the difficult query checks from you.
2010-02-20Update sipcalc from version 1.1.4 to version 1.1.5.seb2-6/+6
Upstream changes: Mon Jul 20 22:38:14 CET 2009 * Compilation fix for GCC 4.4, patch from Artem Zolochevskiy. * Compilation fix Sun Studio 11 on Solaris 8 x86, patch from Ian Dickinson. * Version 1.1.5
2010-02-19Fix ownership. Bump revision.joerg2-5/+6
2010-02-19Fix ownership. Bump revision.joerg3-6/+6
2010-02-19Bump revision for last change. Should read: Fix ownership.joerg1-1/+2
XXX why is a directory owned by nobody and writeable?
2010-02-19*** empty log message ***joerg1-2/+2
2010-02-19Fix config file ownership.joerg1-3/+3
2010-02-19Create directories for root.joerg1-5/+6
XXX 0777 as permission feels very wrong
2010-02-19Fix DESTDIR supportjoerg1-3/+8
2010-02-19Regen.joerg1-1/+2
2010-02-19Allow unprivileged installation.joerg1-0/+25
2010-02-19Fix FreeBSD build. PR pkg/33224asau2-1/+16
2010-02-18if xymonclient isn't safe for make-jobs, xymon won't be either, sospz1-1/+2
set MAKE_JOBS_SAFE=NO here too
2010-02-18a irreproducible error report suggests MAKE_JOBS_SAFE=NO should be setspz1-1/+2
2010-02-18Really bump PKGREVISION. Noted by dieter roelants via private mail.taca1-2/+2
2010-02-17Fix a PLIST problem noted by wiz@.taca1-2/+2
This time, I won't bump PKGREVISION, hoping no binary pacakge would be created in this small time span.
2010-02-17Fix PLIST problem when winbind PKG_OPTION isn't enabled.taca2-6/+7
Bump PKGREVISION to prevent broken binary package.
2010-02-16Update pear-Net_LDAP2 pacakge to 2.0.8 applying patch og PR pkg/42826taca4-7/+24
from Wen Heping. * Fixed Bug #16940 (Net_LDAP2::startTLS should ignore errors before ldap_start_tls() being called) * Fixed Bug #17023 (improper handling of wrapped lines in LDIF files) * Fixed Bug #17057 (problem with parsing certain NOT-Filters) An indentation change in DESCR, too.
2010-02-16Add and enable samba33.taca1-1/+2
2010-02-16Importing Samba 3.3.10 as net/samba33.taca27-0/+1734
This isn't latest release, but diffrence from current package is minimal supported release. Since changes are too huge to write here, please refer each release notes: http://www.samba.org/samba/history/ And this pacakge already contain fix for CVE-2009-3297.
2010-02-16Set LICENSE.wiz1-1/+2