diff --git a/neon.changes b/neon.changes index 6794d52..60e10fa 100644 --- a/neon.changes +++ b/neon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 4 11:31:00 UTC 2012 - lnussel@suse.de + +- don't use ca-bundle.pem. neon correctly uses openssl's default + instead (ie the /etc/ssl/certs directory) + ------------------------------------------------------------------- Mon Jan 30 11:54:59 UTC 2012 - dmacvicar@suse.de diff --git a/neon.spec b/neon.spec index 5e6496a..f16b31c 100644 --- a/neon.spec +++ b/neon.spec @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: neon Version: 0.29.6 Release: 0 @@ -158,7 +160,6 @@ sh autogen.sh %configure \ --with-ssl \ --enable-threadsafe-ssl=posix \ - --with-ca-bundle=/etc/ssl/ca-bundle.pem \ --with-libproxy \ --with-expat \ --disable-nls \