Commit graph

2671 commits

Author SHA1 Message Date
jlam
3f7d36ac8c Update net/php4-sockets to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:29 +00:00
jlam
a9a138b832 Update net/php4-ftp to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:24 +00:00
tron
6536ea2bf8 Put a delay in the "restart" code so that the daemon has time to shutdown
properly.
2002-02-27 15:13:31 +00:00
tron
4dc6b3b9e7 Fix message displayed if daemon is started. 2002-02-27 12:52:58 +00:00
atatat
9a657a88b5 Dump PKGREVISION because an important patch was added. 2002-02-27 04:20:59 +00:00
mycroft
78a1c3ea8c Fix an obscure LP64 (sizeof(off_t)==sizeof(size_t)) bug that causes incremental
transfers to go completely apeshit.
2002-02-27 03:47:25 +00:00
tv
712d80e96b Update to 3.1.0; minor bugfixes including fixed whois-servers.net support. 2002-02-27 01:39:12 +00:00
tv
3b64814401 Revert MAINTAINER to packages@; make sure rc.d script is in PLIST. 2002-02-27 01:36:09 +00:00
hubertf
d3057ea2c1 Update ipv6calc to 0.36.
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-24 04:33:02 +00:00
mycroft
7689f075c5 Fix cpp problems on -current, by using USE_CC_E. 2002-02-19 00:02:28 +00:00
abs
aa3d062b6a Updated fping to 1.20nb1
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-18 18:40:41 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
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-18 15:14:00 +00:00
tron
50335ef195 Fix a double slash in a pathname. 2002-02-17 21:40:31 +00:00
tron
e4d72e698d This program needs only "libcrypto" but not "libssl" to link. 2002-02-17 21:25:43 +00:00
tron
3e61331128 Buildlinkify this package. 2002-02-17 21:23:39 +00:00
tron
fbf5a2a132 Fix build problems caused by update of "ucd-snmp" package. This fixes
PR pkg/15631 by Michael van Elst.
2002-02-17 21:12:07 +00:00
tron
4ff705e08c Add buildlink glue code for libraries and includes delivered by the
"ucd-snmp" package.
2002-02-17 21:09:35 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
tron
7fa065631e Add work arround for build problems under NetBSD-i386 1.5.1, 1.5.2 and
early 1.5.3 alpha versions caused by an error in "sys/disklabel.h"
2002-02-14 09:40:31 +00:00
wiz
93bc77304e Update HOMEPAGE, per pkg/15601. 2002-02-13 23:04:51 +00:00
tron
b612805fec Remove "ucd-snmp-current" package because "ucd-snmp" package was updated
to the same version but has an extra security fixe.
2002-02-13 16:43:34 +00:00
tron
b67cf00c61 Update "ucd-snmp" package to version 4.2.3nb1:
- 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-13 16:41:40 +00:00
seb
b17b0c270e Update tcpdump to version 3.7.1.
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-13 15:50:35 +00:00
seb
b068c91e67 Update libpcap to version 0.7.1.
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-13 15:25:16 +00:00
mrauch
a0db7319fc The check whether ${CFLAGS} contains -O2 didn't catch the case of
multiple flags given in ${CFLAGS}. Fixed.
2002-02-12 15:18:46 +00:00
skrll
a7ce6f0326 Mark as broken on NetBSD/i386 1.5.[12] 2002-02-12 12:24:57 +00:00
skrll
fcc57d2a6b Remove the workaround - something else breaks instead. 2002-02-12 12:16:54 +00:00
skrll
a3c1ce40dd Attempt to workaround includes lossage on NetBSD-1.5.[12] that causes
build failures. Tested to compile and install cleanly on -current.
2002-02-12 10:16:45 +00:00
martti
1967f3069e Updated tightvnc to 1.2.2
- 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-12 07:11:29 +00:00
martti
4f9f3b5190 Updated tightvncviewer to 1.2.2
- 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-12 07:11:26 +00:00
zuntum
c497ea3c91 Update SDL_net to 1.2.3
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-11 21:15:47 +00:00
zuntum
c80f646a88 Improve DESCR and COMMENT
Inspired by pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2002-02-11 20:57:36 +00:00
zuntum
7a2c3b1d21 No need to switch MASTER_SITES to MASTER_SITE_LOCAL, we can just set
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-10 22:11:36 +00:00
zuntum
d694f73e7e Update ipcalc to 0.35
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-10 21:50:49 +00:00
tron
a90c2d0f07 Invoke JVM with "-green -jar" instead of "-jar -green" if "blackdown-jdk13"
is used. Problem noted by Andrew Cagney in private e-mail.
2002-02-08 19:24:21 +00:00
taca
0aedc6e20b update samba package to 2.2.3.1 (samba 2.2.3a).
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-07 09:57:19 +00:00
tron
ba3374e299 Use "blackdown-jdk13" as JVM type instead of incorrect "blackdown-jdk" on
NetBSD-powerpc.
2002-02-06 23:58:01 +00:00
wiz
ee03ec4ea1 add and enable ripe-whois 2002-02-06 21:13:39 +00:00
tron
6b87696ae5 Don't invoke JVM with "-jar -jar" on NetBSD-powerpc. Problem noted by
Andrew Cagney in private e-mail.
2002-02-06 17:38:30 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
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-06 16:58:11 +00:00
jmc
5ce11e5ccd bsd.pkg.install.mk is supposed to come before bsd.pkg.mk per Packages.txt 2002-02-06 03:35:39 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
drochner
0eb7951750 add ipcheck 2002-02-05 19:55:12 +00:00
drochner
f8f6f7ca59 initial import of ipcheck-0.151, a python client for the dyndns service
such a pkg was submitted in PR pkg/12438, but the URL it refers to
is invalid
2002-02-05 19:54:27 +00:00
jlam
ed168d2c1c Mark this as being obsoleted by samba>=2.2.3, which brought back the
"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-05 16:55:09 +00:00
seb
6fdcb010de Initial import of the latest RIPE whois client, version 3.0, into the NetBSD
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-05 13:01:10 +00:00
jmc
3f8107c10a Use proper path for DEPENDS getting to ruby-nqxml 2002-02-05 07:45:30 +00:00
jlam
e0d358778b Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05 06:04:36 +00:00
jlam
5a0ca2bacc Modify the package so that the message is only displayed if SAMBA_USE_LDAP
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".
2002-02-05 05:14:46 +00:00
jlam
3601662821 Add a bunch more FTP mirror sites. 2002-02-05 03:04:20 +00:00
taca
64194abfc3 (1) Change Samba's "lockdir" from /var/run/samba to /var/db/samba.
(2) Add "piddir" as /var/run and "pidfile dir" and "pidfile directory"
    statement for smb.conf.
(3) Some fix for password synchronization but it isn't tested much and
    it is almost useless under "encrypt passwords = yes" environment.

Changes for INSTALL and part of Makefile are provided by
"Johnny C. Lam" <jlam@netbsd.org> and (2) and (3) are got
from FreeBSD ports.

