summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2003-03-17Add & enable vcheck.seb1-1/+2
2003-03-17Initial import of vcheck version 1.2.1 into the NetBSD Packages Collection.seb4-0/+26
Vcheck is a tool for checking for latest versions of programs at HTTP and FTP locations given a list of URLs and (Perl-style) regular expressions to match, and to optionally download them automatically.
2003-03-17Update to 1.13.seb2-6/+6
Relevant changes since version 1.12: Net::POP3 - Make more compliant. +OK and -ERR responses do not have to be followed by a space. Net::FTP - Fix unique name extraction to pick up name on initial Net::Cmd - Compatibility fix for 5.004 Net::Cmd - Ensure all debug output is via ->debug_print Net::FTP - Allow the user to specify a local address to use for sockets Net::SMTP - Avoid extra spaces on the end of the AUTH command
2003-03-16Remove redundant entry "http://de.samba.org/samba/ftp/" from mirror list.tron1-2/+1
2003-03-16Use CONFIG_SUB_OVERRIDE. Fixes build on NetBSD/shark.cjep1-2/+3
Also, the configure script is a GNU autoconf one.
2003-03-16Override config.sub. Fixes build on NetBSD/shark.cjep1-1/+2
2003-03-16Updated samba to 2.2.8martti7-30/+29
**************************************** * IMPORTANT: Security bugfix for Samba * **************************************** The SuSE security audit team, in particular Sebastian Krahmer <krahmer@suse.de>, has found a flaw in the Samba main smbd code which could allow an external attacker to remotely and anonymously gain Super User (root) privileges on a server running a Samba server. This flaw exists in previous versions of Samba from 2.0.x to 2.2.7a inclusive. This is a serious problem and all sites should either upgrade to Samba 2.2.8 immediately or prohibit access to TCP ports 139 and 445. Advice created by Andrew Tridgell, the leader of the Samba Team, on how to protect an unpatched Samba server is given at the end of this section. The SMB/CIFS protocol implemented by Samba is vulnerable to many attacks, even without specific security holes. The TCP ports 139 and the new port 445 (used by Win2k and the Samba 3.0 alpha code in particular) should never be exposed to untrusted networks.
2003-03-15Update lopster to 1.2.0. Changes:hubertf6-37/+23
* Most important - Multi server support - connecting to more than one server - Multi source support - downloading a file from more than one source * Servers - Completely new server/network handling - create your own network groups - Basic IRC support - just create a network with type IRC and add a server there - Compression support on opennap-ng servers - ./configure --with-zlib - Thread support - ./configure --with-pthread to get rid of gui freezes * Library and browse - Quick search - quickly find files in your library or browses - New layout - two window view for direcotries and files - Direct browses handled like uploads - They are bandwidth restricted, you can abort them - Browses are saved to disc - You can view the files offline and even queue files of offline users for downloading * Search - Tree view - Same files, same node - More options - more power * Chat - Lots of right click tokens - Networks, channels, nicknames, files, urls. Try it! - Limit for chat buffers * Transfers - Download layout changes - it is configurable - check prefs - Download clone detection - Advanced connection between Lopster users - You can download several segments with one single TCP connection * Statistic - New layout - more options for the bandwidth graph (click) * As always: - Lots of minor changes, lots of bug fixes
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam6-15/+19
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-14Update to latest available versions (6.30.1052 for i386, 6.30.1061wiz5-33/+27
for sparc). From Murray Armfield in PR 19210. Changes are unknown.
2003-03-13This does not seem to need GMAKE after all.jschauma1-2/+1
2003-03-12Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.jschauma2-4/+4
Pointed out by wiz.
2003-03-12Updated to version 0.9.11.salo2-5/+5
Patch provided by Quentin Garnier via PR pkg/20668. Changes: - The Ethereal 0.9.10 release was packaged improperly(!). This release fixes the packaging, and adds minor updates and fixes for the following protocols: AFS, OpenBSD enc(4), RTP, SCSI, SIP, SMPP, SSH - IA64 support has been improved.
2003-03-12Patch so this matches on __powerpc__ for arch's needing alignmentjmc2-1/+15
2003-03-12Remove the installation of libltdl and make this use the already installed onejmc5-10/+193
that libtool-base puts down. Also, fix one place in the freeradius code where a config.h should have been emitted but wasn't. Also, for NetBSD < 1.6N disable threads as this requires threads and the posix semaphore headers which pth/etc don't provide and didn't appear until 1.6N
2003-03-12add missing header for memsetdmcmahill2-1/+15
2003-03-12fix bug with static initializers which prevented compilition on 64 bitdmcmahill2-1/+15
platforms
2003-03-11Update KDE to 3.1.markd10-645/+708
Many bugfixes and functionality enhancements including: kdenetwork KMail The 'Delete' Action now irrevocably deletes messages. Use 'Move to Trash' to put messages into the trashcan. (Martin Koller) Optional columns for the number of unread messages and the total number of messages in the folder list (Carsten Burghardt) Custom folder icons (Zack Rusin) Improved OpenPGP support (Ingo Klöcker): Allow multiple encryption keys per email address, e.g. for distribution lists Allow rereading of keys in the key selection dialog, e.g. after the user has imported a key. Allow rechecking of keys in the key selection dialog, e.g. after the user has signed a key. PGP/MIME (encryption/signing of attachments, RFC 3156) for GnuPG users and S/MIME support via plugins (collective effort of Ägypten <gpa-dev@gnupg.org> and KMail <kmail@kde.org> developers) Redesign of the identity configuration dialog (Marc Mutz) Default identity can now be renamed (Marc Mutz) Identity-dependant default Bcc (Ingo Klöcker) Optional MIME tree viewer, allowing direct access to all body parts (attachments) (Karl-Heinz Zimmer) Custom date format (Zack Rusin) Improved IMAP support (Carsten Burghardt) Reorganized menu bar looks more like other KDE applications (Martin Koller, Marc Mutz) Support for decoding uuencoded attachments (Marc Mutz) Custom hostname to send to the SMTP server (Aaron Seigo) Improved 'Reply to Mailing-List' (Marc Mutz) Separate the 'New Message' action and the 'Post to Mailing-List' action. This means with 'New Message' the To: field of the new message will no longer be filled automatically with the mailing list's posting address if the currently selected folder is associated with a mailing list. (Ingo Klöcker) Improved support for RTL languages esp. Hebrew (Diego Iastrubni, Meni Livne) Allow the user to enable HTML rendering temporarily for HTML only messages (Ingo Klöcker) Optionally show the encryption/signature status of messages in the message list (Kalle Dalheimer) Optional popup after dragging a message onto a folder (Zack Rusin) Five fixed layouts for the main window (Karl-Heinz Zimmer) Send separately encrypted messages to Bcc recipients because else all recipients could deduce the Bcc recipients from the keys that were used for encryption (Steffen Hansen) Configurable default domain for sending (Ingo Klöcker) Don't check spelling of quoted text, urls or email addresses (Dave Corrie) New 'Add to Addressbook' action which doesn't open the addressbook when you add an email address to it. Use 'Open in Addressbook' if you want to add more information to a new address. (Cornelius Schumacher) IMAP accounts are now top level elements in the folder list (Carsten Burghardt) Configurable timeout for when the selected message will be marked as read (Tobias Koenig) Tips of the Day (Marc Mutz) Show progress dialog on exit so that the user sees that KMail is still doing something although all windows have already been closed (Waldo Bastian, Carsten Pfeiffer) Use KNotify to play an arbitrary sound on new mail arrival (Till Krech) Configurable alternative background color for the message list (Waldo Bastian) Display folder path in window caption (Carsten Burghardt) KNode Added "Find in Article..." command. Added "Mark Last as Unread..." command. Bug- and Stability fixes. Korn now supports APOP accounts. NEW IN KDE: Desktop Sharing (KRfb). KRfb is a VNC-compatible server to share KDE desktops. NEW IN KDE: Remote Desktop Connection (KRdb). VNC compatible client for sharing KDE desktops.
2003-03-11Updated to version 0.9.0.salo4-53/+59
Initial patch provided by Adrian Portelli via PR pkg/20630 modified by me. Changes: - follow PKG_SYSCONFDIR - install locales into PKGLOCALEDIR 0.9.0: ====== - Gnome 2 preliminary support, including a new option for an antialiased diagram. - Gcc 3.2 compile support - Some bug and potential bug fixes - New Turkish translation, by Gorkem Cetin - Several fixes to assure proper compilation with newer autotools - Resolved memory bug by limiting resolved names to 1024 entries and arranging them in a simple LRU cache
2003-03-10Make the USE_INET6/IPV6H handling a bit more readable.hubertf1-3/+4
(won't fix PR 20019 though...)
2003-03-10Recognize native threads.hubertf5-1/+181
Addresses PR 20641 by Kimmo Suominen <kim@tac.nyc.ny.us>
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-2/+4
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09Updated to version 0.9.10.salo3-13/+15
Patch provided by Quentin Garnier via PR pkg/20624. Changes: This release fixes a security hole discovered by Georgi Guninski in the SOCKS dissector. All users of previous versions are encouraged to upgrade. For more details see http://www.ethereal.com/appnotes/enpa-sa-00008.html Bug Fixes: ========== - A missing comma in a string array could cause Ethereal to crash when opening the preferences dialog. New Protocols: ============== - MSN Messenger, SSH Updated Protocols: ================== - AFS, Apache JServ, BACNET, BGP, DCCP, DCERPC, DCERPC NT, DNS, Frame Relay, GTP, IPP, IPX, LSA, M3UA, MDSHDR, MPLS, NCP2222, NETLOGON, PPP, RADIUS, SAMR, SMB, SNMP, SPOOLSS, SRVSVC, SSL, Token Ring, X11 Updated Capture File Support: ============================= - NetXRay
2003-03-07Add patches for a typo in two man pages, reported by Cesar Catrian C. inwiz3-1/+29
PR 20590, and fed back to the authors.
2003-03-07Updated to version 1.0.14.salo3-11/+26
Patch provided by Juan RP via PR pkg/20610 with small cleanups. Changes: 1.0.14: ======= - Privilege separation has been introduced. When this feature is enabled, each client session spawns two processes communicating over a private channel : a restricted trusted part, and the main part that definitely revokes all privileges after authentication and chroot(). Add --with-privsep to ./configure in order to enable that feature. - Automatic detection of Virtuozzo was added. - Forced passive IP addresses (-P) can now work with gateways whoose addresses are dynamic (DSL and cable modem users), using symbolic host names. 1.0.13a: ======== - The previous release broken compilation with PostgreSQL, and it didn't work any more with very old versions of the Perl interpreter. Both issues were fixed. No other change has been made - If 1.0.13 works for you, there's absolutely no need to upgrade. 1.0.13: ======= - Traditional and simplified chinese translations are not messed any more (Thanks to Ying-Chieh Liao) . - The documentation has been improved. - OpenLDAP 2.1.x is now supported. - New LDAP directives were added to provide more flexibility (LDAPFilter, LDAPHomeDir and LDAPVersion, see README.LDAP) . - On-demand directories are now also created when path contains extra slashes. - pure-uploadscript will no more immediately give up when the server hasn't been started before. - Files whoose names contains non-printable characters are not listed any more. - A new switch (--with-boring) has been introduced to produce more professional-looking messages. - Zero-copy transfers of large files have been fixed on Solaris, thanks to Emmanuel Hocdet. - Larger banner messages can now be displayed. - Owner-readability is now only enforced for files when quotas are enabled (Claudiu) . - A new Czech translation has been added. Contributed by Martin Sarfy <xsarfy@informatics.muni.cz> - Default UID and GID can now be used for SQL-based authentication, contributed by Clive Goodhead, adapted to PostgreSQL as well. - A Vpopmail authentication module has been added (contrib/pure-vpopauth.pl) . - "make -f Makefile.gui" should work again on most today's Linux distributions. - The Win32 port was slightly improved. The server is now compiled as non-root (but binds port 21), and ASCII transfers are not mangled any more.
2003-03-06Add provides/requires tags for rcorderhubertf2-2/+8
Submitted in PR 20605 by David Ferlier <david@netbsd-fr.org>
2003-03-06Updated to version 2.5.6.salo6-10/+138
Changes: - follow PKG_SYSCONFDIR - fix paths in manpages - minor cleanups 2.5.6: ====== ENHANCEMENTS: ============= - The --delete-after option now implies --delete. (Wayne Davison) - The --suffix option can now be used with --backup-dir. (Michael Zimmerman) - Combining "::" syntax with the -rsh/-e option now uses the specified remote-shell as a transport to talk to a (newly-spawned) server-daemon. This allows someone to use daemon features, such as modules, over a secure protocol, such as ssh. (JD Paul) - The rsync:// syntax for daemon connections is now accepted in the destination field. - If the file name given to --include-from or --exclude-from is "-", rsync will read from standard input. (J.W. Schultz) - New option --link-dest which is like --compare-dest except that unchanged files are hard-linked in to the destination directory. (J.W. Schultz) - Don't report an error if an excluded file disappears during an rsync run. (Eugene Chupriyanov and Bo Kersey) - Added .svn to --cvs-exclude list to support subversion. (Jon Middleton) - Properly support IPv6 addresses in the rsyncd.conf "hosts allow" And "hosts deny" fields. (Hideaki Yoshifuji) - Changed exclude file handling to permit DOS or MAC style line terminations. (J.W. Schultz) - Ignore errors from chmod when -p/-a/--preserve-perms is not set. (Dave Dykstra) BUG FIXES: ========== - Fix "forward name lookup failed" errors on AIX 4.3.3. (John L. Allen, Martin Pool) - Generate each file's rolling-checksum data as we send it, not in a separate (memory-eating) pass before hand. This prevents timeout errors on really large files. (Stefan Nehlsen) - Fix compilation on Tru64. (Albert Chin, Zoong Pham) - Better handling of some client-server errors. (Martin Pool) - Fixed a crash that would occur when sending a list of files that contains a duplicate name (if it sorts to the end of the file list) and using --delete. (Wayne Davison) - Fixed the file-name duplicate-removal code when dealing with multiple dups in a row. (Wayne Davison) - Fixed a bug that caused rsync to lose the exit status of its child processes and sometimes return an exit code of 0 instead of showing an error. (David R. Staples, Dave Dykstra) - Fixed bug in --copy-unsafe-links that caused it to be completely broken. (Dave Dykstra) - Prevent infinite recursion in cleanup code under certain circumstances. (Sviatoslav Sviridov and Marc Espie) - Fixed a bug that prevented rsync from creating intervening directories when --relative-paths/-R is set. (Craig Barratt) - Prevent "Connection reset by peer" messages from Cygwin. (Randy O'Meara) INTERNAL: ========= - Many code cleanups and improved internal documentation. (Martin Pool, Nelson Beebe) - Portability fixes. (Dave Dykstra and Wayne Davison) - More test cases. (Martin Pool) - Some test-case fixes. (Brian Poole, Wayne Davison) - Updated included popt to the latest vendor drop, version 1.6.4. (Jos Backus) - Updated config.guess and config.sub to latest versions; this means rsync should build on more platforms. (Paul Green)
2003-03-06Use rdesktop's configure process (no rationale for not using it). It willjlam4-51/+54
automatically add the correct libraries for each OS, so we can remove the custom SunOS library additions in the package Makefile. Also remove the custom do-install target and simply use the rdesktop one (no rationale for not using it either). Remove USE_GMAKE setting since BSD make is sufficient.
2003-03-06Obey PKG_SYSCONFDIRis8-23/+27
2003-03-06Update to 2.6.5.wiz3-21/+5
Version 2.6.5 - 2003-02-28 * new mirror options --log=<file> and --script=<file> to produce lftp commands equivalent to the actions done (log) or to be done (script) by mirror. `-' as file name means stdout. * fixed a dead-lock when resuming FXP with passive source. * re-get file size and date after HTTP redirect. * added workarounds for proftpd. * handle EPIPE (Broken pipe) error as temporary network error. * fixed a dead-lock in HTTP retrieval after redirect. * added cls option --sort=date (Oskar Liljeblad). * fixed compilation on OpenBSD and older Solaris. * fixed handling of symbolic links in find. * lftp -f and -c options can now be combined * fixed slot handling in non-interactive mode. * fixed large file support in cat command. * fixed dante socks compilation (now lftp does not use poll with dante). * fixed data connection abort with ssl connection to wu-ftpd.
2003-03-05Update arla to 0.35.12.wennmach4-33/+7
Not many changes, the most important one being a fix in the directory handling. themis has been removed, and is separately distributed now.
2003-03-05Updated proftpd to 1.2.8martti3-12/+12
- lots of bug fixes
2003-03-05Update to 1.3.1, from Andrey Simonenko in PR 20486.wiz4-39/+37
Changes in ipa-1.3.1 (from the ipa-1.3.1/HISTORY file): 1. Some improvements for ipa(8) were implemented, as a result ipa(8) now uses less CPU time when works with many rules and with many limits. 2. Fixed incorrectly rounded Kbytes, Mbytes, Gbytes and Tbytes in output of ipastat(8). 3. Fixed some minor bugs in ipa(8). Package changes: 1. Two MASTER_SITES were removed. 2. MAINTAINER email was changed. 3. ALL_TARGET was "disabled", let original Makefile finds right target.
2003-03-05Update bind9 to 9.2.2hubertf3-11/+11
Changes: many, at least 1 security related.
2003-03-05add jumpgategrant1-1/+2
2003-03-05Initial import of jumpgate-0.7 into The NetBSD Packages Collection.grant4-0/+28
Jumpgate is a TCP connection forwarder that provides many enhancements and improvements over the existing programs that do the same thing. It provides an interactive mode that queries the connected party for the forwarding information it needs. Also, there is the option to log the entire forwarded session in a file for later inspection. Furthermore, it can log information about the forwarded session via the syslog(3) facility.
2003-03-04add & enable slurmhubertf1-1/+2
2003-03-04Import slurm-0.2.1: Realtime traffic statisticshubertf6-0/+69
slurm is a tool to monitor network traffic. Features: - realtime traffic statistics divided into incoming and outgoing optional combined view - can monitor any kind of network interface (testers welcome!) - shows detailed statistics about the interface Pkg submitted by Wolfram <mail@eckigesauge.de> in private mail.
2003-03-04Use PKGLOCALEDIR.wiz2-7/+8
2003-03-04Update to 0.17. Changes:wiz10-153/+18
remove -I$(top_srcdir)/intl from src/Makefile.am for systems which have libintl in /usr/lib. refer /dev/ic/wi_ieee.h for systems which have this file. (Thanks for the translation, soda!)
2003-03-04Update to 1.1.8:wiz3-8/+7
* Compilation fixes
2003-03-04Updated to version 1.9.1.salo8-53/+109
This version fixes the buffer overflow issue noted in: http://www.kb.cert.org/vuls/id/916785 Changes: - follow PKG_SYSCONFDIR - added rc.d script - create own user and group - added MESSAGE with post-install instructions - removed DEINSTALL - minor cleanups (this package was really half-baked..) 1.9.1: ====== - src/preprocessors/spp_rpc_decode.c (PreprocRpcDecode): - alignment errors on non-x86 platforms - added new space delimited options alert_fragments no_alert_multiple_requests no_alert_large_fragments no_alert_incomplete - corrected buffer overflow in fragment normalization - src/snort.c - Win32 '-s' parameter wasn't configured to accept an optarg, but code expected one, causing null-pointer violation. - Backport of 2.0 fixes for stream4 ( off by one errors on reassembly )
2003-03-03Update to 3.1.1v6.seb2-6/+7
Changes: 2003-01-22 - 3.1.1v6 released, with support for IPv6 2002-10-08 - 3.1.1 released 2002-07-02 - Updated to buffer input. Much more efficient.
2003-03-03Update p5-Net-DNS to 0.33mjl2-5/+6
Fixed the regular expression in RR.pm to comply with the RFCs, turns our we were _too_ paranoid. Various cleanups for perl 5.004. Applied SIG patch. Added Net::DNS::Resolver::Recurse module. Applied initialization bug in OPT.pm patch. Applied patch for udp timeouts. Fixed a typo in FAQ.pod that was making aropos and whatis grumpy. Applied patch for TKEY support. Added Net::DNS::Packet->safe_push() to allow for automatically checking for duplicate RRs being pushed into a packet. Added more tests.
2003-03-03It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh.jschauma4-8/+8
2003-03-03Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma10-16/+20
portable. Bump PKGREVISION accordingly.
2003-03-01MASTER_SITES and HOMEPAGE update.grant1-3/+3
noted by Yukimitsu Izawa (the author).
2003-03-01Import of canonical tnftp 20030825 sources,lukem1-0/+43
to make it easier to track new versions.
2003-02-28Import of canonical tnftp 20030825 sources,lukem1-0/+57
to make it easier to track new versions.
2003-02-28Import of canonical tnftp 20030825 sources,lukem48-0/+19413
to make it easier to track new versions.