Commit graph

2269 commits

Author SHA1 Message Date
jlam
0a26095bb1 Note additions of php4-{ftp,sockets,yp}. 2001-10-16 07:09:16 +00:00
jlam
45ce68606c net/php4-yp: PHP4 extension for YP domain support
This version is from the php-4.0.6 distribution.
2001-10-16 07:08:38 +00:00
jlam
079080c34a net/php4-sockets: PHP4 extension for sockets support
This version is from the php-4.0.6 distribution.
2001-10-16 07:07:59 +00:00
jlam
bfe6b34994 net/php4-ftp: PHP4 extension for FTP access
This version is from the php-4.0.6 distribution.
2001-10-16 07:06:52 +00:00
skrll
a62b3e67a6 Update to KDE 2.2.1
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are

http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html

Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15 22:45:55 +00:00
wiz
0fd50d6c14 Doesn't depend on automake anymore, so it doesn't BUILD_USE_GETTEXT_M4
anymore either.
2001-10-15 22:34:00 +00:00
martti
2b5f91777b Updated samba to the latest stable version (2.2.2). A complete list of changes
is available at http://www.samba.org/samba/whatsnew/samba-2.2.2.html
2001-10-15 08:50:51 +00:00
tron
ed44d00d84 Use correct argument in an error message. This fixes a build problem if
the new toolchain is used.
2001-10-12 20:51:42 +00:00
agc
49141094b4 Add and enable nemesis 2001-10-11 15:38:47 +00:00
agc
6e8bb3dd55 Initial import of nemesis-1.32 into the NetBSD Packages Collection.
nemesis is a command-line UNIX network packet injection suite.

supported protocols: TCP, UDP, ICMP, ARP/RARP, IGMP, DNS,
                     RIP, and OSPF

"Nemesis attacks directed through fragrouter could be a most
powerful combination for the system auditor to find security
problems that could then be reported to the vendor(s), etc."
	- Curt Wilson in Global Incident Analysis Center Detects Report
		(SANS Institute - Nov 2000)

Provided in PR 14021 by xs@nitric.net.

Munged slightly by me to use buildlink functionality, and to use the
correct link time invocations for ELF binaries.
2001-10-11 15:37:55 +00:00
agc
8d2d9ad912 Add and enable firewalk-gtk 2001-10-11 15:14:36 +00:00
agc
faf78a47d2 Initial import of firewalk-gtk-1.0 into the NetBSD Packages Collection.
Firewalking is a technique developed by Mike D. Schiffman and David E.
Goldsmith that employs traceroute-like techniques to analyze IP packet
responses to determine gateway ACL filters and map networks.
Firewalk the tool employs the technique to determine the filter rules
in place on a packet forwarding device.

This package was provided in PR 14020 by xs@nitric.net. I split it into
two separate packages, firewalk-gtk and firewalk, and modified it to use
buildlink functionality.
2001-10-11 15:13:49 +00:00
agc
01e7079649 Add and enable firewalk 2001-10-11 15:12:43 +00:00
agc
c80b0b3d57 Initial import of firewalk-1.0 into the NetBSD Packages Collection.
Firewalking is a technique developed by Mike D. Schiffman and David E.
Goldsmith that employs traceroute-like techniques to analyze IP packet
responses to determine gateway ACL filters and map networks.
Firewalk the tool employs the technique to determine the filter rules
in place on a packet forwarding device.