Bump revision to 1; samba-2.2.3nb1 now.
2002-02-05 00:36:25 +00:00
tron
bf2e995df2 Use HTTP for german mirror because FTP doesn't work. 2002-02-04 21:33:19 +00:00
martti
fca574f0b0 * Renamed the startup script rc.d/radiusd.sh -> rc.d/radiusd
* Don't fail if ${PREFIX}/etc/raddb can't be removed (i.e. because users's
  locally modified configuration files are still there)
2002-02-04 13:01:33 +00:00
martti
e4ff67b826 Added optional support for LDAP (set SAMBA_USE_LDAP=YES to activate this).
According to Samba 2.2.3 release announcement:

  Much work has been done on the LDAP backend code. The configure
  option --with-ldapsam is now considered to be stable. The schema
  used has changed, see the file examples/LDAP/samba.schema for the
  new schema.

  New documentation explaining how to set up a Samba only PDC/BDC
  setup has been added in the files Samba-LDAP-HOWTO and Samba-BDC-HOWTO
  in the documentation tree.
2002-02-04 10:31:49 +00:00
martti
a77cb038a2 Updated samba to 2.2.3
Changes in 2.2.3
-----------------

1). Fixed shared library compile for Solaris with native compiler.
2). UNIX CIFS extensions code added (donated by HP).
3). Changed to using NT status codes on the wire if the client can support this.
4). altname command to show 8.3 name added to smbclient.
5). const-safe endian macros now used.
6). client code now uses UNICODE on the wire.
7). Correctly return fault PDU's on bad handle.
8). Improved NT error code mapping table.
9). Many new point and print RPC calls added.
10). Win9x clients can now see full user list.
11). fileid added to identify simultaneous open files (no longer
     use dev/inode/time as unique value).
12). HPUX ACL code added (donated by HP).
13). vfs interfaces updated (again !).
14). MSDOS Code Page 866 -> 1251 mapping added.
15). winbindd now processes quit/hup signals correctly.
16). No tdb traversal done on startup/shutdown - ensures scalability.
17). Fix bug with paths for homes share.
18). Fixed copyfile for OS/2.
19). Fix group membership when groups are on more than one line.
20). Fixed core dumps in posix ACL mapping code.
21). Tidyup of UNICODE functions (put/get).
22). Move rpcclient to the new libsmb code.
23). Add missing Windows 2000 passthough trans2 calls.
24). Return check all tdb calls.
25). Make local name lookup work even if wins server is down.
26). pam session code added to winbind.
27). Added winbindd cache to all lookups.
28). Fix allocate bugs that caused file sizes to be incorrect.
29). Fixed write cache code - now safe to use.
30). Fixed winbindd memory leaks.
31). winbindd will now do name lookups (to allow non Open Source
     systems to do the nsswitch WINS lookup). Fixed by SGI.
32). passdb memory leaks fixed.
33). LDAP code updates and now properly maintained.
34). Finally figured out how changeid is meant to work.
35). Downlevel printing now looks as NT does in print monitor window.
36). Many fixups in spoolss printing RPC parsing.
37). Speed up password enumeration as a PDC.
38). Fix printer changed notify messages (work from HP).
39). Fix modify timestamp on close code.
40). Fix long standing mangled names bug.
41). Fix delete on close semantics.
42). Stop opening all files with O_NONBLOCK !
43). Use O_NOFOLLOW for systems that have it and don't want symlinks.
44). Ensure NT suplementary groups get added to user token.
45). Try and mitigate effects of DNS timeout (do less lookups).
46). Added current user connection context stack.
47). Fixes to utmp code.
48). smbw code tidyups.
49). Added tdb open log code. Several tdb fixes.
2002-02-04 08:09:02 +00:00
mjl
0f6286c61a Update ethereal to 0.9.1
Program preferences have been expanded to include capture, name
resolution, and window geometry settings. It is now possible to search
for all fields in GIOP messages. You can now build display filters on
the fly by right-clicking on tree view items. Additionally, protocol
hierarchy statistics display and MacOS X capture timeout bugs have
been fixed.

    The idl2eth utility now handles CORBA IDL recursive unions and
structs and the text2pcap utility also received updates, including
SCTP support.

    New dissectors include DHCPv6, DLSw, IAPP, SCSI, SPOOLSS RPC,
SliMP3, and TSP. Dissectors receiving updates include AFS, AIM,
Auto-RP, BGP, BOOTP, DCE RPC, DIAMETER, FDDI, GTP, H.261, HMIPv6,
IS-IS, iSCSI, ISUP, LDAP, M3UA, MIP, MMSE, MTP3, NBNS, NCP, NDMP,
NFS, ONC RPC, PIM, PPP, PPP, Q.931, RPC, RSVP, RTCP, SCTP, SDP,
SIP, SMB/CIFS, SSL, STAT, Syslog, TCP, TNS, VJ, WTP, and ypbind.

    Support for WildPackets' AiroPeek and OpenBSD pflog capture
file formats have been added (you can read pflog data from a file,
or directly from the logging interface). Support for the DBS
Etherwatch, EtherPeek, NetMon, and VMS TCPIPtrace formats has
been enhanced.
2002-02-03 11:41:31 +00:00
tron
f93398f47b Add support for NetBSD-powerpc based on suggestion made by Andrew Cagney
in PR pkg/13881.
2002-02-01 22:03:04 +00:00
skrll
8e775fe302 Build and install the check_hpjd plugin.
This closes pkg/14514 from Chris Tribo <t1345@hopi.dtcc.edu>
2002-02-01 17:06:02 +00:00
wiz
339a011545 Sort. 2002-01-31 23:15:30 +00:00
wiz
c941fad460 Remove eggdrop (broken for 16 months now). 2002-01-31 23:04:47 +00:00
jlam
b5a338d728 Instead of manually making "install-config" as the first step of the
post-install target, just add install-config to the list of
INSTALL_TARGETS.  This is much simpler, duh!  Thanks to Thomas Klausner
<wiz@netbsd.org> for pointing this out.
2002-01-31 18:58:40 +00:00
jlam
7088448272 If one wants to make a target from some Makefile within ${WRKSRC}, then
the right way to call the target is:

        ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} target

The environment should be set explicitly, and one should _always_ call
"${MAKE_PROGRAM}", and not "${MAKE}" since the former always refers to
the name of the actual make program used, regardless of whether USE_GMAKE
is defined or not.
2002-01-31 17:24:38 +00:00
jlam
4eb73f83cc Update net/openslp to 1.0.7. Relevant changes from version 1.0.6 include:
* Applied patch from Juergen Kreileder that provides the net.slp.multicastIF
  slp.conf setting. net.slp.multicastIF is useful in setting up OpenSLP on
  multi-homed machines where it is desireable to configure which interface
  should send multicast traffic.

* Applied patch from Garth Bushell that fixes a problem where not enough
  memory was being allocated to hold an escaped string in SLPEscape().

* Changed slpd "daemonize" code to chdir() to "/" so that the PWD is not
  left unmountable.
