Update to tabled-1.0.5:
- tabled can now listen on a local fifo and on a network socket - a command line client, tablec, has been added to speak to a tabled daemon over the net - network exchange can be protected by a secret hash
This commit is contained in:
parent
88d299f7f1
commit
c3c2194761
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2007/01/15 09:46:47 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2007/04/14 06:32:19 mbalmer Exp $
|
||||
|
||||
COMMENT= "daemon to modify pf tables from userland"
|
||||
|
||||
DISTNAME= tabled-1.0.4
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= tabled-1.0.5
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (tabled-1.0.4.tgz) = 8bx/1+JvXanDYt24B5oA0A==
|
||||
RMD160 (tabled-1.0.4.tgz) = PDVdXRIq7ZnW93f6848r9jChRJQ=
|
||||
SHA1 (tabled-1.0.4.tgz) = Q7TVSySNsTz5AeJLMeisuBjIdaY=
|
||||
SHA256 (tabled-1.0.4.tgz) = 2WFsxmcaSI1My6j6mp97SYast4/SMCDCxJ3PGyR0qFk=
|
||||
SIZE (tabled-1.0.4.tgz) = 11764
|
||||
MD5 (tabled-1.0.5.tgz) = DYkIrlye6AAi49lckgLYLw==
|
||||
RMD160 (tabled-1.0.5.tgz) = ZCK3c+6458mTepjz/nqmEkW5kMg=
|
||||
SHA1 (tabled-1.0.5.tgz) = IDxeWjBKgAXyHfcDolEY0JrfKxs=
|
||||
SHA256 (tabled-1.0.5.tgz) = 1l4XpyrwwCl2Yx4Fgk6sI2jlWlA+pYawNwJTpNizuOo=
|
||||
SIZE (tabled-1.0.5.tgz) = 15601
|
||||
|
@ -1,8 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/01/12 14:06:29 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/04/14 06:32:19 mbalmer Exp $
|
||||
@newgroup _tabled:582
|
||||
@newuser _tabled:582:582:daemon:tabled:/var/empty:/sbin/nologin
|
||||
@man man/cat5/tabled.conf.0
|
||||
@man man/cat8/tablec.0
|
||||
@man man/cat8/tabled.0
|
||||
sbin/tablec
|
||||
sbin/tabled
|
||||
share/examples/tabled.conf
|
||||
@sample /etc/tabled.conf
|
||||
|
Loading…
Reference in New Issue
Block a user