This package was provided in PR 14020 by xs@nitric.net. I split it into
two separate packages, firewalk-gtk and firewalk, and modified it to use
buildlink functionality.
2001-10-11 15:11:48 +00:00
agc
326199231b Add and enable LaBrea 2001-10-11 14:50:48 +00:00
agc
6d5eb37651 Initial import of LaBrea-2.0 into the NetBSD Packages Collection.
LaBrea is a program that creates a tarpit or, as some have called it,
a "sticky honeypot".  LaBrea takes over unused IP addresses on a
network and creates "virtual machines" that answer to connection
attempts.  LaBrea answers those connection attempts in a way that
causes the machine at the other end to get "stuck", sometimes for a
very long time.
2001-10-11 14:49:31 +00:00
martti
12a00a67c7 Added radiusd-cistron which was submitted in pkg/13274. 2001-10-11 09:57:20 +00:00
abs
14dcb91551 Avoid cc -O bug on arm32 for djbdns 2001-10-10 11:17:28 +00:00
itojun
0577fd4c57 upgrade to 9.2.0rc6. bugfixes only. 2001-10-09 07:38:51 +00:00
tron
820ae6f73e Don't include the buildlink glue code for "pth". It is automatically
included by the buildlink glue code for "glib" which also knows that
Solaris doesn't need this.
2001-10-08 20:24:59 +00:00
tron
269a53f589 Update "rp-pppoe" package to version 3.3. Changes since version 2.8:
- Client works on Solaris again.  It was broken in 3.2.
- Added DEFAULTROUTE=yes|no option to configuration file.
- Server parses address pool file better.
- Server address pool allows ranges of addresses on a line: a.b.c.d-e
- Added "-d" (=debug) and "-P" (=check pool file syntax) options to
  pppoe-server.
- Client now ignores PADT's if they are from the wrong source MAC address
  or to the wrong destination MAC address.
- Minor fixes to Makefile.in for Turbolinux.
- Improved KERNEL-MODE-PPPOE instructions
- Works with patched pppd 2.4.1
- Many improvements to server:  Added "-u" and "-r" options; server can
  now respond to request on multiple Ethernet interfaces.
- SECURITY BUG FIX: Server now ignores PADT's if they are from the wrong
  source MAC address.  You are STRONGLY RECOMMENDED to upgrade to 3.1
  if you use pppoe-server in production.
- Many small improvements to server.  Server now only makes one
  discovery socket, systemwide, with addition of "-n" option to pppoe.
- Fixes for compilation problems on BSD, Solaris and some Linux platforms.
- Added "-p" option to pppoe-server to allow you to specify a pool of
  IP addresses to assign to clients.
- Added GUI system (tkpppoe).  This work was funded by Iospan
  Wireless, Inc.  The GUI includes a Set-UID wrapper (pppoe-wrapper)
  which allows ordinary users to control a link (if so authorized.)
  I believe the wrapper script is secure, but please audit the
  source code (gui/wrapper.c) if you have any concerns.
- Changes to scripts and pppoe.conf.  DNS setup is now dynamic (happens
  each time adsl-connect runs.)
- Made relay.c check packet lengths rigorously; made it throw out Ethernet
  frame padding on session packets as well as discovery packets.
2001-10-07 13:26:37 +00:00
wiz
5977f16b96 Update to 0.16, inspired by big blue simon.
Package changes: install docs, buildlinkify.
Changelog since 0.12 is >50 lines -- many new features and bug fixes
(in ${WRKSRC}/ChangeLog)
2001-10-05 22:43:40 +00:00
magick
54b075a258 Update gtm to 0.4.10
Changes since 0.4.9:
        * OAF instead of gnorba, thanks to Christophe Fergeau
        <teuf@users.sourceforge.net>

        * Added support for HTTPS protocol since wget supports it but you
        need to upgrade wget to 1.7

        * New icons thanks to Paolo Bacchilega <paolo.bacch@tin.it>

        * Proxy settings are better looking now

        * Timeout value for wget is configurable now

        * Added new pref to run a shell command when all downloads
        completed (in other words, when gtm has done all it can do without
        user intervention).

        * Fixed bugs:
                - Crash when the config file was corrupted thanks to
                João Alves Marques Carneiro <ee96090@fe.up.pt>
                - Check that target dir exists and is writable
                - Do not overwrite an existing file without asking the
                user if he wants a override or a resume
                - Fixed some problems in the spec file, thanks to Alex
                Converse