2002-01-31 17:00:50 +00:00
markd
05529b0901 Fix cpp handling in vnc's private imake to deal with change of cpp location
as per same change made to Xfree86's imake recently.
2002-01-31 09:49:19 +00:00
jlam
5a3003c385 When built with PAM support, add USE_PAM to BUILD_DEFS. 2002-01-30 03:36:09 +00:00
drochner
3ed001922a add py-IP 2002-01-29 16:34:26 +00:00
drochner
2e931a9845 initial import of py-IP-0.4, a python module to handle IPv4 and IPv6 address,
submitted by Shell Hung per PR pkg/15144
2002-01-29 16:24:39 +00:00
wiz
4c14ed7651 Make it work with xpkgwedge.
Patch supplied by Hiramatsu Yoshifumi in pkg/15217.
2002-01-29 13:46:54 +00:00
wiz
a0f9578720 Standardize patch. 2002-01-29 13:46:17 +00:00
wiz
057df85503 Install to LOCALBASE, not hardwired /usr/pkg.
Patches provided by Hiramatsu Yoshifumi in pkg/15206.
2002-01-29 13:42:28 +00:00
jlam
718264fbe2 "Oops." Remove reimport of this already existing package in p5-perl-ldap. 2002-01-28 01:08:22 +00:00
jlam
5ed846aa77 Initial import of net/p5-Net-LDAP:
The perl-ldap distribution is a collection of perl modules that provide
an object orientated interface to LDAP servers.

The perl-ldap distribution has several advantages:

  * By using the perl object interface the perl-ldap modules provide
    programmers with an interface which allows complex searches of LDAP
    directories with only a small amount of code.

  * All the perl-ldap modules are written entirely in perl, which means
    that the library is truly cross-platform compatible.
2002-01-28 01:05:04 +00:00
jlam
57a0d272cd Strongly buildlinkify. 2002-01-27 19:33:03 +00:00
taca
ecaa8459aa Add ane enable ruby-xmlrpc4r. 2002-01-27 15:32:20 +00:00
taca
23e92aed18 Importing ruby-xmlrpc4r package 1.7.9, implementation of the XML-RPC
protocol for Ruby.
Based on PR pkg/14303 with slightly modification and newer version.
2002-01-27 15:31:18 +00:00
bouyer
4eac8bf4af Update to 2.5.2. Changes since 2.5.1:
rsync 2.5.2 (26 Jan 2002)

  SECURITY FIXES:

    * Signedness security patch from Sebastian Krahmer
      <krahmer@suse.de> -- in some cases we were not sufficiently
      careful about reading integers from the network.

  BUG FIXES:

    * Fix possible string mangling in log files.

    * Fix for setting local address of outgoing sockets.

    * Better handling of hardlinks and devices on platforms with
      64-bit dev_t or ino_t.

    * Name resolution on machines supporting IPv6 is improved.

    * Fix for device nodes.  (dann frazier)   (Debian #129135)

  ENHANCEMENTS:

    * With -v, rsync now shows the command used to initiate an ssh/rsh
      connection.

    * --statistics now shows memory heap usage on platforms that
        support mallinfo().

    * "The Ted T'so school of program optimization": make progress
      visible and people will think it's faster.  (With --progress,
      rsync will show you how many files it has seen as it builds the
      file_list, giving some indication that it has not hung.)

    * Improvements to batch mode support.  This is still experimental
      but testing would be welcome.   (Jos Backus)

    * New --ignore-existing option, patch previously distributed with
      Vipul's Razor.  (Debian #124286)
2002-01-26 19:04:49 +00:00
martti
00fdfbfff4 Updated p5-Net-IRC to 0.73 (provided by Kevin Lo in pkg/15329)
- Removed debugging information that was printing out weird messages
  as far as ACTIONs were concerned
- Made the LocalAddr option actually work
- Added some more Handlers and the documentation
- Fix the IPv6 hostnames
- Anti's Patch broke MODE handling
2002-01-26 06:51:17 +00:00
skrll
09e330719a Provide a patch to the configure script based on the already existing
patch to configure.in instead of adding the missing BUILD_DEPENDS on
autoconf.
2002-01-25 10:27:49 +00:00
tron
82a5690679 Fix pattern for incompatible "curses" libraries so that "ncurses" is used
under e.g. "1.5.3_ALPHA".
2002-01-24 12:04:54 +00:00
agc
90bce7a6d5 Add and enable gopher 2002-01-21 15:43:30 +00:00
agc
2da0db6b03 Initial import of gopher-3.0.2, a distributed document delivery client
and server, into the NetBSD Packages Collection.

The Internet Gopher is a distributed document delivery service.  It
allows a neophyte user to access various types of data residing on
multiple hosts in a seamless fashion.  This is accomplished by
presenting the user a hierarchical arrangement of documents and by
using a client-server communications model.  The Internet Gopher
Server accepts simple queries, and responds by sending the client a
document.

This is the Gopher+ distribution based on the University of
Minnesota's Internet Gopher+ distribution for UNIX machines.
University of Minnesota actively developed this software until 1995.
In 2000, they released it to the public under the GNU General Public
License.  This represents the latest version of their tree, as adopted
by a group of programmers.  A client for VMS is included but is not
currently supported.

Provided in PR 15285 by jgoerzen@complete.org
2002-01-21 15:41:55 +00:00
martti
7d86586dff * Refuse to install if ${PREFIX}/lib/ICAClient already exists (otherwise
the installation program goes crazy)
* Fix path in the license generation script
2002-01-21 13:19:08 +00:00
tron
3fb949b6b7 Update "napshare" package to version 1.0. Changes since version 0.1:
- Fully automated! Lots of testing
- Host cache size limit, we also load list faster
- Upload resume fixed
- Select files by size or name now, changes name when using size
- Minimum speed for searches works again
- Lots of other fixes, memory leaks are gone
- Initial host connections faster and uses more static host caches
- Found some possible memory leaks, fixed compile warnings for search tags
- GnutellaNet number is a little more realistic, still needs work
- Download try ratio 3:1 gets files started faster
- Uploads monitor reads correct now
- Ping shows max amount, showing how long it may take to complete a search
- Other small fixes
2002-01-20 09:25:51 +00:00
taca
ab42929aaa Update ruby-drb package to 1.3.4.2. Changes from 1.3.2 are bellow
with my poor translation from Japanese.

1.3.4.2
	o dRuby development version.
	o No change in dRuby itself.
	o Move "drb over http" scripts from lib to sample directory.
	o Fix a bug in drbunit.rb.

1.3.4
	o Add new sample, distribute cdbiff client and server.
	o Fix "yield" make a mistake its argument.
	o Fix exchange large message; revert sysread/syswrite to read/write.
	o Handle SOL_TCP.
	o Add DRb::DRbObservable module.

1.3.3
	o Try to reuse connection (for performance improvement).
	o DRbObject returns the object, when URI is matched with remote.
	o Now DRbUnknownError can go and return.
	o Add hash.eql? to drb/rq.rb.
	o Add close on exec flag.
2002-01-20 06:43:23 +00:00
kim
0fbec6ddc2 Always test thoroughly... Fixed previous fix. 2002-01-19 15:22:53 +00:00
kim
3301665c8d Handle MANINSTALL correctly. 2002-01-19 15:12:11 +00:00
taca
a8e9b5f964 Update ruby-icmp package to 0.2.1. Changes are not available. 2002-01-19 09:30:32 +00:00
mjl
c29885ce1e Update to 1.09.1 (libnet 1.0901).
Make tests run with 5.004

 Net::SMTP
	- Don't attempt to resolve the hostname to send in the greating.
	  If it is not provided, use localhost.localdomain
	  (patch from Eduardo P?rez Ureta)

 netrc.t - fix RE for libnet_t.pl

 Various doc cleanups

 Net::FTP
	- Dont send QUIT on DESTROY. Causes problems when fork() is used.

 Net::Domain
	- Fix bug causing $_ to be modified

 Net::FTP
	- Send -anonymous@ as the password for the anonymous user, not
	  the real username.

 Net::SMTP
	- Add support for SASL AUTH (only PLAIN right now)
