FreeBSD Bugzilla – Attachment 118210 Details for
Bug 160401
[patch update] security/strongswan 4.5.1 -> 4.5.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.30 KB, created by
Kurt Jaeger
on 2011-09-02 18:50:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2011-09-02 18:50:09 UTC
Size:
2.30 KB
patch
obsolete
>diff -r -u security/strongswan/Makefile /usr/home/pi/myp/security/strongswan/Makefile >--- security/strongswan/Makefile 2011-04-29 23:17:14.000000000 +0200 >+++ /usr/home/pi/myp/security/strongswan/Makefile 2011-09-02 19:26:45.000000000 +0200 >@@ -5,7 +5,7 @@ > # $FreeBSD: ports/security/strongswan/Makefile,v 1.3 2011/04/29 12:24:55 culot Exp $ > > PORTNAME= strongswan >-PORTVERSION= 4.5.1 >+PORTVERSION= 4.5.3 > CATEGORIES= security > MASTER_SITES= http://download.strongswan.org/ \ > http://download2.strongswan.org/ >diff -r -u security/strongswan/distinfo /usr/home/pi/myp/security/strongswan/distinfo >--- security/strongswan/distinfo 2011-04-29 23:17:14.000000000 +0200 >+++ /usr/home/pi/myp/security/strongswan/distinfo 2011-09-02 19:26:54.000000000 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (strongswan-4.5.1.tar.bz2) = 252d7369d94aa2d79e6fad078853b07ca897ea811ab1e1a2b008bcec0d1e758a >-SIZE (strongswan-4.5.1.tar.bz2) = 3254264 >+SHA256 (strongswan-4.5.3.tar.bz2) = a59fa0d9820fb06a3c848f4537b9256d2067265ad10e1b007b79f3b16279f1ff >+SIZE (strongswan-4.5.3.tar.bz2) = 3299522 >diff -r -u security/strongswan/files/patch-src__libcharon__bus__listeners__sys_logger.c /usr/home/pi/myp/security/strongswan/files/patch-src__libcharon__bus__listeners__sys_logger.c >--- security/strongswan/files/patch-src__libcharon__bus__listeners__sys_logger.c 2011-04-29 14:24:55.000000000 +0200 >+++ /usr/home/pi/myp/security/strongswan/files/patch-src__libcharon__bus__listeners__sys_logger.c 2011-09-02 19:39:16.000000000 +0200 >@@ -1,5 +1,5 @@ >---- srcold/libcharon/bus/listeners/sys_logger.c 2011-03-10 20:50:01.000000000 +0200 >-+++ src/libcharon/bus/listeners/sys_logger.c 2011-03-10 20:53:59.000000000 +0200 >+--- src/libcharon/bus/listeners/sys_logger.c-orig 2011-09-02 19:33:54.000000000 +0200 >++++ src/libcharon/bus/listeners/sys_logger.c 2011-09-02 19:38:59.000000000 +0200 > @@ -79,13 +79,15 @@ > /* do a syslog with every line */ > while (current) >@@ -10,9 +10,9 @@ > { > *(next++) = '\0'; > } >-- syslog(this->facility|LOG_INFO, "%.2d[%N]%s %s\n", >-+ snprintf(tmp, 8192, "%.2d[%N]%s %s\n", >- thread, debug_names, group, namestr, current); >+- syslog(this->facility|LOG_INFO, "%.2d[%s]%s %s\n", >++ snprintf(tmp, 8192, "%.2d[%s]%s %s\n", >+ thread, groupstr, namestr, current); > + syslog(this->facility|LOG_INFO, tmp); > current = next; > }
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 160401
: 118210 |
118211