Commit graph

2648 commits

Author SHA1 Message Date
tron
22f2666cc3 Remove outdated mirror sites. 2002-04-22 15:40:44 +00:00
tron
a01c515f4f Update "lftp" package to version 2.5.1. This version includes numerous
enhancement and bug fixes made since the 2.4.4 release. A complete
list of change can be found here: http://lftp.yar.ru/news.html

The update is based on fixes provided by Michal Pasternak in PR pkg/16125.
2002-04-22 15:22:23 +00:00
hubertf
dd58cad0f1 Update ipv6calc to 0.40. Changes:
* most code reviewed with help of splint
* introduce new option handling (in/out/action)
  - old options are still supported, no plans to remove this
    support in next releases
* some automagically handling relating to
  - input
  - output
  - action
  if not extra specified
* add more conversions, also add more support of IPv4 addresses
* the address information option (-i) now shows also
  - IPv4 registries (by using included current IPv4 CIDR table)
  - IPv6 registries
  - OUI (vendor) of NIC, if EUI-48/64 is a global one
* an example CGI frontend called "ipv6calcweb.cgi" to display
  information about a REMOTE_ADDR on a webpage
  - See e.g. http://ipv6.aerasec.de/index2.html for what can be
    displayed
  - Currently supported languages: en, de
2002-04-21 21:06:54 +00:00
rh
3e5aa3914f Add and enable xrmftp 2002-04-21 11:07:44 +00:00
rh
457c02f7f5 Initial import of xrmftp-1.2.4, an xforms based graphical ftp client
provided in pkg/16371 by Rui-Xiang Guo <rxg@netbsd.org>, thanks!
2002-04-21 11:07:04 +00:00
rh
6c17e76e87 Add and enable xmftp 2002-04-21 10:48:20 +00:00
rh
ad205391b5 Initial import of xmftp, an X/Motif FTP client provided in pkg/16372 by
Rui-Xiang Guo <rxg@netbsd.org>
2002-04-21 10:47:31 +00:00
fredb
98a834aec8 Forgot to change ">=" to "-". 2002-04-20 19:02:03 +00:00
fredb
0cab25b605 In ucd-snmp's shared libraries, the SONAME is the filename, which contains
the version of ucd-snmp. Therefore, adjust the wildcard dependencies in
dependents to match exactly (barring "nb" version changes), and bump the
dependent's "nb" versions to reflect the change in dependencies. Otherwise,
an "ethereal" binary package (for example) built against ucd-snmp-4.2.4
will happily install against ucd-snmp-4.2.3nb1, but will fail at run-time
with, ``shared object "libucdsnmp-0.4.2.3.so" not found.''
2002-04-20 18:46:06 +00:00
wiz
cd13c0d882 sort, add snort-pgsql 2002-04-19 13:17:33 +00:00
yyamano
b2847f15f2 Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. 2002-04-18 16:19:17 +00:00
yyamano
e7c9925d88 Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-04-18 16:14:45 +00:00
shell
433ddeffd7 Updated to p5-Net-1.11
- Change my email address

Changes since p5-Net-1.10 :

Net::FTP::dataconn
  - Fix for select to avoid occasional hangups

Tweak parsing of hello response
2002-04-17 10:36:22 +00:00
martti
8700f6422d Use BSD_INSTALL_* (pointed out by Andrey Simonenko in a private mail). 2002-04-16 08:44:04 +00:00
rh
471fd23b45 Don't use fixed ID numbers for the netsaint/netstadm users/groups.
Fixes PR pkg/16365.
2002-04-15 21:10:27 +00:00
he
56ade372f9 Add p5-IO-Interface and p5-IO-Socket-Multicast. 2002-04-15 12:25:02 +00:00
he
c8fbc82438 Import p5-IO::Socket::Multicast - perl multicast socket IO.
Reviewed by Stoned Elipot.
2002-04-15 12:19:02 +00:00
he
b12570166d Import p5-IO-Interface - get and set interface characteristics.
Reviewed by Stoned Elipot.
2002-04-15 12:16:10 +00:00
martti
25a36a8954 Updated ipa to 1.2.5 (pkg/14560 by Andrey Simonenko)
* added NO_PACKAGE as this must be built for each host

Changes since 1.1.6:

- Added new switch to ipastat(8): -x, treat rule names as POSIX
  regular expressions
- Added new switch to ipastat(8): -p <time-back>
- Added new switch to ipastat(8): -k, assume that 1k is equal to 1000 bytes
- Now it is possible to use abbreviated month names in -i and -I options
  in ipastat(8)
- Now it is possible to run from the ipa(8)'s command line commands from
  "reach" and "expire" sections
- Added new section "include" and new parameter "debug_include" to
  the configuration file, also two switches "-tt" for ipa(8) have new sense
- bug fixes
2002-04-15 10:51:53 +00:00
rh
6cf5b08980 Initial import of snort-pgsql-1.8.6, a variant of the snort package that
uses a PostgreSQL backend.
2002-04-15 08:32:48 +00:00
rh
9935573961 Remove SNORT_USE_PGSQL option. This will be split out into a separate
package.  For that purpose, move most of Makefile into a new
Makefile.common.
2002-04-15 08:31:14 +00:00
martti
941d889219 Updated gtk-gnutella to 0.85
* bug fixes
2002-04-15 06:59:23 +00:00
rh
486c969258 Add files missing in previous commit 2002-04-14 11:02:13 +00:00
rh
f9151c0e95 Bump netsaint-base to nb1 using patches provided in PR 16293 by Greg
A. Woods <woods@planix.com> with some modifications by me.  Changes are:

	- better support for building optional plugin packages
	- install no longer overwrites existing config files
	- sample config files are installed in share/examples
	- build no longer fails if not done as root
	- appropriate netsaint users and groups are now created
	- no longer installs one-time setup script in sbin
	- daemon logo