2002-01-19 02:57:52 +00:00
mjl
a1b2d6720f Update p5-Net-SNMP to 4.0.1
- SNMPv3 objects using authentication now send a separate authenticated
  request message for time synchronization while performing discovery.
- Non-blocking SNMPv1/2c messages with a "-delay" argument which are
  queued before entering the event loop are no longer incorrectly
  discarded.
- The Net::SNMP::Security::Community::security_model() method now
  returns the correct value as reserved by RFC 2571.
- The first subidentifier in an OBJECT IDENTIFIER is now restricted to
  ccitt(0), iso(1), or joint-iso-ccitt(2) as specified by ISO/IEC 8825.

Fixes PR/15220 by Shell Hung (I really should get a function key
with that text!)
2002-01-18 22:50:16 +00:00
martti
f66bce88ff Updated lopster to 1.0.1
* new startup logo
* new button to remove transfers of offline users
* searches are now sent through the "unimportant" queue
  like sharing files.
* changed channel limit/level gui.
* made winmx queuing emulation configurable in preferences
* fixed bug that allowed users to bypass upload limit.
* fixed topic bug.
* Search history list now detachable, also some bugfixes in detach code.
* added support for napigator proxy info to be stored in config file
* added code to use the napigator proxy info from the config file
* new: subscription system
* userinfo is now saved to disk.
* access list is now viewable by user
* reduced hotlist tab to two columns
* now at max <per_user_limit> downloads are remotely queued per user
* new entry in user menu: Transfer Info
* support for Opera as browser
* bugfix in connection stuff
* GUI support for channel mode/limit/level
* changed search fields layout.
* added whois output to chat window.
* etc.
2002-01-18 13:39:03 +00:00
martti
c2e72a7ebf Updated citrix_ica to 6.20.97x (list of changes is unknown)
* i386: x=3, sparc: x=9
* fixed dependency to suse_x11
2002-01-18 11:50:40 +00:00
dmcmahill
3b7fb782dd make DIST_SUBDIR include the package version since the source tarball
has no version number.  Will hopefully avoid at least some checksum complaints.
2002-01-17 13:19:45 +00:00
drochner
3bcd2c4f12 move to canonical pkg name (pyX.Y-pkg-vers) 2002-01-17 11:29:19 +00:00
drochner
5c55cd016d use buildlink for Python 2002-01-16 21:09:47 +00:00
tron
1933565313 Fix broken buildlink glue code so that include files appear in the
correct directory in the buildlink directory.
2002-01-16 14:21:20 +00:00
rh
267abdcefa Update ORBit to 0.5.13. Changes are bugfixes and minor interface
enhancements.
2002-01-15 23:52:11 +00:00
jlam
ee6c26b6b0 Don't hardcode the location of the other rc.d scripts as @RCD_SCRIPTS_DIR@
as they might not be there depending on whether INSTALL_RCD_SCRIPTS is set
in /etc/mk.conf when the package is built.  Instead, assume that the other
rc.d scripts are in the same place as this "meta" script and locate them
using "dirname $0".  Problem noted by Stoned Elipot <seb@netbsd.org> in
private email.
2002-01-12 00:22:40 +00:00
itojun
e471165add upgrade to 4.2.3.
4.2.2 -> 4.2.3
http://sourceforge.net/forum/forum.php?forum_id=140118

New:
- sysLocation, sysContact, sysName and snmpEnableAuthenTraps are
persistent after being set remotely.
- New "ignoredisk" directive to ignore disks in the host resources mib.

Bug Fixes:
- The ifTable on Linux no longer reports duplicate interfaces.
- perl scripts print better error messages if needed modules
aren't available.
- trap sinks aren't duplicated after a SIGHUP.
- misc other fixes.

Ports:
- improved irix support.
- more mibII support for windows.

4.2.1 -> 4.2.2
http://sourceforge.net/forum/forum.php?forum_id=116910

Security Bug Fixes:
- A few security bugs have been found and fixed. No known exploits
have been released to date. However, users are encouraged to
upgrade to the 4.2.2 release as soon as possible.

Bug fixes:
- many misc bug fixes.
- misc documentation corrections.
- updated libtool to 1.4. This fixes a couple of platforms (eg, NetBSD).

Ports:
- mibII support for win32
- It should compile and work on MacOS X (Darwin)
- udpTable supported on solaris.
- win32 borland compiler supported (see win32/config.h.borland)

New:
- tkmib supports SETs and saving of configuration data.
- snmpwalk detects out of order OIDs being returned from an agent.
- snmpset accepts the '=' sign for a datatype if the mib is
available to extract the datatype from instead.
2002-01-11 06:42:35 +00:00
wiz
35a507882d Always use included popt. 2002-01-10 23:54:21 +00:00
bouyer
b862099d23 Add sdig. 2002-01-10 20:25:59 +00:00
wiz
15ca72dfc9 Remove non-existing patch-aa from distinfo. 2002-01-10 14:17:54 +00:00
bouyer
53f3e092dc Import sdig, Switch Digger finds port assignments for a client on a switched
Ethernet
Provided by Greg A. Woods in PR 15157, with some minor changes to quiet
pkglint.
2002-01-10 14:06:31 +00:00
jlam
97e7251d12 Note addition of php3-snmp. 2002-01-10 13:08:57 +00:00
jlam
4d1b503f84 Move to net/php3-snmp from the www category to match similar
relocations of the PHP4 module packages.
2002-01-10 13:08:17 +00:00
jlam
6bc0c4b062 Don't hardcode the location of the other rc.d scripts as @RCD_SCRIPTS_DIR@
as they might not be there depending on whether INSTALL_RCD_SCRIPTS is set
in /etc/mk.conf when the package is built.  Instead, assume that the other
rc.d scripts are in the same place as this "meta" script and locate them
using "dirname $0".  Problem noted by Stoned Elipot <seb@netbsd.org> in
private email.
2002-01-10 12:01:37 +00:00
martti
75d4a2f45b Updated rsync to 2.5.1
* native IPv6 support
* bug fixes
* --progress and -P now show estimated data transfer rate
* --no-detach option
* clearer error messages for some conditions
2002-01-10 11:00:19 +00:00
itojun
a8a13e3528 upgrade to 0.9.0.
--- www.ethereal.com announement
Ethereal 0.9.0 has been released. Several new features have been
added, including TCP graphs and ring buffer captures. The SMB
dissector was completely rewritten, and many enhancements were made
to the user interface. The text2pcap utility can now handle a
broader range of input data formats. The developer documentation
also received many updates. Bug fixes include a workaround for an
SNMP bug present several Linux distributions.

