Commit Graph

3796 Commits

Author SHA1 Message Date
mjc
20151a61bd add packit 2005-05-27 05:36:14 +00:00
mjc
8be3f495b7 packit is a really neato little packet injection tool.
ok pvalchev@
2005-05-27 05:31:24 +00:00
sturm
f04acb3271 fix some NULL pointer sentinels
fix pathes in the port's Makefile
add a missing directory to PLIST

ok mbalmer@
2005-05-27 04:54:40 +00:00
naddy
3a235ae797 maintenance update to 7.14.0 and take maintainer 2005-05-26 23:13:28 +00:00
naddy
a04d3ae841 Optionally support postgresql and db storages.
From maintainer Gerardo Santana.
2005-05-26 19:10:21 +00:00
robert
5dac6a8388 SECURITY:
fix an insecure temporary file creation in fixproc; bump PKGNAME
http://www.vuxml.org/openbsd/75ecb34c-cc7d-11d9-8e94-00065bd5b0b6.html

ok naddy@
2005-05-26 03:34:21 +00:00
sturm
e587915518 update to Net-IP 1.21
from Lawrence Teo <lteo.openbsd1 at mailnull.com>
2005-05-26 01:37:55 +00:00
david
70e72588df +SIZE 2005-05-25 08:28:54 +00:00
avsm
20b6d5a924 update to yafc-1.1, and replace MESSAGE with a @sample 2005-05-24 20:39:49 +00:00
msf
000734196c +p5-POE-Component-Client-DNS 2005-05-24 16:49:23 +00:00
msf
f3535a94a6 - initial import of POE-Component-Client-DNS 0.98
POE::Component::Client::DNS is an event driven wrapper for
Net::DNS::Resolver.  It accepts events containing Net::DNS::Resolver
questions, and it emits events carrying Net::DNS::Packet responses.
2005-05-24 16:46:25 +00:00
mjc
06b691b9b1 add missing objects to shared library
fixup paths and such specified by libnet-config-1.1
ok msf@
2005-05-24 06:54:20 +00:00
msf
2b8e0be29f +p5-NetPacket
+p5-POE-Component-Pcap
2005-05-24 06:30:35 +00:00
msf
eeca8c11ec - initial import of POE-Component-Pcap 0.04
POE::Component::Pcap provides a wrapper for using the Net::Pcap module
from POE programs. The component creates a separate session which posts
events to a specified session and state when packets are available.
2005-05-24 06:28:19 +00:00
msf
66cd81a610 - initial import of NetPacket 0.04 with Joel Knight's patches
"NetPacket" provides a base class for a cluster of modules related to
decoding and encoding of network protocols. Each "NetPacket" descendent
module knows how to encode and decode packets for the network protocol
it implements. Consult the documentation for the module in question for
protocol-specific implementation.
2005-05-24 06:16:53 +00:00
mjc
a511c62a0a forgot to bump version with libnet fixes 2005-05-24 04:47:30 +00:00
mjc
4ffe61de6c cope with new libnet port (flavours can run, but they can't hide)
ok pvalchev@ msf@
2005-05-24 04:39:05 +00:00
msf
1ac4478b08 +p5-POE-Component-Server-FTP 2005-05-24 01:39:16 +00:00
msf
8575b3e463 - initial import of POE-Component-Server-FTP 0.06
POE::Component::Server::FTP is an event driven FTP server backed by a
virtual filesystem interface as implemented by Filesys::Virtual

requested by jolan@
2005-05-24 01:37:45 +00:00
naddy
c78fc4fc46 drop extraneous WANTLIBs; from maintainer Gerardo Santana 2005-05-24 00:46:37 +00:00
mjc
5e5f75b247 cope with new libnet port
ok pvalchev@ msf@
2005-05-24 00:13:31 +00:00
mjc
a9e56a1822 needed to cope with libnet update
missed in previous commit
ok pvalchev@ msf@
2005-05-24 00:11:51 +00:00
mjc
f94efb8ebe cope with libnet update
ok pvalchev@ msf@
2005-05-24 00:10:44 +00:00
mjc
03912400e5 cope with new libnet port
regen patches
ok pvalchev@ msf@
2005-05-24 00:08:29 +00:00
mjc
4e6cd36676 cope with new libnet port
ok pvalchev@ msf@
2005-05-24 00:01:46 +00:00
mjc
47dffcf587 update to cope with new libnet
and regen patches while here
ok pvalchev@ msf@
2005-05-24 00:00:11 +00:00
mjc
dc473fd8ed fixes to find libnet in its new home
ok pvalchev@ msf@
2005-05-23 23:58:03 +00:00
mjc
34ce8ea33a tweak to make happy with split libnet port
ok pvalchev@ msf@
2005-05-23 23:54:32 +00:00
msf
35989e5539 - split libnet port into two versions
- worked on by myself, pvalchev and mjc

"put it in" pvalchev@
2005-05-23 23:50:39 +00:00
djm
10b515b4c7 rename python subpackage to py-libdnet to avoid name conflict;
ok maintainer mjc@
2005-05-23 22:59:42 +00:00
alek
129f26d70b Add dnsmasq 2005-05-23 18:52:00 +00:00
alek
65f7e65c03 Import dnsmasq 2.22
Dnsmasq is lightweight, easy to configure DNS forwarder and
DHCP server. It is designed to provide DNS and, optionally,
DHCP, to a small network. It can serve the names of local
machines which are not in the global DNS. The DHCP server
integrates with the DNS server and allows machines with
DHCP-allocated addresses to appear in the DNS with names
configured either in each host or in a central configuration
file. Dnsmasq supports static and dynamic DHCP leases and BOOTP
for network booting of diskless machines. 

From Jonathan Weiss <jw@innerewut.de>
2005-05-23 18:46:58 +00:00
djm
377627512c +p5-flowd 2005-05-23 03:43:09 +00:00
djm
0ae66e26aa import p5-flowd-0.8.5, a Perl interface to ports/net/flowd's logs
fixes and ok msf@
2005-05-22 21:27:17 +00:00
sturm
50f037e73a fix conflict and remove unnecessary files, now the port is split 2005-05-22 17:46:17 +00:00
sturm
aae1a264ca update and split port into stable (2.10.2)/snapshot (2.12.0) as
especially windows support might work better in the snapshot version

from maintainer Zvezdan Petkovic <zpetkovic at acm.org>
2005-05-22 17:44:40 +00:00
robert
8cf66d2c5c +olsrd 2005-05-22 14:47:44 +00:00
robert
88d4bebfe5 Import olsrd-0.4.9.
The olsr.org OLSR daemon is an implementation of the Optimized Link
State Routing protocol. OLSR is a routing protocol for mobile ad-hoc
networks. The protocol is pro-active, table driven and utilizes a
technique called multipoint relaying for message flooding.
From: Holger Mauermann <holger@mauermann.org>

ok pvalchev@
2005-05-22 14:44:45 +00:00
djm
41373d4077 +py-flowd 2005-05-22 10:16:16 +00:00
djm
69e8879fc9 import py-flowd-0.8.5, a Python interface to ports/net/flowd's logs
fixes and ok alek@
2005-05-22 10:15:38 +00:00
mjc
6a4bb21f13 update to 1.10 and take maintainer as discuess with
previous maintainer.

ok pvalchev@
death threats msf@
2005-05-22 05:34:52 +00:00
alek
f708b4a252 Update to 0.4
From Moritz Grimm <gtgbr@gmx.net> (MAINTAINER)
2005-05-21 13:46:44 +00:00
naddy
cdce87ca8e update to 2.6.4; various small fixes and improvements 2005-05-20 21:49:59 +00:00
niallo
1928d1c1b5 Add psi 2005-05-20 11:27:48 +00:00
niallo
09fd3371d4 Psi multiplatform Jabber client version 0.9.3
Homepage: http://psi.affinix.com/

From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
2005-05-19 20:29:58 +00:00
xsa
17fd210e52 unbreak; found by msf@. Tested and ok msf@ alek@.
bump PKGNAME.
2005-05-17 07:39:20 +00:00
espie
fa4741d238 much newer stable version that should compile with newest ocaml 2005-05-16 18:49:13 +00:00
naddy
e81e8d3bd9 Enable GUI components, but put them in -gui subpackage. 2005-05-15 14:58:08 +00:00
djm
3fe4ca1dd7 update to flowd-0.8.5, use faster master site; ok maintainer jakob@ 2005-05-14 08:49:53 +00:00
brad
54d60d33ae upgrade to gaim 1.3.0
fixes 2 security issues

CAN-2005-1261 and CAN-2005-1262
2005-05-13 20:49:15 +00:00