2002-04-14 10:57:10 +00:00
rh
de21ea9c14 Bump to nb2 fixing some configure script bugs. Also convert dependencies
on automake and autoconf into simple BUILD_DEPENDS.  Fix provided by
Greg A. Woods <woods@planix.com> in PR 16238, thanks!
2002-04-14 10:00:48 +00:00
rh
2842fc1305 Add a SNORT_USE_PGSQL option to compile in PostgreSQL support (and add
the appropriate dependency).  Patch provided by ww@GROOVY.NET
2002-04-14 09:49:46 +00:00
rh
b08a94f197 Add and enable bpalogin 2002-04-12 08:21:42 +00:00
rh
1c50a4b83b Initial import of bpalogin-2.0.1, a login client for Telstra's BigPond
Advance cable internet service.
2002-04-12 08:20:32 +00:00
wiz
a9c3d34117 Improve gmp wildcard to be happy with 4.0.1. 2002-04-11 12:41:53 +00:00
tron
48d7efd61c Record conflict with "net-snmp-current" package. 2002-04-11 09:44:04 +00:00
rh
843bf5a7ba Update snort to 1.8.6. Patch provided in private mail by Mipam
<mipam@ibb.net>.  From the release notes:

    1.8.4 and 1.8.5 both had bugs that were found right as we were ready
    to do a full release and represented good midway points but 1.8.6
    should be the stable target.

Changes include:
  * The ICMP decoders have been rewritten.
  * (This is a summary of recent changes -- not all mine)
  * Fixed stream4 offset initialization
  * Double Open of snort log file
  * Lots of new rules
  * Fatal error on problems other than -> and <>
  * Fixed stream4 several low memory conditions
  * Error checking in stream4/frag2 argument parsing
  * snort-db schema updates to 1.05
  * --with-pcap-includes should now look at specified pcap
  * packet statistics now should be more accurate with regards to lost
    frags
  * double PID file write
  * S4 alignment problems on SPARC fixed ( rpc_decode still has SPARC
  alignment errors )
  * new snmptrap code
  * documentation updates
  * Stability fixes in frag2
  * SEQ / ACK checking should be correct
  * Reassembled packets with stream4 will now also be inspected when
    using -z est
  * ip fragments are now calculated correctly
  * rule headers correctly matched
    ( multiple CIDR performance greatly increased )
2002-04-10 22:01:10 +00:00
wiz
6941380a82 Add reason why USE_NCURSES is needed (newpad()). 2002-04-10 01:43:03 +00:00
frueauf
518ffa01e2 since buildlink from ncurses is included, set USE_NCURSES to
ensure right depends.
2002-04-09 21:51:30 +00:00
frueauf
7c4297232f fix rcsid, set USE_PTHREAD="native pth" and include mk/pthread.buildlink.mk
instead from pth directly.
2002-04-09 21:48:25 +00:00
agc
443aacd722 Mark this package as broken - specifically, it's very out of date, and
it has a quirky build process which can't deal with our libtool and
pthreads libraries simultaneously.
2002-04-09 16:51:49 +00:00
agc
6f75a336c9 Don't use a custom do-build target when all that's needed is an ALL_TARGET
definition.
2002-04-09 13:29:48 +00:00
agc
42216923e7 Use libtool for each file to be compiled. 2002-04-09 10:55:01 +00:00
itojun
d4d005b6f3 upgrade to 4.2.4.
release note: http://sourceforge.net/project/shownotes.php?release_id=83551
2002-04-09 09:53:54 +00:00
agc
0a4cf7d320 Since the distfile requires a password-protected download stage, mark the
package as IS_INTERACTIVE.

Fix some pkglint errors.
2002-04-09 08:57:42 +00:00
hubertf
ebccce68a4 add & enable ettercap 2002-04-08 20:25:37 +00:00
hubertf
27aa3072d4 Add ettercap-0.6.4:
Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN. It
supports active and passive dissection of many protocols (even ciphered ones)
and includes many features for network and host analysis.

Submitted by Niilo Kajander <nk@bsdirc.net> in PR 16091
2002-04-08 20:25:03 +00:00
wennmach
081b3667f3 Update arla to 0.35.7
This new version fixes some (unnamed, sorry) bugs.
The main rationale for the upgrade is to get rid of the dependency on
kth-krb4 for NetBSD>=1.5 systems. For older systems, we provide full
functionality via (a now buildlinked) kth-krb4.
2002-04-05 11:46:03 +00:00
fredb
d67bd1b569 Use ${EXTRACT_SUFX} properly. 2002-04-05 11:41:09 +00:00
tron
8766bf55a3 Fix second assignment of "BUILDLINK_FILES.net-snmp". 2002-04-05 08:44:30 +00:00
tron
84a9828cf1 Adapt buildlink glue code to this package. The previous version was a 1:1
copy of the buildlink glue code for the "ucd-snmp" package which didn't
work really.
2002-04-05 07:57:16 +00:00
tron
1e9fc92b6e Remove redundant dependences which are automatically added via buildlink
files.
2002-04-05 07:53:13 +00:00
hubertf
2bfbe812cf Make this find y.tab.h (instead of cfbla.h).
We explicityly ask yacc to create a y.tab.h file, so this should be
no problem on onther OS versions. (Tested: 1.5.3)
2002-04-05 02:02:34 +00:00
agc
5d4387c174 Allow this package to be built by a non-root user 2002-04-04 20:56:38 +00:00
mycroft
c4556bac9f Update to 0.9.3. Mostly security issues, but several protocol parsers have
minor updates.
2002-04-04 18:44:24 +00:00
atatat
bcbecb980d Add hping pkg 2002-04-04 17:02:59 +00:00