Commit graph

2528 commits

Author SHA1 Message Date
hubertf
f9d7b7d38b Update ipv6calc to 0.39. Changes:
20020227/PB:
	libipv6addr.c: fixed a bug in ipv6addr_setoctett.c regarding num limit (oops..)
	ipv6calc.c: move structure definitions to...
	libmac.h: add related structure definition ipv6calc.c
	libipv6addr.h: add related structure definition from ipv6calc.c
	libipv4addr.*: new for handling IPv4 addresses
	ipv4_to_6to4addr.*: new for handling conversion IPv4 -> IPv6to4
	librfc3056.*: library for conversion IPv4 -> IPv6to4
	libipv6calc.c: fix array index bug of compat[] (oops..)
	tag release 0.39

20020226/PB:
	add original getopt tarball into samplecode, fill related READMEs
	tag release 0.38

20020224/PB:
	move nibble string function to librfc1886
	minor fixes
	restore original samplecode files and remove CVS id to prevent CVS changes
	add original getopt code to samplecode
	tag release 0.37

20020224/PB:
	minor Makefile fixes
	fix getopt Makefile
	minor cosmetic fix in test script
	cosmetic cleanups
	some code cleanup and minor redesign, some optimizing
	fixes stupid help call bugs
	format options can be used now in more functions
	add support of "printstart" and "printend" in "ip6int", "bitstring"
	extend "showinfo", add "machine_readable" for easier postprocessing

20020223/PB:
	complete limited support of bistring labels
	change examples to 6bone dummy address (3ffe:ffff:...)
	add a trailling dot on ip6.[int|arpa] output
	migrate getopt patch for OpenBSD submitted by Vladimir Kotal <vlada at openbsd dot cz>
	minor Makefile fixes
	tag release 0.37pre1
2002-03-03 04:09:35 +00:00
zuntum
45a93df30a Add & enable pureftpd 2002-03-02 23:29:38 +00:00
zuntum
b27d53e128 Change
builtin sql support -> optional sql support
in COMMENT, since mysql support is not enabled in this very package.
2002-03-02 23:24:34 +00:00
zuntum
b2b5eb2a40 Initial import of pure-ftpd-1.0.9
Pure-FTPd is a free (GPL), secure, production-quality and standard-conformant
FTP server based upon Troll-FTPd. It doesn't provide useless bells and whistles,
but focuses on efficiency and ease of use. It provides simple answers to common
needs, plus unique useful features for personal users as well as hosting
providers.

Provided by Dawid Szymanski <dawszy@arhea.net> in PR/15762,
slightly modified by me.
2002-03-02 23:22:54 +00:00
fredb
f8bde3dbfa Update to ntp-4.1.1. From the "NEWS" file:
* Lose the source port check on incoming packets
    * (x)ntpdc compatibility patch
    * Virtual IP improvements
    * ntp_loopfilter fixes and improvements
    * ntpdc improvements
    * GOES refclock fix
    * JJY driver
    * bsdi port fixes
    * HP MPE/iX port
    * Win/NT port upgrade
    * Dynix PTX port fixes
    * Document conversion from CVS to BK
    * readline support for ntpq
2002-02-28 13:51:23 +00:00
tron
b8d1c715f6 Update distribution file checksum for PHP version 4.1.2. 2002-02-28 09:50:01 +00:00
jlam
20dc083b68 Update net/php4-yp 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:33 +00:00
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