Sat, 06 Oct 2012 16:24:01 +0200
Update to new vendor software version and adjust patch code accordingly.
Unfortunately the vendor has apparently failed to properly test this
release which depends on missing object symbols in libsasl2.a(common.o):
undefined reference to `sasl_randcreate'
undefined reference to `sasl_mkchal'
undefined reference to `sasl_utf8verify'
undefined reference to `sasl_rand'
undefined reference to `sasl_churn'
undefined reference to `sasl_encode64'
undefined reference to `sasl_decode64'
undefined reference to `sasl_erasebuffer'
undefined reference to `sasl_randfree'
undefined reference to `sasl_strlower'
undefined reference to `get_fqhostname'
...yet to be patched.
1 ##
2 ## servers -- Subversion global servers configuration file
3 ##
5 # [groups]
6 # group1 = *.example.com
7 # group2 = *.example.net
9 # [group1]
10 # http-proxy-host = proxy1.some-domain-name.com
11 # http-proxy-port = 80
12 # http-proxy-username = blah
13 # http-proxy-password = doubleblah
14 # http-timeout = 60
15 # neon-debug-mask = 130
17 # [group2]
18 # http-proxy-host = proxy2.some-domain-name.com
19 # http-proxy-port = 9000
21 # [global]
22 # http-proxy-exceptions = *.exception.com, www.internal-site.org
23 # http-proxy-host = defaultproxy.whatever.com
24 # http-proxy-port = 7000
25 # http-proxy-username = defaultusername
26 # http-proxy-password = defaultpassword
27 # http-compression = no
28 # ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem