summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2009-09-09Switch to using popt from pkgsrc instead of internal version.wiz1-3/+3
Requested in PR 34444 and by David A. Holland. Bump PKGREVISION.
2009-09-09Conditionalise on NSS_INFO_MODULES further, fixes Solaris build. Changesketch2-7/+18
double-negative test to a positive one.
2009-09-08After the last change to pythonXX/bl3, this pkg doesn't build againstdrochner1-1/+4
older Python pkgs anymore on Linux, as reported by David Sainty. (due to a bogus hidden db4 dependency) Add API_DEPENDS to force a suitable Python version.
2009-09-08needs -D_GNU_SOURCE on Linux for struct in6_pktinfotnn1-1/+3
2009-09-08Build with chroot jail support on platforms that support it.tnn1-2/+11
2009-09-08turn on inet6 by default if the platform supports it. Bump revision.tnn2-2/+7
2009-09-08make net/ntp4 properly IPv6 awaretnn2-1/+19
2009-09-07Linux doesn't support direction-specific filters. Conform to the newdsainty2-1/+61
set_filters() interface introduced by Pkgsrc, but generate errors if the outbound filters are defined. Compile tested only (but it does at least compile!), on Linux with /usr/include/pcap-bpf.h. No functional change on systems that previously successfully built.
2009-09-06Update to 20090808. Changes:snj2-7/+7
- Properly encode messages sent to stderr (fixes issue #34) - Include format 5 in best quality list - Fix metacafe.com code due to recent changes in the site - Update User-agent string - Fix minor problem with size formatting method - Use get_video_info to work around captcha problems (fixes issue #31)
2009-09-06fix PLIST breakage on Linuxtnn1-2/+2
2009-09-06NTP 4.2.4p7, 2009/05/04tnn2-6/+6
Focus: Security and Bug Fixes Severity: HIGH This release fixes the following high-severity vulnerability: * [Sec 1151] Remote exploit if autokey is enabled. CVE-2009-1252 See http://support.ntp.org/security for more information. If autokey is enabled (if ntp.conf contains a "crypto pw whatever" line) then a carefully crafted packet sent to the machine will cause a buffer overflow and possible execution of injected code, running with the privileges of the ntpd process (often root). Credit for finding this vulnerability goes to Chris Ries of CMU. This release fixes the following low-severity vulnerabilities: * [Sec 1144] limited (two byte) buffer overflow in ntpq. CVE-2009-0159 Credit for finding this vulnerability goes to Geoff Keating of Apple. * [Sec 1149] use SO_EXCLUSIVEADDRUSE on Windows Credit for finding this issue goes to Dave Hart. This release fixes a number of bugs and adds some improvements: * Improved logging * Fix many compiler warnings * Many fixes and improvements for Windows * Adds support for AIX 6.1 * Resolves some issues under MacOS X and Solaris
2009-09-05Update to dhcpcd-ui-0.4.2roy2-8/+7
Icons are now built for distribution, so no dependency on SVG -> PNG apps. Fix compile on NetBSD-4, PR pkg/41980.
2009-09-05Bump to dnsmasq-2.50roy2-6/+6
Fixes CVE 2009-2957 and CVE 2009-2958
2009-09-03Allow net/mldonkey to be built with ocaml-3.11.1tonio2-1/+17
2009-09-02+ kmldonkey.wiz1-1/+2
2009-09-02Initial import of kmldonkey-0.11 from pkgsrc-wip, packaged by Fco Valladolid.wiz4-0/+99
KMLDonkey is a frontend for MLDonkey, a powerful P2P file sharing tool, designed for the KDE desktop.
2009-09-02Update to 5.1.0roy2-13/+9
Changes from 5.0.6 * get_option_addr uses struct in_addr * instead of uint32_t * fixes a crash on sgimips/netbsd, thanks to Tim McIntosh * Use ssize_t which is a signed int and test if read() returns -1 fixes a crash on some embedded systems, thanks to David Wu * Fix -f path/to/config * -e, --env var=value for profile specific env vars * Many issues resolved when running in test mode * Don't print a (null) string when there is no NAK message * Fix compile on NetBSD-4 (PR pkg/41719) * Only allow hardware families we know by default (over-ridable) * Fix persistent and timeout 0 options * Fix parsing of escape code sequencies * Don't bring up interfaces brought down when handling new interfaces * Allow un-encapsulated vendor option * Build system now uses configure script and not mk stubs
2009-09-02Correctly use libtool's --mode argument, don't depend on deprecatedjoerg3-11/+11
auto-sensing.
2009-09-01Unsafe rules to create the object directory as exposed by the fasterjoerg1-1/+3
next generation of the wrapper framework.
2009-08-31Update from version 4.2.0nb1 to 4.2.0nb2.he3-3/+19
Pkgsrc changes: o Add a patch so that we don't monitor the usage level of ptyfs file systems (which are always at 100% usage level).
2009-08-31add second mirror.zafer1-2/+3
2009-08-31Update to 3.0.48:wiz2-7/+6
--- 3.0.48 2009/08/28 The show command offered by the zoomsh command now takes a 3d optional parameter type which is what is passed to ZOOM_record. If the type argument is omitted, "render" is used. RPN to CQL conv may use USE string attributes (bug #2978). MarcXchange NS is now info:lc/xmlns/marcxchange-v1 .
2009-08-30Add user-destdir support.obache1-3/+6
2009-08-29Convert to user-destdir.wiz4-10/+26
2009-08-26bumping revision due graphics/ImageMagick updatesno1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+6
2009-08-26bump revision because of graphics/jpeg updatesno60-89/+120
2009-08-25Remove BROKEN_IN variable. It was no maintained, and there was nowiz1-3/+1
defined workflow for setting it, removing it, or removing packages depending on it.
2009-08-25+ libasyncns.wiz1-1/+2
2009-08-25Initial import of libasyncns-0.7:wiz4-0/+57
libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. In contrast to GNU's asynchronous name resolving API getaddrinfo_a(), libasyncns does not make use of UNIX signals for reporting completion of name queries. Instead, the API exports a standard UNIX file descriptor which may be integerated cleanly into custom main loops. In contrast to asynchronous DNS resolving libraries like libdenise, skadns, adns, libasyncns is just an asynchronous wrapper around the libc's synchronous getaddrinfo() API, which has the advantage of allowing name resolution using techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name Service Switch) modules. libasyncns is compatible with IPv6 if the underlying libc is. libasyncns is very tiny, consisting of just one header and one source file. It has no dependencies besides libc. By default libasyncns spawns a number of worker threads (LWPs) to process name queries. Alternatively or when POSIX Threads are not supported, libasyncns can fork() off worker processes instead.
2009-08-25Get rid of now unnecessary EXTRACT_OPTS_ZIP.wiz1-2/+1
2009-08-24Update filezilla to 3.2.7.1zafer2-6/+6
Changelog: 2009-08-23 - FileZilla Client 3.2.7.1 released Bugfixes and minor changes: Fix crash if adding new filters Small performance optimization for local directory tree
2009-08-23Make it build on DragonFly and probably some others.hasso4-1/+40
2009-08-23Update to 1.3.3. Upstream changelog is too long to paste it here, you canhasso3-21/+20
read it from http://www.unbound.net/download.html.
2009-08-23remove lug.udel.edu from master_sites. Connection keeps timing out.zafer1-3/+2
2009-08-22Update filezilla to 3.2.7zafer3-8/+9
Changelog: 3.2.7 (2009-08-13) Bugfixes and minor changes: Make external address resolver IPv6 aware, resolve correct address type on hosts both with working IPv4 as well as IPv6 Bumped minimum required GnuTLS version to 2.8.3 Keep URLs copied to clipboard even after FZ gets closed 3.2.7-rc3 (2009-08-06) Bugfixes and minor changes: Test of changes to autoupdate logic introduced in 3.2.7-rc2 3.2.7-rc2 (2009-08-04) New features: Use HTTPS to check for updates and compare hash of downloaded update file 3.2.7-rc1 (2009-08-02) New features: Add option to prevent system idle sleep during transfers or other operations Add -l option to commandline to specify logon type for passed URLs Improve layout of search and filter edit dialogs Implement keyboard navigation in search and filter edit dialogs Add status bar to search dialog Remember file exists action for individual queue items Faster queue loading and saving Bugfixes and minor changes: MSW: Fix memory leak in shell extension Fix possible race in socket code leading to infinite loop Resolve parsing conflict between MLSD and Unix-style listings Fix deleting symlinks on SFTP connections Deselect ".." on Ctrl+A in addition to selecting all other items Changing data type on implicit FTP over TLS connections no longer prints an error message *nix: Fix missing thread synchronization in D-Bus bindings
2009-08-22Update distribution from wpa_supplicant version 0.4.9 to wpa_supplicantdsainty4-17/+19
version 0.6.9, to match net/wpa_supplicant. The wpa_gui application appears largely unchanged according to the change log. 2009-01-06 - v0.6.7 * fixed PSK editing in wpa_gui 2006-01-29 - v0.5.1 * wpa_cli/wpa_gui: skip non-socket files in control directory when using UNIX domain sockets; this avoids selecting an incorrect interface (e.g., a PID file could be in this directory, even though use of this directory for something else than socket files is not recommended)
2009-08-21fix build on NetBSD.amd64 using x11 from base (tested on modular x11)abs3-8/+28
- krfb/libvncserver/rfb.h had cope apparently copied from X11's Xmd.h, but it missed setting LONG64, resulting in a mismatched typedef for CARD32 bump pkgrevision. Found on Alex's new kde3 playbox.
2009-08-20Updating package net/p5-IO-Socket-Multicast from 1.05nb1 to 1.07sno2-7/+7
pkgsrc changes: - Adding license (perl5 license) Upstream changes: 1.07 Tue Jul 14 12:54:46 EDT 2009 Patches to run correctly on Windows platforms under Perl 5.10 courtesy Andrew Bramble Regression test fixes. 1.06 Beta test
2009-08-20Give up maintainership of packages where I am still listed as MAINTAINER.jwise2-4/+4
2009-08-20Update to 2.2.5:wiz2-6/+6
Version 2.2.5 (August 14, 2009) User-visible changes: * Add: --print-fname option * Fix: dailymotion ID parsing * Fix: --hosts: dailymotion: spak-mini -> spark-mini * Zeropad ETA
2009-08-19Updating package net/p5-Data-Stream-Bulk from 0.03 to 0.07sno2-7/+8
pkgsrc changes: - Adding license - Adjusting dependencies Upstream changes: 0.07 - Fix new warnings in Moose about overwriting methods 0.06 - Fix several pod errors (Closes RT#43490) (Ryan Niebur) - Add pod tests - Update version control notice 0.05 - Silence some new warnings from Moose 0.04 - add exclusions to role composition to avoid the new warning
2009-08-18Make isc-dhcp3 build on DragonFly.hasso6-12/+38
2009-08-18Make GUPnP build on DragonFly.hasso5-15/+15
2009-08-18Update from version 1.5.1 to 1.6.1.he4-13/+60
Pkgsrc changes: o Adjust the patch to Makefile.in to match, and make sure to use ./install-sh with the "-c" option, to ensure we can reinstall after an install + deinstall. o Fix PLIST issues (a few more than in the PR mentioned below). Should fix PR pkg/41868. Upstream changes: 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)
2009-08-18Update tor to 0.2.1.19.obache6-45/+10
Based on maintainer update request via PR 41828. (remove patch-a{a,b} and make to simplify by me). Tor 0.2.1.18 lays the foundations for performance improvements, adds status events to help users diagnose bootstrap problems, adds optional authentication/authorization for hidden services, fixes a variety of potential anonymity problems, and includes a huge pile of other features and bug fixes. Tor 0.2.1.19 fixes a major bug with accessing and providing hidden services.
2009-08-17+ libnice.wiz1-1/+2
2009-08-17Initial import of libnice-0.0.9:wiz6-0/+122
GLib ICE library - only implements ICE Lite - no support for RTCP - no support for IPv6
2009-08-17+ gupnp-igd.wiz1-1/+2
2009-08-17Initial import of gupnp-igd-0.1.3:wiz5-0/+63
This is a library to handle UPnP IGD port mapping.