Commit Graph

1599 Commits

Author SHA1 Message Date
brad
e6f2cf0512 remove 2 @dirrm's 2001-08-30 21:27:16 +00:00
naddy
07a4e586cd Update to 0.8.
Submitted by maintainer Patroklos Argyroudis <argp@otenet.gr>.
2001-08-30 12:29:14 +00:00
brad
f2aa83a34f more ports which use or can use pthreads 2001-08-30 02:24:52 +00:00
brad
636fc64fbd add a comment to doucment a few ports which use pthreads 2001-08-30 02:10:40 +00:00
brad
b3efb02456 mark these ports with ONLY_FOR_ARCHS= i386 for now since that is the only
arch known to be able to run these apps.
2001-08-30 01:43:35 +00:00
brad
334a362ee5 - remove the need for libtool since this program does not even use libtool
- add CONFIGURE_ARGS options to not allow for any unexpected dependencies on aRts or GNOME
2001-08-29 20:06:17 +00:00
kevlo
0d70c27a37 add MASTER_SITES: SUNSITE
--
Pointed out by naddy@
2001-08-29 15:23:36 +00:00
dhartmei
41ebb5dde9 Update to 2.2.1a. Remove one patch (part of the originial distribution now),
ignore obsolete textdocs.
2001-08-29 13:26:15 +00:00
kevlo
f4762ccd15 - upgrade to version 2.4.2
- add LIB_DEPENDS
- bump NEED_VERSION
2001-08-29 05:27:40 +00:00
todd
82dd1916e0 everybuddy is now at beta6, include future irc diff submitted to maint;
ok aaron@
2001-08-27 14:18:07 +00:00
dhartmei
62396ad284 Fix log directory. From mpech@ and form@. Update to 2.2.1a is coming soon
(tired slacker just got home).
2001-08-23 09:12:13 +00:00
peter
a4a67349d5 add SNMP flavored zebra, now that it works 2001-08-23 07:54:54 +00:00
wilfried
07e1d9b7a0 workaround sh bug, ok jakob@ 2001-08-23 07:44:08 +00:00
brad
461255432e distfile has been moved on the distsite 2001-08-22 02:03:56 +00:00
brad
5879c6a648 mark BROKEN, requires IPF. 2001-08-21 21:15:25 +00:00
jakob
1d31695dce improved enable-script
add basic disable-script (still not reinstall old binaries)
2001-08-21 18:00:25 +00:00
jakob
a83423fb4e OpenBSD-current already has rdatainfo/rrsetinfo; patch by
Wesley Griffin of NAI Labs.
2001-08-21 17:45:10 +00:00
peter
200ed62559 Update to 0.92a - quick bugfix release for ^$ patch matching - see below.
* Changes in zebra-0.92a

* Changes in bgpd

** Fix "^$" community list bug.

** Below command's Address Family specific configurations are added

  nexthop-self
  route-reflector-client
  route-server-client
  soft-reconfiguration inbound

* Changes in zebra

** Treat kernel type routes as EGP routes.
2001-08-21 10:10:20 +00:00
pvalchev
05fc613697 - correct version string in the manual page
- sync up other patch
2001-08-19 07:25:00 +00:00
pvalchev
c0e17acf74 Update to centericq-3.35.22
bugfixes, more features and colour schemes, support for more languages added
2001-08-19 07:19:25 +00:00
brad
9f8970a760 mark with COMES_WITH 2001-08-18 20:57:43 +00:00
peter
7696fa7326 fix checksums - reported by naddy@
add vtysh.1 to configure
2001-08-18 20:11:32 +00:00
peter
4dc1ad8f64 commit this for completeness. found it lying around while checking a report
of bad checksums. These will be resubmitted to the zebra project.
2001-08-18 08:46:38 +00:00
brad
6765287f56 update to the currently available help tarball. 2001-08-18 05:58:49 +00:00
naddy
78a967e7ef Remove workarounds for 2.9 <net/if.h> multiple inclusion bug. 2001-08-17 18:57:40 +00:00
naddy
77ad191cdf Now that ports is tracking -current, this patch brings wmwave up to
speed with the recent wavelan changes.
Submitted by maintainer Joshua Stein <jcs@rt.fm>.
2001-08-17 16:04:23 +00:00
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
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
brad
cbe1a9a9d1 copy file from files/ dir instead of patching it into existence 2001-08-16 03:23:21 +00:00
danh
3a110fb0e2 bump package revision to p1; from naddy@ 2001-08-15 19:16:20 +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
naddy
0dabfd9f50 Update to 1.00.
Submitted by maintainer Joshua Stein <jcs@rt.fm>.
2001-08-15 13:19:56 +00:00
camield
7e5157679f really remove 2001-08-14 21:53:23 +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
danh
d1f991a416 - bump NEED_VERSION
- pull in security patches
- no longer marked as broken
2001-08-14 18:05:19 +00:00
naddy
284318a5ab +ctrace
+gaim,esd
2001-08-14 14:33:12 +00:00
naddy
39e4111472 Import ctrace 0.6.
Submitted by Patroklos Argyroudis <argp@bsd.gr>.

ctrace is an IPv4 traceroute tool that supports many features missing
in standard 4.3BSD traceroute(8). It is programmed entirely in perl.
2001-08-14 14:29:12 +00:00
naddy
76c6c6c510 +ldistfp 2001-08-12 20:04:06 +00:00
naddy
2011153537 Import of ldistfp 0.1.4.
Submitted by Patroklos Argyroudis <argp@bsd.gr>.

Remote identd fingerprinting tool.
2001-08-12 20:01:44 +00:00
fgsch
8d7988b385 Icecast 1.3.11. 2001-08-12 18:10:26 +00:00
pvalchev
38e872a4dc NO_CONFIGURE is obsolete and not needed, remove it 2001-08-11 20:22:30 +00:00
kevlo
e935408933 upgrade to version 0.9.82 2001-08-11 15:49:11 +00:00
kevlo
74aae4a58b upgrade to version 2.4.1 2001-08-11 15:46:30 +00:00
kevlo
974f843b8d upgrade to version 2.46 2001-08-11 15:44:34 +00:00
obecian
655a90a983 new maintainer is Patroklos Argyroudis <argp@otenet.gr> 2001-08-11 03:36:19 +00:00
avsm
32b89e332f update to yafc-0.7.3 2001-08-11 00:53:58 +00:00
danh
61ed4958b7 sync libtool patches 2001-08-10 19:53:18 +00:00