summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2003-12-04Update "rsync" package to version 2.5.7. Changes since version 2.5.6:tron2-6/+5
- SECURITY: Fix buffer handling bugs.
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw3-6/+6
2003-12-03Change SVR4_NAME (already used by p5-Net)heinz1-2/+2
2003-12-03Add and enable wistumbler2.xtraeme1-1/+2
2003-12-03Initial import of wistumbler2-2.00pre3 provided pancake via pkgsrc-wip.xtraeme4-0/+59
======== WiStumler2 ====================== Network stumbler for WaveLAN/IEEE wireless ========================================== Original code: Isao SEKI <iseki@gongon.com> Fork&patches: pancake <pancake@phreaker.net> WiStumbler2 is a fork of original wistumbler caused by the incommunication of the original author, because seems that development was getting stopped. In the fork of wistumbler I add some new features and bugfixes. Diff on wistumbler: - gtk2 and theme support. - some gtk widgets wasn't correctly used. - Support for console mode (no X needed). - Allow log-saving on the fly (new button). - Patches some GPS pointers that segfaults. - Speaker beeps like windows-stumbler. (ear-wardriving) - FreeBSD port finished.
2003-12-03Update to 1.7.1. IIUC, this is the unstable branch, but AFAIK it is far morejmmv3-5/+28
stable than the last 1.6.1 version, and connects to a lot more servers, so here is the update. Version 1.7.1 ------------- Un-Thesis' Contributions: * FIXED: A bug that would cause approx 5% download sources to be deleted unnecessarily. * FIXED: aMule 1.1.2 bug in their ZLib implementation (look for "FIXME" in their code heh). * FIXED: Removed the undefined VoidList warning in mfc.cpp. * Added ZLIB support to xMule, based on aMule 1.1.1, which is based on eMule 0.30c. * Changed target minimum speed for each upload from 3000 bytes/sec to 2KB/sec. * Implemented nearly 100% of aMule-1,1,2's network modifications that worked. * Client now masquerades as eMule v0.34 heh. * Download list now refreshes in *real* time. No more seconds delay. * Less waiting for downloads! Fixed a broken if statement that was tossing out some of the early download connections. DongCheon Park's contributions: * Updated the Korean translation files for new features in 1.7.x. Version 1.7.0 ------------- Highlights: * There are no known exploits in this version. * Lots of fixed memleaks and cpuleaks. * Extended support for more eMule v3x protocol changes. * Enhanced transfer controls. * Supports every eDonkey server. malware's contributions: * FIXED: endless loop in sending UDP packets. * FIXED: a possibly exploitable bug as noticed by S. Esser from e-matters (#3 "Servername Format String Vulnerabilities"). * FIXED: new downloads assigned to random category. * FIXED: Bug rehashing a part file. * FIXED: Various minor problems found by malloc debuggers. * FIXED: Bug using MFC CMap. * Speed up the initial sharing by making KnowFileList a hash map. * Remove the assign to category context menu entry only if it was already there. * Reimplemented hashing thread. * Removed unused locks. As the NetBSD team pointed out they are causing problems on their system because it does core dump on unlocking a mutex that was not locked. * Made the title for systray the same as for the main dialog. * Never share a file twice. * Check size of OP_SERVERSTATUS packet more strictly. * Do not display the unit for file size twice in shared file list web page. * Make xmule not to send the MOD_VERSION information. This does avoid a problem with the LSD mod and other xmules. * Added check for libm to configure.in. * Avoid accepting an unrequested hashset. * Removed memory leak from hashing thread. * Implemented rescaling of the graph of currently active connections. * Remove invalid gap information entries which might be caused by incomplete part.met files. * Removed all font specifications from the XML resources. * Do not start a search after adding an ED2K-Link. * Enable clipping in download list control. * Possible fix for some problems while ending the program. * Keep the requested file in sync with the part status in CUpDownClient. * Imported from eMule: - Source exchange v2 - Do not swap a source to a stopped file. - Up-/download auto-priority - Request of shared files by directory. - "Obtained Parts" bar in the shared files list Un-Thesis' contributions: * FIXED: Bug that kept auto-backtrace from occuring in Linux. * FIXED: Rare crash occuring in Preferences->Directories. * FIXED: Optimization and compilation warnings using -O2 with GCC 3.3.x. * FIXED: Two memleaks in ClientCreditList.cpp. * FIXED: Several GCC 3.4 problems. * FIXED: Several Intel C++ problems. * Added more support for Solaris, thanks to wimms. * Corrected various Linux-specific #ifdefs. * Now masquerades as eMule v0.31 in order to use hostile eMule servers. * Added initial support for GCC 3.2+ AthlonXP optimizations. * Added initial support for wxGTK 2.5.1. * Two tweaks to make SuSE builds less CPU-intensive. * New build system, easier to maintain and automake free. Yay! * Streamlined included images: now only necessary ones are there. * Added initial support for JusSx's ed2k+ daemon. * Added initial support for Hetfield's systray daemon. * Added initial support for my telnet/ssh/www daemon. NetBSD team's contributions: * FIXED: bug with the mutex protecting calls to gethostbyname. * Try to increase some resource limitation to the permitted maximum. sepahewe's contributions: * Fix images in transfer list web page. Justinas' contributions: * Fixed the mfc.h warnings at lines 418, 423,
2003-12-03Add and enable tsocks.jmmv1-1/+2
2003-12-03Initial import of tsocks, version 1.7:jmmv7-0/+176
tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification. It does this by intercepting the calls that applications make to establish network connections and negotating them through a SOCKS server as necessary. tsocks is based on the 'shared library interceptor' concept. Through use of the LD_PRELOAD environment variable, tsocks is automatically loaded into the process space of every executed program.
2003-12-03Update to version 2.6.9.salo4-44/+25
Addresses PR pkg/23633 by Soren Jacobsen. Changes: - shorten DESCR - style nits 2.6.9: ====== - New setting ftp:ssl-protect-list for encrypting file listings selectively. - Don't use PRET again if it is not supported. - Added cls --sort=time option (alias for sort=date). - Don't set file modification time if it grew while downloading. - New setting cmd:verify-path-cached. - Added long options for `open' command.
2003-12-03Updated to 0.8.2. Provided by Min Sik Kim PR pkg/23603.xtraeme2-7/+6
Changes: libIDL 0.8.2: * Support new versions of flex (Jody Goldberg) libIDL 0.8.1: * add '_' prefix escaped keyword support (Nick Lewycky) * cygwin build support (Masahiro Sakai) * build fixes (Mark McLoughlin, Thomas Vander Stichele) * autoconf upgrade (Havoc Pennington) * BSD portability fix (Jacob Berkman)
2003-12-01Bump PKGREVISION after last commit (fix for a connection hanging bug).cube1-2/+2
2003-12-01Comment out the code that returned DECOMP_ERROR when an out-of-order packetcube2-6/+13
is received. It is necessary because in the case of a dropped packet, while it is understandable to return DECOMP_ERROR, it has the side effect of making NetBSD desactivate the MPPE decompressor on the PPP interface. A comment in net/if_ppp.c mentions a patent that would prohibit an automatic failure recovery in that case, so it would need MPPE-specific code in net/if_ppp.c, which of course is impossible since the MPPE decompressor is only available as a LKM. Just ignoring the problem is a bit of a hack, but is a much more nicer solution that what I used when I first encountered the issue. Problem reported and patch provided in PR 23593, by Yoshitaka Tokugawa.
2003-11-30As pointed out by jlam:jschauma1-2/+2
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there.
2003-11-28Update HOMEPAGE and MASTER_SITES.wiz2-6/+7
Recreate distinfo since tarball on new site is repackaged (same contents verified). Add DIST_SUBDIR since the name hasn't changed (can be removed on next update).
2003-11-27Update tightvnc to 1.2.9 to match tightvncviewerabs20-346/+191
Changelog since 1.2.6 seems to mainly list const fixes.
2003-11-27update to 1.2.9 provided in PR 23580 by Min Sik Kirecht2-7/+6
* TightVNC 1.2.9 - Unix version: New "Request refresh" button has been implemented in the viewer's F8 popup menu. - Unix version: A patch to fix input focus problems in the X11 viewer has been applied, from Greg Breland. - Unix version: A patch fixing Xvnc crashes on Sparc has been applied, from the RealVNC distribution. - Unix version: A problem with incorrect port interpretation has been fixed, in the vncviewer's -tunnel option handling. Thanks to Clark Sessions. - Other minor improvements and bugfixes. ok'ed by wiz@
2003-11-26fix COMMENTgrant1-2/+2
2003-11-23Convert to use buildlink2. Remove s/make/${MAKE}/g changes in patch-aejlam3-85/+15
made unnecessary by tools.mk.
2003-11-22fix sound support on NetBSD by picking up ${DEVOSSAUDIO} fromgrant3-3/+19
ossaudio.buildlink2.mk and using it. reorder WRKSRC to appease pkglint. bump PKGREVISION.
2003-11-21Don't change the permissions of files in the work directory,fredb1-6/+7
so that "make clean" after just-in-time "su" works. Closes PR pkg/23477 by Adrian Portelli.
2003-11-20Centralize the specification of the version number, so that thehe1-4/+7
post-install target doesn't get out of sync and creates a symlink pointing into empty space. Package revision bumped to 1 since this will modify a binary package.
2003-11-20Disable detection of <sys/soundcard.h>, to let this build on very currentfredb1-2/+2
systems (NetBSD 1.6ZF).
2003-11-20Updated rdesktop to 1.3.0.grant6-54/+69
Major changes since 1.2.0: New features: * RDP 5 * 15, 16 and 24 bit color depths * Basic clipboard redirection * Sound * IPv6 * Attaching to console on Windows 2003 Other changes: * Updated keymaps * Increased maximum lengths for usernames and passwords * Support for specifying geometry in terms of percent of whole screen
2003-11-18Fix a security problem wrt telnet control characters. Bump PKGREVISION.wiz4-7/+46
Patch from RedHat Source RPM via itojun (same for zebra commit a minute ago). While here, fix PLIST.
2003-11-18Fix a security problem wrt telnet control characters. Bump PKGREVISION.wiz3-2/+29
2003-11-17Put back .py files accidentally removed in last upgrade.hubertf1-1/+27
Patch contributed by Bernd Ernesti <bernd@veego.de> in private mail. XXX why are the .py files dated a few minutes before the pkg was built!?
2003-11-16Use DIST_SUBDIR to version the distfile, as they modified the contents ofagc2-4/+7
the distfile without bumping the version number on it. Differences from previous version is (the modification to the comment is mine): --- old/tsclient-0.124/src/support.c 2003-09-16 05:52:51.000000000 +0100 +++ new/tsclient-0.124/src/support.c 2003-10-18 19:18:47.000000000 +0100 @@ -482,7 +482,7 @@ // do this [....] for all modes sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL)); - buffer[strlen(buffer)-4] = '\0'; + //buffer[strlen(buffer)-4] = '\0'; c_argv[c_argc++] = g_strdup (buffer); } else if (rdp->protocol == 2) { @@ -542,7 +542,7 @@ c_argv[c_argc++] = strdup(buffer); sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL)); - buffer[strlen(buffer)-2] = '\0'; + //buffer[strlen(buffer)-2] = '\0'; c_argv[c_argc++] = strdup(buffer); } else if (rdp->protocol == 3) {
2003-11-14o Better handling of pthreads dependencycube6-8/+67
o Fixes to make building and installing more easy o Make MaraDNS actually look into ${PKG_SYSCONFDIR} for its configuration file, thus bumping PKGREVISION.
2003-11-14Don't (unnecessarily) include "varargs.h" which breaks the build ontron2-8/+10
platforms which use GCC 3.3.x.
2003-11-14Make build with pth.wiz2-1/+15
2003-11-13Don't (unnecessarily) include "varargs.h" which breaks the build ontron2-6/+13
platforms which use GCC 3.3.x.
2003-11-13Update to 1.3.6 provided by Andrey Simonenko (Maintainer). PR pkg/23417.xtraeme2-5/+5
Changes since 1.3.5: - Fixed bug: ipa incorrectly worked when some IPFW/IP6FW/IPF/PF rule overflowed and this rule is not the first by order in the corresponding parameter (in "ipa -t" output), it calculated more bytes than actually should be calculated - Fixed two bugs: ipa sometime incorrectly did accounting for limits if statistics was subtracted in some rule - Fixed bug: limit's start_time could be yyyy.mm.dd/24:00:00 in the database, mktime(3) on tested systems understands such local time and transforms it to next_day/00:00:00, now start_time can't be 24:00:00 any more and always is next_day/00:00:00. - Fixed bug: if new_local_time - old_local_time > one_day (for example as the result of date of ntpdate commands usage), then ipa thought that a new day came, now it tries to find out if local time is changed too quickly
2003-11-12Use BSDSRCDIR to find kernel sources instead of simply /sys.cube1-2/+2
2003-11-12Make it look for openssl 0.9.6l, in order to compile.cube1-2/+2
2003-11-12PKGREVISION++ after openssl update.jschauma27-36/+54
2003-11-12PKGREVISION++ due to devel/popt update.salo12-20/+24
2003-11-11Update to 0.207 since distfile download broke.wiz2-6/+6
Changes since 0.151: v0.207 badauth self. fix v0.206 SMC password v0.205 Added myphotos.cc v0.204 Added dynalias.com, net and org v0.203 Updated dyndns.html page for domains list v0.202 DLink DSL504 bug fix from Stephan Allene v0.201 DLink DSL504 patch from Stephan Allene v0.200 rollback to 198 and apply barricade patch from Adam Jenkins v0.199 try to send the pws twice on barricade v0.198 fixed a small bug with the printing of alcatel password length v0.197 added DI614+ to the DI804 section v0.196 pro800turbo fixes v0.195 -Z parsing after only one prompt v0.194 update list of non-custom domains v0.193 put the double auth on 3114 back in v0.192 save the netgear 3114 pages to different out files v0.191 added --pfile bad usage check, dropped netgear 3114 double auth v0.190 -R fixes and added --pfile v0.189 put U back in upper opts, add netgear 3114 v0.188 allow 0 in fourth quad of an IP v0.187 more verbose ipcheck.html file to debug 302 result v0.186 SMC Barricade htm to HTM v0.185 Alcatel -r info, custom and offline allowed v0.184 DI704 menu parsing v0.183 HTTPS version check and log messages v0.182 DI704 post changes v0.181 added isa-geek domains and changed exit to warning v0.180 search for 2. instead of 2.0 python version v0.179 port forward for Alcatel STP from Paul Andreassen v0.178 Siemens Speedstream 2620 support from Douglas Henke v0.177 fixed a logger reference in write for ErrorFile class v0.176 disable https by default for python2 v0.175 Cayman_user fix v0.174 more code clean up v0.173 DLink DI713P support from Larry Kluger v0.172 more code clean up patches from Juha Ylitalo v0.171 two more code clean up patches from Juha Ylitalo v0.170 code clean up patches from Juha Ylitalo v0.169 routerIP fixes v0.168 Netgear338 fixes v0.167 Barricade update v0.166 RT338 tweaks v0.165 DI704 changes v0.164 RT338 initial testing v0.163 DI704 more changes v0.162 DI704 change v0.161 make platform strings case insensitive v0.160 --snmpget fix patch from Tristan Hill v0.159 --snmpget option thanks to Tristan Hill v0.158 -X fix, look for either Default and IP to preceed address v0.157 404 error handling v0.156 DI704 initial try v0.155 Os2rt tip from Bas v0.154 DLink DI804 patch from Frank Adcock v0.153 syslog respects -q v0.152 Eicon Diva fix
2003-11-10support darwindanw2-4/+5
2003-11-08Update PHP to 4.3.4jdolecek1-2/+2
From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
2003-11-08Upgrade to 2.6.8, by Soren Jacobsen via PR pkg/23383.xtraeme2-5/+5
Changes since 2.6.7: * better multibyte character support. * experimental ftp protocol command PRET added; new setting ftp:use-pret. * unblock SIGCLD signal when running external programs. * fixed compilation with socks.
2003-11-07use net-snmp (version 5.x) instead of ucd-snmp (version 4.x), mainly becausejdolecek1-3/+3
the latter doesn't actually compile on -current bump pkg revision
2003-11-07Add buildlink2.mk for net/netatalk. (Okay'd by wiz.)reed1-0/+21
This is for PR #23391 submitted by Hauke Fath. Changes include using wildcard for include/atalk/* and include/netatalk/* and also added bin/netatalk-config as a buildlink file.
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan2-2/+4
2003-11-07Update speedtouch to 1.2-beta2nb2:abs2-4/+5
Switch to BEFORE ipnat rather than REQUIRE ipnat, so ipnat over adsl tun0 interface works as expected
2003-11-07Update speedtouch to 1.2-beta2nb1:abs4-3/+28
Fix install of example files after upgrade to 1.2-beta2
2003-11-07Nothing in pkgsrc creates a lib/tcl/tnm3.0.0 path, so remove it from thecube1-2/+2
MIB search PATH.
2003-11-06Update post-install target and MESSAGE for churn in the documentation,fredb2-12/+9
and especially fix permissions on the new directories. Should close PR pkg/23378, by Wolfgang S. Rupprecht.
2003-11-05Use a DIST_SUBDIR based on the PKGNAME as the distfile has changedagc2-4/+6
without a version number (the changes seem to be "trailing garbage at the end of the archive", but I'd like a second opinion on this one).
2003-11-05Update the checksum. The archive changed in size, but the contained .tarrecht1-3/+3
file is still the same.
2003-11-05use gcc3 on alpha to avoid compiler errors which prevent buildingdmcmahill1-1/+5