On 2021-08-31 14:14, Dagobert Michelsen wrote:
Hi Daniel,
Am 30.08.2021 um 16:01 schrieb Dagobert Michelsen via users
<[email protected]>:
Am 28.08.2021 um 21:57 schrieb Daniel Sahlberg via users
<[email protected]>:
Is there any chance to rebuild Subversion using the 1.14.1 version?
I’m giving it a try! The build looks promising, current blocker is
missind py3c which is needed for the svn python module. I’ll keep you
posted.
The version bump was pretty much straight forward. Please have a look at the
package
in experimental and let me know how it goes so I can push it to unstable/ next:
http://buildfarm.opencsw.org/experimental.html#subversion
Hi,
Thank you so much for your effort!
The build seems to work fine for the operations I checked manually.
I have also executed the test suite in the subversion source archive. I
have had some trouble building the tooling required (a few C programs in
the test suite) but I can get most tests to complete and I deem that the
failing tests are because of this missing tooling and not because of a
problem in the package.
There has been a discussion in the Subversion list regarding a decision
to, by default, disable storing passwords in plaintext. OpenBSD decided
to re-enable plaintext password storage (but having it disabled in the
default config), primarily to better support servers with only
commandline. Is there any chance you might consider to do the same?
It is the following configure option: --enable-plaintext-password-storage
And to add /opt/csw/etc/subversion/config:
[[[
[auth]
store-plaintext-passwords=no
in /opt/csw/etc/subversion/config
]]]
Kind regards
Daniel