FreeBSD Bugzilla – Attachment 68732 Details for
Bug 100952
Maintainer update: security/osiris 4.2.0_1 -> 4.2.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.78 KB, created by
David Thiel
on 2006-07-28 03:00:29 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Thiel
Created:
2006-07-28 03:00:29 UTC
Size:
2.78 KB
patch
obsolete
>diff -ruN osiris.old/Makefile osiris/Makefile >--- osiris.old/Makefile Thu Jul 27 18:38:36 2006 >+++ osiris/Makefile Thu Jul 27 18:39:16 2006 >@@ -6,10 +6,9 @@ > # > > PORTNAME= osiris >-PORTVERSION= 4.2.0 >-PORTREVISION= 1 >+PORTVERSION= 4.2.1 > CATEGORIES= security >-MASTER_SITES= http://www.hostintegrity.com/osiris/data/ \ >+MASTER_SITES= http://osiris.shmoo.com/data/ \ > http://redundancy.redundancy.org/mirror/ > > MAINTAINER= lx@redundancy.redundancy.org >diff -ruN osiris.old/distinfo osiris/distinfo >--- osiris.old/distinfo Thu Jul 27 18:38:36 2006 >+++ osiris/distinfo Thu Jul 27 18:39:43 2006 >@@ -1,3 +1,3 @@ >-MD5 (osiris-4.2.0.tar.gz) = ad30995660e506ee6d1d6460601f6107 >-SHA256 (osiris-4.2.0.tar.gz) = 6c6d2be382450fc31e288dce397ed4b68f23907efb0782a8ed2a68780db0025d >-SIZE (osiris-4.2.0.tar.gz) = 1922195 >+MD5 (osiris-4.2.1.tar.gz) = 11445f7d8dec737f0be89357f5c5bcae >+SHA256 (osiris-4.2.1.tar.gz) = 36e0c94b66b37cd8944c80163fe827a4fe53f32f10a0bcfc837de9cca42b1fc9 >+SIZE (osiris-4.2.1.tar.gz) = 3849917 >diff -ruN osiris.old/files/patch-logging osiris/files/patch-logging >--- osiris.old/files/patch-logging Thu Jul 27 18:38:36 2006 >+++ osiris/files/patch-logging Wed Dec 31 16:00:00 1969 >@@ -1,66 +0,0 @@ >---- src/osirisd/logging.c >-+++ src/osirisd/logging.c >-@@ -93,7 +93,7 @@ >- fprintf( stdout, "\n" ); >- } >- #else >-- syslog( ( SYSLOG_FACILITY | LOG_ERR ), header ); >-+ syslog( ( SYSLOG_FACILITY | LOG_ERR ), "%s", header ); >- #endif >- } >- >-@@ -147,7 +147,7 @@ >- fprintf( stdout, "\n" ); >- } >- #else >-- syslog( ( SYSLOG_FACILITY | LOG_INFO ), header ); >-+ syslog( ( SYSLOG_FACILITY | LOG_INFO ), "%s", header ); >- #endif >- } >- >-@@ -201,7 +201,7 @@ >- fprintf( stdout, "\n" ); >- } >- #else >-- syslog( ( SYSLOG_FACILITY | LOG_WARNING ), header ); >-+ syslog( ( SYSLOG_FACILITY | LOG_WARNING ), "%s", header ); >- #endif >- } >- >---- src/osirismd/logging.c >-+++ src/osirismd/logging.c >-@@ -106,7 +106,7 @@ >- fprintf( stdout, "\n" ); >- } >- #else >-- syslog( ( syslog_facility | LOG_ERR ), header ); >-+ syslog( ( syslog_facility | LOG_ERR ), "%s", header ); >- #endif >- } >- >-@@ -168,7 +168,7 @@ >- fprintf( stdout, "\n" ); >- } >- #else >-- syslog( ( syslog_facility | LOG_INFO ), header ); >-+ syslog( ( syslog_facility | LOG_INFO ), "%s", header ); >- #endif >- } >- >-@@ -230,7 +230,7 @@ >- fprintf( stdout, "\n" ); >- } >- #else >-- syslog( ( syslog_facility | LOG_WARNING ), header ); >-+ syslog( ( syslog_facility | LOG_WARNING ), "%s", header ); >- #endif >- } >- >-@@ -281,7 +281,7 @@ >- NULL); /* no raw data */ >- } >- #else >-- syslog( ( syslog_facility | LOG_INFO ), buffer ); >-+ syslog( ( syslog_facility | LOG_INFO ), "%s", buffer ); >- #endif >- }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 100952
: 68732