New dissectors include EAPOL, M2TP, MS RPC, MTP2, PCNFSD, PPP/EAPOL,
QLLC, SMPP, and SUA. The AppleTalk, BEEP (formerly BXXP), BGP,
CLNP, Coseventcomm, DCE RPC, Diameter, DVMRP, Gnutella, GRE, GTP,
HTTP, IPSEC, IPX, ISAKMP, iSCSI, IUA, L2TP, LDP, MMSE, Mobile IP,
MPLS, MTP3, OSPF, PPP, Prism, RADIUS, SCCP, SCTP, SDP, SMB, SMTP,
SNA, SOCKS, SSL, Telnet, TFTP, UCP, WAP, WCCP, WSP, and X.25
dissectors all received updates.

Ethereal now supports DBS Etherwatch, Visual Networks Visual UpTime,
and VMS TCPIPtrace capture files. Support for Ascend/Lucent debug,
Etherpeek, iptrace, and MS Netmon capture files was enhanced.
2002-01-09 05:50:56 +00:00
jlam
b8309129e2 Update net/php4-yp to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:56:36 +00:00
jlam
e214a75284 Update net/php4-sockets to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:56:30 +00:00
jlam
302d181ea2 Update net/php4-ftp to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:56:24 +00:00
hubertf
ff4fd22252 Bump to pload-0.9.4nb2: make this compile again 2002-01-03 09:07:28 +00:00
jlam
848a4ff2e6 Update net/php4-yp to 4.1.0. No list of changes from version 4.0.6;
simply update to version from php-4.1.0 distribution.
2001-12-31 23:58:46 +00:00
jlam
3694200d8b Update net/php4-sockets to 4.1.0. Changes from version 4.0.6 include:
- Updated the sockets extension to use resources instead of longs for the
  socket descriptors.  The socket functions have been renamed to conform with
  the PHP standard instead of their C counterparts.  The sockets extension is
  now usable under Win32. (Daniel)
2001-12-31 23:58:36 +00:00
jlam
3622de795b Update net/php4-ftp to 4.1.0. Changes from version 4.0.6 include:
- Added support for socket and popen file types to ftp_fput (Jason)
2001-12-31 23:58:17 +00:00
kleink
b677342882 Update to 0.18; changes since 0.17 include:
# v 0.18   2001.11.19

- Further improved auto-download to not request things we already got
- Refuse to record a download if we still have an identical active one
- Integrated search results limiting patch, from Brian St. Pierre
- Fixed incremental sort logic, which was not accurate for big values
- Made search results sortable by Host and by Info
- Integrated new manpage from Brian St. Pierre (in debian directory)
- Never overwrite files in "completed dir"; rename target file if needed
- Missed "return" statements in error path for "download resuming" checks
- Made auto-download.txt case sensitive, and leading '#' is treated as comment
- Auto-download flag made persistent, and file name set via config file
- Integrated auto-download.txt patch from Brian St. Pierre
- Integrated patch from Brian St. Pierre to burst gnutella.h into small files
2001-12-31 14:33:31 +00:00
wiz
89790776df newterm() appeared in NetBSD-1.5ZA; set INCOMPAT_CURSES appropriately. 2001-12-30 21:19:12 +00:00
agc
5d8bc58d60 It would appear that this package really does need ncurses, so add a
USE_NCURSES to the package Makefile.

Fixes a problem on the recent 1.5.2 bulk build.
2001-12-30 20:58:50 +00:00
agc
46d387df0c Pass the MAKE_ENV definitions down to the custom do-build stage.
Fixes problem uncovered in 1.5.2 bulk build.
2001-12-30 20:51:33 +00:00
zuntum
4954bcf830 Improve COMMENT 2001-12-29 13:29:42 +00:00
abs
b989dde6cb Pull in automake - otherwise we lose on arm32 1.5 a.out systems... 2001-12-28 23:19:46 +00:00
wiz
eea2538061 Buildlinkify. 2001-12-25 20:38:00 +00:00
wiz
208fbb0040 Buildlinkify. 2001-12-25 17:40:26 +00:00
abs
d82fbf3818 Updated bind8 to 8.2.4nb1:
Include a basic rc.d script (based on apache), and fixup installed paths
    for Linux
2001-12-24 14:10:54 +00:00
kim
630505b840 Upgrade to poptop-1.0.1 since the old distribution was no longer
available, you get an HTML page instead.  Fixed a syntax error in
configure.in that caused compilation to fail (even with the old
version) due to gettext(3) not found (-lintl was dropped).
2001-12-23 17:18:12 +00:00
zuntum
c54456c447 Use REPLACE_PERL instead of ${SED} in post-patch 2001-12-23 07:57:43 +00:00
zuntum
2198283e74 Make this package depend on net/ucspi-tcp
From (and fixes) pkg/14981 by Michael Neumann <neumann@s-direktnet.de>
2001-12-21 23:23:43 +00:00
jlam
0fcc5bed2d Buildlink'ify and use the generic INSTALL scripts. Also move the lock
directory to /var/run/vtund.  This mirrors where samba installs its lock
files (/var/run/samba).  Lastly, make the vtund.8 manpage reflect where
everything is really located.
2001-12-21 21:04:23 +00:00
martti
d96758e2e7 Updated to 1.6.5.
* Bug fixes
* Clean up BSD password file support again
* Fixed bug in auth.c wrt decoding of short password attributes.
* Server now replies to Status-Server inquiries.
* Add "-v" switch to radzap (suggested by Dan Harkless).
* Add "-Z" switch to radiusd, prevents logging of passwords for -y
  (suggested by Dan Harkless).
* Change "duplicate detected" message to actually show _what_ authentication
  packet causes the duplicate
* Wrote manualpages for radlast,radzap, radwho, radclient, radtest,
  radwatch and raduse. Yes, documentation!
* Added -P pidfile option to radiusd and radrelay

See the doc/ChangeLog file for a comple list of changes!
2001-12-20 10:05:49 +00:00
agc
9db453ce5d Add the appropriate types to various network system call prototypes, so
that configuration works on NetBSD.

Fixes a problem highlighted in recent i386 bulk build report.
2001-12-19 22:25:30 +00:00
tron
8f586e276b Mark package as broken until security problems described in PR pkg/14850
are fixed.
2001-12-19 13:42:10 +00:00
jlam
9efcd64075 Since print/cups conflicts with another popular print package,
print/lprng, we make a new variable USE_CUPS that is used by packages to
determine whether depend on print/cups and to compile in support for CUPS.
USE_CUPS may be either "YES" or undefined.  Deprecate SAMBA_WITH_CUPS as
its purpose is superseded by USE_CUPS.  Convert net/samba and net/samba20
to use USE_CUPS and make x11/kdelibs2 respect USE_CUPS.
2001-12-18 20:22:59 +00:00
agc
ccff9099bc Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package.

_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
2001-12-15 20:25:34 +00:00
jlam
11e44565d5 Update net/openslp to 1.0.6. This package now uses the general INSTALL
scripts and honors ${PKG_SYSCONFDIR}.  Changes from version 1.0.2 include:

* bug fixes
* set FRESH flag for registrations; OpenSLP ignores this flag, but other DA
  implementations like K&A SLP do not.
* Minor changes to the way that settings from /etc/slp.conf affect active and
  passive discovery.
