mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Merge security fix from 4.0.1 for CAN-2004-0623.
This commit is contained in:
parent
85b163fd41
commit
df6f1fa65c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121595
2 changed files with 12 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= gnats
|
PORTNAME= gnats
|
||||||
PORTVERSION= 3.113.1
|
PORTVERSION= 3.113.1
|
||||||
PORTREVISION= 9
|
PORTREVISION= 10
|
||||||
CATEGORIES= databases elisp
|
CATEGORIES= databases elisp
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR= gnats
|
MASTER_SITE_SUBDIR= gnats
|
||||||
|
|
11
databases/gnats/files/patch-gnats::misc.c
Normal file
11
databases/gnats/files/patch-gnats::misc.c
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- gnats/misc.c.orig Sun Nov 14 17:59:15 2004
|
||||||
|
+++ gnats/misc.c Sun Nov 14 17:56:58 2004
|
||||||
|
@@ -79,7 +79,7 @@
|
||||||
|
{
|
||||||
|
#ifdef HAVE_SYSLOG_H
|
||||||
|
if (log_method == SYSLOG)
|
||||||
|
- syslog (severity, buf);
|
||||||
|
+ syslog (severity, "%s", buf);
|
||||||
|
else
|
||||||
|
#endif
|
||||||
|
if (gnats_logfile != (FILE *) NULL)
|
Loading…
Add table
Reference in a new issue