diff options
author | epg <epg@pkgsrc.org> | 2004-07-20 01:10:19 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-07-20 01:10:19 +0000 |
commit | c84664ca507621cb7f5ce592377236617426d1ab (patch) | |
tree | f45c1d75d0c45a9fe8cf3e00d19cb598e7d74959 /devel/subversion-base | |
parent | 3d22790512f299a109f4bd8e2ae85e127d44a679 (diff) | |
download | pkgsrc-c84664ca507621cb7f5ce592377236617426d1ab.tar.gz |
Update to Version 1.0.6.
(19 July 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.6
User-visible-changes:
* fixed: crash in status command, caused by race (r10144)
* fixed: crashes when deleting a revision-prop (r10148, r10185, r10192)
* fixed: mod_authz_svn allows COPY method on repos with space in name (#1837)
* fixed: mod_authz_svn COPY security hole: authorize whole tree (issue #1949)
Developer-visible changes:
* neon 0.24.7 now required (fixes wire compression bugs) (r10159, 10176)
Diffstat (limited to 'devel/subversion-base')
-rw-r--r-- | devel/subversion-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile index b08e7719c98..9302585b021 100644 --- a/devel/subversion-base/Makefile +++ b/devel/subversion-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/03/29 18:08:33 epg Exp $ +# $NetBSD: Makefile,v 1.14 2004/07/20 01:10:20 epg Exp $ PKGNAME= subversion-base-${SVNVER} COMMENT= Version control system, base programs and libraries @@ -43,7 +43,7 @@ post-install: ${SVNEXAMPLES}/hook-scripts BUILDLINK_DEPENDS.apr+= apr>=0.9.5 -BUILDLINK_DEPENDS.neon+= neon>=0.24.1 +BUILDLINK_DEPENDS.neon+= neon>=0.24.7 .include "../../databases/db4/buildlink3.mk" .include "../../devel/apr/buildlink3.mk" |