ports/50337: Patch: update devel/rvm to version 1.7

Tim Robbins tim at robbins.dropbear.id.au
Thu Mar 27 10:20:29 UTC 2003


>Number:         50337
>Category:       ports
>Synopsis:       Patch: update devel/rvm to version 1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 27 02:20:19 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tim Robbins
>Release:        N/A
>Organization:
The FreeBSD Project
>Environment:
N/A

>Description:
This patch updates devel/rvm to version 1.7, and is part of a series of
patches to update the Coda-related libraries to their latest versions.
rvm 1.7 fixes some heap corruption bugs that cause it to work incorrectly
on FreeBSD 5.0-current and FreeBSD 5.0-RELEASE if MALLOC_OPTIONS=AJ is
used.
>How-To-Repeat:
N/A
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/rvm/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	21 Feb 2003 11:22:58 -0000	1.10
+++ Makefile	27 Mar 2003 09:59:49 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rvm
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/rvm/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	14 Jun 2001 19:09:13 -0000	1.5
+++ distinfo	27 Mar 2003 09:59:49 -0000
@@ -1 +1 @@
-MD5 (rvm-1.6.tar.gz) = 55ab680163b8c27495abd6e94eb83b11
+MD5 (rvm-1.7.tar.gz) = 7968fd88667aea6dd89096b9650d7169
Index: files/patch-aa
===================================================================
RCS file: files/patch-aa
diff -N files/patch-aa
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-aa	27 Mar 2003 09:59:49 -0000
@@ -0,0 +1,14 @@
+diff -u -r1.1.1.1 -r1.3
+--- rvm/rvm_io.c	7 Mar 2003 04:05:51 -0000	1.1.1.1
++++ rvm/rvm_io.c	7 Mar 2003 05:13:42 -0000	1.3
+
+@@ -37,7 +37,7 @@ 
+ #define UIO_MAXIOV 16 
+ #endif   
+-#ifdef _POSIX_SYNCHRONIZED_IO
++#if defined(_POSIX_SYNCHRONIZED_IO) && _POSIX_SYNCHRONIZED_IO != -1
+ #define FSYNC(fd) fdatasync(fd)
+ #else
+ #define FSYNC(fd) fsync(fd)
+
+
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list