summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-02-28Update net/php4-yp to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update net/php4-sockets to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update net/php4-ftp to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-27Put a delay in the "restart" code so that the daemon has time to shutdowntron2-2/+4
properly.
2002-02-27Fix message displayed if daemon is started.tron2-4/+4
2002-02-27Dump PKGREVISION because an important patch was added.atatat1-1/+2
2002-02-27Fix an obscure LP64 (sizeof(off_t)==sizeof(size_t)) bug that causes incrementalmycroft2-1/+20
transfers to go completely apeshit.
2002-02-27Update to 3.1.0; minor bugfixes including fixed whois-servers.net support.tv2-5/+5
2002-02-27Revert MAINTAINER to packages@; make sure rc.d script is in PLIST.tv2-3/+4
2002-02-24Update ipv6calc to 0.36.hubertf2-5/+5
Patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail. Changes since 0.19: 0.36: - fix bug relating to ipv6calc.h (changes now in ipv6calc.h.in) - start preparation for implementing bitstring conversions 0.35: - add new options: --addr_to_ip6arpa|-a does the same like --addr_to_ip6int|-r, but ends with "ip6.arpa" instead of "ip6.int" - addr_to_ip6int now understands "--uppercase|--lowercase" 0.34: - use now "-lcrypto" instead of full defined lib name - update "COPYING" to current GPLv2, add "LICENSE" with some comments to make Debian people happy - add both in spec file - showinfo now understands "solicited-node link-local multicast", "ISATAP", SLA on 6bone addresses - input now understands also "ISATAP" addresses - Change version numbering to autoconf/configure - Extend "showinfo" a little bit - Fix missing scope initialization "base85_to_ipv6addr" bug found by Greg Daley <greg.daley # eng.monash.edu.au> - changed: libipv6addr.c/ipv6addr_clear librfc1924.c/base85_to_ipv6addrstruct 0.28: - Refixing compiling on BSD - Add a forgotten include in "eui64_to_privacy.c" 0.27: - Migrate files used from Linux kernel for address type resolution to libipv6addr.* - add some extended tests (still not catch all) - "--showinfo" now rudimentary works 0.26: - Create wrapper functions to be independend of byte order storage in structure "in6_addr" - "--eui64_to_privacy" now calculate expected results - Begin of splitting "ipv6calc.h" into several smaller header files - Some code cleanup 0.25: - Restructure central address structure to use "in6_addr" struct - Some code cleanup 0.24: - Add option "--eui64_to_privacy" to calculate pseudo random suffices (experimental, result is not verified) - Add option "--showinfo" (experimental, not finnished) - Add option "-d|--debug value" - Partially new debug code 0.23: - Fix permissions of doc files in spec file 0.22: - ANSI compiling cleanup - Cleanup special types to ANSI types 0.21: - Fix typo (strings.h -> string.h) at ifinet6_to_compressed.c 0.20: - Activate "--printsuffix" + "--printprefix" for "--addr_to_uncompressed" - Change format of "--mac_to_eui64" to described one (now without prefix)
2002-02-19Fix cpp problems on -current, by using USE_CC_E.mycroft2-9/+23
2002-02-18Updated fping to 1.20nb1abs5-11/+40
When on an alpha you cannot be lazy and assume -1 matches INADDR_NONE Now mono.org's new alpha can run rconfig... This should make norm happy.
2002-02-18Introduce new framework for handling info files generation and installation.seb14-31/+37
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-17Fix a double slash in a pathname.tron1-2/+2
2002-02-17This program needs only "libcrypto" but not "libssl" to link.tron1-2/+2
2002-02-17Buildlinkify this package.tron1-3/+5
2002-02-17Fix build problems caused by update of "ucd-snmp" package. This fixestron1-3/+6
PR pkg/15631 by Michael van Elst.
2002-02-17Add buildlink glue code for libraries and includes delivered by thetron1-0/+37
"ucd-snmp" package.
2002-02-15mkdir -> ${MKDIR}skrll7-18/+18
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14Add work arround for build problems under NetBSD-i386 1.5.1, 1.5.2 andtron2-7/+500
early 1.5.3 alpha versions caused by an error in "sys/disklabel.h"
2002-02-13Update HOMEPAGE, per pkg/15601.wiz1-2/+2
2002-02-13Remove "ucd-snmp-current" package because "ucd-snmp" package was updatedtron12-3798/+1
to the same version but has an extra security fixe.
2002-02-13Update "ucd-snmp" package to version 4.2.3nb1:tron15-385/+3377
- Replace with contents of "ucd-snmp-current" package to fix various security problems. - Add patch sent to "bugtraq" by Juan M. de la Torre to fix buffer overflow in "snmpnetstat" client.
2002-02-13Update tcpdump to version 3.7.1.seb4-8/+58
Enable IPv6 support if /usr/include/netinet/ip6.h exists. Now IPv6 support works for Solaris 8 at least. Strongly buildlink'ify. I did not find a way to have a changes summary for version 3.6.2. Summary for 3.7 release: - keyword "ipx" added. - Better OSI/802.2 support on Linux. - IEEE 802.11 support, from clenahan@fortresstech.com, achirica@ttd.net. - LLC SAP support for FDDI/token ring/RFC-1483 style ATM - BXXP protocol was replaced by the BEEP protocol; - improvements to SNAP demux. - Changes to "any" interface documentation. - Documentation on pcap_stats() counters. - Fix a memory leak found by Miklos Szeredi - pcap_ether_aton(). - Added MPLS encapsulation decoding per RFC3032. - DNS dissector handles TKEY, TSIG and IXFR. - adaptive SLIP interface patch from Igor Khristophorov <igor@atdot.org> - SMB printing has much improved bounds checks - OUI 0x0000f8 decoded as encapsulated ethernet for Cisco-custom bridging - Zephyr support, from Nickolai Zeldovich <kolya@MIT.EDU>. - Solaris - devices with digits in them. Stefan Hudson <hudson@mbay.net> - IPX socket 0x85be is for Cisco EIGRP over IPX. - Improvements to fragmented ESP handling. - SCTP support from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu> - Linux ARPHDR_ATM support fixed. - Added a "netbeui" keyword, which selects NetBEUI packets. - IPv6 ND improvements, MobileIP dissector, 2292bis-02 for RA option. - Handle ARPHDR_HDLC from Marcus Felipe Pereira <marcus@task.com.br>. - Handle IPX socket 0x553 -> NetBIOS-over-IPX socket, "nwlink-dgm" - Better Linux libc5 compat. - BIND9 lwres dissector added. - MIPS and SPARC get strict alignment macros (affects print-bgp.c) - Apple LocalTalk LINKTYPE_ reserved. - New time stamp formats documented. - DHCP6 updated to draft-22.txt spec. - ICMP types/codes now accept symbolic names. - Add SIGINFO handler from LBL - encrypted CIPE tunnels in IRIX, from Franz Schaefer <schaefer@mond.at>. - now we are -Wstrict-prototype clean. - NetBSD DLT_PPP_ETHER; adapted from Martin Husemann <martin@netbsd.org>. - PPPoE dissector cleaned up. - Support for LocalTalk hardware, from Uns Lider <unslider@miranda.org>. - In dissector, now the caller prints the IP addresses rather than proto. - cjclark@alum.mit.edu: print the IP proto for non-initial fragments. - LLC frames with a DSAP and LSAP of 0xe0 are IPX frames. - Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX. - captures on the "any" device won't be done in promiscuous mode - Token Ring support on DLPI - Onno van der Linden <onno@simplex.nl> - ARCNet support, from NetBSD. - HSRP dissector, from Julian Cowley <julian@lava.net>. - Handle (GRE-encapsulated) PPTP - added -C option to rotate save file every optarg * 1,000,000 bytes. - support for "vrrp" name - NetBSD, by Klaus Klein <kleink@netbsd.org>. - PPTP support, from Motonori Shindo <mshindo@mshindo.net>. - IS-IS over PPP support, from Hannes Gredler <hannes@juniper.net>. - CNFP support for IPv6,format. Harry Raaymakers <harryr@connect.com.au>. - ESP printing updated to RFC2406. - HP-UX can now handle large number of PPAs. - MSDP printer added. - L2TP dissector improvements from Motonori Shindo.
2002-02-13Update libpcap to version 0.7.1.seb3-7/+10
Enable IPv6 support if /usr/include/netinet/ip6.h exists. I did not find a way to have a changes summary for version 0.6.2. Summary for 0.7 release: - Added pcap_findalldevs() call to get list of interfaces in a MI way. - pcap_stats() has been documented as to what its counters mean on each platform.
2002-02-12The check whether ${CFLAGS} contains -O2 didn't catch the case ofmrauch1-3/+3
multiple flags given in ${CFLAGS}. Fixed.
2002-02-12Mark as broken on NetBSD/i386 1.5.[12]skrll1-1/+7
2002-02-12Remove the workaround - something else breaks instead.skrll1-4/+1
2002-02-12Attempt to workaround includes lossage on NetBSD-1.5.[12] that causesskrll1-1/+4
build failures. Tested to compile and install cleanly on -current.
2002-02-12Updated tightvnc to 1.2.2martti2-7/+7
- Xvnc: Minor bugfix which should prevent potential dereference of a NULL pointer. - One more packaging option for the Unix source: ready to build archive with Zlib and JPEG libraries inside. - Other minor fixes and cleanups.
2002-02-12Updated tightvncviewer to 1.2.2martti2-7/+10
- Unix viewer: Now viewer window would be raised on beep (bell) event, unless new -noraiseonbeep option is provided in the command line or "raiseOnBeep" resource set to False. - One more packaging option for the Unix source: ready to build archive with Zlib and JPEG libraries inside. - Other minor fixes and cleanups. - Unix vncviewer: Default tunneling command template has been changed, to allow tunneled connections to hosts where only loopback VNC connections are enabled. New -via <GATEWAY> command-line option provides enhanced tunneling functionality, now one can make vncviewer tunnel connections to a VNC host via third machine acting as a gateway.
2002-02-11Update SDL_net to 1.2.3zuntum4-24/+7
Changes: 1.2.3: Sam Lantinga - Fri Oct 26 07:15:28 PDT 2001 * Fixed byte order read/write macros on sparc Jonathan Atkins - Sun Sep 23 10:44:27 PDT 2001 * Fixed non-blocking socket flags on Windows 1.2.2: Sam Lantinga - Sun Jul 22 16:41:44 PDT 2001 * Added Project Builder projects for building MacOS X framework Masahiro Minami - Sun, 27 May 2001 02:10:35 +0900 * Added working MacOS Open Transport support 1.2.1: Sam Lantinga - Tue Apr 17 11:42:13 PDT 2001 * Cleaned up swap function definitions in SDL_net.h * Added the swap functions back in for binary compatibility Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT) * Added support for building RPM directly from tar archive Fixes pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2002-02-11Improve DESCR and COMMENTzuntum2-3/+4
Inspired by pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2002-02-10No need to switch MASTER_SITES to MASTER_SITE_LOCAL, we can just setzuntum2-8/+10
DIST_SUBDIR to ${PKGNAME}. Pointed out by Thomas Klausner <wiz@netbsd.org>, thanks! PKGREVISION hasn't been bumped as the window between changes is reasonably slow (about 20 minutes)
2002-02-10Update ipcalc to 0.35zuntum2-9/+8
Changes: # 0.35 12/2/2001 Fixed big-endian bug in subnets(). This was reported # by Igor Zozulya and Steve Kent. Thank you for your help # and access to your sparc machine! Fixes pkg/15576, though in a different way than suggested by originator (distfile has been put into MASTER_SITE_LOCAL, so distinfo will never get broken again)
2002-02-08Invoke JVM with "-green -jar" instead of "-jar -green" if "blackdown-jdk13"tron1-3/+4
is used. Problem noted by Andrew Cagney in private e-mail.
2002-02-07update samba package to 2.2.3.1 (samba 2.2.3a).taca2-6/+6
Change from 2.2.3 ----------------- This is a minor bugfix release for the 2.2.3 release. The 2.2.3 release had a problem that was visible to Windows 2000 Explorer users in that copying files into a share that already existed failed with "Access Denied" rather than asking the user if an overwrite was required. This was due to an incorrect error mapping between the UNIX EEXIST error code and the NT status error. As Windows Explorer is a highly visible end user application a quick bugfix release was required, hence 2.2.3a. Compilation on HPUX versions earlier than HPUX 11 has also been corrected. The cvs.log file is no longer included with this release, as it adds 13Mb to the size of the release, and is easily available on the Web.
2002-02-06Use "blackdown-jdk13" as JVM type instead of incorrect "blackdown-jdk" ontron1-9/+9
NetBSD-powerpc.
2002-02-06add and enable ripe-whoiswiz1-1/+2
2002-02-06Don't invoke JVM with "-jar -jar" on NetBSD-powerpc. Problem noted bytron1-2/+2
Andrew Cagney in private e-mail.
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam2-6/+6
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-06bsd.pkg.install.mk is supposed to come before bsd.pkg.mk per Packages.txtjmc1-2/+2
2002-02-05/bin/mkdir -> ${MKDIR}.skrll4-8/+8
Make the print-PLIST target output ${MKDIR} also.
2002-02-05add ipcheckdrochner1-1/+2
2002-02-05initial import of ipcheck-0.151, a python client for the dyndns servicedrochner4-0/+33
such a pkg was submitted in PR pkg/12438, but the URL it refers to is invalid
2002-02-05Mark this as being obsoleted by samba>=2.2.3, which brought back thejlam1-1/+3
"share modes" parameter. Leave in pkgsrc for now in case was other functionality missing from the 2.0.x -> 2.2.x switch.
2002-02-05Initial import of the latest RIPE whois client, version 3.0, into the NetBSDseb4-0/+56
Packages Collection. This is a complete rewrite of the RIPE whois client: - The networkupdate utility is gone (it was restricted to internal RIPE NCC nodes anyway). - The cryptpw utility is also gone (it was not of real use for non-RIPE NCC users anyway). - The default command name is now whois3. - The whois3 client does not check for supported flags at the client side, except for -h (whois host) and -p (whois port). The syntax checks for flags are made at the server side. This package is believed to be the successor of net/ripe-whois-tools which could problably be removed.
2002-02-05Use proper path for DEPENDS getting to ruby-nqxmljmc1-3/+2
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam8-23/+23
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05Modify the package so that the message is only displayed if SAMBA_USE_LDAPjlam4-33/+30
is not defined, as that is the only time when the smbpasswd file is consulted. Also don't create a the smbpasswd file from /etc/passwd, as that generates a lot of bad users, e.g. root, daemon, operator, etc. Instead, just create an empty smbpasswd file and rely on the admin to add approved users to the smbpasswd file using "smbpasswd -a".