Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1854 closed defect (fixed)

UPDATE: subversion 1.0.3 (security fix)

Reported by: danielluke (Daniel J. Luke) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: subversion

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Version bump (includes a potentially exploitable issue in both the client and server), diffs inline:

RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/subversion/Portfile,v
retrieving revision 1.24
diff -u -d -b -w -r1.24 Portfile
--- Portfile    20 Apr 2004 15:46:16 -0000      1.24
+++ Portfile    19 May 2004 14:31:19 -0000
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name                   subversion
-version                        1.0.2
+version                        1.0.3
 categories             devel
 maintainers            dluke@geeklair.net
 description            A cvs like version control system, but without the suck
@@ -12,8 +12,8 @@
                        outstanding problems with cvs(1).
 
 homepage               http://subversion.tigris.org/
-master_sites           http://svn.collab.net/tarballs/
-checksums              md5 268603b431d93e098c51bf75f0d7fde1
+master_sites           http://subversion.tigris.org/files/documents/15/13430/
+checksums              md5 1d5722a515be8f1aa6cfb779d99c6a11
 
 depends_lib            lib:libexpat:expat lib:libneon.24.0.4:neon \
                        lib:libapr-0.0.9.5:apr lib:libaprutil-0.0.9.5:apr-util \

Attachments (1)

subversion.tar.gz (1.4 KB) - added by danielluke (Daniel J. Luke) 20 years ago.
Portfile and patches for subversion 1.0.3

Download all attachments as: .zip

Change History (6)

comment:1 Changed 20 years ago by danielluke (Daniel J. Luke)

We should depend on the new version of neon, updated diffs inline:

RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/subversion/Portfile,v
retrieving revision 1.24
diff -u -d -b -w -r1.24 Portfile
--- Portfile    20 Apr 2004 15:46:16 -0000      1.24
+++ Portfile    19 May 2004 20:47:34 -0000
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name                   subversion
-version                        1.0.2
+version                        1.0.3
 categories             devel
 maintainers            dluke@geeklair.net
 description            A cvs like version control system, but without the suck
@@ -12,10 +12,10 @@
                        outstanding problems with cvs(1).
 
 homepage               http://subversion.tigris.org/
-master_sites           http://svn.collab.net/tarballs/
-checksums              md5 268603b431d93e098c51bf75f0d7fde1
+master_sites           http://subversion.tigris.org/files/documents/15/13430/
+checksums              md5 1d5722a515be8f1aa6cfb779d99c6a11
 
-depends_lib            lib:libexpat:expat lib:libneon.24.0.4:neon \
+depends_lib            lib:libexpat:expat lib:libneon.24.0.6:neon \
                        lib:libapr-0.0.9.5:apr lib:libaprutil-0.0.9.5:apr-util \
                        lib:libdb-4:db4
 
cvs server: Diffing files
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 20 years ago by danielluke (Daniel J. Luke)

Please wait on commiting this, I'm seeing some problems with my local svn repositories.

I'm investigating now.

comment:3 Changed 20 years ago by danielluke (Daniel J. Luke)

Looks like I have a hardware problem on my end. I'm going to update the port to include the patch from http://subversion.tigris.org/issues/show_bug.cgi?id=1858, as a platform darwin patch however, as it will let svnlook diff (and the included post-commit email generation script) work on machines where / tmp is a symbolic link.

I'll attach the current portfile and patches as a tar.gz

Changed 20 years ago by danielluke (Daniel J. Luke)

Attachment: subversion.tar.gz added

Portfile and patches for subversion 1.0.3

comment:4 Changed 20 years ago by matt@…

Resolution: fixed
Status: newclosed

Committed. Thanks Daniel!

comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: subversion added
Note: See TracTickets for help on using tickets.