summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-09-20buildlink1 -> buildlink2jlam3-14/+13
2002-09-20Remove ${PREFIX}/share/kde/apps/knewsticker with @unexec instead of @dirrmjlam1-2/+2
as it might contain files from kdeaddons2.
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant13-26/+26
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-20add missing RCS Id.grant1-0/+2
2002-09-20add missing #! line and RCS Id.grant1-0/+4
2002-09-19tweakhubertf1-2/+2
2002-09-19Update 6to4 to 1.3. Change:hubertf5-52/+121
- adapt for NetBSD 1.6 and later which needs an "ifconfig stf0 create" (also needed on FreeBSD). Patch contributed by Kimura Fuyuki <fuyuki@hadaly.org> in private mail.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam7-68/+8
2002-09-19buildlink1 -> buildlink2jlam1-2/+2
2002-09-19Rename files/chronyd to files/chronyd.sh for forthcoming changes tojlam2-2/+2
auto-handle rc.d scripts.
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam6-17/+6
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-09-18Add secure HTTP support to the "wget" package. It is turned on by defaulttron1-1/+11
and can be turned of by "WGET_USE_SSL=NO".
2002-09-18Add security patch from the FreeBSD ports collection:tron3-5/+13
Drop setgid kmem privs before executing external programs. Reported by: Christer Oberg <christer.oberg@gmx.net> Bump the package revision to 3.
2002-09-17update to 0.12:dillo4-98/+10
preliminary support for sftp (requires ssh protocol version 2) print estimated remaining time for down- and uploads
2002-09-16Update net/openslp to 1.0.9a. Changes from version 1.0.7 include:jlam3-5/+6
* Added version and length sanity checks for incoming messages * Fixed possible SEGV when logging DA traffic * Added patch from Arun Barboza that makes attribute compares case insensitive as per RFC 2608 * Added patch from Garth Bushell that fixes an SLP url parsing problem. * Added patch from Arun Barboza to handle '==' SLPv1 predicates. This patch allows better interoperability with Novell SLP networks. * Added fix from Arun Barboza to make V1 DAAdverts use the same encoding as the request * Fixed a problem in SLPProcessMessage where errorcodes were not being returned resulting in attempts to send non-allocated sendbufs (i.e. SEGV). * Fixed a problem where SLPReg() would hang if used against a DA or SA that prematurely dropped connections * Force use of numeric IP addresses in all DAAdvert and SAAdvert messages. * Fixed bug where idle connections to DAs were not being aged. * Added code so that 'slptool -v' will return the path of the slp.conf file libslp.so is configured to use.
2002-09-16Fix malformed BUILD_DEPENDS line. PR#18305 by Christopher Richards.uebayasi1-2/+2
2002-09-16Updated proftpd to 1.2.6martti3-10/+10
* mod_quota removed due to lack of active maintenance * New version of mod_ldap (2.8.10) * New directives added: Define, <IfDefine>, <IfModule>, TimeoutSession * Directives removed: AllowChmod, ShowDotFiles * STOU support added * LFS support added * Fixed various minor bugs
2002-09-14Fix typo from rev 1.9.wiz1-2/+2
2002-09-13add missing item (libbind9)itojun1-1/+6
2002-09-13upgrade to 0.93b.itojun15-310/+5
o BGP connection problem is fixed. o EAGAIN check is added.
2002-09-13Fix typo.skrll1-2/+2
2002-09-13Use the "Official Pthreads Replacement" in kdenetwork2.skrll3-33/+9
Bump PKGREVISION and depend on it.
2002-09-11Add and enable dctc and dc_gui.wiz1-1/+3
2002-09-11Initial import of dctc (Direct Connect Text Client) and its GUI, dc_guiwiz26-0/+599
(Direct Connect GUI). Requested by reed some months ago ;) DC is another file sharing protocol.
2002-09-11Readd CVS Id.tron1-0/+1
2002-09-11Update "dgd" package to version 1.2.0.2. Changes since version 1.2.0.1:tron3-9/+7
- The editor could erroneously allocate dynamic instead of static memory. - Fixed a spurious pause that would occur if the first callout started after a cold boot had a delay of 0. - Fixed a problem with repeatedly adding and removing callouts in atomically executed code. - Fixed several bugs in error handling. - A better fix for errors in atomic code, in combination with multi-level catches. - Fixed a config file reading bug that could occur if the server was restarted. - Fixed a bug in saving/restoring variables in an object that privately inherited another. - Prevent code from being erroneously optimized away in rare cases. - Fixed a bug in handling some regular expressions. - Fixed several bugs which could, in rare cases, cause nil to turn up in mappings that had been accessed from atomically executed code. - Fixed a bug in error recovery for compiling switch statements. The update was contributed by Scott Thompson in private e-mail.
2002-09-11buildlink2.mk files don't need to symlink *Conf.sh files.jlam1-2/+1
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz12-22/+25
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10buildlink1 -> buildlink2jlam3-11/+8
2002-09-10Use buildlink2 and add a buildlink2.mk file for other packages.jlam2-3/+24
2002-09-09Use PKG_SYSCONFDIR. From Urban Boquist in pkg/18242.wiz1-3/+3
2002-09-09Fix buildlink2.mk file, per pkg/18225 by Julio Merino.wiz1-2/+2
2002-09-09Update to 20020811.2, from pkg/17866.wiz2-7/+9
Changes: Import the patch from Robert Elz: 1) do not reset the interface flags when terminating . 2) do not output to default logname when terminating, if -f option is not given.
2002-09-09Update to version 0.28. Changes include:heinz5-14/+72
- simple nameserver - support for TSIG and DNAME resource records - dynamic updates - should be compatible with perl 5.005_3
2002-09-08Switch to configuration tool with 128Bit encryption support. It istron2-6/+7
required to use WEP128 with Airport Base Stations which have been updated with a Lucent Orinoco Gold card. Bump package revisiont to 1 to reflect this change.
2002-09-04Mark as not-for-any-NetBSD-below-1.5W. Closes pkg/18133.wiz1-1/+4
2002-09-04Update ruby-drb package to 1.3.7.taca2-5/+5
This fixes a bug which can call private methods (potential security hole). * 1.3.7 * drb.rb: Fix obj.send(:eval, ...). * runit/drbunit.rb: Add ut_eval. * runit/ut_eval.rb: Added * 1.3.6 * drb.rb: untaint uri (for $SAFE=1). * runit/drbunit.rb: Add $SAFE=1 test. * 1.3.5 * lib/drb/extserv*.rb: Change ExtServManager#regist protocol. * runit/ut_port.rb: Adjust a port number * lib/drb/drb.rb: Add DRb::DRbServer.verbose, verbose=, #verbose=, #verbose. * lib/drb/drb.rb: Use Object.__id__ insted of Object.id.
2002-09-03upgrade to 1.0.1.itojun3-6/+20
diff from 1.0.1rc2: >Please to announce the final release of NSD-1.0.1 with minor bug fixes >and cosmetic changes, available for download:
2002-09-02update to 1.1drochner2-6/+5
changes: - Automation filters are very configurable now + regex & shell/perl - Connect via v0.6 protocol, shows host names - Obtain extra host IPs from X-Try and Ultrapeer headers - Manage host cache a little better - Put connected nodes into host cache list top at exit - Retry known Gnutella hosts that were dropped after delay - Uploads work better
2002-09-02adjust lastabs2-5/+5
2002-09-02Updated netatalk to 1.5.3.1nb2:abs8-120/+150
Use getrlimit() and setrlimit() to attempt to set the open filedescriptor to a sane value. Avoids afpd running out of fork slots when serving MacOS 10.2 clients. Patch sent back to maintainers.
2002-09-02Add "ftp.fi.netbsd.org" to master site list.tron1-2/+3
2002-09-01Upgrade to irrd-2.1.4 -- the old one did not compile anymore.kim11-296/+14
Note: uses gnupg instead of pgp5 now.
2002-09-01Saw a bash: command not found during install; added BUILD_DEPENDS on bash2sommerfeld1-1/+2
2002-09-01Disable IPv6 support under Solaris because the "configure" script claimstron1-2/+2
that getaddrinfo(3SOCKET) is buggy.
2002-09-01Distfiles aren't available any longer on the KDE ftp site, so let'shubertf1-3/+2
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-08-30Update to 0.51:wiz4-10/+10
v0.51 Fixed the bug introduced by the previous select loop fix... Thanks Evgeniy v0.50 Make "interface address" option work. Changes to "select" loop to allow window resizes (select interruption) to work. Thanks Mike!
2002-08-29Fix typo, pointed out by Eric Jacoboni in private mail.bouyer1-3/+3
2002-08-29update to 1.5.3.1nb1 - install scripts in /etc/rc.dabs2-11/+9
2002-08-28upgrade to 1.0.1 release candidate 2.itojun4-31/+19
1.0.1 ============= FEATURES: - NSD drops permissions after binding the sockets - ``cache'' zones are no longer allowed - ID.Server & Version.Server compile time options - AXFR implemented (with tcpwrapper for access control) - nsdc update and nsdc notify functinality - using named-xfer with TSIG for inbound axfr CHANGES: - the order of records in the database is from now on significant - since Berkeley DB doesnt define order for sequential access it is no longer supported BUG FIXES: - white space problem in zonec is fixed