1.0.4 fixes a bug that could cause the unprivileged process to crash.

This commit is contained in:
mbalmer 2007-01-13 10:53:32 +00:00
parent 640ce20d28
commit 2ca97bc6cf
3 changed files with 9 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2007/01/12 15:12:34 mbalmer Exp $
# $OpenBSD: Makefile,v 1.6 2007/01/13 10:53:32 mbalmer Exp $
COMMENT= "daemon to modify pf tables from userland"
DISTNAME= tabled-1.0.3
DISTNAME= tabled-1.0.4
CATEGORIES= sysutils

View File

@ -1,4 +1,4 @@
MD5 (tabled-1.0.3.tgz) = 251991c8235d7ddeb1914ffb929bd60a
RMD160 (tabled-1.0.3.tgz) = fa90097cf4a708e480b61d111eb12bf4309d82e5
SHA1 (tabled-1.0.3.tgz) = 471fa14cce26955465eaba255c355314b67ff4d8
SIZE (tabled-1.0.3.tgz) = 11745
MD5 (tabled-1.0.4.tgz) = f1bc7fd7e26f5da9c362ddb8079a00d0
RMD160 (tabled-1.0.4.tgz) = 3c355d5d122aed99d6f777faf38f2bf630a14494
SHA1 (tabled-1.0.4.tgz) = 43b4d54b248db13cf901e24b31e8acb818c875a6
SIZE (tabled-1.0.4.tgz) = 11764

View File

@ -1 +1,3 @@
daemon to modify pf tables from userland
daemon to modify pf tables from an unprivileged process in userland,
useful e.g. when you want to add hostnames to a pf table from a chrooted
process, e.g. from a webserver.