summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2003-05-10Fix DEPENDS line.wiz1-2/+2
2003-05-10IRRd 2.1.5 is now available. A new command, '!o', has been implementedkim2-6/+7
for performing inverse queries on the 'mnt-by' attribute to get a real time list of all objects which reference a given maintainer. route-set expansions with the '!i' command will now resolve aut-num and as-set references to route prefixes. There are a number of other bug-fixes and performance improvements. See the NOTES file in the destribution for details.
2003-05-09Updated to version 1.1.3.salo11-48/+251
Addresses PR pkg/21410 by Jens Liebau. - honour PKG_SYSCONFDIR - rcd script, standalone mode support - tcp wrappers support - install vsftpd:vsftpd user - new HOMEPAGE and MASTER_SITES 1.1.3: ====== - Support for tcp_wrappers. - First stab at Solaris sendfilev() support. - Don't bomb out the listener on SIGHUP if the config became invalid. - End vsf_findlibs.sh with "exit 0;" - thanks Lars Hecking <lhecking@nmrc.ie>! - Integrate with tcp_wrappers - load config based on VSFTPD_LOAD_CONF environment variables. Allows per-IP configurability in standalone mode. - Fix build without tcp_wrappers. - Fix Solaris sendfilev() support - interruption via a signal returns EINTR rather than a partial byte count! - Add to EXAMPLE/ - PER_IP_CONFIG and INTERNET_SITE_NOINETD 1.1.2: ====== - Add per-IP connection limits in standalone mode. - Add logging of refused connect due to global or IP connection limits. - (Many thanks for testing and suggestions from Rob van Nieuwkerk <robn@verdi.et.tudelft.nl> and Adrian Reber <adrian@lisas.de>. - Make connection limit exceeded messages nonblocking. - Don't exit the listener if fork fails. 1.1.1: ====== - Fix port_promiscuous, oops! Thanks to Bjørn-Ove Heimsund <bjornoh@mi.uib.no>. - Fix to support umasks which create executable files. Reported by "Martin, Andreas" <AMartin@hegau-klinikum.de>. - Make the messages more.. professional :( Thanks to Steven G. Taylor <staylor@redhat.com>. - Allow anon users to append to files if they can delete files! Suggestion from Michael Leuchtenburg <michael@slashhome.org>. - Hopefully fix Solaris build (-lresolv) - Replace atoll() with a homebrew - modern FreeBSD, OpenBSD lack it. - Different solution for a umask which creates executable files: file_open_mode. - First attempt at Tru64 build, working with <Sulla17@aol.com>. - A few minor FAQ additions. - Change date format in the log from Sep 09 -> Sep 9. Avoids breaking some broken log parsers. - Make "INSTALL" better and clearer. - Fix passwd_chroot_enable, reported by James Jones <james@richland.edu>. - Finish Tru64 building :-) - Add tunable_no_anon_password as asked for by Stephen Quinney <stephen.quinney@computing-services.oxford.ac.uk>. 1.1.0: ====== - large file (>2Gb) support). - Fix .spec files to use /usr/local/sbin not /usr/sbin, noted by Bill Unruh <unruh@physics.ubc.ca>. - Small doc tweaks and improvements(?) - Add COPYING, the GNU GPL version 2. - Add use_localtime config option to override the use of GMT times. - Add tunable_check_shell (default YES) so people can disable this if they are not using PAM. - AIX 5.1 build support, thanks to Jan-Frode Myklebust <janfrode@parallab.uib.no>. - Add "hide_ids" option to show user/group in directory listings as "ftp". Request from Solar. - Use the seemingly more portable setreuid() and setregid(), poxy HP. - Use status 550 instead of 500 for known but disabled commands. - Rename "dirchange.[ch]" to "banner.[ch]". - Multiline connect banner support via "banner_file" config option. - Minor error message changes. - Add more FAQ entries. - Add patch to specify PASV address - thanks to Mike McLean <mikem@redhat.com>. - Drop the 2.4.0 kernel warning file - Rudimentary standalone listener support - to be expanded in a later release. - If sendfile() returns EINVAL just fall back to normal routines - handles non-pagecache backed files. - Add "port_promiscuous" setting - should help enabling FXP. - Modify anon_root and local_root to change directory _before_ applying the chroot(). - Open all files O_NONBLOCK to avoid pipes blocking on open. - Support wu-ftpd style per-user chroot() via /./ in /etc/passwd HOMEDIR. - Add SIGHUP support to new built in listener. - Per-user config overrides, via "user_config_dir" - woohoo! - Warning fixes, i.e. change "index" to "indexx" thanks to Olaf Kirch <okir@suse.de>. - Make sure the standalone daemon doesn't leak zombies! - Supposedly fix kernel messages about MSG_PEEK race - thanks to advice from Alexey <kuznet@ms2.inr.ac.ru>. - Add global client limit for standalone mode. - Add username that failed when we die with str_getpwnam. - Add a bunch of documentation under EXAMPLES.
2003-05-09add bittorrentdrochner1-1/+2
2003-05-09another filesharing tool, written in pure Pythondrochner4-0/+100
2003-05-09pull in py-ORBit from pkgsrc-wip, provided by Marc Rechtdrochner5-0/+71
2003-05-09Trivially update to 1.2.1:jmmv2-6/+5
* Should crash less often Tiku's contributions: * FIXED -- segfault at startup with RH9. Pure_Ascii's contributions: * FIXED -- zero column widths at first startup (From 1.2.0.1, was missing in CVS). * Now displays lmule version on startup * Updated german translation Madcat's contributions: * Download List is now sorted during startup. * Searching crash bug FIXED! (tagcount problem) * Stops old global search if you start a new * one. * FIXED -- preview with paths containing * spaces etc. * FIXED -- SIGPIPE (Broken pipe) problems. Octane's contributions: * FIXED -- GTK2 problems Patch provided in pkg/21510 by Juan RP.
2003-05-08upgrade to 20020816. minor bug fixes only.itojun2-7/+6
2003-05-08Honour PKG_SYSCONFDIR. Bump PKGREVISION to 2.jmmv1-2/+3
2003-05-07Use texinfo.mk, define TEXINFO_OVERRIDE to YES, fixseb5-3/+36
START-INFO-DIR-ENTRY in wol.{texi,info} and fix info files handling in PLIST. Bump PKGREVISION.
2003-05-07Update to 2.0.2:wiz3-8/+7
* RPM fixes (thanks Bas Mevissen!) * Compile fixes for Sun compiler (thanks Ives Aerts!)
2003-05-07whitespace fixgrant1-2/+2
2003-05-06remove some unneeded parens, quote a conditionalgrant1-3/+3
2003-05-06net-snmp doesn't have working IPv6 support on Solaris, so deal withgrant2-5/+9
the two header files which are not installed as a result.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv85-207/+207
2003-05-05Update to 1.2.0:jmmv10-221/+19
Highlights: * Movie preview. * GTK2 compatibility. * BSD compatibility. * Hide/show list columns. * ED2K Browser Integration. Madcat's contributions: * Made ED2K integration HOWTO. * Enabled multiple selections in all lists. * Item selected when right-clicked. * Sort order stays when sources/items are added to list during global search. * Search tabs can be closed during global search. * Double-clicking on a server in Server List now connects to that server. * Original idea and implementation of column hiding. * Made LMule fully 0.26d GUI compliant. * Preview of movie files (mplayer+xine officially supported). * Preferences saved when OK is clicked in Preferences. * FIXED -- Shared Files tab Highest/Release priority issue. * FIXED -- Search Tab "Remove All" button. * FIXED -- Search Tab "Download All" resized. Un-Thesis' contributions: * Fully implemented column hiding for all lists. * Added full GTK2 compatibility. * Updated auto-server.met URL. * FIXED -- column hiding bugs in wxGTK code. * FIXED -- Freeze if wget failed. Pure_Ascii's contributions: * Tested tray icon in KDE3. * Spoofed up wxLocale() i18n implementation. * Now detects new mlDonkey clients. * FIXED -- Buffer Overflow: too long lines in the retrieved server lists - will freeze lmule (reported by Gib[S]on) Lioux's contributions: * Added *BSD compatibility. * Substituted direct pthread calls for wxMutex calls. Simbal's contributions: * FIXED -- SuSE 8.2 compilation errors. Pterjan's contributions: * Added a much better French translation. Based on patches provided by Juan RP and ACiarcinski at iss.net.
2003-05-05PKGREVISION goes after PKGNAME.jmmv5-10/+10
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv11-22/+22
2003-05-05Updated to version 0.9.12.salo11-22/+322
This release fixes several off-by-one and integer overflow errors discovered by Timo Sirainen. See the following url for more details: http://www.ethereal.com/appnotes/enpa-sa-00009.html Changes: - don't build and install static plugins anymore - use .tar.bz2 distfile - add more MASTER_SITES (also add one for older distfiles) - sync DESC with the new description on HOMEPAGE - TCP sequence number analysis received a few improvements. - General packet reassembly has been improved. - The "Follow TCP Stream" window now allows you to filter out the current stream. - The Vines code received significant updates. - Several enhancements were made to the text2pcap utility. - New protocols: ArtNET, IPX WAN, Intel ANS, iSNS, NLSP, WKSSVC - Updated protocols: 802.11 ACAP, AFP, AIM, AJP, ASAP, BGP, CLNP, CPHA, DCE/RPC, DSI, EAP, IP, IPMI, IPX, IPv6, ISIS, ISUP, IUA, Kerberos, LDAP, M2PA, M2TP, M2UA, M3UA, MGCP, MTP2, MTP3, MTP3MG, Modbus/TCP, NDMP, NDPS, NFS, NLSP, PGM, Q.931, RANAP, RPC, RSVP, SCCP, SCCPMG, SCTP, SMB, SNMP, SPX, SSH, SUA, TCP, Telnet, Vines, WBXML, WSP, WTP - Updated capture file support: Netxray Based on a patch by Quentin Garnier via PR pkg/21431.
2003-05-04Bump PKGREVISION.salo4-21/+33
- it doesn't really need gmake, fix the issue with Makefile instead - add dependency on mpg123 which is the default tool used for playing MPEG audio streams - style nits
2003-05-03Convert to buildlink2.wiz1-4/+4
2003-05-02Convert to buildlink2; relax dependencies only on needed parts.wiz1-4/+4
Ride pth PKGREVISION bump for the latter.
2003-05-02Convert to buildlink2.wiz1-7/+5
2003-05-02Convert to buildlink2; add missing gnome-libs dependency.wiz1-4/+3
2003-05-02Convert to buildlink2.wiz1-7/+3
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz57-92/+120
dependency bumps.
2003-05-02Update to version 1.7.seb4-6/+34
Provide a buildlink2.mk file. Changes in 1.7: fixed win32 builds fixed addr_stob IPv6 b0rkage Changes in 1.6: support VPATH builds initial IPv6 support use local interface names in win32 support addr_net addition fixes for AIX fix for BSD BPF fd leak on eth_open error fixes for recent OpenBSD pf changes
2003-05-01Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv5-12/+22
2003-05-01- Honour PKG_SYSCONFDIR.jmmv5-29/+18
- Use OWN_DIRS_PERMS to handle directories that were previously created by the home-grown netsaint-setup.sh script. - Bump PKGREVISION to 2.
2003-05-01Convert to use bsd.pkg.install.mk:jmmv8-59/+71
- Honour PKG_SYSCONFDIR. - Use OWN_DIRS_PERMS to handle the /var/log/radacct directory. - Use RCD_SCRIPTS to install a NetBSD rc.d compatible script. Bump PKGREVISION to 1.
2003-05-01Avoid defining specific do-build and do-install targets. Use buildlink2.jmmv1-9/+7
2003-05-01Ooops... it's nsca, not ncsa.jmmv2-6/+6
2003-05-01Move example files to the examples directory share/examples/nsca.jmmv2-6/+11
While here, use buildlink2. Bump PKGREVISION to 2.
2003-05-01Fix two typos.jmmv1-2/+2
2003-05-01Also set PKG_SYSCONFSUBDIR to "sendfile", because the program recognizesjmmv1-1/+2
several configuration files, aside from the two default ones.
2003-05-01Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv5-23/+61
2003-05-01Use ${ROOT_USER}:${ROOT_GROUP} instead of root:root, even if it is onlyagc1-2/+2
on Solaris.
2003-04-30un-hardwire 'cc' to give this a chance of building on variousgrant3-1/+71
platforms.
2003-04-29Set USE_PKGLOCALEDIR to yescjep1-1/+2
2003-04-28Bump PKGREVISION: sync with latest nmap update.salo2-12/+9
2003-04-28Update to version 2.37.salo3-11/+11
Changes: - Nmap now compiles under Amiga thanks to patches sent by Diego Casorran (dcr8520@amiga.org). - Fixed a backwards WIN32 ifdef that broke UDP and small-fragment scans for some operating systems other than Linux and Windows. Thanks to Guido van Rooij (guido@gvr.org) for reporting the problem and sending a patch. - Applied patch from Marius Strobl (marius@alchemy.franken.de) which improves the definition of NET_SIZE_T on FreeBSD so that it compiles on 64-bit platforms.
2003-04-28Take maintainership. hubertf ok, the original maintainer of nmapfe is notsalo2-4/+4
reachable on the given email address anymore.
2003-04-28Update to netatalk-1.6.2, uses patches contributed by Toru TAKAMIZU infredb4-6/+43
PR pkg/21341. From "NEWS": Changes in 1.6.2 ================ * FIX: atalkd: Fixes for reading long configuration file lines. [Dan Wilga] * FIX: afpd: CNID id allocation in a multiuser environment. * FIX: papd: Fix PSSP support when PAM is enabled. * FIX: macusers: Can now cope with IP addresses as well as host names. * FIX: etc2ps.sh: Install correctly.
2003-04-27Lint: USE_PKGLOCALEDIR=yescjep1-4/+5
2003-04-27Squash to 24 linescjep1-15/+9
2003-04-27Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...cjep2-20/+20
2003-04-27Lint: PKGLOCALEDIRcjep4-27/+29
2003-04-27Lint: USE_PKGLOCALEDIRcjep1-1/+2
2003-04-27Lint: shorten SVR4_PKGNAMEcjep1-2/+2