On Thu, Jul 3, 2025 at 2:45 PM <dsahlb...@apache.org> wrote: > Author: dsahlberg > Date: Thu Jul 3 18:45:08 2025 > New Revision: 1926947 > > URL: http://svn.apache.org/viewvc?rev=1926947&view=rev > Log: > Update the doap-file on the website based on the "improved" doap-form at > https://projects.apache.org/create.html > Mostly s/http/https/g > > Modified: > serf/site/publish/doap.rdf > > Modified: serf/site/publish/doap.rdf > URL: > http://svn.apache.org/viewvc/serf/site/publish/doap.rdf?rev=1926947&r1=1926946&r2=1926947&view=diff > > ============================================================================== > --- serf/site/publish/doap.rdf (original) > +++ serf/site/publish/doap.rdf Thu Jul 3 18:45:08 2025 > @@ -13,7 +13,7 @@ > (the "License"); you may not use this file except in compliance with > the License. You may obtain a copy of the License at > > - http://www.apache.org/licenses/LICENSE-2.0 > + https://www.apache.org/licenses/LICENSE-2.0 > > Hi,
There might be an error here: the approved text for the license header [1] uses http://, not https://. Perhaps we should ask the board to consider approving using https:// and document it as such at [1], but until then... we have to be careful with search-and-replace. :-) [1] https://www.apache.org/licenses/LICENSE-2.0#apply The rest looks good to me... > Unless required by applicable law or agreed to in writing, software > distributed under the License is distributed on an "AS IS" BASIS, > @@ -21,19 +21,19 @@ > See the License for the specific language governing permissions and > limitations under the License. > --> > - <Project rdf:about="http://serf.apache.org/"> > + <Project rdf:about="https://serf.apache.org"> > <created>2015-08-19</created> > - <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> > + <license rdf:resource="https://spdx.org/licenses/Apache-2.0" /> > <name>Apache Serf</name> > - <homepage rdf:resource="http://serf.apache.org/" /> > - <asfext:pmc rdf:resource="http://serf.apache.org" /> > + <homepage rdf:resource="https://serf.apache.org" /> > + <asfext:pmc rdf:resource="https://serf.apache.org" /> > <shortdesc>High performance C-based HTTP client library built upon > the Apache Portable Runtime (APR) library.</shortdesc> > <description>The serf library is a high performance C-based HTTP > client library built upon the Apache Portable Runtime (APR) > library</description> > <bug-database rdf:resource=" > https://issues.apache.org/jira/browse/SERF/" /> > - <mailing-list rdf:resource=" > http://serf.apache.org/contribute#mailing-lists" /> > - <download-page rdf:resource="http://serf.apache.org/download" /> > + <mailing-list rdf:resource=" > https://serf.apache.org/contribute#mailing-lists" /> > + <download-page rdf:resource="https://serf.apache.org/download" /> > <programming-language>C</programming-language> > - <category rdf:resource="http://projects.apache.org/category/library" > /> > + <category rdf:resource="https://projects.apache.org/category/library" > /> > <release> > <Version> > <name>Recommended current 1.3 release</name> > @@ -43,9 +43,10 @@ > </release> > <repository> > <SVNRepository> > - <location rdf:resource=" > http://svn.apache.org/repos/asf/serf/trunk"/> > - <browse rdf:resource="http://svn.apache.org/viewvc/serf/trunk/"/> > + <location rdf:resource=" > https://svn.apache.org/repos/asf/serf/trunk"/> > + <browse rdf:resource="https://svn.apache.org/viewvc/serf/trunk"/> > </SVNRepository> > </repository> > </Project> > </rdf:RDF> > + > > > Cheers, Nathan