FreeBSD Bugzilla – Attachment 153206 Details for
Bug 196668
sysutils/logrotate: segmentation fault due to differences in qsort_r implementations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update port to version 3.8.9
logrotate.3.8.9.patch (text/plain), 2.42 KB, created by
Anton Yuzhaninov
on 2015-02-20 12:42:30 UTC
(
hide
)
Description:
Update port to version 3.8.9
Filename:
MIME Type:
Creator:
Anton Yuzhaninov
Created:
2015-02-20 12:42:30 UTC
Size:
2.42 KB
patch
obsolete
>===> Generating patch >===> Viewing diff with /usr/local/bin/cdiff >diff -ruN /usr/ports//sysutils/logrotate/Makefile ./Makefile >--- /usr/ports//sysutils/logrotate/Makefile 2015-01-14 15:23:14.000000000 +0000 >+++ ./Makefile 2015-02-20 12:38:03.000000000 +0000 >@@ -2,13 +2,15 @@ > # $FreeBSD: head/sysutils/logrotate/Makefile 376419 2015-01-06 10:25:12Z pi $ > > PORTNAME= logrotate >-PORTVERSION= 3.8.8 >+PORTVERSION= 3.8.9 > CATEGORIES= sysutils > MASTER_SITES= https://fedorahosted.org/releases/l/o/logrotate/ > > MAINTAINER= js@iksz.hu > COMMENT= Daemon to rotate, compress, remove, and mail system log files > >+LICENSE= GPLv2 >+ > LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt > > PATCH_STRIP= -p1 >@@ -17,9 +19,9 @@ > CPP= ${CC} -E > > post-install: >- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > @${SED} -e 's|__PREFIX__|${PREFIX}|' \ > < ${FILESDIR}/logrotate.conf.sample > ${STAGEDIR}${PREFIX}/etc/logrotate.conf.sample >- @${INSTALL_DATA} ${FILESDIR}/syslog.sample ${STAGEDIR}${EXAMPLESDIR} >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ ${INSTALL_DATA} ${FILESDIR}/syslog.sample ${STAGEDIR}${EXAMPLESDIR} > > .include <bsd.port.mk> >diff -ruN /usr/ports//sysutils/logrotate/distinfo ./distinfo >--- /usr/ports//sysutils/logrotate/distinfo 2015-01-14 15:23:14.000000000 +0000 >+++ ./distinfo 2015-02-20 12:13:00.000000000 +0000 >@@ -1,2 +1,2 @@ >-SHA256 (logrotate-3.8.8.tar.gz) = 46a1510ef4a1f4359edd5f361112cfd1523942e85ff28e6cbb0c81bad1829d0f >-SIZE (logrotate-3.8.8.tar.gz) = 72014 >+SHA256 (logrotate-3.8.9.tar.gz) = 700ed7ce9072a1cca324779a74797dfaefdae37ac50a817134b947c4ded1dfa7 >+SIZE (logrotate-3.8.9.tar.gz) = 77408 >diff -ruN /usr/ports//sysutils/logrotate/logrotate.3.8.9.patch ./logrotate.3.8.9.patch >--- /usr/ports//sysutils/logrotate/logrotate.3.8.9.patch 1970-01-01 00:00:00.000000000 +0000 >+++ ./logrotate.3.8.9.patch 2015-02-20 12:39:12.000000000 +0000 >@@ -0,0 +1 @@ >+===> Generating patch >diff -ruN /usr/ports//sysutils/logrotate/pkg-plist ./pkg-plist >--- /usr/ports//sysutils/logrotate/pkg-plist 2014-11-22 09:13:35.812560000 +0000 >+++ ./pkg-plist 2015-02-20 12:35:45.000000000 +0000 >@@ -1,7 +1,5 @@ > sbin/logrotate >-@unexec if cmp -s %D/etc/logrotate.conf.sample %D/etc/logrotate.conf; then rm -f %D/etc/logrotate.conf; fi >-etc/logrotate.conf.sample >-@exec if [ ! -f %D/etc/logrotate.conf ]; then cp -p %D/%F %B/logrotate.conf; fi >+@sample etc/logrotate.conf.sample > %%EXAMPLESDIR%%/syslog.sample > man/man5/logrotate.conf.5.gz > man/man8/logrotate.8.gz >====> Cleaning up >===> Done
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 196668
:
151520
| 153206