summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-10-30Updated ipa to 1.2.9 (provided by Andrey Simonenko in pkg/18859)martti4-17/+17
- Fixed support for 32-bits IP Filter v3.4.x rule group numbers (previous incorrect implementation was introduced in IPA-1.1.3) - Now it is possible to remove not needed accounting systems support with the help of -DWITHOUT_{IPFW|IP6FW|IPFIL|PF} options - Now FreeBSD IPFW2 is supported - "getsockopt(IPV6_FW_GET): Invalid argument" IPv6 Firewall bug was fixed - Minor improvements for IPv4/v6 Firewall support
2002-10-30Add HOMEPAGE.seb1-1/+2
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh17-94/+17
2002-10-29Update gtk-gnutella to 0.91. Provided in PR pkg/18805 by Christian Biere.rh8-39/+59
Changes include: * Now uses HTTP/1.1, which implies support for persistent connections. * gtk-gnutella will now monitor whether we're connected to Internet and slow down its connection requests when it detects the connection was broken (after a delay of ~3 minutes at most). * Download swarming is now supported: gtk-gnutella will download different portions of the same file from many hosts, as long as alternate sources are available. * The download mesh (alternate source collection during downloads) is now used to fill the download queue with more sources. * Alternate locations can also be passively collected from query hits. You can enable this in the swarming section on the download config pane. * Download scheduling was entiretly redesigned to avoid hammering busy hosts and scale to 5000+ entries in the queue without slowing down the whole. * Is now smart about the "push" flag and will try to ignore it if possible, in case the remote host wrongly set the flag but is not firewalled. * gtk-gnutella now remembers the files it downloaded and will ignore further requests to download the same file. It will visually mark those files, as well as the ones it already shares, by showing them in lighter color in the search results. * It is possible to supply to gtk-gnutella your own ignore lists by SHA1 and by name/size but the feature is under-documented. * Added an "expert mode". Only when this is enabled will gtk-gnutella show the users some of the most complex settings. * New Gnutella statistics pane, showing the packets we sent and received, how many we generated, and the reasons why we drop packets, by packet type. * Now understands UTF-8 queries, but does not generate them. * Fixed important bugs whereby all earlier versions of gtk-gnutella were unintentionally corrupting the Gnutella traffic! * Moved away from the public hostcaches and now uses the Gnutella Web Cache. * Will now show all upload attempts, not only the ones that are transferring. If the connection is aborted, the reason is also shown. * New search stats types: queries by router, whole query. * "Queries by router" shows how many queries have been recieved from any node gtk-gnutella was directly connected to. * "Whole query" shows stats based on the complete query string instead of individual query words. * New visual indications via icons in the status bar: whether gtk-gnutella is rebuilding the library, computing SHA1 of shared files in the background, and whether we are connected to Internet or not. KNOWN BUGS/PROBLEMS: * When changing the directory for incomplete/complete files, all partially downloaded files recorded in ~/.gtk-gnutella/fileinfo will still be downloaded to the old directory. You need to manually change the paths in above file using search/replace and your favourite text editor. * Sorting order of tables is not perserved across sessions. * Marking/highlighting of results/downloads/uploads heavily depends on your GTK theme. Especially most themes do not set fg[ACTIVE] and fg[NORMAL] to different values. * There is currently no way to un-ignore a file via the gui. You can however edit the done.sha1 and done.namesize files in your ~/.gtk-gnutella directory manually. Unignoring via gui is planned for the next release.
2002-10-29Improve a bit, suggested by grant.wiz1-2/+3
2002-10-29Correct typo in MESSAGE per PR 18848 by Simon Hitzemann.wiz1-2/+2
2002-10-27Use buildlink2. Use perl5/module.mk.seb4-30/+22
2002-10-27Update ORBit2 to 2.5.0. Provided in PR pkg/18707 by Julio Merino.rh4-9/+12
Changes include: * bug fixes + HP/UX / ANSI fixes (Albert Chin) + imodule fixage (James Henstridge) + nested unions, structs, exceptions + fall-through case unions subnames + type mis-inclusion + request handler segv (Mark) + epv typecasts (Gergo) + improve generic marshaller (Michael) + fix TC_void's kind (Michael) + fix linc EOF locking interaction silly (Michael) + kill name server cruft (Mark) + fix linking for -pthread (Mark) + IDL compiler backend fix (Murray Cumming) + internal header / build fixes (Gergo Erdi) * features + IDL compiler language backend API (Mark, Gergo) NB. see module 'orbitcpp' for C++ bindings [!] + CORBA_Typecode API (Gergo) + IDL -> IInterface converter (Mark) + improved imodule handling (Mark) + more regression tests (Michael, James) + de-bloated IDL compiler -6k LOBC (Mark)
2002-10-27Update linc to 0.7.0. Changes are bugfixes only.rh3-9/+8
Provided in PR pkg/18706 by Julio Merino <jmmv@menta.net>
2002-10-27Check for pth, not NetBSD, so this compiles with native threads.rh3-11/+15
Bump PKGREVISION.
2002-10-26Fix whitespace.seb1-2/+1
2002-10-26Provide buildlink2.mk.seb1-0/+25
2002-10-25buildlink1 -> buildlink2. Use texinfo.mk so that deinstall and binary ↵wiz1-4/+7
packages work.
2002-10-25buildlink1 -> buildlink2.wiz1-3/+4
2002-10-25buildlink1 -> buildlink2.wiz2-7/+8
2002-10-25buildlink1 -> buildlink2.wiz1-2/+3
2002-10-25buildlink1 -> buildlink2.wiz4-14/+25
2002-10-25buildlink1 -> buildlink2. Add dependency on postgresql-lib for another test.wiz2-4/+10
Bump PKGREVISION.
2002-10-25buildlink1 -> buildlink2.wiz1-4/+4
2002-10-24use buildlink2drochner1-2/+3
2002-10-24call the builink file "buildlink2.mk" (it doesn't do anything differentdrochner3-11/+5
for simple Python packages however)
2002-10-24If a package uses the UCD-SNMP interface to Net-SNMP, then first checkjlam1-1/+14
if ucd-snmp is installed. If it is, then use it, otherwise, use the net-snmp package with the ucd-snmp-compatibility headers and libraries. A package signals that it wants to use the UCD-SNMP interface by defining USE_UCD_SNMP in the package Makefile.
2002-10-24Remove net-snmp-current.jlam1-2/+1
2002-10-24Remove net/net-snmp-current -- it's superseded by net/net-snmp.jlam15-1349/+0
2002-10-24Install the UCD-SNMP look-alike headers and libraries to ease porting ofjlam3-4/+58
older software to use net-snmp.
2002-10-24Add and enable net-snmp.jlam1-1/+2
2002-10-24Initial import of net-snmp-5.0.6 as net/net-snmp. This package is basedjlam11-0/+1078
on net/net-snmp-current and on the FreeBSD net-snmp port, and may be considered as an update to ucd-snmp. Changes since ucd-snmp include: * complete rewrite of the agent internals * new agent module API * SNMPv3 * improved AgentX subagent handling * many, many bugfixes in plugged memory leaks * prevent DoS attacks from authenticated users
2002-10-23Fix more bugs in the ip4-only section of the IPv6 patch.bouyer2-8/+18
2002-10-23Make compile on Solaris (fix typo introduced by IPv6 patch).bouyer4-2/+39
Don't override ${CC} when compiling imake Install Xvnc sgid root, as Xsun creates /tmp/.X11-* 770.
2002-10-23Make it compile on Solaris.bouyer2-1/+42
2002-10-23Remove another unneeded line. Noted by Andrey Simonenko.wiz2-5/+5
2002-10-23Updated mrtg to 2.9.25martti5-25/+25
* die gracefully when LANG is set to UTF-8 and give advice (RedHat 8) * updated squid monitoring example * Fixed indexmaker which got truncated during the last release process * cosmetic tweaks for layout * Use Snmp Session 0.93 with option avoid_negative_request_ids enabled * Supress Posix Locales in the locale module ... people who have LANG set to UTF-8 report very strange errors otherwhise. * skip all queries to a host for one round when 1 query has returned undef. * skip all trailing space in keys when matching interface by Name, Description, Anything * remove <br> before <hr> near pagetop * make Includes search in directory of main config files as well as in current directory * addhead option for indexmaker * fix for uptime for squid and other non standard devices * indexmaker: improve handling of urls given with --rrdviewer * improved chinese translation
2002-10-23HOMEPAGE has moved.jlam1-2/+2
2002-10-22Not needed any longer.wiz1-10/+0
2002-10-22Update to 1.2.8, provided by Andrey Simonenko in PR 18537.wiz4-42/+26
Changes: - Locale names have been renamed ru_SU* -> ru_RU*, ru_SU* now are symlinks - Fixed some minor bugs - Now a new record is added to each accounting file after reconfiguration - Now ipa(8) and ipastat(8) do not use database locking feature by default - All manual pages were updated to reflect changes in IPA - The -u switch was removed from and the -L switch was added to ipastat(8) - All code of ipa(8) was revised, now ipa(8) tests directories and files in the database more carefully - Several bugs and memory leak with the "db_dir" parameter were fixed - Added new parameter "db_group" - Parameters "acl", "db_owner", "db_perm" have been removed Package changes: - added some HTTP and FTP mirrors; - removed installation of ${DSTEXAMPLEDIR} directory, because it is installed from the port's Makefile; - updated DESCR to reflect current state of IPA.
2002-10-22Whoops, missed checking in netatalk-asun/DESCR with that last update.markd1-0/+2
Thanks to wiz for noticing.
2002-10-22Warn that net/netatalk-umich and net/netatalk-asun are the less preferredmarkd3-4/+8
netatalk implementations. Closes PR pkg/18725 from Greg A. Woods. Didn't just delete the packages as the thread in current-users with title "Appletalk seems broken in 1.6" from 28-30 Sept implies that some people still prefer the old packages.
2002-10-21Replace USE_LIBINTL with buildlink2.mk inclusion.wiz1-2/+2
2002-10-21Convert to buildlink2.wiz1-5/+5
2002-10-21Convert to buildlink2.wiz1-4/+4
2002-10-21Ignore trailing whitespace at the end of a Set-Cookie tag -- but still error onmycroft2-1/+33
a completely empty one.
2002-10-21Convert to buildlink2.wiz2-4/+7
2002-10-21Update to 0.63. Two patches have been integrated.wiz4-98/+6
Changes: A Berkeley DB detection problem on NetBSD was fixed, a command to set the range of ports to use for autoscan was added, and search capabilites were added to the user file list tab. In the GUI, nickname sort can now be case sensitive or insensitive.
2002-10-21Upgrade to 0.83.6. Two patches have been integrated.wiz4-106/+5
Changes: A Berkeley DB detection problem on NetBSD was fixed, a command to set the range of ports to use for autoscan was added, and search capabilites were added to the user file list tab. In the GUI, nickname sort can now be case sensitive or insensitive.
2002-10-20Unconditionally compile the MSDFS support, as it's a run-time switch youjlam1-4/+3
can turn on or off. Bump PKGREVISION.
2002-10-20Use buildlink2. Use perl5/module.mk.seb2-12/+6
2002-10-20zero out sockaddr_in before using it in bind() or connect().lukem3-1/+43
Xvnc -localhost and Xvnc -interface ip4addr now works...
2002-10-20Update to tightvnc 1.2.6. Notable changes:lukem11-66/+125
all: - supply manual pages Xvnc: - fixed crash in the font server code - fixed blocking I/O problem which led to easy denial-of-service attacks via built-in HTTP server - fixed memory alignment problem in Raw encoder, for systems with strict alignment constraints - support libwrap for server access control - rely upon system zlib instead of shipping own copy - reset compression level & JPEG image quality on reading client's encoding list - allow applet parameters to be specified in URL request to the HTTP server vncpasswd: - work correctly if a filename is given vncserver: - default depth is 24 instead of 8 - attempt restart once if failed first time due to font path lossage - removed 2 second startup delay - allow users to keep vnc directories in /tmp - work correctly if $XAUTHORITY is not set
2002-10-20Add Mesa buildlink2.mk.wiz1-2/+2
2002-10-20Honor PKG_SYSCONFDIR.jlam1-2/+2