* Changed declaration and definition for strncasecmp and strcasecmp so that
  there is only one place for them in slp_compare.c and slp_compare.h
* Honor scopes in SrvRqsts for the special "service:directory-agent" type
* Added code to use IP address in agent url for those operating systems where
  gethostname() does not return a fully qualified domain name (FQDN).
* Added code to log parse errors and dump bad messages to the log
* Fixed reconnect code to be able to interoperate with inefficient DAs that
  close the stream after each srvreg/srvack exchange.  The Mac OS/X DA is
  reported to have this problem
* Removed calls that (sort of) enforce service-url checking.  This is for the
  benefit of AFP's usage of SRVLOC.  Developers are now trusted not to
  register ambiguous service-urls.
2001-12-14 22:30:07 +00:00
skrll
6a6e040839 Be more careful when trying to get the local and destination IP addresses
and wait a bit more time on NetBSD for pppd to start.
2001-12-13 00:58:31 +00:00
wiz
dfb4ab01b6 Buildlinkify. While here, fix creating of the settings directory on first start. 2001-12-12 18:25:39 +00:00
wiz
154b9daf7c Update to 7.7.1, provided by Hiramatsu Yoshifumi in pkg/14826.
Excerpt of changes since 7.5.3:
7.7.0 011122 socks4.c: supported Socks4A (delegation of hostname resolution)
7.7.0 011121 {service,socks}.c: added FORWARD=socks://host[:port][/[-4][-r]]
7.6.2 011116 sslway.c: added "-ad" option for automatic detection of ClientHello
7.6.2 011110 {http,httpd}.c: customizable HTTPCNF=acc-encoding for Acc-Encoding
7.6.2 011116 http.c: modified default Acc-Enc from empty to identity <masami>
7.6.2 011005 {http,httpd}.c: added HTTPCONF=tout-buff-reqbody <hi>
7.6.2 011105 filter.c: enabled "-tee" for bidirectional filters (FCL,FSV,FMD)
7.6.1 011031 nbio.c: added TIMEOUT=silence:N (applyed to SERVER=tcprelay)
7.6.1 011030 {url,html,http,httpd}.c: added HTTPCONF=kill-tag:listOfTags
7.6.1 011029 httplog.c: added %{fieldName} as format spec. of PROTOLOG<yamahide>
7.6.1 011026 {httpd,http}.c: added HTTPCONF=kill-head:listOfHeaders
7.6.1 011026 http.c: added X-Cache-ID for chained(>=3) cache(obsolete X-Locking)
7.6.1 011026 http.c: supported multiple values in a single Via field
7.6.1 011025 {mount,httphead}.c: extended moved MountOption to moved[=rcode]
7.6.0 011024 conf.c: changed EXPIRE=1h to be default
7.6.0 011021 httplog.c: fixed logging /-_-URL on failure (forbidden)
7.6.0 011016 http.c: changed not to cache response with "Vary:" field
7.6.0 011011 master.c: added FORWARD=proto://host:port-_-proto:dst:src
7.6.0 011011 service.c: added TIMEOUT=dnsinv:N
7.6.0 011011 resolv.c: supported forwarding MX by name (with preference)<zensyo>
7.6.0 011010 *.dhtml: inserted the anchor for mailto: ADMIN
7.6.0 011009 {filter,smtp}.c: supported CFI filter for FTOMD
7.6.0 011009 service.c: changed to do protocol interpreation with FTOMD/CFI
7.6.0 011007 {conf,mount}.c: added DATAPATH for MOUNT to file:relativePath
7.6.0 011005 mount.c: added pri=signedFloatNumber to sort MOUNT list
7.6.0 011004 {access,httphead,http}.c: added AUTH=viagen to generate "Via:"
7.6.0 011004 winserv.c: supported enabling automatic-start at invocation
7.6.0 011003 smtpgate.c: added CONTROL/MYAUTH for NNTP/SMTP gateway
7.6.0 011003 nntp.c: added NNTPCONF=authcom:commandList
7.6.0 010929 ftp.c: added delay on continuous errors
7.6.0 010928 {rident,ddi}.c: added "rident" MountOption
7.6.0 010927 smtp.c: added SMTPCONF=reject:{nofrom,nohelo} (were defaults)
7.6.0 010925 mount.c: added "nocase" MountOption
7.6.0 010921 mount.c: added "qmatch=request-header-pattern" MountOption
7.6.0 010921 smtpgate.c: added CONTROL/Sender to generate envelope "MAIL From"
7.6.0 010828 ftpgw.c: changed link to up-dir be relative URL without SITE part
7.6.0 010828 ftpgw.c: changed to return 302 Moved for FTP URL without trailing /
7.6.0 010821 nntpgw.c: changed to return error for access to non-existent group
And of course, lots of bugfixes.
2001-12-11 14:20:10 +00:00
dillo
8c918ee630 add fix from cftp cvs (ftp.c, revision 1.58):
(ftp_cat): rewrite error detection/reporting: don't rely on
	ferror(), only consult errno in case of error.
This fixes download problems on -current.

Bump version to 0.11nb1.
2001-12-10 16:05:26 +00:00
jlam
6a1f089dcc "${command}" must be "perl" or else the rc.subr routines can't figure out
the pid of the daemon process.  Rework this rc.d script as a model for
other perl-script daemons to use.
2001-12-09 21:44:52 +00:00
jlam
eda6427002 Update net/ddclient to 3.6. Pkgsrc changes include:
- buildlink'ify
- use general INSTALL scripts as ddclient now requires a config file and
  can use a rc.d script to operate in daemon mode

Changes from version 2.3.2 include:

- bug fixes
- new ddclient.conf format
- rewritten to support DynDNS's NIC2 and other dynamic DNS services:
-   added EasyDNS (easydns.com)
-   added Hammernode (hn.org)
-   added ZoneEdit (zoneedit.com)
-   added DSLreports (dslreports.com) host monitoring
- added support for obtaining IP addresses from :
-   interfaces, commands, web, external commands, routers
- added daemon mode
- added logging msgs to syslog and e-mail
- add detection of SIGHUP. When this signal is received, ddclient will
  wake up immediately, reload it's configuration file, and update
  the IP addresses if necessary.
2001-12-09 19:55:35 +00:00
martin
5c9dc1c4b7 Fix some format string bugs and make pppoe-server use our libc md5
implementation. The md5 included in this pkg is severly broken on 64bit
machines.
2001-12-07 18:35:50 +00:00
rafal
e3e982c4f3 Add patch-af (recognize mipseb in config.sub). 2001-12-06 14:51:07 +00:00
rafal
c5e1d4df7b Add patch to make this build on mipseb platforms. 2001-12-06 14:49:33 +00:00
agc
a3c645a3eb Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now that
the definition is available in all the defs.${OPSYS}.mk files.
2001-12-05 16:03:56 +00:00
agc
57aa4707d7 s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
2001-12-05 15:00:44 +00:00
jlam
478cba00bb By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date.  Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target.  This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
2001-12-04 06:14:57 +00:00
wiz
b4f0a668fa Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
skrll
a100f5d455 Update to KDE 2.2.2
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him
with updates from myself.

From www.kde.org... The principal improvements over KDE 2.2.1, release two
months ago, include:

