diff options
author | rh <rh> | 1999-11-27 07:48:46 +0000 |
---|---|---|
committer | rh <rh> | 1999-11-27 07:48:46 +0000 |
commit | 537867cd9bd889eaf726c9a854e7386fdb002cb6 (patch) | |
tree | b97bb69120cdb63ab159b2442e19e3d712d165fb /net/delegate/Makefile | |
parent | 3c37d83295245f1830378f3aad5e11f20831ae1e (diff) | |
download | pkgsrc-537867cd9bd889eaf726c9a854e7386fdb002cb6.tar.gz |
Update delegate to 5.9.8.
Changes include:
+ security: randomized stack base to prevent overflow attack
+ general: fixed some dangerous buffer overflows
+ MASTER: immediate rejection in MASTER mode for forbidden users
+ CFI: fixed direction of LOGFILE on -v,-vv not to socket but to LOGFILE
+ CFI: fixed not to pass "[execpath]command" to shell (since5.9.2)
+ HTTP: fixed SEGV on long (maybe non-) scheme name in URL
+ INETD: fixed SEGV when argument-list part in INETD parameter is empty
+ SocksV5: fixed dropping response data on BIND/ACCEPT
+ Socksv5: fixed (enabled) UDP/SocksV5 on little endians
+ SocksV4: return immediate error response to SocksV5 request
+ NNTP: removed duplicated X-Forwarded in NNTPCC
Diffstat (limited to 'net/delegate/Makefile')
-rw-r--r-- | net/delegate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 037cbcd696a..e8c159f9d93 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 1999/11/08 16:25:49 rh Exp $ +# $NetBSD: Makefile,v 1.7 1999/11/27 07:48:46 rh Exp $ # FreeBSD Id: Makefile,v 1.14 1998/11/09 09:24:20 max Exp # -DISTNAME= delegate5.9.6 -PKGNAME= delegate-5.9.6 +DISTNAME= delegate5.9.8 +PKGNAME= delegate-5.9.8 CATEGORIES= net MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/ \ ftp://ftp.kyushu-u.ac.jp/pub/Net/WWW/server/delegate/ \ |