mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00: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
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gnats
|
||||
PORTVERSION= 3.113.1
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= databases elisp
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
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…
Reference in New Issue
Block a user