summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2007-08-14Add IPv6 option knob. IPv6 support was added in version 2.17.2.obache2-1/+15
Fixes PR 36775.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-12Fix path to Perl. Depend on and fix path to tk-Tix.joerg1-2/+9
Bump revision.
2007-08-12Improve portability and while here, fix a rather obvious buffer overflowjoerg4-2/+109
in the argument handling. No idea how this was supposed to work, but consider running it in / with relative arguments. Bump revision.
2007-08-12Remove dragonfly.h, it is included upstream now.joerg4-27/+16
Restore patch-dt (MIB_SYSTEM_LIBS), still needed for DragonFly.
2007-08-12Update to maradns-1.2.12.06.joerg11-156/+328
Most important changes: - full Y2038 compliance - full support for DNS over TCP - some changes in the zone format.
2007-08-11Update nsd to 3.0.5:joerg6-57/+47
NOTE: the configuration file format has changed. Don't update blindly. Major changes: - integrated AXFR/IXFR support for zone transfer. IXFR is not supported when acting as master. - TSIG authentication support for queries, notifies and zone transfers. - full NOTIFY support - DNAME type is supported - experimental support for NSEC3 and NSID, not enabled in pkgsrc - various bug fixes.
2007-08-11Remove malloc.h hack, which was replaced by a single patch.joerg1-10/+5
Depend on and fix path to Perl in installed script. Bump revision.
2007-08-11Chagesn 5.4.1:adam12-132/+75
snmplib: - [BUG 1619827]: link libraries against needed external libraries - [PATCH 1616912]: fix memory leak in UDP transport code - [PATCH 1592706]: fix memory leak when cloning varbinds - Change snmp_sess_add_ex to consistently close and delete the transport argument on failure, earlier the liveness of the transport argument was undecided. snmpd: - [BUG 1558823]: fix ipAddressTable memory leak - [BUG 1596638]: fix memory leak in ipCidrRouteTable, inetCidrRouteTable - [BUG 1611524]: fix tcp connection table file descriptor leak - handle row deletion issues in dataset tables - [BUG 1712988]: default and configurable maximum number of varbinds returnable to a GETBULK request. - [PATCH 1666737]: include ipv6 counts in udpInDatagrams, udpNoPorts, udpInErrors, udpOutDatagrams - [PATCH 1700157]: fixes ordering of exec tokens in the resulting mib tree - [PATCH 1719253]: fix skipNFSInHostResources so it does not break on the second walk of the table. perl: - link Perl modules against the exact set of libraries needed - [BUG 1619827]: properly link against libperl when configured with --enable-as-needed - [PATCH 1725049]: fix bulkwalk in cases of non-repeater python: - [PATCH 1716114]: Let python build in the Net-SNMP source tree MacOSX: - [PATCH 1600522]: CPU Hardware Abstraction Layer (HAL) implementation for mach/darwin - IF-MIB rewrite now enabled by default Win32: - fix AES support - [PATCH 1706344]: fix compilation with cygwin IRIX: - [PATCH 1709748]: Optimized IRIX cpu stats AIX: - Fix default shared library building instead of forcing static use FreeBSD: - [BUG 1633483]: Support CPU HAL on FreeBSD4.x
2007-08-10Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macroseb3-7/+11
is still there. Bump PKGREVISION to 2.
2007-08-10Update net/couriertcpd to 0.56.0. Changes from version 0.53.2 include:jlam4-62/+5
+ Remove BDB_LIB workaround which should already be handled by the wrapper scripts and db1.builtin.mk. + Remove unnecessary patch-aa and patch-ab. * Setting protocol to SSL3 will now disable SSL2. * Send a dummy EHLO before STARTTLS (gmail wants it). * Allow setting the max # of connections on a per-IP address basis.
2007-08-10Cleanup conditional for systems without native iconv.joerg1-4/+3
Based on patch from Yakovetsky Vladimir in PR 36766.
2007-08-09Update to 0.1.2.16, which is the top of the new 0.1.2.x stable branch.drochner5-25/+47
Too many changes to list here; most are not visible to client-only users anyway. I've tested client and anymous service functions. Couldn't test server myself. Since noone responded when I asked for testers I'm committing the update anyway, also because security flaws were reported without telling whether they apply to the old 0.1.1 branch.
2007-08-08Don't use malloc.h.joerg2-1/+23
2007-08-08Don't use malloc.h.joerg8-1/+98
2007-08-08Don't use malloc.hjoerg2-1/+18
2007-08-08Fix two typos. I didn't test this. Bump PKGREVISION as onreed4-8/+9
"dragonfly" this may change the build.
2007-08-08Suports DESTDIR.joerg1-1/+3
2007-08-07Update md-whois package to 4.7.22.taca2-9/+10
Changes are unavailable, but it seems that more tld and IP address delegation information was added.
2007-08-07Update to 2.9.0:wiz3-8/+7
2007/07/27: version 2.9.0 = tag release-2-9-0 6118: Configure: Update defaults - enable DirectConnect by default - disable Gnutella & Gnutella2 by default - MLDonkey does not support UDP host cache and contains non-working GWebCache URLs - Gnutella/G2 code has not been updated for several years, its officially unmaintained for now - remove non-existing GWebCache URLs 2007/07/25 6087: Fix logging of verbosity "bw", remove obsolete options 6085: BT: Improve UTF8 support - parse field "encoding" - use field "name.utf8" instead of "name", if available 2007/07/10 5996: BT: Recognize more client types (orbit) 6065: DirectConnect: Support dc++ hublist in web_infos 6063: BT: Better detect single-file torrents 2007/07/03 6068: BT: Fix download start when torrents/downloads filesystem allows more than 16M chars 2007/07/01 6064: BT: Earlier first scan of torrents/incoming/* 6053: HTML: Send correct filename when previewing (chandlerding) 6061: Options: New type port_option, values are bound to be >= 0 and <= 65535 6060: Do not send mail notifications when smtp_server = "" 6059: Multiuser: Avoid double group entries in user_groups 6056: Log username, IP:port and old/new value when changing options 2007/06/30 6049: BT: Support user_commit_dir when seeding, reshare every share_scan_interval minutes 2007/06/26 Move docs/multiuser.txt to distrib/multiuser.txt 6048: Make Ocaml 3.10.0 the default compiler - MLDonkey can still be compiled with Ocaml 3.08.3/4 & 3.09.* - if you need GTK1 oldgui you must use Ocaml < 3.10.0 to compile 2007/06/24 6044: BT: Limit max_bt_uploaders to max_upload_slots (pango) 6043: Discover WAN IP - new command "discover_ip" to force discovery - new option "discover_ip" to enable automatic discovery on startup and after SIGHUP, default true - this patch is important for BT-only usage, without this patch the WAN IP was discovered only by using EDK server replies 6034: Load $MLDONKEY/web_infos/* before activating network modules - this fixes a security hole when networks started connecting before IP blocklist was loaded 6025: Extend command "links" to optionally display all downloading files - "links" displays all files, not only shared ones like before - "links shared" lists only shared files - "links downloading" lists only downloading files 2007/06/18 6024: Multiuser: New parameters for command useradd: user_mail + user_max_concurrent_downloads 2007/06/17 6021: Remove leftovers from optional zlib support, replace Autoconf.zlib__* with Zlib.* functions 6005: Swarmer: Implement new download mechanism - its now possible to switch the order blocks are downloaded from random (first and last block first, default) to linear - new command: download_order <file number> <random|linear> 6017: Multiuser: New optional parameters group/commit_dir for command useradd 6020: Multiuser: Fix handling of user "admin", its user_commit_dir was not used when MLDonkey was not restarted between download start and commit 6019: BT: Disable user_commit_dir for multifile torrents to fix seeding 6011: BT: Send no_peer_id to trackers to save some bandwidth (berni) 6010: Update syslog.ml to version 1.4 5995: EDK: Better handle permission denied errors for shared/downloading files 5992: BT/IP block: Fix country-based IP blocking
2007-08-07no need for PKGREVISION yetlukem1-2/+1
2007-08-07fix CONFIGURE_ARGS for sockslukem1-2/+2
2007-08-07update version to 20070806lukem1-2/+2
2007-08-07No support for SOCKS4 in tnftp 20070806.lukem1-6/+3
2007-08-07The UINT32_T shouldn't be necessary any more, with thelukem2-15/+2
updated configure.ac in tnftp 20070806.
2007-08-07Merge tnftp 20070806.lukem95-5908/+12249
2007-08-06Update to tnftp 20070806.lukem4-4/+4
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-06Fix build with modular X11.tron1-1/+2
2007-08-06Update to 6.9.2.gdt5-39/+33
No NEWS or ChangeLog, but from mailing list this adds gcodacon, a system tray applet to show reintegration status, converts to automake, and various bugfixes.
2007-08-06Update to tnftp 20070806.lukem1-0/+13
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-06Update to tnftp 20070806.lukem1-0/+372
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-06Update to tnftp 20070806.lukem1-160/+8
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-05Don't run the IDL compiler multiple times due to a bogusjoerg2-1/+15
dependency, esp. not during the install phase. This is an attempt to workaround the random breakage I see on DragonFly, but it makes the build faster as well, which is a good thing.
2007-08-05Don't use malloc.h.joerg2-14/+29
2007-08-05Don't use malloc.h.joerg2-1/+14
2007-08-04PKGREVISION++ due to rpc2 shlib bumpgdt1-2/+2
2007-08-03Update net/teamspeak-server from 2.0.23.15 to 2.0.23.19:abs2-17/+12
No changelog available, but the developers report "you should update your installation as quickly as possible since the new release contains more than 20 security fixes and stability improvements." http://forum.teamspeak.com/showthread.php?t=38640&highlight=2.0.23.19
2007-08-02Fix botched migration of PKG_OPTIONS from courier-mta/Makefile.commonjlam1-2/+1
into the Makefiles of the packages that include it: (1) PKGNAME and PKG_SUPPORTED_OPTIONS clearly no longer need to be defined since the only code that used it in Makefile.common was removed. (2) Package Makefiles need to properly define PKG_OPTIONS_VAR and PKG_SUPPORTED_OPTIONS prior to including bsd.options.mk. Set them to the appropriate values to match the orginal names from before the botched migration.
2007-08-02Update tcpdump to 3.9.7.taca2-6/+6
(I think that "Summary for 0.9.7 libpcap" below should be read "Summary for 3.9.7 tcpdump".) Wed. July 23, 2007. mcr@xelerance.com. Summary for 0.9.7 libpcap release NFS: Print unsigned values as such. RX: parse safely. BGP: fixes for IPv6-less builds. 801.1ag: use standard codepoint. use /dev/bpf on systems with such a device. 802.11: print QoS data, avoid dissect of no-data frame, ignore padding. smb: make sure that we haven't gone past the end of the captured data. smb: squelch an uninitialized complaint from coverity. NFS: from NetBSD; don't interpret the reply as a possible NFS reply if it got MSG_DENIED. BGP: don't print TLV values that didn't fit, from www.digit-labs.org. revised INSTALL.txt about libpcap dependancy. Wed. April 25, 2007. ken@xelerance.com. Summary for 3.9.6 tcpdump release Update man page to reflect changes to libpcap Changes to both TCP and IP Printer Output Fix a potential buffer overflow in the 802.11 printer Print basic info about a few more Cisco LAN protocols. mDNS cleanup ICMP MPLS rework of the extension code bugfix: use the correct codepoint for the OSPF simple text auth token entry, and use safeputs to print the password. Add support in pflog for additional values Add support for OIF RSVP Extensions UNI 1.0 Rev. 2 and additional RSVP objects Add support for the Message-id NACK c-type. Add support for 802.3ah loopback ctrl msg Add support for Multiple-STP as per 802.1s Add support for rapid-SPT as per 802.1w Add support for CFM Link-trace msg, Link-trace-Reply msg, Sender-ID tlv, private tlv, port, interface status Add support for unidirectional link detection as per http://www.ietf.org/internet-drafts/draft-foschiano-udld-02.txt Add support for the olsr protocol as per RFC 3626 plus the LQ extensions from olsr.org Add support for variable-length checksum in DCCP, as per section 9 of RFC 4340. Add support for per-VLAN spanning tree and per-VLAN rapid spanning tree Add support for Multiple-STP as per 802.1s Add support for the cisco propriatry 'dynamic trunking protocol' Add support for the cisco proprietary VTP protocol Update dhcp6 options table as per IETF standardization activities
2007-08-02Update libpcap to 0.9.7.taca5-82/+6
libpcap Wed. July 23, 2007. mcr@xelerance.com. Summary for 0.9.7 libpcap release FIXED version file to be 0.9.7 instead of 0.9.5. added flags/configuration for cloning bpf device. added DLT_MTP2_WITH_PHDR support (PPI) "fix" the "memory leak" in icode_to_fcode() -- documentation bug Various link-layer types, with a pseudo-header, for SITA http://www.sita.aero/ introduces support for the DAG ERF type TYPE_COLOR_MC_HDLC_POS. Basic BPF filtering support for DLT_MTP2_WITH_PHDR is also added. check for IPv4 and IPv6, even for DLT_RAW add support for DLT_JUNIPER_ISM Pick up changes from NetBSD: many from tron, christos, drochner Allocate DLT_ for 802.15.4 without any header munging, for Mikko Saarnivala. Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header Wed. April 25, 2007. ken@xelerance.com. Summary for 0.9.6 libpcap release Put the public libpcap headers into a pcap subdirectory in both the source directory and the target include directory, and have include files at the top-level directory to include those headers, for backwards compatibility. Add Bluetooth support Add USB capturing support on Linux Add support for the binary USB sniffing interface in Linux Add support for new FreeBSD BIOCSDIRECTION ioctl Add additional filter operations for 802.11 frame types Add support for filtering on MTP2 frame types Propagate some changes from the main branch, so the x.9 branch has all the DLT_ and LINKTYPE_ values that the main branch does Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info) encapsulated packets Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done by Linux drivers Add LINKTYPE_ value corresponding to DLT_IEEE802_16_MAC_CPS. Add DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer Add DLT for Bluetooth HCI UART transport layer When building a shared library, build with "-fPIC" on Linux to support x86_64 Link with "$(CC) -shared" rather than "ld -shared" when building a ".so" shared library Add support for autoconf 2.60 Fixes to discard unread packets when changing filters Changes to handle name changes in the DAG library resulting from switching to libtool. Add support for new DAG ERF types. Add an explicit "-ldag" when building the shared library, so the DAG library dependency is explicit. Mac OSX fixes for dealing with "wlt" devices Fixes in add_or_find_if() & pcap_findalldevs() to optimize generating device lists Fixed a bug in pcap_open_live(). The return value of PacketSetHwFilter was not checked.
2007-08-01Fix for bind package name pointed out by John Klos on tech-pkg@adrianp1-1/+2
2007-08-01Fix path to ksh, depend on it & use subst framework. Bump revision.joerg1-8/+11
2007-07-31Fix path to bash and depend on it. Bump revision.joerg1-3/+6
2007-07-30Sort LICENSE before RESTRICTED. Reword RESTRICTED. Addgdt1-3/+4
NO_SRC_ON_FTP.
2007-07-30Needs libstdc++.so.5, so add suse*compat dependency.wiz1-2/+2
2007-07-29Add & enable nfdumpseb1-1/+2
2007-07-29Add buildlink3 file.seb1-0/+21
2007-07-29Initial import of nfdump version 1.5.2 into The NetBSD Packages Collection.seb10-0/+155
The nfdump tools collect and process netflow data on the command line. Nfdump tools: nfcapd - netflow collector daemon nfdump - netflow dump nfprofile - netflow profiler nfreplay - netflow replay nfclean.pl - cleanup old data - installed as example ft2nfdump - read flow-tools format - optional tool sfcapd - sflow collector daemon - optional tool
2007-07-29Added spreadlogd.obache1-1/+2
2007-07-29Import spreadlogd version 2.0.0.obache8-0/+224
Packaged and provided by Mark Blackman via PR 36348. Spreadlogd is a general purpose daemon for receiving Spread toolkit broadcast/multicast messages and logging them either to a file or for further processing by a Perl module as an interpreter is embedded.