diff options
author | garga <garga@FreeBSD.org> | 2005-10-01 03:37:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-01 03:37:29 +0800 |
commit | f452e9e79a6336d1e192232f2ab435a4f0981f42 (patch) | |
tree | bbd0f084a2b1ca035cc04eb58d676108a4956dea /net/rinetd/Makefile | |
parent | 587a496fca4bc8782a7364567861983e99c7648a (diff) | |
download | freebsd-ports-gnome-f452e9e79a6336d1e192232f2ab435a4f0981f42.tar.gz freebsd-ports-gnome-f452e9e79a6336d1e192232f2ab435a4f0981f42.tar.zst freebsd-ports-gnome-f452e9e79a6336d1e192232f2ab435a4f0981f42.zip |
Rodrigo Graeff <delphus@delphus.org> made a patch to convert select() to
poll() and fix the security problem on rinetd.
Author told me will use this patch and release a new version, but, when
it doesn't happen, i'm adding the patch here, and, bumping PORTREVISION,
so, 0.62_1 is not more vulnerable.
Security: http://www.FreeBSD.org/ports/portaudit/4c005a5e-2541-4d95-80a0-00c76919aa66.html
Diffstat (limited to 'net/rinetd/Makefile')
-rw-r--r-- | net/rinetd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index f4aaccb6793d..5751c9d06772 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -7,6 +7,7 @@ PORTNAME= rinetd PORTVERSION= 0.62 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.boutell.com/rinetd/http/ DISTNAME= rinetd |