summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2003-02-15Update to version 0.9.7.salo7-31/+74
Addresses PR pkg/20169 by Quentin Garnier. Changes: - follow PKG_SYSCONFDIR - use CONF_FILES correctly - simplify Makefile and clean it up a bit 0.9.7 ===== - Add support for Darwin (MacOS X) (thanks to Tim Buchheim) - Add new feature : 'retry_delay' option to retry tunnel request to server every n seconds (thanks to Peter Todd of Linux Journal who suggested this feature) - Correct WindowsNT-2K-XP bugs of directory separator and environment variables setting (thanks to Christian Meyer) - Correct digest-md5 bug (thanks to Love from ngtrans) - Correct linux.sh template to add default route to 2000::/3 (thanks to Peter Schneider-Kamp) - Correct openbsd.sh template bugs in radvd config file generation (thanks to Stephen Harrell) - Correct netbsd.sh template bug of radvdconfigfile variable name (thanks to Brad Forschinger) - Modify code to be tsp-draft compliant - Update man pages and documentation
2003-02-14Add trailing / to keymaps path.grant1-2/+2
Noted by Adrian Portelli in PR pkg/20336.
2003-02-13update to rdesktop 1.2.grant4-22/+74
Changes since 1.1 unknown, author does not maintain a changelog. closes PR pkg/20334 from Juan RP (though I already had this update in my tree).
2003-02-13correct some types to make this compile on alpha. Passes 3/4 tests so thisdmcmahill7-2/+129
is only a partial improvement.
2003-02-10use buildlink2 and gmake, allows this to build correctly on darwingrant1-3/+6
and probably others.
2003-02-09reduce optimization on two problem files on alpha to avoid compiler bugs.dmcmahill3-9/+25
2003-02-09reduce optimization on alpha to avoid a compiler bugdmcmahill1-1/+16
2003-02-08include bsd.prefs.mk so that the pre-build test for kernel sourcesdmcmahill1-1/+3
actually works right when SYSDIR is set to something other than /sys
2003-02-08turn off optimization on alpha to work around a compiler bugdmcmahill1-1/+16
2003-02-06Next try to bump the version number.tron1-2/+2
2003-02-06Fix build problem on systems where "openssl" is not in the base system.tron2-1/+15
2003-02-06Fix typo in last commit.tron1-2/+2
2003-02-06Convert this package buildlink2 and add missing dependence on "openssl"tron1-2/+4
package. Bump package revision to reflect changes.
2003-02-06Fix build for NetBSD < 1.6.seb3-2/+18
Bump PKGREVISION
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+3
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-31Update to version 2.6.4.salo4-31/+56
Based on patches from Juan RP and Toru TAKAMIZU via PR pkg/19419. Changes: Version 2.6.4 - 2002-12-26 ========================== * new settings net:socket-bind-ipv4 and net:socket-bind-ipv6 to bind sockets to a specific address (useful to select a specific network interface to use). * now reget does not start transfer if not needed. * ssl:verify-certificate set to no by default. * fixed ~ handling in find and mirror. Version 2.6.3 - 2002-11-04 ========================== * fixed wrong eta calculation. * fixed cls when redirected output file was not writable. * fixed uploading of zero sized files over fish protocol. * fixed timezone manipulation on linux. * fixed a compilation problem on hp/ux. Version 2.6.2 - 2002-09-10 ========================== * readline history is now stored in a file. * handle full-disk condition as fatal if the file is removed. * recursive deletion (rm -r) fixed. It used DELE instead of RMD. * fixed a rare core dump, usually happening on completion. * fixed compilation with modules. Version 2.6.1 - 2002-08-10 ========================== * fixed core dump when handling Content-Disposition. * fixed core dump when specifying zero queue position. * fixed ETA rounding - it was possible to see 1h60m. * a number of compile problems fixed. Version 2.6.0 - 2002-08-02 ========================== * separated rate limitations for download and upload (set limit-rate 200:100). * added SSL certificate support and several SSL related settings. * connection slot support. Now you can switch sessions with Meta-[123...] or with command `slot <name>'. You can also use slot:<name> as a pseudo-URL. * per-slot queues. Now you can have several queues for the same site using different slots. * queue can be stopped now. Use `queue' with no args to create a stopped queue, `queue start' to run it, `queue stop' to stop it. When you exit lftp, the queue will start automatically. * mirror now appends source base name to target if target ends with a slash. * improved hftp:proxy setting. Now it defaults to http:proxy and is not needed if ftp:proxy is set to `http://...'. * fixed mirror in case of server without MDTM command. * mirror could start multiple transfers if it could not cd to a direcory, even without --parallel. * fixed fd leak in `(commands)' structure. * fixed memory leak in '(commands)'. Version 2.5.4 - 2002-06-05 ========================== * fixed double free problem introduced in version 2.5.3. * compilation fixes. Version 2.5.3 - 2002-06-02 ========================== * security fix: long error message from ftp server could cause buffer overflow. * fixed ftp:fix-pasv-address. Now the address should be fixed properly. * handle HTTP `100 Continue' in any open mode. * status line fixed: don't write a space to last screen column. * security fix: check that addresses have proper length. * migrated to gettext-0.11.2 and automake-1.6.1.
2003-01-31Quote CC in MAKE_ENVabs1-2/+2
2003-01-30Add iperf and libdnet.wiz1-1/+3
2003-01-30update to 0.6.9drochner5-14/+46
changes: + GTK+ 2.0 interface (experimental) (--enable-devel) + Windows Plugins porting + Updated the passive OS fingerprint database (1093 records) + Dissector Proxy 8080 + NTLM auth + Enhanced poisoning method (solaris issue) + NEW PLUGIN: troll, PPTP suite + text and ebcdic view from command line + lc-convert utility (share dir) -fixes
2003-01-29Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv1-2/+3
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam29-79/+76
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-28Update to 0.84.1.wiz3-7/+9
Changes: - Malformed $MyINFO string is handled more gracefully. DCTC will try to decode it to extract valid user information. - Fix compatibility problem with glib2 (g_strsplit works a bit differently). - Always reply to transfer request even if no slot is available. This avoid to be kicked by hub script (Thanks to Tobias). - the lack of MSG_NOSIGNAL is automatically handled. - add manual page for dctc_cmd - Fix some functions to work fine on SPARC platforms (tested on AURORA 1.0) (Thanks to Yves BLUSSEAU). - SIGCHLD is now ignored to prevent zombi creation (at end of script for example). - fix a bug in GDL renaming function. If the "move into done/ directory" was set, the done/ directory does not exist and a new filename like "./filename" is used, the downloaded file is not move into the done/ directory and keeps its old name. - new command added: /KICK. This command allows user kicking.
2003-01-28Add a MASTER_SITE.wiz1-2/+3
2003-01-27Initial import of iperf, version 1.6.5, into the NetBSD Packages Collection.seb4-0/+44
Iperf is a tool for measuring TCP and UDP bandwidth performance. It reports bandwidth, delay jitter, datagram loss. It also supports IPv6 and IP Multicast.
2003-01-26Initial import of libdnet, version 1.5, into the NetBSD Packages Collection.seb4-0/+48
Provided in PR pkg/20058 by V. Hari <bit5hift at ethernet dot tk>, slightly edited by me. libdnet provides a simplified, portable interface to several low-level networking routines, including * network address manipulation * kernel arp(4) cache and route(4) table lookup and manipulation * network firewalling (IP filter, ipfw, ipchains, pf, ...) * network interface lookup and manipulation * raw IP packet and Ethernet frame transmission
2003-01-26Update ethereal to 0.9.9.grant3-7/+9
Too many changes since 0.9.8 to list, see the ChangeLog. From Adrian Portelli in PR pkg/20059.
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz1-3/+2
to build with native curses.
2003-01-24include the "mccp" compression patch frommrg2-2/+9
http://discworld.imaginary.com/external/taffyd/tf-40s1-mccp-patch.gz set PKGREVISION=1
2003-01-24Bump PKGREVISION of net/ntop2 to 1 in the aftermath of gdchart changing itsjlam1-2/+2
inter-library dependencies.
2003-01-24Fixes for the patches I removed and noted by the weekly check.skrll1-3/+1
2003-01-23Set the CONFIG variable to the config filename; stops an annoyingsimonb1-1/+2
"usage: basename string [suffix]" error whenever this script is called.
2003-01-22Update to 2.6.0. Changes since 2.5.0 include multiple bugfixes.jmmv2-7/+8
This is no longer a development version.
2003-01-22Update to 0.8.0. Changes since 0.7.4 include some minor bugfixes.jmmv2-7/+6
2003-01-22Update to 1.0.1. Changes since 0.7.0 include multiple bugfixes.jmmv2-7/+6
The 1.0.x branch will be used by GNOME 2.2.
2003-01-20The result of my recent KDE fiddlingsskrll4-85/+8
- Build all packages with a --disable-static libtool. This is how the packages should be built and means that we don't get a load of useless static libraries. - Use x11/kde3/files/foo_main.cpp instead of creating N copies with patches. - Some other PLIST fixes - Fix PR 19848. kspell doesn't find dictionaries.
2003-01-19Replace wrap_writev with a simpler solution (old one had some problems).wiz3-43/+13
Fixes endless loop problems. Report and suggestion by Greg Troxel gdt at ir bbn com in private mail; some comments by Alistair Crooks; patch reviewed and okayed by Jaromir Dolecek. Bump PKGREVISION to 3.
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV.salo3-9/+7
Add HOMEPAGE.
2003-01-18Set WRKSRC to the correct value. Closes PR 19902.wiz1-1/+2
2003-01-17Now that AUTOMAKE_OVERRIDE works again, just depend on gmake and be donewiz2-6/+3
with it.
2003-01-17Touch several files before manually modifying config.h, so that the Makefilejmmv2-2/+6
does not try to rebuild config.h at build time. Should fix build problems shown in Hubert's last bulk build.
2003-01-16patch-aa was removed in the most recent update.grant1-2/+1
2003-01-16use automatic rc script handling.grant2-9/+7
2003-01-16use automatic rc script handling.grant2-8/+4
2003-01-16use dated filenameitojun2-5/+5
2003-01-16sync with new tar.gz, making it "200301"itojun2-5/+5
- reflect j.root-servers.net address change - update permitted period of use (till 2004/1/1)
2003-01-15Make this install using the NetBSD-current cpio too by the patchkristerw2-10/+17
from Onno van der Linden in PR 19140. While here, also add the portability change suggested by David Laight in the audit trail to the PR. This also closes PR 19232.
2003-01-14Update arla to 0.35.12pre1.wennmach7-102/+25
Prior versions had two major bugs that could lead to kernel panics on NetBSD-1.6 and -current. mmap(2)ing a file residing beneath /afs would trigger the panic. Thanks to Love <lha@stacken.kth.se> for preparing the snapshot.
2003-01-14Should fix build problems seen in recent bulk builds.markd2-1/+22
2003-01-14Revert previous as this doesn't use bsd.pkg.install.mk.markd1-1/+4
Should fix problem seen in the bulk build.
2003-01-13Explicitly disable gtk-doc (as documentation is not currently included)jmmv1-1/+3