o security-related
	- SSL certificate loading
	- symlink vulnerability in .wmrc access by KDM introduced in 2.2
	- security problem with eFax (used by klprfax)
	- potential problem in PAM invocation by KDM
	- potential harmful side-effect of failed KDM session starts

o new features
	- added support for CodeWeavers' CrossOver plug-in (provides support
	  for QuickTime, etc.)
	- added support for the wheelmouse for scrolling through the
	  KGhostview PS/PDF viewer component
	- ability to search for multiple patterns at a time in the file
	  search dialog
	- debugging multi-threaded applications with KDevelop

o improvements/fixes
	- handling of HTTP links that redirect to FTP
	- POST using SSL through a proxy and sending headers through proxies
	- saving of recently-selected files in the file dialog
	- handling of non-ASCII characters over SMB
	- toolbar button captions with certain styles
	- selecting items with the mouse in Konqueror
	- sorting in Konqueror's textview
	- saving current settings as a theme in the theme manager
	- crashes in KMail with certain mails
	- crash on invoking the KDM chooser
	- non-Latin languages with KDevelop

performance
	- icon loading optimized
	- file dialog speedups
	- stop spinning SMB client processes
	- handling of large files in Kate
2001-12-03 15:37:14 +00:00
abs
5259709675 Update wu-ftpd to 2.6.2.
Changes since 2.6.1 (several of which where in the 2.6.1nb1 version)
o  Added checks for missing "]" and "}" in filename globs, this completes
   the file globbing heap corruption vulnerability fix.
o  Added checks to the globbing code for overflow of restbuf, and additional
   globerr setting and checking to speed up return on error.
o  Changed the globbing code to use qsort, much faster when sorting a large
   number of strings.
