2008-03-08 22:00:53 by Greg Troxel | Files touched by this commit (1) |
Log message:
No longer set apache22 option if apr1 is set, as nothing uses it.
|
2008-03-08 21:56:37 by Greg Troxel | Files touched by this commit (2) |
Log message:
Make apr1 be the default. Proposed on tech-pkg on 1/31 with no
objections, and approved by epg@. PKGREVISION++.
|
2008-01-29 20:04:28 by Greg Troxel | Files touched by this commit (1) |
Log message:
Explain why options are defined but not used in options.mk (because
it's included in many packages).
|
2008-01-18 06:14:40 by Tobias Nygren | Files touched by this commit (33) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2008-01-12 12:36:33 by Adam Ciarcinski | Files touched by this commit (40) | |
Log message:
db4 update related revision bump
|
2007-06-21 23:06:33 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Add patch from
http://subversion.tigris.org/issues/show_bug.cgi?id=23
to iterate over hosts' addresses instead of failing when one
of them is not reachable.
Bump PKGREVISION.
|
2007-06-10 08:20:42 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Include devel/apr0/b3.mk first and refine the pattern afterwards.
|
2007-06-09 00:49:28 by Eric Gillespie | Files touched by this commit (8) | |
Log message:
Version 1.4.4
(30 May 2007, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.4
User-visible changes:
- Client:
* fixed: 'svn up' of replaced file without history fails (issue #2618)
* fixed: 'svn export' succeeds on non-existent URL (r23191, -3, -5, -200)
* fixed: 'svn diff' fails writing large hunks to Win console (issue #1789)
* fixed: 'svn merge' shows 'G' notifications for unchanged files (r24483)
* fixed: svnsync cannot sync unreadable modified dir copies (issue #2705)
* fixed: ra_dav litters empty transactions if initial setup fails (r23594)
* fixed: inconsistent expansion of revision number keywords (issue #1743)
* fixed: security flaw in 'svn prop*' commands [CVE-2007-2448]
(r25095, -099, -104, -105, -10)
- Server:
* fixed: rare dirprop dataloss leading to BDB repo corruption (issue #2751)
* fixed: race condition when changing FSFS revprops (r23439, r23440)
* fixed: 'svnadmin load' invents svn:date if none exists (issue #2729)
* fixed: svnserve can't commit locked file if root unwritable (issue #2700)
* fixed: 'svnadmin dump' output invalid for non-ASCII paths (issue #2641)
- Client and Server:
* fixed: hang during character translation (r23491, r23492)
* translation updates for Simplified Chinese, Japanese, and Norwegian
Developer-visible changes:
* new "make svnserveautocheck" testing target (r23558)
* fixed: ra_serf fails checkout if access to repos root is forbidden (r23846)
* fixed: svn_client_cat2() doesn't accept WORKING as a revision (r23556)
* javahl bindings:
- fixed: potential segfault in initialisation (r23383)
- fixed: SVNClientSynchronized.logMessages() isn't synchronised (r23978)
- fixed: SVNClient.info2() misreports itself as unlock in errors (r24219)
* SWIG/perl bindings:
- fixed: ra_do_{update,switch,status} don't work with Perl delta editors
(r20667, r22311)
* SWIG/python bindings:
- fixed: memory leak whenever C APIs returned errors (r21453, r23468)
* SWIG/ruby bindings:
- fixed: typos in method Svn::Wc#merge_prop_diffs and docs (r23405, -6)
|
2007-06-08 14:25:07 by Thomas Klausner | Files touched by this commit (48) |
Log message:
PKGREVISION bump for db4 shlib name change.
|
2007-05-30 10:54:31 by Roland Illig | Files touched by this commit (22) |
Log message:
Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
|