diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-29 23:36:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-29 23:36:43 +0800 |
commit | e959cd81d0263fc637246a55e1baa01a4699aa1f (patch) | |
tree | 48dc50d6ea076467973e60efdccae1015d593ab4 /print | |
parent | de61b8d24190ea8f87a72d37d427f62229d2e394 (diff) | |
download | freebsd-ports-gnome-e959cd81d0263fc637246a55e1baa01a4699aa1f.tar.gz freebsd-ports-gnome-e959cd81d0263fc637246a55e1baa01a4699aa1f.tar.zst freebsd-ports-gnome-e959cd81d0263fc637246a55e1baa01a4699aa1f.zip |
- Fix hpssd Denial of Service
This can be exploited to crash the service by sending specially crafted
requests to the default port 2207/TCP.
PR: 129097
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer
Security: http://www.vuxml.org/freebsd/37940643-be1b-11dd-a578-0030843d3802.html
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/Makefile | 2 | ||||
-rw-r--r-- | print/hplip3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index a475167f1d6f..78f07fc5d5e3 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -7,7 +7,7 @@ PORTNAME= hplip PORTVERSION= 2.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hplip diff --git a/print/hplip3/Makefile b/print/hplip3/Makefile index a475167f1d6f..78f07fc5d5e3 100644 --- a/print/hplip3/Makefile +++ b/print/hplip3/Makefile @@ -7,7 +7,7 @@ PORTNAME= hplip PORTVERSION= 2.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hplip |