summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2011-02-13net/tinc: account for different header path on dflyrumko5-5/+66
On DragonFly BSD, tun and tap headers are under net/tun/ and net/tap/ and not directly in net/. Due to this, tinc does not properly set up the tun devices in runtime. Bump PKGREVISION. ok@ wiz
2011-02-12Update to poptop 1.3.4asau5-31/+22
Tested by loux.thefuture@gmail.com Changes since 1.3.0: 1.3.4: released 2007-04-16 - fix two release critical packet reordering bugs [Oester] - accept both types of domain delimiter [Cameron] - deprecate PPP_WAIT workaround in favour of turning off pty echo [Brady] 1.3.3: released 2006-09-05 - add missing connections option in sample pptpd.conf [Cameron] - add message to indicate when constrained by IP range [Cameron] - fix segfault on -C option, Closes Gentoo Bug #132898 [Nastac] - support mixed architecture build on x86_64 [Gorlov] - fix configure --with and --without option processing again [Cameron] - include libutil in logwtmp build [Gorlov] - fix spec file [Howarth] 1.3.2: released 2006-04-18 - fix configure --with and --without option processing [Cameron] - avoid reporting packet loss if debug option not set [Cameron] 1.3.1: released 2006-02-14 - make connections limit configurable at run-time [Cameron] - migrate --with-pppd-ip-alloc to delegate option [Cameron] - prevent initial unwanted GRE ACK [Barker] - bcrelay, ignore ENOBUFS [Rajkumar] - remove superfluous sigset [Cameron/Gono] - compilation fixes for gcc 4.0.1 [Cameron] - factorise argument processing in pptpctrl [Cameron/Visi]
2011-02-11revbump(1) for devel/libevent update.tnn5-9/+10
2011-02-11Move FingerDir back to /var/spool; this way it can be writable by a specificis4-7/+12
unpriviledged user gfingerd can run as. (Otherwise somebody would need to create that directory it at boot time).
2011-02-11Update to 0.2.13.ryoon3-7/+10
0.2.13 Mon Feb 07 2011 Toni Gundogdu Changes: - Add tmunderground.lua - Add pluzz.lua (#13) - Add francetelevisions.lua (#13) - Remove unused strupr implementation
2011-02-11Changes 4.1.1:adam4-38/+28
* Fix build on systems with PF, such as FreeBSD and OpenBSD. * Don't blow up if a zero-length link-layer address is passed to linkaddr_string(). Changes 4.1.0: * Fix printing of MAC addresses for VLAN frames with a length field * Add some additional bounds checks and use the EXTRACT_ macros more * Add a -b flag to print the AS number in BGP packets in ASDOT notation rather than ASPLAIN notation * Add ICMPv6 RFC 5006 support * Decode the access flags in NFS access requests * Handle the new DLT_ for memory-mapped USB captures on Linux * Make the default snapshot (-s) the maximum * Print name of device (when -L is used) * Support for OpenSolaris (and SXCE build 125 and later) * Print new TCP flags * Add support for RPL DIO * Add support for TCP User Timeout (UTO) * Add support for non-standard Ethertypes used by 3com PPPoE gear * Add support for 802.11n and 802.11s * Add support for Transparent Ethernet Bridge ethertype in GRE * Add 4 byte AS support for BGP printer * Add support for the MDT SAFI 66 BG printer * Add basic IPv6 support to print-olsr * Add USB printer * Add printer for ForCES * Handle frames with an FCS * Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames * Fix TCP sequence number printing * Report 802.2 packets as 802.2 instead of 802.3 * Don't include -L/usr/lib in LDFLAGS * On x86_64 Linux, look in lib64 directory too * Lots of code clean ups * Autoconf clean ups * Update testcases to make output changes * Fix compiling with/out smi (--with{,out}-smi) * Fix compiling without IPv6 support (--disable-ipv6)
2011-02-11Changes 1.1.1:adam8-94/+84
* Fix build on RHEL5. * Fix shared library build on AIX. Changes 1.1.0: * Add SocketCAN capture support * Add Myricom SNF API support * Update Endace DAG and ERF support * Add support for shared libraries on Solaris, HP-UX, and AIX * Build, install, and un-install shared libraries by default; don't build/install shared libraries on platforms we don't support * Fix building from a directory other than the source directory * Fix compiler warnings and builds on some platforms * Update config.guess and config.sub * Support monitor mode on mac80211 devices on Linux * Fix USB memory-mapped capturing on Linux; it requires a new DLT_ value * On Linux, scan /sys/class/net for devices if we have it; scan it, or /proc/net/dev if we don't have /sys/class/net, even if we have getifaddrs(), as it'll find interfaces with no addresses * Add limited support for reading pcap-ng files * Fix BPF driver-loading error handling on AIX * Support getting the full-length interface description on FreeBSD * In the lexical analyzer, free up any addrinfo structure we got back from getaddrinfo(). * Add support for BPF and libdlpi in OpenSolaris (and SXCE) * Hyphenate "link-layer" everywhere * Add /sys/kernel/debug/usb/usbmon to the list of usbmon locations * In pcap_read_linux_mmap(), if there are no frames available, call poll() even if we're in non-blocking mode, so we pick up errors, and check for the errors in question. * Note that poll() works on BPF devices is Snow Leopard * If an ENXIO or ENETDOWN is received, it may mean the device has gone away. Deal with it. * For BPF, raise the default capture buffer size to from 32k to 512k * Support ps_ifdrop on Linux * Added a bunch of #ifdef directives to make wpcap.dll (WinPcap) compile under cygwin. * Changes to Linux mmapped captures. * Fix bug where create_ring would fail for particular snaplen and buffer size combinations * Update pcap-config so that it handles libpcap requiring additional libraries * Add workaround for threadsafeness on Windows * Add missing mapping for DLT_ENC <-> LINKTYPE_ENC * DLT: Add DLT_CAN_SOCKETCAN * DLT: Add Solaris ipnet * Don't check for DLT_IPNET if it's not defined * Add link-layer types for Fibre Channel FC-2 * Add link-layer types for Wireless HART * Add link-layer types for AOS * Add link-layer types for DECT * Autoconf fixes (AIX, HP-UX, OSF/1, Tru64 cleanups) * Install headers unconditionally, and include vlan.h/bluetooth.h if enabled * Autoconf fixes+cleanup
2011-02-11* Install Geo information.adam6-39/+32
* Depend on py-mako, so maps get be generated. * Don't discard badly checksummed packets. * Clean-up.
2011-02-10add two patches from upstream:drochner4-3/+62
-fix possible free() of an uninitialized pointer when reading a malformed pcap-ng file (CVE-2011-0538) -add length check in pcap-ng reader bump PKGREV
2011-02-09Added rc script (based on Pierre Abbat suggestion)pettai3-2/+22
2011-02-09Update bind96 package to 9.6.3.taca5-104/+33
9.6.3 * BIND now builds with threads disabled in versions of NetBSD earlier than 5.0 and with pthreads enabled by default in NetBSD versions 5.0 and higher. Also removes support for unproven-pthreads, mit-pthreads and ptl2. [RT #19203] * HPUX now correctly defaults to using /dev/poll, which should increase performance. [RT #21919] * If named is running as a threaded application, after an "rndc stop" command has been issued, other inbound TCP requests can cause named to hang and never complete shutdown. [RT #22108] * When performing a GSS-TSIG signed dynamic zone update, memory could be leaked. This causes an unclean shutdown and may affect long-running servers. [RT #22573] * A bug in NetBSD and FreeBSD kernels with SO_ACCEPTFILTER enabled allows for a TCP DoS attack. Until there is a kernel fix, ISC is disabling SO_ACCEPTFILTER support in BIND. [RT #22589] * Corrected a defect where a combination of dynamic updates and zone transfers incorrectly locked the in-memory zone database, causing named to freeze. [RT #22614] * Don't run MX checks (check-mx) when the MX record points to ".". [RT #22645] * DST key reference counts can now be incremented via dst_key_attach. [RT #22672] * isc_mutex_init_errcheck() in phtreads/mutex.c failed to destroy attr. [RT #22766] * The Kerberos realm was being truncated when being pulled from the the host prinicipal, make krb5-self updates fail. [RT #22770] * named failed to preserve the case of domain names in RDATA which is not compressible when writing master files. [RT #22863] * There was a bug in how the clients-per-query code worked with some query patterns. This could result, in rare circumstances, in having all the client query slots filled with queries for the same DNS label, essentially ignoring the max-clients-per-query setting. [RT #22972]
2011-02-09Remove bind95.taca1-2/+1
2011-02-09Delete bind95 pacakge, it has been eol May, 2010.taca21-1323/+0
http://www.isc.org/software/bind/versions
2011-02-09Changes 4.0.3:adam3-17/+21
This is a bug fix release.
2011-02-08Update to 2011.01.30.ryoon2-6/+6
Changes: This release fixes the existing problem with Dailymotion support, and adds suport for downloading all videos uploaded by a given YouTube user. The program now requires Python 2.5. In addition, several minor bugs have been fixed and a few minor features have been added
2011-02-07create the log dir in the configured location (instead of the default)spz3-7/+12
fixes PR pkg/44530 thanks for the report :)
2011-02-07* remove patch-aa, one patch for multple files, not registerd in distinfo.obache7-79/+101
split to multiple patches with new style patch file name, and regist. * set LICENSE=modified-bsd. * dependency on devel/check is just a build-depend, for test only.
2011-02-06add autoconf test for new SIOCGIFCONF interface that uses amlelstv2-2/+83
ifru_space member to store larger addresses and parse interface list accordingly.
2011-02-04Update to dhcpcd-5.2.11roy2-6/+6
Change from dhcpcd-5.2.10 is support for 64-bit routing on NetBSD.
2011-02-03Update to 2.2.22:wiz2-6/+6
2.2.22 Sun Jan 16 2011 Toni Gundogdu Changes: - Accept youtu.be URLs (#8) 2.2.21 Fri Jan 07 2011 Toni Gundogdu Bugfixes: - Dailymotion.pm: Access blocked by "family filter" (#4) 2.2.20 Mon Dec 27 2010 Toni Gundogdu Changes: - Accept non-HTTP (input) URLs [#3] Bugfixes: - Vimeo.pm: Fix video ID parsing [#2]
2011-02-03Update to 4.1.3:wiz3-8/+8
--- 4.1.3 2011/01/27 Update yaz.spec to operate on both SLES11 / Centos 5.5. RPM: Release includes 'indexdata' name. Use indexdata in release name so this package can be distinguished from other vendors. yaz-config: Use exec_prefix, libdir, includedir . Use these variables as determined by configure yaz-config: set YAZ_VERSION env. php_yaz relies on it. GFS: Z_PresentStatus_partial_4 for missing record. If bend_fetch handler returns no error and no record, the present request is considered partial (only a subset of the records could be returned by backend), and so it is appropriate to set Present Status to partial-4.
2011-02-0164-bit Mac OS X needs nmap's internal libpcap: remove patch-aaadam3-19/+3
2011-01-31*** empty log message ***pettai1-3/+1
2011-01-31Nmap 5.50 [2011-01-28]pettai8-110/+102
Some of the highlights are: o [Zenmap] Added a new script selection interface, allowing you to choose scripts and arguments from a list. o [Nping] Added echo mode, learn more about echo mode at http://nmap.org/book/nping-man-echo-mode.html. o [NSE] Added an amazing 46 scripts, bringing the total to 177! You can learn more about any of them at http://nmap.org/nsedoc/ o [NSE] Added 12 new protocol libraries. o [NSE] Added a new brute library that provides a basic framework and logic for brute force password auditing scripts. o [Zenmap] Greatly improved performance for large scans by benchmarking intensively and then recoding dozens of slow parts. o Performed a major OS detection integration run. The database has grown more than 14% to 2,982 fingerprints and many of the existing fingerprints were improved. David posted highlights of his integration work at http://seclists.org/nmap-dev/2010/q4/651 o Performed a huge version detection integration run. The number of signatures has grown by more than 11% to 7,355. David posted highlights at http://seclists.org/nmap-dev/2010/q4/761 o [NSE] Nmap has two new NSE script scanning phases. See http://nmap.org/book/nse-usage.html#nse-script-types o Dramatically improved nmap.xsl (used for converting Nmap XML output to HTML). o Integrated cracked passwords from the Gawker.com compromise (http://seclists.org/nmap-dev/2010/q4/674) into Nmap's top-5000 password database. o Merged port names in the nmap-services file with allocated names from the IANA (http://www.iana.org/assignments/port-numbers). o [Zenmap] Made the topology node radiuses grow logarithmically instead of linearly, so that hosts with thousands of open ports don't overwhelm the diagram. o Improved IPv6 host output in that we now remember and report the forward DNS name (given by the user) and any non-scanned addresses (usually because of round robin DNS). o [Zenmap] Upgraded to the newer gtk.Tooltip API to avoid deprecation messages about gtk.Tooltip. o [NSE] Enhance ssl-cert to also report the type and bit size of SSL certificate public keys. o [Nping] Nping now limits concurrent open file descriptors properly based on the resources available on the host. o Ncat now logs Nsock debug output to stderr instead of stdout for consistency with its other debug messages. o Changed the name of libdnet's sctp_chunkhdr to avoid a conflict with a struct of the same name in <netinet/sctp.h>. o [NSE] Host tables now have a host.traceroute member available when --traceroute is used. o Nmap now prints the MTU for interfaces in --iflist output. o [Ncat,NSE] Server Name Indication (SNI) is now supported by Ncat and Nmap NSE, allowing them to connect to servers which run multiple SSL websites on one IP address. o [Nsock] Added a new function, nsi_set_hostname, to set the intended hostname of the target. o [NSE] Made sslv2.nse give special output when SSLv2 is supported, but no SSLv2 ciphers are offered. o Fixed the fragmentation options (-f in Nmap, --mtu in Nmap & Nping), which were improperly sending whole packets in version 5.35DC1. o [NSE] When receiving raw packets from Pcap, the packet capture time is now available to scripts as an additional return value from pcap_receive(). o Updated IANA IP address space assignment list for random IP (-iR) generation. o [Ncat] Ncat now uses case-insensitive string comparison when checking authentication schemes and parameters. o [NSE] There is now a limit of 1,000 concurrent running scripts, instituted to keep memory under control when there are many open ports. Plus many bugfixes and improvements. For full changelog, see http://nmap.org/changelog.html
2011-01-31Fix building on Mac OS X: pass CFLAGS and LDFLAGS when making tools/lemonadam2-1/+15
2011-01-31Changes 2.0.5:adam6-53/+22
* bumped default TCP send/recv buffer to 128K (this is not the kernel buffer that controls the window, but rather the Iperf internal buffer) * update autoconf goo using Autoconf 2.65, this should help portability a bit * honor -i flag when for a server (-s) when using TCP * Exit rather than warn on connection failure
2011-01-30use _BSD_SOURCE rather than __USE_BSD. Noted by joerg@markd3-7/+7
2011-01-30Rather than patch out the calls to pkg-config uuid, fake up a uuid.pc formarkd4-102/+17
the BSD's and otherwise depend on libuuid. Fixes build on Linux. May need to be tweaked for Darwin, other OS's.
2011-01-30define __USE_BSD to get u_char etal to successfully detect libpcap on linuxmarkd3-8/+31
2011-01-29linux has vsnprintf()markd1-1/+3
2011-01-29Fix build with gcc4.5markd3-1/+36
2011-01-29teach builtin about versions 1.0.0 and 1.1.1markd1-2/+10
2011-01-29Clean up DISTNAME (remove .tar, move into extract suffix). Dropgdt1-5/+5
EGG_NAME and EXTRACT_SUFX because they are now default. Add TEST_TARGET. Add comment questioning why PYTHON_VERSIONS_ACCEPTED is only 26.
2011-01-29Update to 0.6.1, triggered by pending tahoe-lafs 1.8.2 which willgdt3-12/+9
require this. * Release 0.6.1 (16-Jan-2011) ** Minor Fixes The old "sets" module is no longer imported without wrapping the import in a DeprecationWarning suppressor. We still import it from slicers.set for compatibility with older code, but that import will not produce a warning. This should make Foolscap quieter when used with Python 2.6 or later. A new RemoteReference method named getDataLastReceivedAt() was added, which will tell you when data was most recently received on the connection supporting that reference. This can be compared against time.time() to see how "live" the connection is. For performance reasons, this is only enabled when keepalives are turned on, otherwise it returns None. (#169) Some unreachable code was removed. (#165) * Release 0.6.0 (28-Dec-2010) ** API Changes *** "foolscap.api" now mandatory The old import names from foolscap/__init__.py have been removed, finishing the transition begun with 0.5.0 . Applications must now import Tub, Referenceable, and so on from "foolscap.api". (#122) ** Compatibility Fixes Foolscap-0.6.0 is compatible with Twisted-10.2 (released 29-Nov-2010). The 0.5.1 release was not: pb.Listener was depending upon the behavior of an internal Twisted function that changed, causing an AttributeError in "StreamServerEndpointService". This is fixed, but the code is still using an undocumented internal attribute to handle port=0 which will need to be replaced eventually. (#167) The first unit test ("test__versions") spuriously failed against Twisted-10.1 and 10.2, mistakenly believing that 10.1 was older than 8.1.0 due to a lexicographic comparison that should have been numeric. ** Other Changes Incident filenames are now like "2008-08-22--16:20:28Z.flog" which are in UTC and mostly ISO-8601 format (the real ISO-8601 would use "_" instead of "--"). This is also used for log-gatherer filenames. (#111) The logging code now honors FLOGLEVEL= when using FLOGTOTWISTED=1; previously FLOGLEVEL= was ignored when deciding which log events should be bridged to the twisted logger. (#154) Some minor packaging bugs were fixed.
2011-01-28ether2dns-1.6: typo in README, noticed by jnemeth.is2-6/+6
2011-01-28Switch to INSTALL_LIBadam1-2/+2
2011-01-28Changes 0.1:adam5-17/+31
* bugfix: udns_new(old) - when actually cloning another context - makes the new context referencing memory from old, which leads to crashes when old is modified later * use random queue IDs (the 16bit qID) in queries instead of sequentional ones, based on simple pseudo-random RNG by Bob Jenkins (udns_jran.[ch]). Some people believe that this improves security (CVE-2008-1447). I'm still not convinced (see comments in udns_resolver.c), but it isn't difficult to add after all. * deprecate dns_random16() function which was declared in udns.h (not anymore) but never documented. In order to keep ABI compatible it is still exported. * library has a way now to set query flags (DNS_SET_DO; DNS_SET_CD). * dnsget now prints non-printable chars in all strings in DNS RRs using decimal escape sequences (\%03u) instead of hexadecimal (\%02x) when before - other DNS software does it like this. * recognize a few more record types in dnsget, notable some DNSSEC RRs; add -f option for dnsget to set query flags. * udns is not a Debian native package anymore (was a wrong idea)
2011-01-27Applying net/netatalk update from pkg/44474hauke2-8/+9
Changes in 2.1.5 ================ * UPD: afpd: support newlines in -loginmesg with \n escaping syntax * UPD: afpd: support for changed chmod semantics on ZFS with ACLs in onnv145+ * FIX: afpd: fix leaking ressource when moving objects on the server * FIX: afpd: backport Solaris 10 compatibilty fix from 2.2: don't use SO_SNDTIMEO/SO_RCVTIMEO, use non-blocking IO and select instead. * FIX: afpd: misaligned memory access on Sparc in ad_setattr, fixes bug 3110004. * FIX: cnid_dbd: backport Solaris 10 compatibilty fix from 2.2: don't use SO_SNDTIMEO/SO_RCVTIMEO, use non-blocking IO and select instead.
2011-01-27smbd does not require nmbd to runadam1-3/+1
2011-01-27add and enable ether2dnsjnemeth1-1/+2
2011-01-27typojnemeth1-1/+1
2011-01-26Add description.is1-0/+4
2011-01-26Simple converter from /etc/ethers to AAAA or PTR records assuming IPv6is4-0/+42
autoconfigured hosts.
2011-01-25Remove patch hunks that disable --recheck in GNU configure scripts.shattered4-26/+6
These were generated, apparently, by mk/configure/gnu-configure.mk (configure-scripts-override target).
2011-01-242.3.6pettai4-23/+12
* rancid: fail on error opening nvram: * rancid: skip ASA 5520 configuration author line * control_rancid: for svn stupidity, run update (yes update) and commit after setting svn:ignore, else . is out of date. * rancid: filter auto "rogue ap" configuration * alogin: adjust match of active alarms msg at login * jrancid: patch for master/backup matching on EX series * rancid: update cisco WAE identity string match * {xr}rancid: summarize DirSlotN() bytes free as GB, else MB. * rancid: filter sflog from DirSlotN() for IOS on cisco 10k * fnrancid: update recent fortinet software * rancid: ignore show flash on IOS XE * rancid: copy the dhcp database filter to ShowFlash() * clogin: Fix pasto in IOS terminal width command. * hlogin: -r missing from usage o/p * clogin: add -r and passphrase/identfile from cloginrc * francid: remove system uptime line on CER 3000 2.3.5 * alogin: respond to active alarms msg at login * *rancid: update for grammar deprecated in perl 5.12 * *login: handle noenable value consistently, '1' to turn it on * configure: look for -n <count> option to ping, for Windows ping (over cygwin) * rancid: missed case fpr accepting '>' prompt, rather than just '#' * xrrancid: filter sequences from ipv4/6 access-lists * zrancid: force terminal type vt100 so as not to confuse Linux * francid: filter system uptime on new Brocades * rancid: filter ASA time-based license noise * rancid: filter command in WriteTerm if echoed * configure: specifically look for ping in /sbin & /usr/sbin & fix typo in test operator * rancid: handle a few IOS serial number formatting variants * hpuifilter: change filtering to avoid use of string functions due to a Debian bug. Should be faster too. * rancid: adjust show inventory matches for variables WS * nxrancid: show environment clock and show core vdc-all are not valid commands on all platforms
2011-01-23Handle the case where tm_year is a long variable, from Benny Siegertagc2-7/+7
and Thorsten Glaser. Part of the MirBSD support changes.
2011-01-23Update to KDE SC 4.5.5markd2-6/+5
bugfixes and translation updates
2011-01-23whitespace policetnn1-7/+7
2011-01-23Update to synergy-1.3.6.tnn17-273/+45
The synergy project has now merged with the previously forked synergy-plus. This contains lots of bugfixes since the previous update in pkgsrc, in 2006. No complete ChangeLog is available, but now uses devel/cmake to build and sports manpages for the commands.
2011-01-22updated download pathsschwarz2-8/+7