o  Handle ftpglob() returning a vector containing just a NULL string, fixes
   problems caused by CWD ~{
o  Somehow the fix for pasv-allow didn't actually make it into 2.6.1
o  Provide a compile-time option to revert NLST to showing directories.
o  Fix missing format strings in debugging code.
2001-12-03 09:30:36 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
kleink
86465690a4 Update snort to 1.8.3; changes since 1.8.2 include:
Major repairs include a fix to frag2 on Linux platforms, the icmp
    decoder and printout routines were updated to match the data
    structures that I implemented in 1.8.1 and the flexresp code was
    repaired and should now be faster, plus the usual rule updates.  I
    also added a new "-B" command line switch to convert IP addresses
    in a pcap file to a new specified IP subnet addresses.
2001-12-02 14:43:49 +00:00
jlam
55ffb37406 bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
2001-12-02 06:56:38 +00:00
mjl
19cfbe30e8 Update to 4.0.0
- The module has been completely redesigned to add support for SNMPv3
    and to follow the SNMP Management Framework defined by RFC 2571.
  - Perl version 5.6.0 or greater is now required to use the module.
  - Updated the method calls to expect the same argument syntax regardless
    of whether they are invoked by "blocking" or "non-blocking" objects.
  - The non-core modules Crypt::DES, Digest::MD5, Digest::SHA1, and
    Digest::HMAC are now required to support SNMPv3.
  - Added the ability to specify the local address and port number used by
    each object.
  - Corrected an error in the Net::SNMP::FSM module that would cause all
    response messages to be dropped in "non-blocking" mode if there is
    a recv() error.
  - Updated the logic in the "blocking" response handling method such
    the transmit buffer is properly updated if there is a decode
    error while parsing the GetResponse-PDU.
  - Counter, Guages, and TimeTick values that are incorrectly encoded as
    negative signed integers are now converted to unsigned values.  This
    feature can be disabled by setting the "-unsigned" flag to false
    using the translate() method.
  - An empty community name is now allowed.
  - Updated the "non-blocking" example script.
2001-11-30 15:26:58 +00:00
mjl
5766def732 Update to 0.36
* For whatever reason, Thread->self returns undef under ActivePerl.
   This is now handled properly in Net::Daemon::Log.
2001-11-30 14:32:09 +00:00
abs
a7e5d242b2 Update net/wu-ftpd to 2.6.1nb1
Adds the following wu-ftpd.org post 2.6.1 patches:
	- ftpglob
	- missing_format_strings
	- nlst-shows-dirs
	- pasv-port-allow-correction
    The first (ftpglob) covers a potential root compromise.
2001-11-30 11:39:58 +00:00
wiz
33d7fef901 Buildlinkify. 2001-11-29 23:49:12 +00:00
jlam
4c38713d7b A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
2001-11-29 19:46:10 +00:00
seb
3f08f70c0f Add and enable hesiod 2001-11-29 15:33:51 +00:00
jlam
fbf3d42951 Trivially buildlinkify. Also correct typo: NEED_HESIOD should be
USE_HESIOD if the buildlink.mk file is to be believed, and we should
include bsd.prefs.mk first so that a USE_HESIOD from /etc/mk.conf can
be picked up.
2001-11-29 13:34:35 +00:00
jlam
719c0f7583 The hesoid package has only static libraries, so use use a BUILD_DEPENDS
instead of a normal DEPENDS.
2001-11-29 13:32:27 +00:00
seb
40b4c40b4a Initial import of hesiod-3.0.2.
Provided in PR 14649 by Kevin P. Neal <kpneal@pobox.com>.

Minor enhancements and buildlink.mk made by seb.
A package builder can force the use of this package by defining NEED_HESIOD in
case the base system already provides Hesiod API in the C library.
Note: NetBSD's C library provides minimum Hesiod support, the library included
in this package is the MIT original one and so provides the whole Hesiod API.

Hesiod is a name service library that can provide general name service for a
variety of applications. It is based on the Domain Name system (DNS).
The Hesiod library and hesinfo tool allow easy queries to Hesiod name service.
2001-11-29 11:41:28 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
kleink
ad1ab47c7b Update snort to 1.8.2; changes since 1.8.1 include:
* fixed UTC timestamps
            * fixed SIGUSR1 handling, should reset properly now after getting
              a signal
            * fixed PID path generation code, PID files go in the right place
	      now
            * fixed stability problems in stream4
            * fixed stability problems in frag2
            * tweaks to spo_unified for better integration with barnyard
            * added -f switch to turn off fflush() calls in binary logging mode
            * added new config keyword to stream4, "log_flushed_streams", which
              causes all buffered packets in the stream reassembler for that
              session to be logged in the event of an event on that stream
	      (must be used in conjunction with spo_log_tcpdump)
            * added packet precacheing for flexresp TCP packets, responses
              should be generated more quickly
            * fixed rules parser code for various failure modes
            * several new rules files and a new classification system
2001-11-28 13:44:51 +00:00
wiz
8e121153c4 Check return value of strrchr before dereferencing it.
Problem reported (with fix) in pkg/14745 by John Heasley.
2001-11-27 16:20:05 +00:00
itojun
130ca0283e upgrade to 9.2.0.
list of changes between 9.1.3 to 9.2.0 is available at:
http://www.isc.org/products/BIND/bind9.html
2001-11-27 03:38:40 +00:00
itojun
ee058b1436 upgrade to 9.2.0. minor bugfixes only.
(will overwrite net/bind9 by net/bind9-current)
2001-11-27 03:27:04 +00:00
taca
ee52f3cca4 Replace remained SAMBA_SHARE to SAMBA_DATA. It was changed in revision
1.69, but some were remained.

Fix the problem that some data files are installed into root directory,
noted from Lennart Augustsson <lennart@augustsson.net> private mail.
2001-11-26 23:55:06 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
jlam
26464aacae Use the general INSTALL/DEINSTALL scripts and look for config files in
${PKG_SYSCONFDIR}.
2001-11-25 19:43:58 +00:00
jlam
e7eb745137 VTUN_SYSCONFDIR is obsolete...use PKG_SYSCONFDIR instead. 2001-11-25 19:22:18 +00:00
jlam
0374075bfe APACHE_SYSCONFDIR is obsolete...set PKG_SYSCONFSUBDIR to httpd instead. 2001-11-25 19:18:32 +00:00
jlam
ffceca11a9 PKG_SYSCONFDIR is where the configuration files for a package may be found.
This value may be customized in various ways:

PKG_SYSCONFBASE is the main config directory under which all package
	configuration files are to be found.

PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
	configuration files for a particular package may be found.

PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
	particular package.

Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.

This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.
2001-11-25 18:59:45 +00:00
zuntum
a51ad85b7f Add & enable ip6_int 2001-11-25 18:52:25 +00:00
zuntum
b3b48629a0 Initial import of ip6_int
Convert valid IPv6 addresses to ip6.int PTR values.  Convert valid
IPv4 addresses to in-addr.arpa PTR values.  Anything not valid is
simply printed as is.  Handles :: notation and embedded IPv4
addresses.  If the address is followed by /n, the PTR is truncated
to n bits.
2001-11-25 18:47:02 +00:00
kleink
161d9bfe09 Update gtk-gnutella to 0.17; Changelog since 0.16:
# v 0.17   2001.10.24

- Integrated routing table optimization patch from Mark Schreiber
- Shortened default connecting timeouts, especially to other nodes
- Index shared files in an array for faster retrieval
- Enforce strict NUL termination of Query packets we process
- Integrated search table bin categorization patch from Kenn Brooks Hamm
2001-11-22 19:45:17 +00:00
martti
bd2f97e634 Updated to version 1.09 (PR#14608). Some of the changes since 1.0703:
- DummyInetd, Telnet, SNPP and PH modules was removed from this release,
  and they became a new module.
- DESCR cleanup, remove non-existing module
- new maintainer
2001-11-22 08:35:58 +00:00
itojun
3c3b423f10 upgrade to 1.4.0.
http://www.domtools.com/pub/dlint1.4.0-changes.txt
----
Version 1.4.0 released November 19, 2000
 * Added support for BIND 9 (Dig 9.0.1).
2001-11-22 08:18:25 +00:00
itojun
2d388e67b5 make it compile. 2001-11-22 08:12:24 +00:00
hubertf
15d7ebf785 Update 6to4 to 1.2: allow using anycast service as defined in RFC 3068.
Code contributed by Keith Moore <moore@cs.utk.edu> in PR 14647.
2001-11-22 03:00:07 +00:00
lukem
085432311f no need to PROVIDE anything since this isn't part of the dependency graph 2001-11-22 00:55:51 +00:00
jlam
892b322f45 These rc.d scripts are copied to ${RCD_SCRIPTS_DIR} == /etc/rc.d, so change
the test for pre-rc.d systems to just whether /etc/rc.subr is present.
2001-11-21 21:38:50 +00:00
jlam
b3b7c807cd As noted in pkg/13129, smb2www doesn't work with samba-2.2 and up. Make
this depend on samba<2.2.0 instead.  Also remove extraneous dependency
on perl as it's already implied.
2001-11-21 17:25:13 +00:00
jlam
23a9ff7e9b Use the general INSTALL/DEINSTALL scripts, and minimize the differences
between this package and the net/samba package.
2001-11-21 17:17:43 +00:00
jlam
38d6066075 Cosmetic changes. 2001-11-21 17:16:05 +00:00
jlam
41ecc7fe8b Remove unneeded DEINSTALL script as we use the general one. 2001-11-21 17:14:53 +00:00
jlam
f5d54c7eaa Remove extra blank line. 2001-11-21 17:13:38 +00:00
jlam
e9cad20f1e dd the new rc.d scripts to the PLIST. 2001-11-21 17:12:54 +00:00
jlam
16bb385d16 Use the general INSTALL/DEINSTALL scripts instead of the homegrown ones.
Also split the one rc.d script into one for each daemon and one admin
script (idea from Luke Mewburn <lukem@wasabisystems.com>).
2001-11-21 16:44:17 +00:00
itojun
7584e10560 upgrade to 9.2.0rc10.
change summary from ISC announcement:
	Several bugs in 9.2.0rc9 have been fixed.
2001-11-21 02:08:31 +00:00
jlam
67a23f1ed6 Strongly buildlinkify and libtoolize (NetBSD's interesting contributions to
technical vocabulary).
2001-11-19 19:39:04 +00:00
zuntum
d82cdeddfc Introduce MANVERSION (now set to 20010212), so proper file name is used
in both DISTFILES and EXTRACT_ONLY (last time I broke it by updating DISTFILES
without altering EXTRACT_ONLY approperiately).

Pointed out by Amitai Schlair <schmonz@schmonz.com> in private mail.
Thanks!
2001-11-18 13:15:55 +00:00
he
5984fe563b Add and enable fmirror. 2001-11-17 19:56:43 +00:00
he
480eb42493 Yet another FTP mirroring program. From it's README file:
fmirror is a program for mirroring files and directories from a remote
  ftp server. It allows regex-matching for files that are to be included
  and excluded. It uses a combination of timestamp, file size and file
  permissions to decide what files to transfer from the ftp server.

  The primary goal of fmirror is to use as little memory as possible,
  but still be able to do its job efficiently.

The program's author is Finn Arne Gangstad <finnag@fast.no>
2001-11-17 19:39:35 +00:00
taca
415af3beb6 Remove duplicated line. 2001-11-15 15:24:39 +00:00
zuntum
cd30013354 Switch to date-versioned manpages tarball 2001-11-13 23:12:15 +00:00
jlam
5eff5be626 * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
* Fix problem noted by Marcello Balduccini <marcello.balduccini@ttu.edu>
  in how kpgp handles pipes with child processes -- prevents kpgp from
  remaining stuck while waiting for the child pgp process to terminate.
2001-11-13 21:25:54 +00:00
damon
2a8df1e664 Adding etherape 2001-11-11 22:07:13 +00:00
damon
e5c5cbd000 Adding Etherape 0.8.2
EtherApe is a graphical network monitor for Unix modeled after etherman.
Featuring link layer, ip and TCP modes, it displays network activity
graphically. Hosts and links change in size with traffic. Color coded
protocols display. It supports Ethernet, FDDI, Token Ring, ISDN, PPP
and SLIP devices. It can filter traffic to be shown, and can read
traffic from a file as well as live from the network.
2001-11-11 22:06:45 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
hubertf
46918760bd Add note about dig (on solaris, ...) 2001-11-11 05:57:37 +00:00
wiz
c5a0da2a94 Improve. 2001-11-10 08:41:24 +00:00