2001-10-05 21:34:33 +00:00
wiz
5ae1cd88b7 Update to 0.35, per pkg/14159 by Kevin Lo.
Changes since 0.34:
* Added preforked childs to mode 'single'.
* t/server (Run): Child process is now waiting one second
  in forking mode. Helps the script t/forkm.t to run fine.
2001-10-05 09:25:47 +00:00
rh
9c2c826ea5 Define _POSIX_THREAD_SYSCALL_SOFT=1 so syscalls won't block other threads.
Bump version to 0.5.8nb1
2001-10-04 19:25:25 +00:00
abs
d9aeaae03b Deleted net/upclient - the uptimes project has been suspended, and if it
resumes it will use a new client and protocol.
2001-10-04 11:05:00 +00:00
jlam
f25f9d2824 bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
2001-10-03 22:36:37 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
jlam
3e6c559fe1 Add a few more files to REPLACE_BUILDLINK to prevent references to
${BUILDLINK_DIR} from escaping into the installed files.
2001-10-03 17:38:07 +00:00
jlam
589dfeb98a Remove dependency on automake since we don't patch any of the automake
input files (Makefile.am, configure.in, etc.).
2001-10-03 17:32:11 +00:00
abs
ba87bbb0c9 gcc on arm32 goes into infinite loops with -O1 or -O2 on various
.c files, and this package's build system is too baroque to patch
sanely. Disable optimisation on arm32.
2001-10-03 16:40:06 +00:00
wiz
f6e2c49a75 Update to 2.4.4, as provided in pkg/14062 by Hiramatsu Yoshifumi, with
some changes by me (strongly buildlinked now).

ATTENTION: If package compilation is failing for you on -current in the
linking step, make sure you have /usr/include/libintl.h v1.2 (2001/08/13)!
[Thanks for the tip, Johnny!]

Some of the changes since 2.3.9 (for a complete log see ${WRKSRC}/NEWS):
* sometimes lftp did not expand tilde in remote path - fixed.
* new setting ftp:home to specify starting directory explicitly. Set it
  to `/' to override RFC1738 ftp url semantics if you don't like the
  look of `ftp://host/%2Fpath'.
* improved abort sequence for passive mode, now wu-ftpd does not hang.
* fish protocol support (over plain ssh connection).
* use CONNECT method for https over http proxy.
* support for variable name completion (Nicolas Noble).
* queue editing support (Glenn F. Maynard).
* support http keep-alive in case of chunked transfer encoding.
* terminate some never-ending jobs before moving to background.
* support for HTTP/1.1 416 reply code.
* support for ftp ACCT command (ftp:acct variable) and for SITE GROUP command
  (ftp:site-group variable). E.g. `set ftp:acct/user@host account/password'.
* new setting ftp:port-ipv4 to specify explicitly IP address sent with PORT
  command (suggested by Julien Oster and Jonas Jensen with patches).
* new setting ftp:ssl-auth to specify AUTH argument to use (SSL, TLS, TLS-C
  or TLS-P).
* roxen directory listing support.
* new settings ftp:retry-530 and ftp:retry-530-anonymous. Retry on server
  reply 530 for PASS command if text matches these regular expressions.
  These settings should be useful to distinguish between overloaded server
  (temporary condition) and incorrect password (permanent condition).
* retry ftp login quickly on next address if the server has many (works
  well on ftp.redhat.com, for example).
* improved fuzzy variable name matching. Exact prefix and exact name after
  prefix are taken into account separately. E.g. http:pro is not ambigous
  now between http:proxy and https:proxy.
* implemented -c option for reverse mirror (mirror -R -c).
* allow open "" to switch to disconnected dummy session.
* allow adding bookmark for disconnected dummy session.
* new translation zh_TW (by R.I.P. Deaddog <maddog@linuxhall.org>).
* made `lftp@' the default ftp password.

