Commit Graph

12302 Commits

Author SHA1 Message Date
bmc
672f3eb763 * added information about avail flavors
* added useful infromation about snort
2001-08-16 14:02:46 +00:00
bmc
147392010e Changed HOMEPAGE to the new snort site until the domain for snort.org
is moved over.

New to 1.8.1
* SNMP Alerts
* IDMEF XML output
* Limited wildcard regex support
* New normalization mode for http_decode
* many bug fixes
2001-08-16 13:56:40 +00:00
espie
e5b1ee8d88 Better real-time sound. 2001-08-16 13:17:09 +00:00
peter
0995b8b7c1 Update to zebra-0.92; itojun (via Jakob in Helsinki) OK
OpenBSD port changes:
  FLAVOR=snmp now works
  vtysh now works

Also, OpenBD specific fixes not listed below include a patch to correctly
get all interfaces from the kernel.

Changelog from e-mail:

* Changes in zebra-0.92

** Overall security is improved.  Default umask is 0077.

* Changes in ripd

** If output interface is in simple password authentication mode,
substruct one from rtemax.

* Changes in bgpd

** IPv4 multicast and IPv6 unicast configuration is changed to so
called new config.  All of AFI and SAFI specific configuration is
moved to "address-family" node.  When you have many IPv6 only
configuration, you will see many "no neighbor X:X::X:X activate" line
in your configuration to disable IPv4 unicast NLRI exchange.  In that
case please use "no bgp default ipv4-unicast" command to suppress the
output.  Until zebra-0.93, old config is still left for compatibility.

Old config
==========
router bgp 7675
 bgp router-id 10.0.0.1
 redistribute connected
 network 192.168.0.0/24
 neighbor 10.0.0.2 remote-as 7675
 ipv6 bgp network 3ffe:506::/33
 ipv6 bgp network 3ffe:1800:e800::/40
 ipv6 bgp aggregate-address 3ffe:506::/32
 ipv6 bgp redistribute connected
 ipv6 bgp neighbor 3ffe:506:1000::2 remote-as 1

New config
==========
router bgp 7675
 bgp router-id 10.0.0.1
 network 192.168.0.0/24
 redistribute connected
 neighbor 10.0.0.2 remote-as 7675
 neighbor 3ffe:506:1000::2 remote-as 1
 no neighbor 3ffe:506:1000::2 activate
!
 address-family ipv6
  network 3ffe:506::/33
  network 3ffe:1800:e800::/40
  aggregate-address 3ffe:506::/32
  redistribute connected
  neighbor 3ffe:506:1000::2 activate
 exit-address-family

* Changes in ospfd

** Internal interface treatment is changed.  Now ospfd can handle
multiple IP address for an interface.

** Redistribution of loopback interface's address works fine.
2001-08-16 07:30:39 +00:00
jakob
2eaec7c234 stunnel v3.20
- setsockopt() optlen set according to the optval for Solaris.
- Minor NetBSD compatibility fixes by Martti Kuparinen.
- Minor MSVC6 compatibility fixes by Patrick Mayweg.
- SSL close_notify timeout reduced to 10 seconds of inactivity.
- Socket close instead of reset on close_notify timeout.
- Some source arrangement and minor bugfixes.
2001-08-16 05:45:15 +00:00
obecian
e3a9896c2e arirang-1.6beta update
fixes and code red support
2001-08-16 04:47:43 +00:00
brad
cbe1a9a9d1 copy file from files/ dir instead of patching it into existence 2001-08-16 03:23:21 +00:00
shell
ea5ae1ac7e SUBDIR += py-unit 2001-08-15 19:49:05 +00:00
shell
6afb1bb8f6 Initial import of py-unit-1.4.1
---

A unit testing framework for Python based on JUnit and XUnit, the
de-facto standard frameworks for Java and SmallTalk respectively.
Provides a standard, proven, simple and elegant way to write unit
tests for Python software. GUI also provided.

WWW: http://pyunit.sourceforge.net
2001-08-15 19:48:27 +00:00
danh
3a110fb0e2 bump package revision to p1; from naddy@ 2001-08-15 19:16:20 +00:00
todd
acc3645447 make wording work for XFree86 version 3 or 4; thanks Håkan Olsson <ho@crt.se> 2001-08-15 19:05:41 +00:00
pvalchev
ad2b2f22b6 show the correct path to the score file in the manual page 2001-08-15 17:22:57 +00:00
pvalchev
ec1c62a310 Update to icebreaker-1.2.1
- added easy and hard difficulty settings
- added options for sound
- added option for auto pause (which makes the game stop when the window
loses focus -- note that it always pauses when minimized regardless of
this setting).
- added fullscreen option
- fixed busy waits in dialog.c
- code cleanup
2001-08-15 17:18:14 +00:00
lebel
bb62f51a66 +libst 2001-08-15 16:48:07 +00:00
lebel
3054b6f9b2 initial import of net/libst 1.2:
--
State Threads is an application library which provides a foundation
for writing fast and highly scalable Internet Applications on
UNIX-like platforms. It combines the simplicity of the multithreaded
programming paradigm, in which one thread supports each simultaneous
connection, with the performance and scalability of an event-driven
state machine architecture.

