summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-09-25* buildlink1 -> buildlink2jlam8-121/+120
* Honor PKG_SYSCONFDIR * use bsd.pkg.install.mk to handle the rc.d scripts and config files
2002-09-25it's -> itswiz1-2/+2
2002-09-25Drop trailing space.wiz1-3/+3
2002-09-24Complete standardization of messages according to latest pkglint.wiz16-53/+54
2002-09-24Lines should not be longer than 80 chars.wiz1-5/+5
2002-09-23buildlink1 -> buildlink2jlam4-30/+33
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam2-2/+4
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2.
2002-09-23comment fix.grant3-5/+9
2002-09-23comment fix.grant1-2/+1
2002-09-23use $name, as $rcname isn't defined.grant1-2/+2
2002-09-23Use @PREFIX@, not "/usr/pkg".grant1-2/+2
2002-09-23minor formatting fix.grant1-5/+5
2002-09-23add missing RCS Id.grant4-4/+12
2002-09-23Fix a problem with VOP_PUTPAGES on NetBSD-1.6 (via patch fromwennmach4-4/+23
Love <lha@netbsd.org>). Also, don't try to remove the top-level "lkm" directory on pkg_delete.
2002-09-23Update to 0.61:wiz4-29/+38
- GDL handling has been totally rewritten and is now more clean. - It is now possible to destroy GDL "rename at end" entry like any other one. - In the GDL list, sizes are now displayed using locale format. - search result handling has been partially rewritten and is now more clean. - The search result size is now displayed using locale format. - old style user list is no more supported, only new one is (the one using list cache). - user share lists handling has been partially rewritten and is now more clean. - The user share lists are now displayed using locale format.
2002-09-23Update to 0.84.4:wiz2-5/+5
- a (new) buggy clone seems to send string containing illegal character ('\0'). Because this character is also the C string end character, it truncates string and DCTC crashs because an impossible case occurs. This version avoids the problem.
2002-09-23Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location ofjlam1-3/+2
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg> variables whose values are appended to CPPFLAGS, which are automatically passed to the configure and build processes. BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are now told that the software may be found where it really is installed, not in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these variables will be declared unsupported by buildlink2.
2002-09-23* use bsd.pkg.install.mk and automatic rc.d script handling.grant2-33/+13
* convert to rc.subr-style script.
2002-09-23honour PKG_SYSCONFDIR.grant1-6/+6
ok'd by jlam.
2002-09-22Add the docsis plugin...mycroft1-1/+4
2002-09-21Strip the ".buildlink" from the names of the python application andjlam4-8/+8
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21buildlink1 -> buildlink2jlam1-6/+7
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.