As well as many bug fixes and translation updates.
2001-10-03 14:37:13 +00:00
rh
f054e35164 Use MASTER_SITE_SOURCEFORGE as master site and update home page. Closes
PR 14125 by Grant Beattie.
2001-10-02 10:22:21 +00:00
itojun
c39dd73b00 upgrade to 9.2.0rc5. bugfixes only (see announcement from isc for changes). 2001-10-02 05:50:41 +00:00
zuntum
740d304da5 Update whatmask to 1.1
Changes from version 1.0:
	Introduced support for reporting network address, broadcast address,
	number of IPs, first IP and last IP.
	Made some source adjustments to facilitate compiling under
	Win32, MacOS Classic and MacOS X.
	Optimized a routine or two.
	Cleaned up code / headers.
2001-09-30 21:22:07 +00:00
rh
1bebacda6c Undo previous import. Alistair already committed an rdesktop package some
time ago.
2001-09-30 11:15:19 +00:00
rh
2895509207 Initial import of rdesktop-1.1.0, an open source Remote Desktop Protocol
client.
2001-09-30 11:08:13 +00:00
hubertf
e19bdfaa30 Update to unison-2.7.7. Changes:
* Many changes to the internal data structures (not backward compatible!)
 * Centralized backups
 * Lots of bug fixes
 * Many other feature enhancements

Requested by Ben Wong <benjamin.wong@cc.gatech.edu>.
While there, fix the dependency on ocaml, and install some docs.

PACKAGE DEVELOPERS: please don't just include binaries into pkgs!
2001-09-28 23:54:36 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
lukem
ee04745346 Import of canonical tnftp 20030825 sources,
to make it easier to track new versions.
2001-09-27 19:29:50 +00:00
tacha
0b4ceaac51 Update delegate to 7.5.3.
Change lists can be found at http://www.delegate.org/delegate/updates/
2001-09-27 09:35:29 +00:00
wrstuden
51c463d333 Make this package more likely to work. After we do the autoconf step,
crank down the maximum number of commands to feed one sed. Otherwise
config.status won't work with any of sun's seds.

Doing something with gsed won't work because while you can tell a
package to use a given sed (via ${SED} if needed), you can't tell
configure to use a given sed.
2001-09-26 23:53:55 +00:00
wrstuden
4cdcc8ef2a Add a bunch of files I missed when first making this package. 2001-09-26 19:18:07 +00:00
jlam
21bf9fe38b Note addition of net/tcpslice - tool for extracting portions of tcpdump's
packet trace files.
2001-09-26 05:53:13 +00:00
jlam
3ef98c6090 net/tcpslice - tool for extracting portions of tcpdump's packet trace files
Tcpslice extract pieces of and/or merge together packet trace files generated
using tcpdump's -w flag.  Tcpslice uses libpcap, a system-independent interface
for user-level packet capture.

Provided in pkg/13926 by Stoned Elipot <seb@pbox.org>.
2001-09-26 05:49:31 +00:00
agc
1fbe83ee4d Add and enable rdesktop 2001-09-25 12:47:10 +00:00
agc
1be43417ea Import rdesktop-1.1.0, an open-source RDP client for connecting to Windows NT
and Windows 2000 terminal servers, into the packages collection.

Package provided in PR 14059 by Grant Beattie (grant@grunta.com), slightly
modified by myself.
2001-09-25 12:45:59 +00:00
itojun
5982e26d27 upgrade to 9.2.0rc4. bug fixes only. 2001-09-25 01:28:07 +00:00
wiz
df9853474a add and enable tightvnc and tightvncviewer (hi charles!) 2001-09-24 23:16:39 +00:00
tron
9030bb8063 Fix build problem under NetBSD-current. Patch supplied by Naoto Shimazaki
in PR pkg/14005.
2001-09-24 15:06:20 +00:00