WWW: http://oss.sgi.com/projects/state-threads/

Submitted by Patroklos Argyroudis <argp@bsd.gr>
2001-08-15 16:47:07 +00:00
fgsch
0848fda1f6 Fetchmail 5.9.0. 2001-08-15 14:15:03 +00:00
naddy
0dabfd9f50 Update to 1.00.
Submitted by maintainer Joshua Stein <jcs@rt.fm>.
2001-08-15 13:19:56 +00:00
shell
e1b1447798 SUBDIR += p5-HTML-CGIChecker 2001-08-15 06:48:45 +00:00
shell
0b23f829da Initial import of HTML-CGIChecker-0.90
---

HTML::CGIChecker is a module for web developers to parse HTML and
to detect HTML code that could break a page in some way.

This module is not a HTML validator, but it allows one to check the
HTML code that users post to a web application, for example to a
discussion board, to prevent them to post a piece of code that would
render the rest of a page it is displayed on unusable.
2001-08-15 06:48:01 +00:00
shell
cf36957446 Upgrade to 0.13 2001-08-15 06:42:34 +00:00
danh
c0a85b8f57 add myself 2001-08-15 02:29:19 +00:00
pvalchev
96f8ac37d1 New maintainer is Sebastian Stark <seb@todesplanet.de>, I pass this port
over to him.
2001-08-14 23:48:29 +00:00
pvalchev
38b16743b9 Better COMMENT line - this works with every monitor 2001-08-14 23:11:41 +00:00
pvalchev
6c937c1c1c Update to tempest-1.0.4
Really supports fullscreen mode.
Thanks to Sebastian Stark <seb@todesplanet.de>
2001-08-14 23:02:58 +00:00
pvalchev
87864528ec Pass libSDL_la_LDFLAGS containing -version-info for libtool via MAKE_FLAGS
instead of patching configure unnecessarily.
2001-08-14 22:42:03 +00:00
lebel
45c0149c99 sync (again); 1547 packages 2001-08-14 22:09:09 +00:00
lebel
3fc35c34bc -vmailmgr 2001-08-14 22:05:55 +00:00
lebel
891fa08f51 license does not allow modification to allow for proper integration
in OpenBSD.
2001-08-14 22:05:18 +00:00
lebel
e75b00e4b6 sync; 1548 packages (20 were removed due to licensing issues) 2001-08-14 21:58:32 +00:00
camield
7e5157679f really remove 2001-08-14 21:53:23 +00:00
camield
ad4eef25be -daemontools 2001-08-14 21:31:05 +00:00
camield
9ed54027d3 license does not permit modification, to allow for proper
integration in OpenBSD
2001-08-14 21:30:03 +00:00
camield
b99c9b5e34 -djbdns
-publicfile
-ucspi-tcp
2001-08-14 21:28:17 +00:00
camield
1da5387804 license does not permit modification, to allow for proper
integration in OpenBSD
2001-08-14 21:18:40 +00:00
camield
d05d2cd19a sync 2001-08-14 21:14:19 +00:00
todd
3efdf9de1d Thanks to http://www.geocode.com/eagle.html-ssi for the data ..
I moved to here now.
2001-08-14 21:13:26 +00:00
lebel
a2ec4be479 -qtools 2001-08-14 20:56:58 +00:00
lebel
e1bd035951 since qtools depends on some djbware, and since they were remove, we are
removing this one too.

The reason?

license does not allow modification to allow for proper integration
in OpenBSD.
2001-08-14 20:56:26 +00:00
lebel
e9289075ee -libtai 2001-08-14 20:49:35 +00:00
lebel
b62a017601 license does not allow modification to allow for proper integration
in OpenBSD.
2001-08-14 20:48:33 +00:00
lebel
84070649db -cdb 2001-08-14 20:35:56 +00:00
camield
bfb9005876 license does not permit modification, to allow for proper
integration in OpenBSD
2001-08-14 20:35:50 +00:00
lebel
ed1b11e7c6 -clockspeed, -service-config 2001-08-14 20:34:09 +00:00
lebel
b870d4c021 -shttpd 2001-08-14 20:31:45 +00:00
lebel
4fcbe2f1f1 since this depends on some djbware and since they were removed, we also
have to remove this one.

The reason?

license does not allow modification to allow for proper integration
in OpenBSD.
2001-08-14 20:30:43 +00:00
lebel
ce58061c37 since this depends on daemontools and daemontools was removed, we also
have to remove this one.

The reason?

license does not allow modification to allow for proper integration
in OpenBSD
2001-08-14 20:27:08 +00:00
camield
cd38794d0f you too 2001-08-14 20:26:33 +00:00
lebel
a0a9f6bd31 license does not allow modification to allow for proper integration
in OpenBSD.
2001-08-14 20:24:37 +00:00
camield
82ac4d4084 license does not permit modification, to allow for proper
integration in OpenBSD
2001-08-14 20:20:57 +00:00
brad
e247f23714 editor -> pico 2001-08-14 19:21:00 +00:00