[asterisk-dev] Subversion doesn't like origsvn
Tzafrir Cohen
tzafrir.cohen at xorcom.com
Tue Feb 22 22:49:59 CST 2011
On Tue, Feb 22, 2011 at 02:36:04PM -0500, Simon Perreault wrote:
> On 2011-02-22 13:57, David Ruggles wrote:
> > Anyway, I'm running into a weird problem, when I try to check out I get
> > the following error:
> > #svn co https://origsvn.digium.com/svn/asterisk asterisk-trunk
> > svn: OPTIONS of 'https://origsvn.digium.com/svn/asterisk': Certificate
> > verification error: signed using insecure algorithm
> > (https://origsvn.digium.com)
>
> Kevin Fleming taught me this trick. I did it so many times that I know
> it by heart.
>
> $ echo '%_topdir %(echo $HOME)/rpmbuild' >~/.rpmmacros
> $ yumdownloader --source neon
> $ rpm -ivh neon-...src.rpm
> $ cd ~/rpmbuild/SPECS
> $ vi neon.spec
> (replace gnutls with openssl)
> $ rpmbuild -ba neon.spec
> $ sudo rpm -Uvh --force ../RPMS/x86_64/neon-...rpm
>
> Basically, you rebuild the neon RPM to use openssl instead of gnutls.
For the record: this used to be a problem here (Debian Squeeze (6.0).
Not anymore:
$ ldd /usr/bin/svn | grep neon
libsvn_ra_neon-1.so.1 => /usr/lib/libsvn_ra_neon-1.so.1
(0x00007f20d1d74000)
libneon-gnutls.so.27 => /usr/lib/libneon-gnutls.so.27
(0x00007f20cfcda000)
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
More information about the asterisk-dev
mailing list