summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2007-01-15Disable propolice on DragonFly for now.joerg1-0/+18
2007-01-15Modular Xorg support.joerg1-1/+5
2007-01-14Update to 2.2.99:wiz2-6/+6
Changes in libsoup from 2.2.98 to 2.2.99: * Fixed header parsing, including a crash in SoupServer with certain malformed requests [391970]. * Fixed redirection to other hosts with SoupSessionAsync. [382251] * Fixed a small memory leak pointed out by Chris Austin.
2007-01-14Sync MASTER_SITES with reality.wiz1-20/+4
2007-01-13Modular Xorg support.joerg1-1/+8
2007-01-13add p5-Net-eBayabs1-1/+2
2007-01-13Import p5-Net-eBay-0.40 into pkgsrc:abs4-0/+41
This module allows users to communicate with eBay using perl and their XML based eBay API. You can use it to list items for sale, bid, get seller item list, search, get ebay time, or do anything else. Many details of this API can be found at http://developer.ebay.com. To be able to use this module, you need to register there and obtain keys and a authentication token using "tokentool". The job of its module is to encapsulate connectivity and authentication, and communication with ebay. First, you need to initialize your ebay connection by passing it credentials. After that, you can send queries to eBay. A typical request is comprised of its name, and a hash table of application parameters.
2007-01-13Fix build on DragonFly and with modular Xorg.joerg4-8/+53
2007-01-13Add (official) patch to fix following problem:wiz5-2/+142
MLDonkey has a very serious bug which leeds to uploading data blocks twice to eMule clients. This is due to the fact that MLDonkey gets confused by eMule rotating block request scheme. http://hydranode.com/docs/ed2k/ed2kproto.php#upload > Namely, eMule (and compatible) clients use "rotational chunkrequest" scheme, > where each REQCHUNKS packet contains one new chunk and two older chunks > ... > This can lead to duplicate data being sent by mldonkeys, if a rotational > chunkrequest scheme is used when communicating with them. More infos about it, including logs proving the problem, can be found here: http://mldonkey.sourceforge.net/forums/viewtopic.php?t=4576 Bump PKGREVISION.
2007-01-13Modular Xorg support.joerg1-2/+6
2007-01-13Updated net/proftpd to 1.3.1rc2martti6-167/+26
+ Fixed mod_sql's handling of WHERE clauses + Fixed segfaults ocurring after SIGHUP when shared modules are used + Fixed copying of symlinks in skeleton directory for CreateHome
2007-01-13Update kftpgrabber to version 0.8.0markd3-8/+8
FIX: Fixed some typos FIX: Fixed plugin library linkage FIX: Fixed upload of empty files via TLS/SSL FIX: Take file size into account when doing directory compare
2007-01-13Fix security issue in ksircmarkd2-2/+9
http://www.kde.org/info/security/advisory-20070109-1.txt bump PKGREVISION.
2007-01-11Modular Xorg support.joerg1-1/+3
2007-01-11Modular Xorg support.joerg1-1/+2
2007-01-10Guard against attempted compilation on operating systems which are notagc1-1/+9
supported.
2007-01-10Add and enable aoe-vbladeagc1-1/+2
2007-01-10Initial import of aoe-vblade, an ATA over Ethernet server, or target,agc5-0/+67
into the Packages Collection. With thanks to the anonymous person at EuroBSDcon 2006 in Milano who asked if I was aware of it (I wasn't). ATA over Ethernet (AoE) delivers a simple, high performance, low cost alternative to iSCSI and FibreChannel for networked block storage by eliminating the processing overhead of TCP/IP. + ATA-over-Ethernet (AoE) is a thin protocol layer directly on top of Ethernet. + ATA disk commands (ie. read disk sector x, write disk sector y) are put directly into standard Ethernet frames using the AoE protocol. AoE is a block storage protocol. + AoE is a non-routed protocol, therefore does not require IP or TCP protocol layers. This eliminates unnecessary processing and makes network connection to disks simple. It also limits AoE to the local network segment. The AoE protocol specification can be found at: http://www.coraid.com/documents/AoEr8.txt
2007-01-10Modular Xorg support.joerg1-1/+6
2007-01-10Updated net/mrtg to 2.15.0martti3-13/+25
* Free positioning of a generated ifIndex in the OID string using the magic IndexPOS keyword * When doing threshold checking with rrdtool, there was a very expensive 'getting the data back with rrdinfo and rrdfetch' cycle after each rrdupdate. with rrdtool 1.2 and the updatev function this is not necessary anymore the new code speeds up mrtg cycle time by a factor of 3 to 10 depending on your platform. * Threshold Un-Borken Messages will only be generated when the value is 10% away from the threshold. Configurable via ThreshHyst * New function thresholdmail lets you send an email when a threshold is broken. This feature talks directly to the mailserver and does not require any external programs. * New template writers helper function in cfgmaker - oid_pick. It tests if a device is willing to supply information regarding a particular oid. This makes template writing much more plesant. http://oss.oetiker.ch/mrtg-trac/browser/trunk/templates/cisco/host-cisco.tmpl * added new tool mrtg-traffic-sum to build traffic stats based on the content of your mrtg log (not rrd) files. * mrtg running with rrdtool can now do sub-minute resolution if the interval is specified like that: 0:30 ... note that you can not change the resolution of an existing rrd file. So this will only have the desired effect on new rrds. Also note that the graphing frontend may need changes too to be able to deal with the new interval type. Internally interval is now a float! * new debug option 'prof' to see how long rrdtool spends on its writes ... * fixed snmpv3 support in cfgmaker
2007-01-09+p5-Net-Amazon-S3tv1-1/+2
2007-01-09Perl module Net::Amazon::S3 0.37, an object-based interface to the Amazon S3tv4-0/+42
distributed storage facility. DESCR: ===== This module provides a Perlish interface to Amazon S3. From the developer blurb: "Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits on to developers". To find out more about S3, please visit: http://s3.amazonaws.com/
2007-01-09Fixed building with SunPro on Solaris.rillig2-1/+17
2007-01-09Changed the file permissions of the binaries from 111 to 555, so thatrillig1-2/+3
they can be packaged by an unprivileged user. I don't see any reason to make the binaries non-readable, since they are neither set-uid nor closed source. PKGREVISION++
2007-01-08Do not overwrite the x-bittorrent.desktop mime type installed byxtraeme2-5/+2
kdelibs. Pointed out by veego.
2007-01-08Fixed file permissions of the installed files. 700 is not appropriaterillig4-26/+14
for binaries. Got rid of patch-aa for the Makefile. PKGREVISION++
2007-01-08Add missing files, reported by veego. PKGREVISION++xtraeme2-9/+55
2007-01-08Modular Xorg support.joerg1-1/+2
2007-01-08Modular Xorg support.joerg1-1/+4
2007-01-08PLIST fixadam1-1/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig59-179/+179
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-06Updated ORbit2 to 2.14.4.rillig2-7/+6
ORBit2-2.14.4 * bug fixes + Cleanups and compiler warning fixes (Kjartan) + Win32 portability fixes (Tor) + Constification fixes (Georg Schwartz) + Portability and build fixes (dmacks at netspace org) + Build fixes, add g_cond_timed_wait and use it instead of g_cond_wait to avoid blocking indefinitely in some situations (Jules) + Build fixes (Christian)
2007-01-06Fix compile problem on current, based on an 2 year old patch from theveego3-3/+26
sourceforge cvs repository. Bump PKGREVISION.
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