summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2003-06-07Fix crash in -current: a thread was trying to wait for a condition using anjmmv3-3/+41
unlocked mutex (thus triggering a libpthread assertion). I'm not sure if this patch is completely right, but the program seems to work fine. Bump PKGREVISION to 2.
2003-06-07Use BUILD_DIRS and INSTALL_DIRS, instead of custom post-build and post-installjmmv1-6/+3
targets.
2003-06-06Update:abs2-5/+5
net/mrstat: 1.19 security/msu: 1.06 security/msudir: 0.13 Do not unconditionally set CFLAGS'.
2003-06-06update to 20030606a - with new stanford licensing termsitojun6-35/+21
2003-06-05Add airport2basestationconfigmarkd1-1/+2
2003-06-05Import of Airport Base Station Configuration program version 2.0.1.markd4-0/+75
Imported as a separate package as this version works with the newer "snow" Base Station and with the Airport Extreme but *not* with the original Base Station.
2003-06-05Initial import of net/waste. Due to it's currently still dubious legaljschauma9-0/+647
status restrict distribution (src and binary). Descr: WASTE is a software product and protocol that enables secure distributed communication for small (on the order of 10-50 nodes) trusted groups of users. WASTE is designed to enable small companies and small teams within larger companies to easily communicate and collaborate in a secure and efficient fashion, independent of physical network topology.
2003-06-04depend on py-cursespaneldrochner1-1/+2
(fixes PR pkg/21784 by Paul Mather)
2003-06-04add missing filedrochner1-1/+2
(PR pkg/21768 by Marc Recht)
2003-06-04Update ja-samba package to 2.2.8.1.1.0nb1.taca7-29/+91
* Sync with net/samba package: - clean up findsmp; no need to prepend ${WRKSRC}. - Don't create ${PREFIX}/private. - Stop installing HTML documentation. * Allow longer share name to Windows XP and Windows 2003 server as well as Windows 2000. Discussion was on the samba-jp mailing list.
2003-06-04Fix build on platforms where rpath is not used (like Darwin).jmmv3-6/+10
Closes PR pkg/21651 by Michael Wolfson.
2003-06-04Bump the PKGREVISION for net/samba to 2:jlam4-29/+21
* findsmb is a perl script, and we need to substitute the correct path to the perl interpreter. * Don't create ${PREFIX}/private during a "make install" as it's a completely useless directory. * Don't bother to install the completely outdated Samba HTML documentation that is superseded by the Samba HOWTO Collection documentation.
2003-06-03Claim stewardship of these.seb1-2/+2
2003-06-03Add and enable xmule. Disable lmule.jmmv1-2/+2
2003-06-03lmule has been obsoleted by xmule.jmmv10-237/+0
2003-06-03Initial import of xmule, version 1.4.0:jmmv12-0/+335
xMule is an easy to use multi-platform client for the ED2K Peer-to-Peer Network. It was originally based on eMule, the popular windows-only client for the same network. It uses the wxWindows class library. Some of its features include Movie Preview, GTK2 Compatibility, Multi-Selection in all lists, Tray-icon, Statistics, Source Exchange, File Commenting any many more. Based on the package provided in pkgsrc-wip by Marc Recht and one provided by Pablo Méndez in private mail. Obsoletes lmule.
2003-06-02Note addition of bftpd.jmmv1-1/+2
2003-06-02Initial import of bftpd, version 1.0.24:jmmv6-0/+76
bftpd is a FTP server that tries to be very configurable while being fast and small. Its features include: * Easy configuration. * Speed. * Support for most RFC FTP commands. * tar.gz on-the-fly compression/archiving. * Security with chroot without special setup. * No need for extra files (sh, ls..) in a chroot environment. * Logging to wtmp and to logfile or syslog. * PAM and passwd/shadow support. * Support for SITE CHOWN/CHMOD. Package provided by virtus@wanadoo.nl in pkgsrc-wip with several changes by me.
2003-06-02Add and enable gini.jmmv1-1/+2
2003-06-02Initial import of gini, version 0.5.1:jmmv4-0/+44
GINI is a free streaming media server for UNIX like operating systems. Its aim is to provide a free streaming solution for the current audio and video formats. Package provided in pkgsrc-wip by Juan RP with some minor changes by me.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma92-184/+184
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-06-01Add and enable GeoIP.jmmv1-1/+2
2003-06-01Initial import of GeoIP, version 1.1.9:jmmv6-0/+117
GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database that is accurate as of March 2002. This database simply contains IP blocks as keys, and countries as values. It should be more complete and accurate than using reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, to analyze your web server logs to determine the countries of your visitors, for credit card fraud detection, and for software export controls. Package initially provided by Juan RP through pkgsrc-wip, with several changes by me.
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-3/+5
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-30Updated to version 1.3.4.salo10-21/+293
Addresses PR pkg/21719 by Andrey Simonenko (MAINTAINER). Changes: - don't include bsd.pkg.install.mk if USE_PKGINSTALL is already set - restrict to *BSD - install /var/ipa directory - fix paths in manual pages - better rc scripts, NetBSD native and generic one - DESCR has 80 columns 1.3.4: ====== - Added support for PF from OpenBSD 3.3 - Minor changes
2003-05-29Updated to 1.2.0.salo8-48/+89
- take over maintainership, MAINTAINER is not reachable on his mail anymore (non-existent domain). Changes: Logging has been enhanced, including syslog support. IPv6 support has been added. STRU, MODE, STOU, HELP, and SITE HELP have been implemented. Better control of which commands to allow has been added. pam_session support has been added. Error messages have been improved. There are lots of bugfixes and new configuration options. - Eliminate crypt() not defined warning. - "grep -q" is not standard to redirect to /dev/null instead. - Make banned_email_file work second time around. - Add force_dot_files to work around broken clients. The behaviour when enabled is very wu-ftpd like. - Implement SITE HELP - should work around IE bug? - Update README, vsftpd.conf with references to read the manual page! - Log revamp: add dual_log_enable to log to xferlog AND vsftpd.log. - Log revamp: add syslog_enable to log vsftpd.log to syslog(). - Add "background" option to background the listener process. - Fix warning is vsftpd.8 man page, Bill Nottingham <notting@redhat.com>. - Fix tcp wrappers support to NOT emit loads of Bad file descriptor messages to the system log. - Add ability to make bandwidth limiter smoother by using e.g. trans_chunk_size=8192. - Add ability for virtual users to use local privs non anon privs, via virtual_use_local_privs=YES. - Fix sendfile() fallback on FreeBSD, thanks to Adam Stroud <adstro@stny.rr.com>. - Add pam_session support, as well as utmp and wtmp logging for local logins (when using a PAM build). Tested pam_limits maxlogins works. - Ensure the source IP address for PORT connects is always the same as the control connection local IP address. Previously it was not when NOT using connect_from_port_20 in the presence of multiple local IP addresses. - Oops - make max_per_ip and max_clients work with the two process model when both connect_from_port_20 and chown_uploads are false. - Initial IPv6 support (EPSV only). - Add EPRT support to IPv6. - Fix "ls .file" to list .file even if the ls -a flag is not present. Noted by and thanks to Sean Millichamp <sean@enertronllc.com>. - Better error messages for config file parse fail: include setting name. - Fix bug in str_split_text where text is greater than 1 character long! - Make it build on Solaris8 - switch from utmp to utmpx and handle missing LOG_FTP. - Always check for VSFTPD_LOAD_CONF environment variable. - Implement HELP properly (should help broken clients). - Fix FreeBSD build (no utmpx.h, so disable feature). - Fix chown_uploads. - "Guess fix" for FreeBSD reported bug. I reckon FreeBSD is returning -EINTR from a blocking close but still closing the fd, despite the error return. So cater for this. Reported by Drew Vogel <dvogel@intercarve.net>. - Add download_enable and dirlist_enable. Useful in conjunction with the per-user config stuff. - Add chmod_enable. - Implement STRU and MODE for _old_, broken clients! - Log connects. - Fix 500 OOPS with chown_uploads and an APPE command. - Improve some error messages: die -> die2 for more information. - Repair max_per_ip (problem comparing IPv4 addresses). - Make chown_uploads work with virtual users. - Chmod files to 0600 before chown_uploads kicks in. - Add STOU support. - Add cmds_allowed config parameter. - Add some FAQ entries.
2003-05-28MESSAGE.security has gone.taca1-3/+2
2003-05-28Remove --disable-multinet configure option; enables bittorrent, fastrack, ...wiz1-2/+2
Bump PKGREVISION.
2003-05-27Update net/openslp to 1.0.11. Changes from version 1.0.10 include:jlam3-10/+10
* Fixed socket file descriptor leak. * Fixed segv when processing unicast request (SrvTypeRqst or AttrRqst) with mismatched scopes causes error in SLPD. * Allow strict aliasing.
2003-05-27update ja-samba package to 2.2.8.1.1.0 (samba-2.2.8a-ja-1.0).taca10-45/+36
Quote from Changelog.en. Here is the fix list of Samba2.2 Japanese Edition. The sign of each line means: *: Fix of Samba Japanese Edition only x: Fix of sending a patch to Samba Team c: Fix of being commited a patch by Samba Team samba-2.2.8a-ja-1.0 ~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Fixed permissions for docs/ja/htmldocs/BrowsingFAQ/image/*.gif [sugj-tech:5281] Changes to the original version * Fixed Japanese file name problem for DFS [samba-jp:14700] samba-2.2.8a-ja-1.0alpha3 ~~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed the problem which depends on size of off_t [sugj-tech:5272] samba-2.2.8a-ja-1.0alpha2 ~~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed unmatched problem for int<->unsigned int [sugj-tech:5248] * Fixed unmatched problem for uint32<->unsigned int [sugj-tech:5253]
2003-05-26Update to 2.5.0:wiz2-6/+6
Changes (newer first) - Fasttrack: * Reduce client_name to 32 characters * Stop computing useless SHA1 hashes (inherited from Gnutella copy/paste) * Limitation on the number of simultaneous sources for a file * Ask for a range only after the connection has succeeded * Support for Complex queries * Works on PPC now * sig2dat:// links added * Automatically replace spaces in client name by _ * Use HTTP/1.0 (really necessary ? probably not) * Recover sources for files * Reconnect to good sources immediatly * Ask longer ranges - Fasttrack: working good now :) * Can look for new sources - FastTrack: first try, far from complete, only for x86 !!! * Copy of gnutella/ plugin architecture to fasttrack/ * Cipher C stubs available from Ocaml * Connection to main server: OK * Connections to ultrapeers: OK * Simple Searches sent: OK * Results received: OK * Downloads: OK, no recover yet - GUI: * Plugins sorted in config panel * Fixed the problem with servers appearing as New Hosts - Fixed bug adding one file several times in 'old_files' - Applied patches #1523, #1527, #1512, #1513, #1510, #1503 - Applied patches #1476, #1477, #1479 and #1481 - Fixed major file corruption bug when using 'buffer_writes' in bittorrent, fasttrack and gnutella. - Plugins initialized in the correct order (no downloads restarted at 0%) - Bittorrent: * Force flush with "buffer_writes" option before Sha1 computation - "set enable_... true/false" should now immediatly trigger the network (before that, a restart was necessary) - Bug fix: the bug causing too many open file descriptors and pausing recovered files maybe fixed. - Gnutella: * Fixed problem with \r in GWebCache - Searches can be limited to particular network (bug fix in GUI) - Gnutella2: * Added number of leaves per ultrapeer - Added mldonkey/tools/pandora/ to help understand protocols - Config: copy old downloads.ini to downloads_expert.ini and donkey.ini if the latter ones are absent
2003-05-25<< Always test a package on sparc64 before committing! >> ;)seb3-3/+165
As seen in libc, prevent gcc's memory usage from exploding during optimizing of SHA code by moving each round into a separate function on sparc64. Also remove TEXINFO_REQ, scli.{texinfo,info} are patched and touched in such a way that makeinfo is not required for build and of course it was not for "running": devel/gtexinfo is no more a dependency on most NetBSD system and most of !NetBSD pkgsrc platforms. XXX This TeXinfo/Info files issue will be more cleanly addressed soon and wholesale... Bump PKGREVISION.
2003-05-24Replace hard-coded 'make' by 'MAKE' to make :-) this work on Solaris;heinz2-10/+80
no revision bump necessary. Should really fix PR pkg/21045.
2003-05-24- Fix application title (show OS name instead of hardcoding Linux).jmmv7-2/+160
- Unlimit resources at startup by ourselves. - Bump PKGREVISION to 1.
2003-05-23Add & enable scli.seb1-1/+2
2003-05-23Initial import of scli version 0.2.12 into the NetBSD Packages Collection.seb6-0/+92
The scli package was written to address the need for small and efficient command line utilities to monitor and configure network devices and host systems. The scli package is based on the SNMP management protocol. To summarize, the slogan for this little package is: "After more than 10 years of SNMP, I felt it is time for really useful command line SNMP monitoring and configuration tools. ;-)"
2003-05-23Update to 0.54:wiz4-11/+10
v0.54 Added "scrolling" patch from Roland Illig, to allow scrolling in text mode. I've always wanted this...... v0.53 Added fix for raw mode.
2003-05-23Update to version 0.66.seb14-158/+271
NOTE: The names of the default configuration files has changed. They now end in `.cfg' or `.sym'. Approved by MAINTAINER. Changes since last packaged version: * 4-3-2003 flow-tools-0.66 released * reapply flow-fanout linux patch, also infected flow-send * 4-3-2003 flow-tools-0.65 released * flow-send, flow-fanout: -s source IP address spoofing. * build: builddir != srcdir problems - noted by jos@catnook.com * build: All default config files installed by default. * build: config files end in .cfg, symbol files end in .sym. Note this changes the names of the default configuration files. * ftlib: ftfil.c - random sample filter - reqested by Edward Balas <ebalas@iu.edu> * ftlib: ftstat.c - ip-destination-address-source-count missing count - noted by Christian Cinetto <cinetto@garr.it> * build: example tags file installed by default. * ftlib: ftstat.c - broken ip-source-address/ip-destination-port - noted by Gerhard.Haindl@t-systems.at * ftlib: ftstat.c - broken ip-destination-address/destination-as - noted by carsten.strahler@lambdanet.net * remove bin scripts (mostly historical OSU stuff) * upgrade to automake 1.7.3 and autoconf 2.57 * docs: flow-report.sgml missing ip-source/destination-address/ip-protocol/ip-tos/ip-source/destination-port noted by shane.dawalt@wright.edu * flow-fanout: will not compile under linux - patch from alex.shepard@gettyimages.com * ftlib: ftstat.c - use FMT_SYM_LEN instead of hard coded 32 byte length. increase len to 64 bytes. * ftlib: fmt.c - fmt_uint*s() did not properly null terminate when symbol strlen >= max - noted by jed@onenet.net * 2-23-2003 flow-tools-0.64 released * flow-fanout, flow-capture, flow-receive: add startup= to STAT: line * docs: flow-fanout - missing -f -F - noted by RAR@syssrc.com * flow-split: consuming too many resources, noted by fin@finseth.com * ftlib: ftstat.c - rec2: in summary-detail report missing time_real field - noted by shane.dawalt@wright.edu * build: strouq() -> strtoull(). Check if strtoul() is really strtoull() - noted by shane.dawalt@wright.edu * ftlib: ftstat.c - protect potential divide by 0 errors - noted by shane.dawalt@wright.edu * flow-split: stag not initialized - patch from fin@finseth.com * build: ftlib.h should not require ftconfig.h - noted by jan@kneschke.de * build: lib/ftconfig.h does not belong in dist - noted by jos@catnook.com * ftlib: ftlib.h - FT_SO_RCV_BUFSIZE default to 4MB * ftlib: suppport.c - bigsockbuf() - more agressive reduction on large buffers. Report size. * ftlib: ftmask.c - flow-mask: rn_deladdr(): failed. Missing masklen set - noted by nik.hinson@assurance-dynamics.com * ftlib: ftfil.c - invert option to filter-definition req by mhyde@escape.ca * ftlib: shadowed variable names - fumerola@yahoo-inc.com * flow-cat: exit status 1 if no streams processed - req by mhunter@ack.Berkeley.EDU * ftlib: ftstat.c - bucket_dump_1(): loop typo noted by nik.hinson@assurance-dynamics.com * flow-capture: reload tags and filters with SIGHUP * flow-import: format4 wire format. * ftlib: ftstat.c - tag mask option should not require local tagging - noted by clay@bloomcounty.org * flow-*: catch extra command line args - noted by rcarrara@augustmail.com * ftlib: fttag.c - fix ToS tagging, add ANY tagging.
2003-05-22Touch one last file to prevent autoheader from going off after touchingjmc1-2/+2
config.h in post-configure
2003-05-22Update KDE to 3.1.2.markd6-100/+85
Changes: kdenetwork: * KMail: Don't select multiple folders during keyboard navigation * KMail: Never display vCards inline * KMail: Make new mail notification work for people who run KMail without KDE * KMail: Improved URL highlighting * KMail: Properly determine SSL/TLS state for non-transport sending (bug 49902) * KMail: Draw a frame around text attachments which are displayed inline * KMail: Fix bug 55377 (Hiding attachments causes HTML messages to be renderend as HTML code) * KMail: Fix bug 56049 (wrong encoding of command line arguments) * KMail: Fix bug 53665 (Error when reply to a HTML message) * KMail: Use the correct charset for replies to PGP/MIME encrypted messages * KMail: Fix the bug which broke the signature of all PGP/MIME signed messages with attachments * KMail: Fix bug 56393 (kmail crashes when I try change the name of an imap account) * KMail: Fix bug 56570 (kmail doesn't show non-mime Japanese message) * KMail: Fix bug 56592 (Displaying folded Content-Description in MIME tree viewer is broken) * KMail: Disable external editor when no external editor is specified * KMail: Fix bug 53889 (IMAP: Kmail crashes after authorization-dialog) * KMail: Fix bug 56930 (BCC, No EMail-List expansion) * KMail: Fix bug 42646 (multipart/digest forwarding is broken - uses empty boundary) * KMail: Always make sure that the text body of the message ends with a linefeed. This fixes interoperatibility problems with other OpenPGP compliant mail clients. * KMail: Prevent the user from trying to move local folders to IMAP servers as the user might lose the folders if he tries it. * KMail: Fix bug 57660 ('send again' does not copy the BCC address) * KMail: Fix bug 56321 (More whitespace in read/unread mails column) * KMail: Tell gpg explicitely not to use gpg-agent if it's apparently not available. Prevents weird "Wrong passphrase" error message. * KMail: Fix bug 57016 (pgp signature is wrong displayed) * KMail: Fix bug 57809 (kmail segfaults when checking for new mail if fcntl locking is used) * Desktop Sharing server (krfb): Compile fixes for systems without IPv6 * Desktop Sharing client (krdc): fix: client crashed sometimes while connecting on XFree 4.3 * Desktop Sharing client (krdc): fix: resize the right screen resolution in multi-screen setups
2003-05-19Try to prevent a timing issue between config.h and stamp-h after addingjmc1-1/+2
the post-configure items.
2003-05-19add & enable pyslskhubertf1-1/+2
2003-05-19Import pyslsk-1.2.0: Python based Soulseek clienthubertf4-0/+55
PySoulSeek is a client for SoulSeek filesharing system.
2003-05-19Update to 2.4.0. Provided by Juan RP in PR 21543.wiz4-19/+20
Lots of bugfixes, you should definitely update. Also, beginning gnutella2 support.
2003-05-17add and enable p5-Net-Z3950dmcmahill1-1/+2
2003-05-17import p5-Net-Z3950-0.32dmcmahill4-0/+32
This module provides a Perl interface to the Z39.50 information retrieval protocol (aka. ISO 23950), a mature and powerful protocol used in application domains as diverse as bibliographic information, geo-spatial mapping, museums and other cultural heritage information, and structured vocabulary navigation.
2003-05-16add buildlink2.mk filedmcmahill1-0/+25
2003-05-16add and enable yazdmcmahill1-1/+2
2003-05-16import yaz-2.0dmcmahill5-0/+348
YAZ is a C/C++ library for information retrieval applications using the Z39.50/SRW protocols for information retrieval. Properties of YAZ: * Complete Z39.50 version 3 support. Amendments and Z39.50-2002 revision is supported. * Supports SRW version 1.0 (over HTTP and HTTPS). * Includes BER encoders/decoders for the ISO ILL protocol. * Supports the following transports: BER over TCP/IP (RFC1729), BER over unix local socket, and HTTP 1.1. * Secure Socket Layer support using OpenSSL. If enabled, YAZ uses HTTPS transport (for SOAP) or "Secure BER" (for Z39.50). * Offers ZOOM C API implementing both Z39.50 and SRW. * The YAZ library offers a set of useful utilities related to the protocols, such as MARC (ISO2709) parser, CCL (ISO8777) parser, CQL parser, memory management routines, character set conversion. * Portable code. YAZ compiles out-of-the box on most Unixes and on Windows using Microsoft Visual C++. * Fast operation. The C based BER encoders/decoders as well as the server component of YAZ is very fast. * Liberal license that allows for commercial use of YAZ.
2003-05-15Add puf.salo1-1/+2