summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2011-09-03Update wpa_supplicant and wpa_gui to 0.7.3. Fix PR/40379 (recent libpcapshattered5-13/+31
ships pcap/bpf.h which does not define BIOCIMMEDIATE).
2011-09-03Rename own dprintf function to avoid conflicting with POSIX.1-2008 dprintf(3).obache1-1/+10
fixes PR pkg/45325.
2011-09-02Several changes rolled into one:he9-62/+477
o Wedge in DESTDIR support. This is a little tricky since the installation procedure wants to run scotty to parse and dump the MIB files, and this needs to be done in DESTDIR. Therefore we use the post-install target, to fix things up before packaging and the real install. o Fix the "dns" functionality not to use _res, since this program is linked with libpthread that won't work on NetBSD (aborts the program). Though the modified version still uses a global static variable. o Add comments to all the patch files. o Eliminate use of ${WRKSRC}/.., since pkglint objects to it. Instead use BUILD_DIRS and CONFIGURE_DIRS. o Add a LICENSE setting, 2-clause-bsd appears most similar. o Bump PKGREVISION for the above changes.
2011-09-01Update bind98 package to 9.8.1.taca5-16/+32
pkgsrc change: add a patch to fix build problem with some PKG_OPTIONS, such as "ldap". New Features 9.8.1 * Added a new include file with function typedefs for the DLZ "dlopen" driver. [RT #23629] * Added a tool able to generate malformed packets to allow testing of how named handles them. [RT #24096] * The root key is now provided in the file bind.keys allowing DNSSEC validation to be switched on at start up by adding "dnssec-validation auto;" to named.conf. If the root key provided has expired, named will log the expiration and validation will not work. More information and the most current copy of bind.keys can be found at http://www.isc.org/bind-keys. *Please note this feature was actually added in 9.8.0 but was not included in the 9.8.0 release notes. [RT #21727] Security Fixes 9.8.1 * If named is configured with a response policy zone (RPZ) and a query of type RRSIG is received for a name configured for RRset replacement in that RPZ, it will trigger an INSIST and crash the server. RRSIG. [RT #24280] * named, set up to be a caching resolver, is vulnerable to a user querying a domain with very large resource record sets (RRSets) when trying to negatively cache the response. Due to an off-by-one error, caching the response could cause named to crash. [RT #24650] [CVE-2011-1910] * Using Response Policy Zone (RPZ) to query a wildcard CNAME label with QUERY type SIG/RRSIG, it can cause named to crash. Fix is query type independant. [RT #24715] * Using Response Policy Zone (RPZ) with DNAME records and querying the subdomain of that label can cause named to crash. Now logs that DNAME is not supported. [RT #24766] * Change #2912 populated the message section in replies to UPDATE requests, which some Windows clients wanted. This exposed a latent bug that allowed the response message to crash named. With this fix, change 2912 has been reduced to copy only the zone section to the reply. A more complete fix for the latent bug will be released later. [RT #24777] Feature Changes 9.8.1 * Merged in the NetBSD ATF test framework (currently version 0.12) for development of future unit tests. Use configure --with-atf to build ATF internally or configure --with-atf=prefix to use an external copy. [RT #23209] * Added more verbose error reporting from DLZ LDAP. [RT #23402] * The DLZ "dlopen" driver is now built by default, no longer requiring a configure option. To disable it, use "configure --without-dlopen". (Note: driver not supported on win32.) [RT #23467] * Replaced compile time constant with STDTIME_ON_32BITS. [RT #23587] * Make --with-gssapi default for ./configure. [RT #23738] * Improved the startup time for an authoritative server with a large number of zones by making the zone task table of variable size rather than fixed size. This means that authoritative servers with lots of zones will be serving that zone data much sooner. [RT #24406] * Per RFC 6303, RFC 1918 reverse zones are now part of the built-in list of empty zones. [RT #24990]
2011-08-30PR pkg/45300 net/netatalk patch-at seems brokenbouyer3-10/+10
Don't seteuid() to a gid. Always pass the uid in addition to the quota id to getfreespace() so we can properly seteuid(). bump PKGREVISION
2011-08-29Add pkg-config and libtool dependencies.wiz1-1/+3
2011-08-29Add comment to patch.wiz2-3/+5
2011-08-29Fix format strings and clang build.dholland2-4/+6
2011-08-29Allow mDNSResponder to build on FreeBSD 8.2.riz2-12/+26
2011-08-27Update mikutter to 0.0.3.485.obache2-6/+6
* Image Preview: fix open failer with multi-line HTML tag. * Image Preview: enable to force extracting short URL. * With Ruby 1.8.7: fix crash at right-click on tweets contains URL. * With Ruby 1.8.7: fix rare crash at connection timeout. * fix rare crash at extracting bit.ly URL. * improve URL extracting speed.
2011-08-25+flickcurljakllsch1-1/+2
2011-08-25Add flickcurl-1.21jakllsch6-0/+138
Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and decoding responses. It uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. Flickcurl supports all of the API including the functions for photo/video uploading, browsing, searching, adding and editing comments, groups, notes, photosets, categories, activity, blogs, favorites, places, tags, machine tags, institutions, pandas and photo/video metadata. It also includes a program flickrdf to turn photo metadata, tags, machine tags and places into an RDF triples description.
2011-08-23Recursive bump from gdbm shlib bump.obache12-21/+24
2011-08-21update mDNSResponder-nss to 258.14 (matches mDNSResponder version)jmcneill2-7/+7
2011-08-21Be a bit nicer to broken GCC array boundary checks.joerg1-12/+14
2011-08-21Update to 0.2.19:wiz3-8/+7
0.2.19 Fri Aug 05 2011 Toni Gundogdu Fixes: Webscripts - ted.lua: attempt to index local 's' (#65) - youtube.lua: no match: fmt_url_map (#63) - Thanks to Zefram <zefram@fysh.org> for the patch - funnyordie.lua: no match: flv url (#64)
2011-08-20Fix C99 vs GNU89 inline messjoerg2-1/+15
2011-08-20Update mikutter to 0.0.3.472.obache2-6/+6
Fixes * With Ruby 1.8.7, crash with right click at tweet contains URL. * on scroll timeline top to down, accidently auto scroll-up once. * Not mute for various notify. * rare crash at refresh timeline. * user information may be old one. * rare crash at timeout.
2011-08-20Update php-yaz package to 1.1.1.taca2-7/+6
1.1.0 - Update for YAZ version 4 1.1.1 - Avoid deprecated Zend API. - Fixes for Windows compilation.
2011-08-20Update pear-Net_Sieve package to 1.3.2.taca2-6/+6
1.3.2: Release date: 2011-08-06 23:05 UTC Release state: stable Changelog: * Fix referrals if host data or user credentials are passed to connect() and login() instead of the constructor (Aleksander Machniak, Bug #17107). 1.3.1: Release date: 2011-08-06 01:56 UTC Release state: stable Changelog: * Query capabilities again after successful authentication (Jesse Crawford, Request #18382). * Escape quotes and backslashes in script names, and use literal strings for script names with non-ASCII characters (Aleksander Machniak, Bug #16691). * Work around broken STARTTLS behavior in Cyrus versions before 2.3.10 (Aleksander Machniak, Bug #18241). * Improve string literal parsing (Aleksander Machniak, Bug #18228).
2011-08-20Update pear-Net_SMTP package to 1.6.1.taca2-6/+6
Net_SMTP 1.6.1: Release date: 2011-08-13 19:06 UTC Release state: stable Changelog: - Fixing the detection of SASL-based AUTH methods. (Bug #18594)
2011-08-20Fixes builtin openssl detection, same as ldns.obache1-1/+5
Bump PKGREVISION.
2011-08-20Fixes builtin openssl version detection.obache1-2/+5
(it was committed accidently in rev1.10 with wip state). Bump PKGREVISION.
2011-08-18Update p5-Net-Amazon to 0.60.obache2-7/+6
Revision history for Perl extension Net::Amazon: 0.60 (08/01/2011) (cb) Fix the page and max_pages parameter to correctly fetch the specified number of pages, and start at the correct offset. Reported as rt 69201. (cb) Add a method to get similar products. Patch submitted by Jennifer. (cb) Push from cpanservice: Small dist maintenance. Please use latest ExtUtils::MakeMaker for release.
2011-08-18Fix broken destdirization. (hi joerg)dholland5-21/+149
For some reason the "Checking for work-directory references" test didn't catch the fact that ${DESTDIR}${LIBDIR} was being compiled into the main binary as its library search path. Noted by moof. PKGREVISION -> 7
2011-08-17Update mikutter to 0.0.3.460.obache2-6/+6
Added * resolve short URL recursively.
2011-08-16Drop Module::Build requirements, default dependency is sufficient.obache1-2/+1
2011-08-14Revision bump after updating perl5 to 5.14.1.obache91-161/+182
2011-08-12Update net/ruby-amqp package to 0.7.4.taca3-8/+15
Here is partial changes: = Version 0.7.2 * [BUG] Server-named queues declared en masse now get their unique names instead of all beign assigned the first generated name * [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB * [BUG] Queue#reset leaks consumer tags [#40].
2011-08-12Fix buildling on Mac OS X 10.7adam2-3/+13
2011-08-10Update bind97 package to 9.7.4.taca3-9/+10
For full changes, please refer: ftp://ftp.isc.org/isc/bind9/9.7.4/RELEASE-NOTES-BIND-9.7.4.html New Features 9.7.4 * A new test has been added to check the apex NSEC3 records after DNSKEY records have been added via dynamic update. [RT #23229] * Added a tool able to generate malformed packets to allow testing of how named handles them. [RT #24096] Security Fixes 9.7.4 * named, set up to be a caching resolver, is vulnerable to a user querying a domain with very large resource record sets (RRSets) when trying to negatively cache the response. Due to an off-by-one error, caching the response could cause named to crash. [RT #24650] [CVE-2011-1910] * Change #2912 (see CHANGES) exposed a latent bug in the DNS message processing code that could allow certain UPDATE requests to crash named. [RT #24777] [CVE-2011-2464] Feature Changes 9.7.4 * Merged in the NetBSD ATF test framework (currently version 0.12) for development of future unit tests. Use configure --with-atf to build ATF internally or configure --with-atf=prefix to use an external copy. [RT #23209] * Added more verbose error reporting from DLZ LDAP. [RT #23402] * Replaced compile time constant with STDTIME_ON_32BITS. [RT #23587]
2011-08-10Update bind96 pacakge to 9.6.3.1.ESV.5 (9.6-ESV-R5).taca3-9/+10
For full changes, please refer: ftp://ftp.isc.org/isc/bind9/9.6-ESV-R5/RELEASE-NOTES-BIND-9.6-ESV.html New Features 9.6-ESV-R5 * Added a tool able to generate malformed packets to allow testing of how named handles them. [RT #24096] Security Fixes 9.6-ESV-R5 * named, set up to be a caching resolver, is vulnerable to a user querying a domain with very large resource record sets (RRSets) when trying to negatively cache the response. Due to an off-by-one error, caching the response could cause named to crash. [RT #24650] [CVE-2011-1910] * Change #2912 populated the message section in replies to UPDATE requests, which some Windows clients wanted. This exposed a latent bug that allowed the response message to crash named. With this fix, change 2912 has been reduced to copy only the zone section to the reply. A more complete fix for the latent bug will be released later. [RT #24777] Feature Changes 9.6-ESV-R5 * Merged in the NetBSD ATF test framework (currently version 0.12) for development of future unit tests. Use configure --with-atf to build ATF internally or configure --with-atf=prefix to use an external copy. [RT #23209] * Added more verbose error reporting from DLZ LDAP. [RT #23402] * Replaced compile time constant with STDTIME_ON_32BITS. [RT #23587]
2011-08-09Update to 1.12.1ryoon2-6/+6
Changelog: aria2 1.12.1 ============ Release Note ------------ This release adds RFC 6249 Metalink/HTTP support. Current implementation only uses rel=duplicate links. --enable-direct-io option was deprecated because of performance issue. Since recent GnuTLS uses libnettle as default instead of libgcrypt, this release added initialization code for libgcrypt. Changes ------- * Initialize libgcrypt. We relied initialization of libgcrypt on gnutls_global_init(), but recent change in gnutls, which changes default crypto backend from libgcrypt to libnettle, leaves libgcrypt uninitialized if it uses libnettle as backend(and this is likely because libnettle is chosen by default). To fix this issue, we simply initialize libgcrypt on our own. * Throw exception with error message if gnutls_global_init() failed. * Implemented Metalink/HTTP. Link header fields from first Metalink server is utilized as described in rfc6249. We only set digest from Digest header field to DownloadContext only when PieceStorage is not initialized(in other words, before file size is known). After PieceStorage is initialized, Digest header field is used to check the value is the same in digest in DownloadContext. Current implementation only handles rel=duplicate. * Remove Metalink content-type after first server response. We don't accept Metalink content-type after first server response. * Updated Russian translation of aria2 man page. Thanks to ITriskTI for translation. * Fixed the bug due to dangling pointers in RequestGroup. RequestGroup holds a poitner to btRuntime_ and peerStorage_. After removing them from BtRegistry, we failed to set 0 to them. When program access them, it goes undefined world, such as random crash. We found this bug when pasuing download and valgrind warned memory corruption. * Added log message to clarify error for BitTorrent server socket. * Added #deprecated help tag. * Removed deprecated options: --enable-xml-rpc, --xml-rpc-listen-all, --xml-rpc-listen-port, --xml-rpc-max-request-size, --xml-rpc-user, --xml-rpc-passwd. * Removed use of O_DIRECT because of performance issue. Deprecated --enable-direct-io option. * Increased the maximum number of in-flight request in BitTorrent. * Added --log option to aria2rpc
2011-08-07Add required tools to USE_TOOLS, pkglint fixes, approved by wiz@cheusov2-5/+7
2011-08-07Update mikutter to 0.0.3.456.obache2-6/+6
* Added * speed up MIKU Lang * add `open URL' mikutter command * Fixed * fail to start with no full color environment * with UserStream, follow notification will be risen twice per one person * not work configuration `up FAVed tweet on TL' * crash if removed a tweet from TL in getting in_reply_to_status of the tweet.
2011-08-06Fix for PR 43145 (build failure on Linux).cheusov4-1/+43
2011-08-06Update "mrtg" package to version 2.17.2. Changes since version 2.16.4:tron4-14/+38
- can not replace a file by renaming another to its name under WIN32 fix in rateup #104 - Fix scaling when noo and noi options are used. fix for #95 - Stop staticly linking rateup. fix for #97 - Only set LD_RUN_PATH if it is actually necessary. patch from #98 - Net::SNMP only support aes128, des and 3des ... fix for cfgmaker from #99 - Understand desc and descr in ifdesc option of cfgmaker - only set $args{'-maxrepetitions'} if $Net_SNMP_util::MaxRepetitions > 0 - do not load Net_SNMP_util unless snmpv3 is requested ... fix for #75 - be more agressive about updating the confcache. If a key is missing, go looking for it again and complain. fix for #74 - only apply 32bit counter wrap compensation when the wrap is within 32bit range. fix for #70 - implement pngdate as TimeStrPos[x]: RU instead of separately. for for #68 - add missing <p> tag arount 'last updated ... ' in html output. fix for #63 - remove rececondition when writing new trafic graph files by writing to a temp file and moving it later. fix for #51 - make snmpopt_current available in cfgmaker templates. fix for #48 - explicitly import Socket6 routines in SNMP_Session. fix for #45 - default ThreshHyst to 0.1 only if ThreshDir is define. fix for #42 - point out when there is an unknown interface found. fix for #41. - allow for $speed to return 0 and still use SNMPv2 ... some Cisco Gear seems todo that. Fix for #33 - add dlink support for ifAlias OIDs to cfgmaker from #50 - add WWP (Ciena) support for ifAlias OIDs to cfgmaker from #66 - Updated squid docu #80 - Fix russian translation bug #92 - added rrdcached support - new keyword: RRDCached: which overrides anything set in the RRDCACHED_ADDRESS environment variable and sets MRTG to work in RRDCached mode. This verifies that you're using a unix-domain socket and the socket is writeable. - Check for environment variable RRDCACHED_ADDRESS and use this if no explicit address was set in the cfg file, making the same config validity checks. - Make warning if using rrdcached to the effect that the thresholding checks will no longer work. - If in rrdcached-mode, and using RRDTool 1.4, then force use of update rather than updatev (as rrdcached does not yet support updatev) and consequently bypass the thresholding checks. - Changes to validity check error messages to also report the file containing the error (as well as the line). - Added support for glob patterns in include - Make daemon reload cfg automatically when it changes - added support for Arista to cfgmaker - fix cfgmaker to work in mixed v1/2/3 snmp environment - do not strigify arguments to conversion function let eval take care of this - untaint inlast and outlast to make perl taint mode happy - teach cfgmaker about openbsd pkgsrc changes: - Avoid "Subroutine SNMP_Session::pack_sockaddr_in6 redefined" warnings with the Perl 5.14.1. As the patch might break "mrtg" with older version of Perl require at least version 5.14.1 of the "perl5" package.
2011-08-06Update "p5-IO-Socket-INET6" package to version 2.67.tron2-8/+6
Changes since version 2.65: - IO-Socket is doing some imports so we now do use IO::Socket (). - Fixed the rest of the imports. - Thanks to LeoNerd - Made the use Socket call import constants selectively, and not rely on @EXPORT's whims: - http://www.cpantesters.org/cpan/report/d6e547be-19b5-11e0-bbdc-e5c0d6c987b5 This update stops warnings about re-defining "sockaddr_in6" produced by e.g. "mrtg" or "spamassassin".
2011-08-06Depend on ocaml-3.11.2 per the web page (via Nicolas Thauvin).wiz1-2/+2
2011-08-05Detect BonJour on Lionadam1-2/+6
2011-08-05Changes 3.5.11:adam2-6/+6
* Fix access to Samba shares when Windows security patch KB2536276 is installed * Fix DoS in Winbind and smbd with many file descriptors open * Fix Winbind panics if verify_idpool() fails
2011-08-04Update "youtube-dl" package to version 20110804. Changes since 20110329:tron2-6/+6
- Fix YouTube downloads (code by Philipp Hagemeister) - Update User-Agent string
2011-08-03Compile to native code also for arm.is3-4/+22
Require ocaml>=3.12.0nb2 for this, as the earlier compilers create code that only runs on CPUs with the Thumb extension.
2011-08-03rc.d script improvements:cheusov2-2/+21
- openvpn_chrootdir variable was introduced for running openvpn in chroot - openvpn_flags variable was introduced for extra flag passed to openvpn ++pkgrevision
2011-08-02Fix build with PKG_OPTIONS.libgdata+= -gnome. It requires libsoup24, evengls3-10/+12
with -gnome option set. Spotted by Pierre Pronchery in private mail. PKGREV++ While here, silence pkglint.
2011-08-02Add workaround for NetBSD 5.99.54 as samba35.taca4-2/+32
2011-08-02Update nagios-base to 3.3.1, fixig CVE-2011-1523 and CVE-2011-2179.bouyer9-248/+295
Changes since 3.2.3: ENHANCEMENTS * Added support for same host service dependencies with servicegroups (Mathieu Gagné) * Empty hostgroups referenced from services now optionally generate a warning instead of an error. * Documentation links now point to online resources * Matt Wall's Exfoliation theme is now installed by default. You can reinstall the classic theme with "make install-classicui" * Downtime delete commands made "distributable" by deleting by host group name, host name or start time/comment (Opsview team) * Allow status.cgi to order by "host urgency" (Jochen Bern) * Added news items and quick links to main splash page * Added ability to authenticate to CGIs using contactgroup name (Stephen Gran) FIXES * Fixes status.cgi when called with no parameters, where host should be set to all if none specified (Michael Friedrich) * Fixes possible validation error with empty hostgroups/servicegroups (Sven-Göran Bergh) * Performance-data handling and checking is now thread-safe so long as embedded perl is not used. * Children should no longer hang on mutex locks held in parent for localtime() (and similar) calls. * Debug logging is now properly serialized, using soft-locking with a timeout of 150 milliseconds to avoid multiple threads competing for the privilege to write debug info. * Fixed extraneous alerts for services when host is down * Fixed incorrect parsing of multi-line host check results (Jochen Bern) * Fixed bug with passive host checks being incorrectly sent to event brokers as active checks * Fixed bug where passive host check status updates were not being propagated to event brokers * Reverted 'Fix for retaining host display name and alias, as well as service display name' as configuration information stored incorrectly over a reload * Fixed compile warnings for size_t (Michael Friedrich) * Fixed problem where acknowledgements were getting reset when a hard state change occurred * Removed duplicated unlinks for check result files with multiple results * Fixed race condition on flexible downtime commands when duration not set or zero (Michael Friedrich) * Fixed flexible downtime on service hard state change doesn't get triggered/activated (Michael Friedrich) * Fixed XSS vulnerability in config.cgi and statusmap.cgi (Stefan Schurtz) * Fixed segfault when sending host notifications (Michael Friedrich) * Fixed bug where unauthorized contacts could issue hostgroup and servicegroup commands (Sven Nierlein)
2011-08-01Recursive revision bump (well, not really, just showing off) of alltron1-2/+2
packages which require the "libtorrent" package as its ABI and API minimum versions were increased to 0.12.9.
2011-08-01The "rtorrent" packges needs at least version 0.12.9 of the "libtorrent"tron1-3/+3
package. As the former is the only user of the later bump both the minium ABI and API version. Problem reported by Aleksey Cheusov in private e-mail.
2011-08-01Restore previous window sizes fix (both height and width non-zero).wiz3-6/+7
Bump PKGREVISION. Fix a pkglint warning while here.