summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2009-01-04Change maintainer email to my NetBSD.org alias. At the same time, disownshattered1-2/+2
games/adom -- I don't use (play :-) it these days.
2009-01-04Update from version 4.019 to version 4.022.seb2-8/+8
pkgsrc changes: - placate pkglint: fix SUBST_FILES.fixperl assignation and SUBST_SED.fixperl style fix Upstream changes: 4.022 In Util.xs 1.28 set uninitialized "carry" in XS bin2bcd to zero This insidious bug only showed up on 64 bit hosts running perl 5.6.2 Thanks to Oliver Paukstadt <pstadt@sourcentral.org> for taking the time to do the testing for me on his s390 system. 4.021 Wed Dec 10 11:09:36 PST 2008 Removed test code that produces a warning about all perl versions, OOPS!! instead of just the buggy 5.8.0 - 5.8.5 versions. Thanks to paul@city-fan.org for reporting this. 4.020 Tue Dec 9 16:25:46 PST 2008 cleaned up various typo's with good patch from Rob Riepel <riepel@networking.Stanford.EDU> thanks Rob. revised UtilPP v1.7 to work around perl 5.8.4 failures with certain @_ operations of goto &sub... see perl bug [ 23429]. Unfortunately, perl-5.8.4 is the distribution of choice for many solaris boxes
2009-01-04Update to 4.1.0adrianp18-97/+69
ISC DHCP 4.1.x will have several new DHCPv6 features that were not in DHCP 4.0.x. These new features include: * Support for the rapid-commit option on the client side * Prefix Delegation support * IA_TA address support * A basic DHCPv6 relay agent * basic DHCPv6 Leasequery support
2009-01-04+p5-RadiusPerladrianp1-1/+2
2009-01-04This is RadiusPerl. RadiusPerl is a Perl 5 module (Radius.pm)adrianp4-0/+32
which allows you to communicate with a Radius server from Perl. You can just authenticate usernames/passwords via Radius, or comletely imitate AAA requests and process server response.
2009-01-04-bind8adrianp1-2/+1
2009-01-04Nuke BIND 8.x as discussed on pkgsrc-users@adrianp25-794/+0
2009-01-04+bind96adrianp1-1/+2
2009-01-04BIND 9.6.0adrianp16-0/+1072
Full NSEC3 support Automatic zone re-signing Default PID file location New tool: dnssec-dsfromkey Randomize server selection on queries http://oldwww.isc.org/sw/bind/view/?release=9.6.0 https://www.isc.org/software/bind/new-features/9.6
2009-01-04Update to 9.4.3adrianp5-51/+33
Resolver could try unreachable servers multiple times. Adb's handling of lame addresses was different for IPv4 and IPv6. Remove NULL pointer dereference in dns_journal_print(). libbind: Out of bounds reference in dns_ho.c:addrsort. Set initial timeout to 800ms. TSIG context leak For all the details see: http://oldwww.isc.org/sw/bind/view/?release=9.4.3#RELEASE
2009-01-04Update to 9.5.1adrianp3-10/+11
Specifying a fixed query source port was broken. Address race condition in the socket code. Give TCP connections longer to complete. libxml2: support versions 2.7.* in addition to 2.6.*. Document -m (enable memory usage debugging) option for dig Set initial timeout to 800ms. For all the details see: http://oldwww.isc.org/sw/bind/view/?release=9.5.1#RELEASE
2009-01-03Work around API bug in pre-christos-time_t NetBSD, where structdholland3-2/+21
timeval's seconds are "long" rather than "time_t". Passing these seconds to localtime_r() breaks on 64-bit platforms where those types aren't the same. Fixes PR 40323 from Andreas Burghardt. PKGREVISION++ as a precaution, since I patched the source.
2008-12-30Modify the patch-ae not to include $Id$.hasso2-6/+4
2008-12-30Reset maintainer on his request.wiz1-2/+2
2008-12-29Fix quoting chars in popen variables expansionmarkd3-3/+101
(http://secunia.com/advisories/33227/) patch from 2.0.4beta2. Bump PKGREVISION.
2008-12-28Abandon MAINTAINER.adrianp1-2/+2
2008-12-28* Marked as DESTDIR support, and remove redundant slashes.obache1-11/+12
* Change to use BUILD_DIRS instead of custom do-build target.
2008-12-28Grrr, cannot patch next to RCS id strings, so use sed instead.kim3-19/+8
2008-12-28Fix the "pam" option to leave out PAM when it is not wanted.kim6-9/+67
Add an "inet6" option for enabling IPv6 support. Add a "ban" option for enabling mod_ban. Make the "wrap" option compile all binaries successfully. Fix generating language catalog with older versions of msgfmt.
2008-12-26Make it work on DragonFly. Slightly modified patch from PR 40155.hasso6-30/+44
2008-12-25Needs msgfmt.hasso1-2/+2
2008-12-25Make it build on DragonFly.hasso4-17/+17
2008-12-24Fix build with XFree86.jmcneill3-2/+39
2008-12-23Fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5081adrianp3-3/+20
2008-12-23* Need OpenSSL to build.obache5-29/+29
* Ensure to use BSD_MAKEFILE and pass appropriate CFLAGS. Fixes PR 40171.
2008-12-23Make it compile in DragonFly and possibly help other platforms.hasso3-1/+35
2008-12-21Despite supporting --sysconfdir isc-dhcp hard sets the location ofadrianp10-9/+51
configuration files and binaries in a number of cases. This should hopefully fix them all. Without this patch they look in /etc only and fail to start if the file is not present.
2008-12-21Update tor to 0.2.0.32.obache3-12/+13
Based on PR 40241 by Taylor R Campbell. While here, add DESTDIR support. Changes in version 0.2.0.32 - 2008-11-20 o Security fixes: - The "User" and "Group" config options did not clear the supplementary group entries for the Tor process. The "User" option is now more robust, and we now set the groups to the specified user's primary group. The "Group" option is now ignored. For more detailed logging on credential switching, set CREDENTIAL_LOG_LEVEL in common/compat.c to LOG_NOTICE or higher. Patch by Jacob Appelbaum and Steven Murdoch. Bugfix on 0.0.2pre14. Fixes bug 848 and 857. - The "ClientDNSRejectInternalAddresses" config option wasn't being consistently obeyed: if an exit relay refuses a stream because its exit policy doesn't allow it, we would remember what IP address the relay said the destination address resolves to, even if it's an internal IP address. Bugfix on 0.2.0.7-alpha; patch by rovv. o Major bugfixes: - Fix a DOS opportunity during the voting signature collection process at directory authorities. Spotted by rovv. Bugfix on 0.2.0.x. o Major bugfixes (hidden services): - When fetching v0 and v2 rendezvous service descriptors in parallel, we were failing the whole hidden service request when the v0 descriptor fetch fails, even if the v2 fetch is still pending and might succeed. Similarly, if the last v2 fetch fails, we were failing the whole hidden service request even if a v0 fetch is still pending. Fixes bug 814. Bugfix on 0.2.0.10-alpha. - When extending a circuit to a hidden service directory to upload a rendezvous descriptor using a BEGIN_DIR cell, almost 1/6 of all requests failed, because the router descriptor has not been downloaded yet. In these cases, do not attempt to upload the rendezvous descriptor, but wait until the router descriptor is downloaded and retry. Likewise, do not attempt to fetch a rendezvous descriptor from a hidden service directory for which the router descriptor has not yet been downloaded. Fixes bug 767. Bugfix on 0.2.0.10-alpha. o Minor bugfixes: - Fix several infrequent memory leaks spotted by Coverity. - When testing for libevent functions, set the LDFLAGS variable correctly. Found by Riastradh. - Avoid a bug where the FastFirstHopPK 0 option would keep Tor from bootstrapping with tunneled directory connections. Bugfix on 0.1.2.5-alpha. Fixes bug 797. Found by Erwin Lam. - When asked to connect to A.B.exit:80, if we don't know the IP for A and we know that server B rejects most-but-not all connections to port 80, we would previously reject the connection. Now, we assume the user knows what they were asking for. Fixes bug 752. Bugfix on 0.0.9rc5. Diagnosed by BarkerJr. - If we overrun our per-second write limits a little, count this as having used up our write allocation for the second, and choke outgoing directory writes. Previously, we had only counted this when we had met our limits precisely. Fixes bug 824. Patch from by rovv. Bugfix on 0.2.0.x (??). - Remove the old v2 directory authority 'lefkada' from the default list. It has been gone for many months. - Stop doing unaligned memory access that generated bus errors on sparc64. Bugfix on 0.2.0.10-alpha. Fixes bug 862. - Make USR2 log-level switch take effect immediately. Bugfix on 0.1.2.8-beta. o Minor bugfixes (controller): - Make DNS resolved events into "CLOSED", not "FAILED". Bugfix on 0.1.2.5-alpha. Fix by Robert Hogan. Resolves bug 807.
2008-12-21Broken INSTALL script was removed.obache1-2/+1
No need to remove superfluous directory now.
2008-12-21Add avahi option, and enable it by default.wiz2-3/+12
Bump PKGREVISION.
2008-12-21Re-remove redundant and broken INSTALL script.obache1-15/+0
It was removed as part of fix PR 37195, but re-added when merged new version from pkgsrc-wip.
2008-12-20Honour SYSCONFDIR.ahoka2-4/+5
2008-12-20Update from version 0.710.08nb3 to 0.710.08nb4.he1-3/+11
Pkgsrc updates: o Actually, there were a lot of missing dependencies on other perl modules in this package. Add them.
2008-12-20+ gnome-vfs-dns-sdjmcneill1-1/+2
2008-12-20Import gnome-vfs-dns-sd version 2.24.0.jmcneill3-0/+24
GNOME VFS provides an abstraction layer of the file system; applications use this layer to access many different protocols and simulate that they are part of the local file system. This package provides the dns-sd module for GNOME VFS, which allows it to discover sftp, webdav, and ftp services advertised with multicast DNS.
2008-12-20Add avahi support, bump PKGREVISION.jmcneill1-3/+13
2008-12-20Add to very short DESCR.reed1-1/+2
2008-12-20+ avahi.wiz1-1/+2
2008-12-20Initial import of avahi-0.6.23, packaged for pkgsrc-wip by Adrian Portelli,wiz17-0/+503
then majorly reworked by myself. You can blame us both now ;) Avahi is an Implementation the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks.
2008-12-19Update to 2.1.3adrianp3-13/+11
This should fix PR#39952 MAKE_JOBS_SAFE=no 05 December 2008 - Version 2.1.3 has been released. The focus of this release is stability. Feature Improvements * Allow running with user=radiusd and binding to secure sockets. * Start sending Status-Server "are you alive" messages earlier, which helps with proxying multiple realms to a home server. * Removed thread pool code from rlm_perl. It's not necessary. * Added example Perl configuration to raddb/modules/perl * Force OpenSSL to support certificates with SHA256. This seems to be necessary for WiMAX certs. Bug Fixes * Fix Debian patch to allow it to build. * Fix potential NULL dereference in debugging mode on certain platforms for TTLS and PEAP inner tunnels. * Fix uninitialized memory in handling of vendor definitions * Fix parsing of quoted (but non-string) attributes in the users< file. * Initialize unknown NAS IP to 255.255.255.255, rather than 0.0.0.0 * use SUN_LEN in control socket, to avoid truncation on some platforms. * Correct internal handling of debug condition to prevent it from being over-written. * Check return code of regcomp in unlang, so that invalid regular expressions are caught rather than mishandled. * Make rlm_sql use <ltdl.h>. Addresses bug #610. * Document list "type = status" better. Closes bug #580. * Set "default days" for certificates, because OpenSSL won't do it. This closes bug #615. * Reference correct list in example raddb/modules/ldap. Closes #596. * Increase default schema size for Acct-Session-Id to 64. Closes #540. * Fix use of temporary files in dialup-admin. Closes #605 and addresses CVE-2008-4474. * Addressed a number of minor issues found by Coverity. * Added DHCP option 150 to the dictionary. Closes #618. 04 December 2008 - Version 2.1.2 has been released. Due to packaging issues, 2.1.2 has been pulled from the net.
2008-12-19Add missing directories.joerg1-4/+3
2008-12-19Update to dnsmasq-2.46roy9-100/+112
Noteable changes include: NetBSD-5 support Optional DBus and IPv6 support ISC leasefile support removed Support DHCP clients in multiple DNS domains Re-read /etc/resolv.conf when an "interface up" event occurs
2008-12-18Update from version 0.710.08nb2 to 0.710.08nb3.he1-2/+3
Pkgsrc changes: o Add dependency on perl>=5.10 or p5-version. When pulled up to pkgsrc-2008Q3 this should fix PR#39773.
2008-12-18Needs pkg-config. Prefer bsdtar over gtar. Mark as destdir usable.joerg1-3/+5
2008-12-18DESTDIR support. Fix PLIST. Bump revision.joerg4-17/+29
2008-12-18user-destdir support, fix build on netbsd-5+joerg5-25/+44
2008-12-17Update to unbound-1.1.1:joerg4-19/+32
- improve chroot handling - even stricter validation - support for blocking DNS rebinding attacks - DLV support - bugfixes The package now uses the normal net/ldns package instead of the local copy.
2008-12-17Update to drill-1.4.0:joerg2-7/+9
Sync with ldns-1.4.0 release. Add DESTDIR support.
2008-12-17Update to ldns-1.4.0:joerg3-9/+8
- better TCP fallback, improved TSIG support - namespace cleanup - bugfixes Require the new version and switch to normal runtime dependencies as it is normally linked dynamically.
2008-12-17Update to nsd-3.2.0:joerg2-6/+6
- improved IXFR support - support for hmac-sha1 and hmac-sha256 in TSIG - selection of source ip for notifies and zone requests - NSEC3 is enabled by default - option to disable CHAOS version support - bugfixes