well, this package has no devel area, so a branch is required.
On 2010-11-12, at 9:40 AM, <[email protected]> wrote: > Hi Patrick, > > Submissions are expected to happen from the respective packages' team area > (devel:*). > > http://wiki.meego.com/Release_Engineering/Process#Step_1:_Review_by_Release_Engineers > > Also, you must branch from trunk:testing while working on a package in the > home area. > > Regards, > Madhu > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of ext Patrick Ohly > Sent: Friday, November 12, 2010 10:37 AM > To: [email protected] > Subject: [meego-commits] 9438: Changes to Trunk:Testing/neon > > Hi, > I have made the following changes to neon in project Trunk:Testing. Please > review and accept ASAP. > > Thank You, > Patrick Ohly > > [This message was auto-generated] > > --- > > Request #9438: > > submit: home:pohly/neon(r5) -> Trunk:Testing/neon > > > Message: > None > > State: new 2010-11-12T00:37:19 pohly > Comment: None > > > > changes files: > -------------- > --- neon.changes > +++ neon.changes > @@ -0,0 +1,3 @@ > +* Fri Nov 12 2010 Patrick Ohly <[email protected]> - 0.28.6-3 > +- include patch for 'Neon WebDAV: SSL problem with Yahoo!' (BMC #9984) > + > > new: > ---- > neon-0.28.6-nocert.patch > > spec files: > ----------- > --- neon.spec > +++ neon.spec > @@ -7,6 +7,7 @@ > URL: http://www.webdav.org/neon/ > Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz > Patch0: neon-0.27.0-multilib.patch > +Patch1: neon-0.28.6-nocert.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildRequires: expat-devel, gnutls-devel, zlib-devel, krb5-devel > BuildRequires: pkgconfig, pakchois-devel > @@ -34,6 +35,7 @@ > %prep > %setup -q > %patch0 -p1 -b .multilib > +%patch1 -p1 > > %build > export CC="%{__cc} -pthread" > > other changes: > -------------- > > ++++++ neon-0.28.6-nocert.patch (new) > --- neon-0.28.6-nocert.patch > +++ neon-0.28.6-nocert.patch > +Patch from upstream commit. > +http://lists.manyfish.co.uk/pipermail/neon-commits/2010-November/000905.html > + > +Author: joe > +Date: Thu Nov 11 12:26:45 2010 > +New Revision: 1829 > + > +Modified: > + neon/branches/0.29.x/src/ne_gnutls.c > + > +Log: > +Merge r1828 from trunk: > + > +* src/ne_gnutls.c (provide_client_cert): Return success with no cert > + if no cert is available; match behaviour with OpenSSL. Thanks to > + Patrick Ohly. > + > +Modified: neon/branches/0.29.x/src/ne_gnutls.c > +============================================================================== > +--- 0.29.x/src/ne_gnutls.c (original) > ++++ 0.29.x/src/ne_gnutls.c Thu Nov 11 12:26:45 2010 > +@@ -620,10 +620,12 @@ > + } else { > + return GNUTLS_E_UNSUPPORTED_CERTIFICATE_TYPE; > + } > +- } else { > ++ } > ++ else { > + NE_DEBUG(NE_DBG_SSL, "No client certificate supplied.\n"); > ++ st->ncerts = 0; > + sess->ssl_cc_requested = 1; > +- return GNUTLS_E_NO_CERTIFICATE_FOUND; > ++ return 0; > + } > + > + return 0; > + > > _______________________________________________ > MeeGo-commits mailing list > [email protected] > http://lists.meego.com/listinfo/meego-commits > _______________________________________________ > MeeGo-packaging mailing list > [email protected] > http://lists.meego.com/listinfo/meego-packaging _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
