summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2007-01-04Update lftp to 3.5.6 which fixes a coredump on mget/mput. Ok with salo.ghen2-6/+6
2007-01-04Fix build under Solaris. Patched provided by Peter Schuller in PR pkg/35357.tron3-1/+32
2007-01-04Fix build under Solaris. Patch provided by Peter Schuller in PR pkg/35356.tron5-4/+97
2007-01-03Update do version 1.0.6 as requested by pkgsrc-security (hi!).rpaulo6-58/+23
=========================================================================== STABLE RELEASE 1.0.6 : Major bug fixes # Fix support for Teredo peers behind symmetric NATs (bug from 0.9.8). This could probably be used to spoof a Teredo clients. # MacOS X compilation fix. =========================================================================== STABLE RELEASE 1.0.5 : Major bug fixes # Fix issues with timer and compiler optimizations (bug from 0.9.4). # Increase ping test hop limit: Some IPv6 native nodes could not be reached otherwise. # Increase HMAC secret size from 64 to 128 bits. # Fix filtering of packets with link-local source address (bug from 0.4.0). # Various fixes to the experimental ISATAP daemon. ============================================================================ STABLE RELEASE 1.0.4 : Major bug fix # Fix packet storm with Teredo client behind symmetric NATs. ============================================================================ STABLE RELEASE 1.0.3 : Minor feature enhancement # Work-around for compatibility with Microsoft Teredo servers. # Better detection of symmetric NATs and access network changes. # Limit spamming of syslog. ============================================================================ STABLE RELEASE 1.0.2 : Minor portability and bug fixes # Several portability and minor/impossible bug fixes (see ChangeLog). ============================================================================ STABLE RELEASE 1.0.1 : Minor portability fixes # Install configuration file samples into a dedicated directory. # Build fixes (libteredo would not link on Mac OS X).
2007-01-03+ktorrentxtraeme1-1/+2
2007-01-03Initial import of ktorrent-2.1beta1 from pkgsrc-wip, packagedxtraeme5-0/+438
by Sergey Svischev (updated to latest version by me). KTorrent is a BitTorrent program for KDE. Among the new features you can find: * Support for distributed hash tables (mainline version) * Protocol encryption * Bandwith scheduling * Directory scanner to automatically load torrents in certain directories * Trackers can now be added to torrents * File prioritization for multi file torrents And of course a whole bunch of bug fixes. We already supported the following features in the previous version: * Downloads torrent files * Upload and download speed capping * Internet searching using various search engines, you can even add your own UDP Trackers * Port forwarding with UPnP * IP blocking plugin * Importing of partially or fully downloaded files
2007-01-03Require "inet6" option instead of using deprecated USE_INET6; also don'ttv2-8/+6
set that in PKG_SUGGESTED_OPTIONS (it's up to bsd.pkg.mk to do that).
2007-01-03Require "inet6" option to be present.tv2-2/+12
2007-01-03Require "inet6" option to be set, forcing IPv6 capability before building.tv1-1/+3
2007-01-03Require "inet6" option to be set, forcing IPv6 to exist before building.tv2-2/+12
2007-01-03libgetopt for <getopt.h> where not present.tv1-1/+2
2007-01-03Update to 1.0.5adrianp6-75/+114
_lots_ of changes In brief: # Revision 1.0.0.7 2005/08/10 20:01:56 pbi # - changed Ether.mysummary() (P. Lalet) # - Update of Sebek protocols (P. Lalet) # Revision 1.0.0.21 2005/09/06 17:05:19 pbi # - new logging/warning facility using the logging module # Revision 1.0.0.24 2005/09/08 14:13:36 pbi # - added RandIP() # Revision 1.0.0.33 2005/09/24 14:29:30 pbi # - completed PrismHeader layer # Revision 1.0.4.98 2006/10/06 16:31:41 pbi # - added additionnal DHCP Options (ticket #11) # Revision 1.0.4.84 2006/09/23 06:52:46 pbi # - improved import_hexcap() to handle more hexdump outputs
2007-01-03Add in a DEPENDS on p5-IO-Interfaceadrianp1-1/+3
Ride the recent version bump
2007-01-03Update to 3.25adrianp3-26/+11
In Brief: 3.24 Sat Dec 16 17:48:15 CET 2006 - NEW: now supports big-endian archs (IPv4 and IPv6 update) - bugfix: Frame: require VLAN 3.21 Wed Nov 15 19:52:43 CET 2006 - NEW: added layers STP, OSPF (header only), IGMPv4 (v1 and v2), CDP::Address, CDP::TypeAddresses, CDP::TypeCapabilities, CDP::TypePortId, CDP::TypeSoftwareVersion - NEW: Dump now support PPP links 3.20 Sun Nov 12 23:02:09 CET 2006 - NEW: support for PPPoE, PPP, PPPLCP, LLC, and begin the work for CDP
2007-01-03+p5-Net-Writeadrianp1-1/+2
2007-01-03Net::Write provides a portable interface to open a network interface, and beadrianp4-0/+38
able to write raw data directly to the network. It juste provides three methods when a Net::Write object has been created for an interface: open, send, close. It is possible to open a network interface to send frames at layer 2 (you craft a frame from link layer), or at layer 3 (you craft a frame from network layer), or at layer 4 (you craft a frame from transport layer). NOTE: not all operating systems support all layer opening. Currently, Windows only supports opening and sending at layer 2. Other Unix systems should be able to open and send at all layers.
2007-01-03+p5-Net-Libdnetadrianp1-1/+2
2007-01-03Net::Libdnet - Perl interface to libdnetadrianp4-0/+25
2007-01-03Update to 0.14adrianp2-7/+7
2006.09.05 - 0.14 - Sebastien Aperghis-Tramoni (SAPER) - [DIST] RT#21219: Now use a default flag. - [TESTS] Bumped the required version of Test::Pod::Coverage up to 1.08. 2006.08.29 - 0.13 - Sebastien Aperghis-Tramoni (SAPER) - [CODE] Cleaned the typemap. Thanks to "Ani" on FreeNode for pointing. - [DIST] Fixed compile option to use -Wall only for gcc. Thanks to Wolf-Dietrich Fromm for pointing. - [DIST] Detection code can now handle IBM compiler. Thanks to Wolf-Dietrich Fromm for the help. - [TESTS] Fixed 05-dump.t, 10-fileno.t. Thanks to "Ani" on FreeNode. - [DOC] Fixed small typo in README. Thanks to "Ani" on FreeNode. - [DOC] Fixed small error in open_live() example. Thanks to Cindy Teel and Doug Baker. 2006.03.19 - 0.12 - Sebastien Aperghis-Tramoni (SAPER) - [BUGFIX] Fixed stub for pcap_list_datalinks(). - [BUGFIX] Merged Jean-Louis Morel patch for Win32 and Cygwin. - [FEATURE] Added wrappers for compile_nopcap(), get_selectable_fd(), next_ex() - [FEATURE] Merged wrappers from Net::Pcap 0.04.02 for WinPcap functions createsrcstr(), parsesrcstr(), getevent(), open(), sendpacket(), sendqueue_alloc(), sendqueue_queue(), sendqueue_transmit(), setbuff(), setmintocopy(), setmode(). - [FEATURE] Added wrapper for WinPcap function setuserbuffer(). - [CODE] Added missing short names for compile(), set_filter(), freecode() - [DIST] Fixed Makefile.PL so that pcapinfo is installed. - [TESTS] Rewrote t/20-constants.t because future versions of ExtUtils::Constant will prevent the constant() function from being directly called. - [TESTS] Added t/22-open.t, t/23-strsrc.t - [TESTS] Updated t/03-openlive.t with diagnostics for FreeBSD and OpenBSD.
2007-01-03Update to 3.9.5adrianp2-7/+6
Fix compiling on AIX (, at end of ENUM) Updated list of DNS RR typecodes Use local Ethernet defs on WIN32 Add support for Frame-Relay ARP Fixes for compiling under MSVC++ Add support for parsing Juniper .pcap files Add support for FRF.16 Multilink Frame-Relay (DLT_MFR) Rework the OSPFv3 printer Fix printing for 4.4BSD/NetBSD NFS Filehandles Add support for Cisco style NLPID encapsulation Add cisco prop. eigrp related, extended communities Add support for BGP signaled VPLS Cleanup the bootp printer Add support for PPP over Frame-Relay Add some bounds checking to the IP options code, and clean up the options output a bit. Add additional modp groups to ISAKMP printer Add support for Address-Withdraw and Label-Withdraw Msgs Add support for the BFD Discriminator TLV Fixes for 64bit compiling Add support for PIMv2 checksum verification Add support for further dissection of the IPCP Compression Option Add support for Cisco's proposed VQP protocol Add basic support for keyed authentication TCP option Lots of minor cosmetic changes to output printers
2007-01-03Update to 1.3.2adrianp4-19/+20
In brief: Version 1.3.2 (November 3, 2006) * October 12 2006 - Prevent ares_getsock() to overflow if more than 16 sockets are used. Version 1.3.1 (June 24, 2006) * July 23, 2006 - Gisle Vanem added getopt() to the ahost program. Currently accepts only [-t {a|aaaa}] to specify address family in ares_gethostbyname(). * June 19, 2006 - (wahern) Removed "big endian" DNS section and RR data integer parser macros from ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C operate on logical values. And in any event the octets are already in big-endian (aka network) byte order so they're being reversed (thus the source of the breakage). * May 10, 2006 - Bram Matthys brought my attention to a libtool peculiarity where detecting things such as C++ compiler actually is a bad thing and since we don't need that detection I added a work-around, much inspired by a previous patch by Paolo Bonzini. This also shortens the configure script quite a lot. * November 25 - Yang Tse fixed some send() / recv() compiler warnings * September 18 - Added constants that will be used by ares_getaddrinfo - Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it is available to ensure it works properly in a threaded environment. * September 10 - configure fix for detecting a member in the sockaddr_in6 struct which failed on ipv6-enabled HP-UX 11.00
2006-12-29Distfile exists in old directory now.obache1-2/+3
2006-12-28Change PostgreSQL default version to 8.1 and bump revision of alljoerg5-7/+10
packages which have it active by default.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg8-6/+56
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-20Use FreeBSD rules for DragonFly as well.joerg1-2/+2
2006-12-18Fixed all gcc warnings to make batchftp compile again on NetBSD.rillig2-13/+79
2006-12-17Update to 0.1.1.26 to fix information disclosure vuln.tv2-6/+6
Changes in version 0.1.1.26 - 2006-12-14 o Security bugfixes: - Stop sending the HttpProxyAuthenticator string to directory servers when directory connections are tunnelled through Tor. - Clients no longer store bandwidth history in the state file. - Do not log introduction points for hidden services if SafeLogging is set. o Minor bugfixes: - Fix an assert failure when a directory authority sets AuthDirRejectUnlisted and then receives a descriptor from an unlisted router (reported by seeess).
2006-12-17Fix portability.joerg2-1/+15
2006-12-17Sync with nmap-4.20, delint.salo1-5/+5
2006-12-17Update to version 4.20salo5-33/+26
Changes: 4.20 o Integrated the latest OS fingerprint submissions. The 2nd generation DB size has grown to 231 fingerprints. Please keep them coming! New fingerprints include Mac OS X Server 10.5 pre-release, NetBSD 4.99.4, Windows NT, and much more. o Fixed a segmentation fault in the new OS detection system which was reported by Craig Humphrey and Sebastian Garcia. o Fixed a TCP sequence prediction difficulty indicator bug. The index is supposed to go from 0 ("trivial joke") to about 260 (OpenBSD). But some systems generated ISNs so insecurely that Nmap went berserk and reported a negative difficulty index. This generally only affects some printers, crappy cable modems, and Microsoft Windows (old versions). Thanks to Sebastian Garcia for helping me track down the problem. 4.20RC2 o Integrated all of your OS detection submissions since RC1. The DB has increased 13% to 214 fingerprints. Please keep them coming! New fingerprints include versions of z/OS, OpenBSD, Linux, AIX, FreeBSD, Cisco CatOS, IPSO firewall, and a slew of printers and misc. devices. We also got our first Windows 95 fingerprint, submitted anonymously of course :). o Fixed (I hope) the "getinterfaces: intf_loop() failed" error which was seen on Windows Vista. The problem was apparently in intf-win32.c of libdnet (need to define MIB_IF_TYPE_MAX to MAX_IF_TYPE rather than 32). Thanks to Dan Griffin (dan(a)jwsecure.com) for tracking this down! o Applied a couple minor bug fixes for IP options support and packet tracing. Thanks to Michal Luczaj (regenrecht(a)o2.pl) for reporting them. o Incorporated SLNP (Simple Library Network Protocol) version detection support. Thanks to Tibor Csogor (tibi(a)tiborius.net) for the patch. 4.20RC1 o Fixed (I hope) a bug related to Pcap capture on Mac OS X. Thanks to Christophe Thil for reporting the problem and to Kurt Grutzmacher and Diman Todorov for helping to track it down. o Integrated all of your OS detection submissions since ALPHA11. The DB has increased 27% to 189 signatures. Notable additions include the Apple Airport Express, Windows Vista RC1, OpenBSD 4.0, a Sony TiVo device, and tons of broadband routers, printers, switches, and Linux kernels. Keep those submissions coming! o Upgraded the included LibPCRE from version 6.4 to 6.7. Thanks to Jochen Voss (voss(a)seehuhn.de) for the suggestion (he found some bugs in 6.4) 4.20ALPHA11 o Integrated all of your OS detection submissions, bringing the database up to 149 fingerprints. This is an increase of 28% from ALPHA10. Notable additions include FreeBSD 6.1, a bunch of HP LaserJet printers, and HP-UX 11.11. We also got a bunch of more obscure submissions like Minix 3.1.2a and "Ember InSight Adapter for programming EM2XX-family embedded devices". Who doesn't have a few of those laying around? I'm hoping that all the obscure submissions mean that more of the mainstream systems are being detected out of the box! Please keep those submissions (obscure or otherwise) coming! 4.20ALPHA10 o Integrated tons of new OS fingerprints. The DB now contains 116 fingerprints, which is up 63% since the previous version. Please keep the submissions coming! 4.20ALPHA9 o Integrated the newly submitted OS fingerprints. The DB now contains 71 fingerprints, up 27% from 56 in ALPHA8. Please keep them coming! We still only have 4.2% as many fingerprints as the gen1 database. o Added the --open option, which causes Nmap to show only open ports. Ports in the states "open|closed" and "unfiltered" might be open, so those are shown unless the host has an overwhelming number of them. o Nmap gen2 OS detection used to always do 2 retries if it fails to find a match. Now it normally does just 1 retry, but does 4 retries if conditions are good enough to warrant fingerprint submission. This should speed things up on average. A new --max-os-tries option lets you specify a higher lower maximum number of tries. o Added --unprivileged option, which is the opposite of --privileged. It tells Nmap to treat the user as lacking network raw socket and sniffing privileges. This is useful for testing, debugging, or when the raw network functionality of your operating system is somehow broken. o Fixed a confusing error message which occured when you specified a ping scan or list scan, but also specified -p (which is only used for port scans). Thanks to Thomas Buchanan for the patch. o Applied some small cleanup patches from Kris Katterjohn 4.20ALPHA8 o Integrated the newly submitted OS fingerprints. The DB now contains 56, up 33% from 42 in ALPHA7. Please keep them coming! We still only have 3.33% as many signatures as the gen1 database. o Nmap 2nd generation OS detection now has a more sophisticated mechanism for guessing a target OS when there is no exact match in the database (see http://insecure.org/nmap/osdetect/osdetect-guess.html ) o Rewrote mswin32/nmap.rc to remove cruft and hopefully reduce some MFC-related compilation problems we've seen. Thanks to KX (kxmail(a)gmail.com) for doing this. o NmapFE now uses a spin button for verbosity and debugging options so that you can specify whatever verbosity (-v) or debugging (-d) level you desire. The --randomize-hosts option was also added to NmapFE. Thanks to Kris Katterjohn for the patches. o A dozen or so small patches to Nmap and NmapFE by Kris Katterjohn. o Removed libpcap/Win32 and libpcap/msdos as Nmap doesn't use them. This reduces the Nmap tar.bz2 by about 50K. Thanks to Kris Katterjohn for the suggestion. 4.20ALPHA7 o Did a bunch of Nmap 2nd generation fingerprint integration work. Thanks to everyone who sent some in, though we still need a lot more. Also thanks to Zhao for a bunch of help with the integration tools. 4.20ALPHA6 had 12 fingerprints, this new version has 42. The old DB (still included) has 1,684. o Updated nmap-mac-prefixes to reflect the latest OUI DB from the IEEE (http://standards.ieee.org/regauth/oui/oui.txt) as of September 6, 2006. Also added the unregistered PearPC virtual NIC prefix, as suggested by Robert Millan (rmh(a)aybabtu.com). o Applied some small internal cleanup patches by Kris Katterjohn. 4.20ALPHA6 o Fixed a bug in 2nd generation OS detection which would (usually) prevent fingerprints from being printed when systems don't respond to the 1st ICMP echo probe (the one with bogus code value of 9). Thanks to Brandon Enright for reporting and helping me debug the problem. o Fixed some problematic Nmap version detection signatures which could cause warning messages. Thanks to Brandon Enright for the initial patch. 4.20ALPHA5 o Worked with Zhao to improve the new OS detection system with better algorithms, probe changes, and bug fixes. We're now ready to start growing the new database! If Nmap gives you fingerprints, please submit them at the given URL. The DB is still extremely small. The new system is extensively documented at http://insecure.org/nmap/osdetect/ . o Nmap now supports IP options with the new --ip-options flag. You can specify any options in hex, or use "R" (record route), "T" (record timestamp), "U") (record route & timestamp), "S [route]" (strict source route), or "L [route]" (loose source route). Specify --packet-trace to display IP options of responses. For further information and examples, see http://insecure.org/nmap/man/ and http://seclists.org/nmap-dev/2006/q3/0052.html . Thanks to Marek Majkowski for writing and sending the patch. o Integrated all 2nd quarter service detection fingerprint submissions. Please keep them coming! We now have 3,671 signatures representing 415 protocols. Thanks to version detection czar Doug Hoyte for doing this. o Nmap now uses the (relatively) new libpcap pcap_get_selectable_fd API on systems which support it. This means that we no longer need to hack the included Pcap to better support Linux. So Nmap will now link with an existing system libpcap by default on that platform if one is detected. Thanks to Doug Hoyte for the patch. o Updated the included libpcap from 0.9.3 to 0.9.4. The changes I made are in libpcap/NMAP_MODIFICATIONS . By default, Nmap will now use the included libpcap unless version 0.9.4 or greater is already installed on the system. o Applied some nsock bugfixes from Diman Todorov. These don't affect the current version of Nmap, but are important for his Nmap Scripting Engine, which I hope to integrate into mainline Nmap in September. o Fixed a bug which would occasionally cause Nmap to crash with the message "log_vwrite: write buffer not large enough". I thought I conquered it in a previous release -- thanks to Doug Hoyte for finding a corner case which proved me wrong. o Fixed a bug in the rDNS system which prevented us from querying certain authoritative DNS servers which have recursion explicitly disabled. Thanks to Doug Hoyte for the patch. o --packet-trace now reports TCP options (thanks to Zhao Lei for the patch). Thanks to the --ip-options addition also found in this release, IP options are printed too. o Cleaned up Nmap DNS reporting to be a little more useful and concise. Thanks to Doug Hoyte for the patch. o Applied a bunch of small internal cleanup patches by Kris Katterjohn (kjak(a)ispwest.com). o Fixed the 'distclean' make target to be more comprehensive. Thanks to Thomas Buchanan (Thomas.Buchanan(a)thecompassgrp.net) for the patch. Nmap 4.20ALPHA4 o Nmap now provides progress statistics in the XML output in verbose mode. Here are some examples of the format (etc is "estimated time until completion) and times are in UNIX time_t (seconds since 1970) format. Angle braces have been replaced by square braces: [taskbegin task="SYN Stealth Scan" time="1151384685" /] [taskprogress task="SYN Stealth Scan" time="1151384715" percent="13.85" remaining="187" etc="1151384902" /] [taskend task="SYN Stealth Scan" time="1151384776" /] [taskbegin task="Service scan" time="1151384776" /] [taskend task="Service scan" time="1151384788" /] Thanks to Adam Vartanian (flooey(a)gmail.com) for the patch. o Updated the Windows installer to give an option checkbox for performing the Nmap performance registry changes. The default is to do so. Thanks to Adam Vartanian (flooey(a)gmail.com) for the patch. o Applied several code cleanup patches from Marek Majkowski. o Added --release-memory option, which causes Nmap to release all accessible memory buffers before quitting (rather than let the OS do it). This is only useful for debugging memory leaks. o Fixed a bug related to bogus completion time estimates when you request an estimate (through runtime interaction) right when Nmap is starting.a subsystem (such as a port scan or version detection). Thanks to Diman Todorov for reporting the problem and Doug Hoyte for writing a fix. o Nmap no longer gets random numbers from OpenSSL when it is available because that turned out to be slower than Nmap's other methods (e.g. /dev/urandom on Linux, /dev/arandom on OpenBSD, etc.). Thanks to Marek Majkowski for reporting the problem. o Updated the Windows binary distributions (self-installer and .zip) to include the new 2nd generation OS detection DB (nmap-os-db). Thanks to Sina Bahram for reporting the problem. o Fixed the --max-retries option, which wasn't being honored. Thanks to Jon Passki (jon.passki(a)hursk.com) for the patch. Nmap 4.20ALPHA3 o Added back Win32 support thanks to a patch by kx o Fixed the English translation of TCP sequence difficulty reported by Brandon Enright, and also removed fingerprint printing for 1st generation fingerprints (I don't really want to deal with those anymore). Thanks to Zhao Lei for writing this patch. o Fix a problem which caused OS detection to be done in some cases even if the user didn't request it. Thanks to Diman Todorov for the fix. Nmap 4.20ALPHA2 o Included nmap-os-db (the new OS detection DB) within the release. Oops! Thanks to Brandon Enright (bmenrigh(a)ucsd.edu) for catching this problem with 4.20ALPHA1. o Added a fix for the crash in the new OS detection which would come with the message "Probe doesn't exist! Probe type: 1. Probe subid: 1" Nmap 4.20ALPHA1 o Integrated initial 2nd generation OS detection patch! The system is documented at http://insecure.org/nmap/osdetect/ . Thanks to Zhao Lei for helping with the coding and design. o portlist.cc was refactored to remove some code duplication. Thanks to Diman Todorov for the patch.
2006-12-16Upgrade to 0.95:bouyer6-98/+356
support more devices severay bug fixes [] Apache-based HTTP authentication added. [1107564] Disable BULKWALK on a per device or per device type basis: bulkwalk_no, arpnip_no, macsuck_no, discover_no use same syntax, see README [1111654] Allow wrap in config file with \ char [969117] Automatically reloads config file in web front end when it changes. [1392968] The map key is now automatically derived from configuration (i.e., entries in node_map) [1107578] Port Control via VLANs [744598] Inventory by subnet - IP Inventory feature improved to dump whole subnets [1107579] The map can be clustered by device Location fields. Thanks to Bjorn Isaksson for the patch. [1393653] Modules for optional features (e.g., NBT) are now loaded when needed, not at startup. [1116552] The devices in the "Choose Device" box on the Admin Panel are now listed in numerical order by IP address, to make it easier to find the one you're looking for. [1116547] Contact field is now searched in the device search. New backend database field time_recent in node database, for nodes that move around a lot, it's the last time this node moved *back* to this device (time_first is the first time ever). Add macsuck_only, arpnip_only, discover_only limits Get SSIDs and channel from wireless base station ports, and display SSID in device port, add SSID inventory and SSID search [1462199] Add SNMP timeout parameter to create_device() [1492791] Added options snmp_force_v* [] pg_all, pg_run, pg_init, pg_back unified into single sql/pg script This script parses netdisco.conf for database settings. [] Add graph_png option to use png output from graphviz
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg7-14/+14
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15Fixed typoadam1-2/+2
2006-12-15Added DarwinStreamingServer 5.5.4adam1-1/+2
2006-12-15Darwin Streaming Server is an open source project intended for developers whoadam27-0/+766
need to stream QuickTime and MPEG-4 media on alternative platforms such as Windows, Linux, and Solaris, or those developers who need to extend and/or modify the existing streaming server code to fit their needs. Darwin Streaming Server is only supported by the open source community and is not eligible for technical support from Apple. Apple hosts a number of email discussion lists for Darwin Streaming Server users and developers to share ideas and discuss deployment scenarios. Based on wip/DarwinStreamingServer Thanks to eggert@macvaerk.dtu.dk
2006-12-14Updated net/proftpd to 1.3.1rc1martti6-68/+233
The 1.3.1rc1 release includes major new features and numerous bugfixes, including: + Support for UTF8 and translated response messages (NLS support) + New configuration directives: DisplayChdir DisplayFileTransfer UseIPv6 UseUTF8 + Deprecated configuration directives: DisplayFirstChdir The DisplayFirstChdir directive is deprecated; sites should use the new DisplayChdir directive (which allows for files to be displayed on every directory change, rather than just the first time for a directory change). HiddenStor The HiddenStor directive is deprecated; simply use HiddenStores instead. SQLHomedirOnDemand The SQLHomedirOnDemand directive will be removed in future releases; use the CreateHome directive instead. + New modules: mod_ban, a module handling dynamic client "black lists" See doc/contrib/mod_ban.html + Enhanced modules: The mod_tls module can now make use of cryptographic accelerator cards with the new TLSCryptoDevice directive. It can also use a program for obtaining certificate passphrases via the new TLSPassPhraseProvider directive. + Documentation
2006-12-13Update maradns to 1.0.39.obache4-12/+14
changelog: maradns-1.0.39: * Backport of memory leak fix to 1.0 branch of MaraDNS (2006.07.24) maradns-1.0.38: Backport of MaraDNS 1.2.09 Microsoft.com fix to legacy 1.0 branch (2006.06.16) maradns-1.0.37: This is an update for the 1.0 legacy branch of MaraDNS * Removed all example mararc files which allow any IP on the internet to perform recursive queries (these can be used for denial of service attacks) (2006.04.07) maradns-1.0.36: This is a bugfix release for the legacy 1.0 branch of MaraDNS. * A backport of the 2-line patch recently posted to the mailing list concerning incorrect dangling CNAME warnings (2005.12.31) maradns-1.0.35: * Backport of 1.1.x fix of csv1 example in documentation * Backport of 1.1.x fix of MINFO RR description * Backport of 1.1.x security fix. (2005.11.20) maradns-1.0.34: * Hotfix: recursion works again * Regression procedure added. (2005.10.26) maradns-1.0.33: * Fixed occassional crash that happens while reading zone files at MaraDNS startup. * Fixed occassional compression error which shows up in MaraDNS logs. * Update man page to point out some unimplemented features will be in 1.2 (2005.10.24) maradns-1.0.32: Hotfix: RR rotation now works again. (2005.08.08) maradns-1.0.31: Two patches by Albert Lee that improve Maras stability. (2005.08.07) maradns-1.0.30: * Warn the user when they have dangling CNAME records * Fix bug with MX records with preferences > 255 in getzone tool (2005.06.30) maradns-1.0.29: This release improves how MaraDNS'recursive resolver parses packets so that Mara can interoperate better with some stub resolvers that dont bother looking past the header of a DNS packet. (2005.05.13)
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg3-6/+6
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12Skip a file we don't care about in the portability check.joerg1-1/+3
2006-12-11Add optional support for the lablgtk2 interface for unisontonio3-6/+22
Patch provided by Brian de Alwis in pkg/35114
2006-12-09Needs byacc, bison doesn't cut it.markd1-2/+2
2006-12-08Add and enable rbldnsd.cube1-1/+2
2006-12-08Initial import of rbldnsd, version 0.996a, into the NetBSD Packagescube7-0/+158
Collection. rbldnsd is a small and fast DNS daemon which is especially made to serve DNSBL zones. This daemon was inspired by Dan J. Bernstein's rbldns program found in the djbdns package. rbldnsd is extremely fast - it outperforms both bind and djbdns greatly. It has very small memory footprint. The daemon can serve both IP-based (ordb.org, dsbl.org etc) and name-based (rfc-ignorant.org) blocklists. Unlike DJB's rbldns, it has ability to specify individual values for every entry, can serve as many zones on a single IP address as you wish, and, finally, it is a real nameserver: it can reply to DNS metadata requests. The daemon keeps all zones in memory for faster operations, but its memory usage is very efficient, especially for repeated TXT values which are stored only once.
2006-12-07Update kftpgrabber to 0.8.0 beta2. Fixes build on NetBSD-currentmarkd3-21/+37
0.8.0-beta2 CHG: Rewritten support for custom commands CHG: Left sidebar is now hidden by default ADD: Individual file mark/compare in the listviews ADD: Simple directory compare option ADD: Reimplemented support for SSCN ADD: A button to clear the list of recent sites FIX: Handle server replies containing NULLs FIX: Implemented a proper remove files dialog FIX: Queue and listview speed optimisations FIX: Some crash fixes FIX: Fixed sorting by timestamp 0.8.0-beta1 CHG: Rewritten the browser view to support folders with a lot of files ADD: Added "move to top/move to bottom" options to the queue ADD: An option to toggle the use of primary connection for file transfers ADD: A shortcut to open the current local folder in Konqueror FIX: Fixed a SFTP related crash when aborting FIX: Properly filter selections when using the as-you-type filter 0.8.0-alpha2 CHG: Rewritten the filtering API to support complex filters ADD: A configuration setting to automaticly retry failed transfers ADD: An option to ignore external IP for LAN connections FIX: Fixed some multiline parsing problems FIX: Fixed some SSL upload related problems FIX: Disable REST on servers that don't support it 0.8.0-alpha1 CHG: Rewritten the low-level engine CHG: Some visual changes in the list view ADD: Keep alive support ADD: A nice as-you-type filter ADD: Keyboard shortcuts for common file operations ADD: A list of recent quick connect sites ADD: "Skip all", "Overwrite all", "Resume all" options in the file exists dialog ADD: Support for EPRT (required for IPv6 operation) ADD: Support for machine readable directory listings (MLSD) FIX: Many different fixes 0.7.0-beta1 ADD: Speed limiting support ADD: Handling of failed transfers ADD: "On file exists" action matrix for FXP transfers CHG: Removed KMDI in favor of nice tab widget style from amaroK team CHG: Configuration is now KConfigXT based ADD: Ability to export directory listings into text files ADD: Fast directory listings via control channel on servers that support STAT ADD: Extrapolate transfer speed for FXP transfers ADD: Integrated SFV checksum verifier ADD: Global encoding option and ability to change remote encoding on fly ADD: Priority list (merged priority and skip list) ADD: Show current session status ADD: Sites as top-level queue items ADD: Ability to view/edit remote files FIX: Many SFTP related fixes ADD: Support for pubkey authentication (on SFTP connections)
2006-12-06Add p5-Net-NBNamebouyer1-1/+2
2006-12-06Initial import of p5-Net-NBName 0.26bouyer4-0/+32
Net::NBName is a class that allows you to perform simple NetBIOS Name Service Requests in your Perl code. It performs these NetBIOS operations over TCP/IP using Perl's built-in socket support. I've currently implemented two NBNS requests: the node status request and the name query request. The node status request can be used to query the NetBIOS name table of a remote host; the name query request can be used to establish the ip address of a NetBIOS name.
2006-12-06use libtool version of LIBOBJSschwarz2-11/+18
2006-12-06Fix build on DragonFly.joerg2-3/+13
2006-12-06Fix build on DragonFly.joerg2-4/+15
2006-12-06Needs msgfmt.joerg1-2/+2