GraphicsMagick: Updates due to switching from OSDN to foss.hepta...
GraphicsMagick Commits <[email protected]> Thu, 16 Nov 2023 11:50:01 -0600
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.3062.1700157012.7940.graphicsmagick-commit@lists.sourceforge.net> |
changeset 1a78042ce25a in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=1a78042ce25a summary: Updates due to switching from OSDN to foss.heptapod.net diffstat: ChangeLog | 11 +++++++++++ LICENSE | 25 +++++++++++++++++++++++++ README.txt | 4 ++-- VisualMagick/installer/inc/version.isx | 4 ++-- magick/version.h | 4 ++-- www/Changelog.html | 10 ++++++++++ www/Hg.html | 8 ++++---- www/Hg.rst | 8 ++++---- www/README.html | 4 ++-- www/thanks.html | 34 ++++++++++++++++++++++++---------- www/thanks.rst | 12 ++++++++++++ 11 files changed, 98 insertions(+), 26 deletions(-) diffs (277 lines): diff -r 137b263329d5 -r 1a78042ce25a ChangeLog --- a/ChangeLog Wed Nov 15 08:36:29 2023 -0600 +++ b/ChangeLog Thu Nov 16 11:49:56 2023 -0600 @@ -1,3 +1,14 @@ +2023-11-16 Bob Friesenhahn <[email protected]> + + * www/thanks.rst: Provide attributions expected by + https://foss.heptapod.net/ + + * www/Hg.rst: Replace OSDN with foss.heptapod.net. + + * README.txt: Replace OSDN with foss.heptapod.net. + + * LICENSE: Provide a license file at an expected location. + 2023-11-15 Bob Friesenhahn <[email protected]> * tests/{rwfile.c, rwblob.c} (DescribeFrames): Add a 'ping' option diff -r 137b263329d5 -r 1a78042ce25a LICENSE --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE Thu Nov 16 11:49:56 2023 -0600 @@ -0,0 +1,25 @@ +Unless otherwise noted, all code submited to this project uses the +following Open Source Initiative approved MIT-style license. Please +see Copyright.txt for complete details: + + Copyright (C) 2002-2023 GraphicsMagick Group + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff -r 137b263329d5 -r 1a78042ce25a README.txt --- a/README.txt Wed Nov 15 08:36:29 2023 -0600 +++ b/README.txt Thu Nov 16 11:49:56 2023 -0600 @@ -33,9 +33,9 @@ GraphicsMagick is a continual work in progress. The very latest code is available via the Mercurial distributed source control management tool (https://www.mercurial-scm.org/). GraphicsMagick may be retrieved -from OSDN or SourceForge via the following commands: +from foss.heptapod.net or SourceForge via the following commands: - hg clone https://hg.osdn.net/view/graphicsmagick/GM GM + hg clone https://foss.heptapod.net/graphicsmagick/graphicsmagick GM hg clone http://hg.code.sf.net/p/graphicsmagick/code/ GM diff -r 137b263329d5 -r 1a78042ce25a VisualMagick/installer/inc/version.isx --- a/VisualMagick/installer/inc/version.isx Wed Nov 15 08:36:29 2023 -0600 +++ b/VisualMagick/installer/inc/version.isx Thu Nov 16 11:49:56 2023 -0600 @@ -10,5 +10,5 @@ #define public MagickPackageName "GraphicsMagick" #define public MagickPackageVersion "1.4" -#define public MagickPackageVersionAddendum ".020231115" -#define public MagickPackageReleaseDate "snapshot-20231115" +#define public MagickPackageVersionAddendum ".020231116" +#define public MagickPackageReleaseDate "snapshot-20231116" diff -r 137b263329d5 -r 1a78042ce25a magick/version.h --- a/magick/version.h Wed Nov 15 08:36:29 2023 -0600 +++ b/magick/version.h Thu Nov 16 11:49:56 2023 -0600 @@ -38,8 +38,8 @@ #define MagickLibVersion 0x272404 #define MagickLibVersionText "1.4" #define MagickLibVersionNumber 27,24,4 -#define MagickChangeDate "20231115" -#define MagickReleaseDate "snapshot-20231115" +#define MagickChangeDate "20231116" +#define MagickReleaseDate "snapshot-20231116" /* The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines diff -r 137b263329d5 -r 1a78042ce25a www/Changelog.html --- a/www/Changelog.html Wed Nov 15 08:36:29 2023 -0600 +++ b/www/Changelog.html Thu Nov 16 11:49:56 2023 -0600 @@ -37,6 +37,16 @@ </div> <div class="document"> +<p>2023-11-16 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> +<blockquote> +<ul class="simple"> +<li><p>www/thanks.rst: Provide attributions expected by +<a class="reference external" href="https://foss.heptapod.net/">https://foss.heptapod.net/</a></p></li> +<li><p>www/Hg.rst: Replace OSDN with foss.heptapod.net.</p></li> +<li><p>README.txt: Replace OSDN with foss.heptapod.net.</p></li> +<li><p>LICENSE: Provide a license file at an expected location.</p></li> +</ul> +</blockquote> <p>2023-11-15 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> <ul class="simple"> diff -r 137b263329d5 -r 1a78042ce25a www/Hg.html --- a/www/Hg.html Wed Nov 15 08:36:29 2023 -0600 +++ b/www/Hg.html Thu Nov 16 11:49:56 2023 -0600 @@ -75,8 +75,8 @@ </div> <div class="section" id="web-access"> <h1><a class="toc-backref" href="#id2">Web Access</a></h1> -<p>The <a class="reference external" href="http://hg.code.sf.net/p/graphicsmagick/code/">GraphicsMagick repository at SourceForge</a> and <a class="reference external" href="https://hg.osdn.net/view/graphicsmagick/GM">GraphicsMagick -repository at OSDN</a> web interfaces are available which may be used to +<p>The <a class="reference external" href="http://hg.code.sf.net/p/graphicsmagick/code/">GraphicsMagick repository at SourceForge</a> and <a class="reference external" href="https://foss.heptapod.net/graphicsmagick/graphicsmagick">GraphicsMagick +repository at Heptapod</a> web interfaces are available which may be used to interactively view the latest versions of files (or the changes to files) using your web browser. These two servers will be updated at about the same time so they should normally contain the same content.</p> @@ -87,8 +87,8 @@ directory, issue the command to one of the two public servers:</p> <pre class="literal-block">hg clone http://hg.code.sf.net/p/graphicsmagick/code GM</pre> <p>or:</p> -<pre class="literal-block">hg clone https://hg.osdn.net/view/graphicsmagick/GM</pre> -<p>The repository is large (e.g. 239MB of Hg content, resulting in 299MB +<pre class="literal-block">hg clone https://foss.heptapod.net/graphicsmagick/graphicsmagick GM</pre> +<p>The repository is large (e.g. 296M of Hg content, resulting in 450M after files are extracted), so some time may be required to transfer all the changesets. Patience is a virtue!</p> <p>Please note that since the introduction of an HTTP load balancer, diff -r 137b263329d5 -r 1a78042ce25a www/Hg.rst --- a/www/Hg.rst Wed Nov 15 08:36:29 2023 -0600 +++ b/www/Hg.rst Thu Nov 16 11:49:56 2023 -0600 @@ -22,7 +22,7 @@ .. _Mercurial : https://www.mercurial-scm.org/ .. _TortoiseHg : https://tortoisehg.bitbucket.io/ .. _`GraphicsMagick repository at SourceForge` : http://hg.code.sf.net/p/graphicsmagick/code/ -.. _`GraphicsMagick repository at OSDN` : https://hg.osdn.net/view/graphicsmagick/GM +.. _`GraphicsMagick repository at Heptapod` : https://foss.heptapod.net/graphicsmagick/graphicsmagick .. contents:: @@ -48,7 +48,7 @@ ============= The `GraphicsMagick repository at SourceForge`_ and `GraphicsMagick -repository at OSDN`_ web interfaces are available which may be used to +repository at Heptapod`_ web interfaces are available which may be used to interactively view the latest versions of files (or the changes to files) using your web browser. These two servers will be updated at about the same time so they should normally contain the same content. @@ -63,9 +63,9 @@ or:: - hg clone https://hg.osdn.net/view/graphicsmagick/GM + hg clone https://foss.heptapod.net/graphicsmagick/graphicsmagick GM -The repository is large (e.g. 239MB of Hg content, resulting in 299MB +The repository is large (e.g. 296M of Hg content, resulting in 450M after files are extracted), so some time may be required to transfer all the changesets. Patience is a virtue! diff -r 137b263329d5 -r 1a78042ce25a www/README.html --- a/www/README.html Wed Nov 15 08:36:29 2023 -0600 +++ b/www/README.html Thu Nov 16 11:49:56 2023 -0600 @@ -70,9 +70,9 @@ <p>GraphicsMagick is a continual work in progress. The very latest code is available via the Mercurial distributed source control management tool (<a class="reference external" href="https://www.mercurial-scm.org/">https://www.mercurial-scm.org/</a>). GraphicsMagick may be retrieved -from OSDN or SourceForge via the following commands:</p> +from foss.heptapod.net or SourceForge via the following commands:</p> <blockquote> -<p>hg clone <a class="reference external" href="https://hg.osdn.net/view/graphicsmagick/GM">https://hg.osdn.net/view/graphicsmagick/GM</a> GM</p> +<p>hg clone <a class="reference external" href="https://foss.heptapod.net/graphicsmagick/graphicsmagick">https://foss.heptapod.net/graphicsmagick/graphicsmagick</a> GM</p> <p>hg clone <a class="reference external" href="http://hg.code.sf.net/p/graphicsmagick/code/">http://hg.code.sf.net/p/graphicsmagick/code/</a> GM</p> </blockquote> <p>Mercurial provides a complete stand-alone repository which contains diff -r 137b263329d5 -r 1a78042ce25a www/thanks.html --- a/www/thanks.html Wed Nov 15 08:36:29 2023 -0600 +++ b/www/thanks.html Thu Nov 16 11:49:56 2023 -0600 @@ -46,15 +46,29 @@ ways:</p> <div class="contents local topic" id="contents"> <ul class="simple"> -<li><p><a class="reference internal" href="#fuzz-testing" id="id1">Fuzz Testing</a></p></li> -<li><p><a class="reference internal" href="#security-analysis-reports" id="id2">Security Analysis/Reports</a></p></li> -<li><p><a class="reference internal" href="#static-code-analysis" id="id3">Static Code Analysis</a></p></li> -<li><p><a class="reference internal" href="#software-analysis-tools" id="id4">Software Analysis Tools</a></p></li> -<li><p><a class="reference internal" href="#additional-acknowledgements" id="id5">Additional Acknowledgements</a></p></li> +<li><p><a class="reference internal" href="#project-hosting" id="id1">Project Hosting</a></p></li> +<li><p><a class="reference internal" href="#fuzz-testing" id="id2">Fuzz Testing</a></p></li> +<li><p><a class="reference internal" href="#security-analysis-reports" id="id3">Security Analysis/Reports</a></p></li> +<li><p><a class="reference internal" href="#static-code-analysis" id="id4">Static Code Analysis</a></p></li> +<li><p><a class="reference internal" href="#software-analysis-tools" id="id5">Software Analysis Tools</a></p></li> +<li><p><a class="reference internal" href="#additional-acknowledgements" id="id6">Additional Acknowledgements</a></p></li> </ul> </div> +<div class="section" id="project-hosting"> +<h1><a class="toc-backref" href="#id1">Project Hosting</a></h1> +<blockquote> +<ul class="simple"> +<li><p>Hosting at <a class="reference external" href="https://foss.heptapod.net/">https://foss.heptapod.net/</a> (since 2023) is donated by Clever Cloud +<<a class="reference external" href="https://clever-cloud.com/">https://clever-cloud.com/</a>> and Octobus <<a class="reference external" href="https://octobus.net/">https://octobus.net/</a>>.</p></li> +<li><p>Hosting at <a class="reference external" href="https://sourceforge.net/">https://sourceforge.net/</a> (since 2003) is provided for +free by SourceForge <<a class="reference external" href="https://sourceforge.net/about">https://sourceforge.net/about</a>>.</p></li> +<li><p>Hosting at <a class="reference external" href="http://www.graphicsmagick.org/">http://www.graphicsmagick.org/</a> (since 2003) is provided +by Bob Friesenhahn.</p></li> +</ul> +</blockquote> +</div> <div class="section" id="fuzz-testing"> -<h1><a class="toc-backref" href="#id1">Fuzz Testing</a></h1> +<h1><a class="toc-backref" href="#id2">Fuzz Testing</a></h1> <blockquote> <ul class="simple"> <li><p>Gustavo Grieco</p></li> @@ -69,7 +83,7 @@ </blockquote> </div> <div class="section" id="security-analysis-reports"> -<h1><a class="toc-backref" href="#id2">Security Analysis/Reports</a></h1> +<h1><a class="toc-backref" href="#id3">Security Analysis/Reports</a></h1> <blockquote> <ul class="simple"> <li><p>John Lightsey</p></li> @@ -80,7 +94,7 @@ </blockquote> </div> <div class="section" id="static-code-analysis"> -<h1><a class="toc-backref" href="#id3">Static Code Analysis</a></h1> +<h1><a class="toc-backref" href="#id4">Static Code Analysis</a></h1> <blockquote> <ul class="simple"> <li><p><a class="reference external" href="http://www.synopsys.com/software/coverity/">Coverity</a> was used (free of charge) to perform static code @@ -90,7 +104,7 @@ </blockquote> </div> <div class="section" id="software-analysis-tools"> -<h1><a class="toc-backref" href="#id4">Software Analysis Tools</a></h1> +<h1><a class="toc-backref" href="#id5">Software Analysis Tools</a></h1> <blockquote> <ul class="simple"> <li><p><a class="reference external" href="http://lcamtuf.coredump.cx/afl/">American fuzzy lop</a> was used (by many) to produce and discover @@ -107,7 +121,7 @@ </blockquote> </div> <div class="section" id="additional-acknowledgements"> -<h1><a class="toc-backref" href="#id5">Additional Acknowledgements</a></h1> +<h1><a class="toc-backref" href="#id6">Additional Acknowledgements</a></h1> <dl class="simple"> <dt>David Pensak, E. I. du Pont de Nemours and Company</dt> <dd><p>For providing the computing environment that made diff -r 137b263329d5 -r 1a78042ce25a www/thanks.rst --- a/www/thanks.rst Wed Nov 15 08:36:29 2023 -0600 +++ b/www/thanks.rst Thu Nov 16 11:49:56 2023 -0600 @@ -13,6 +13,18 @@ .. contents:: :local: +Project Hosting +--------------- + + * Hosting at https://foss.heptapod.net/ (since 2023) is donated by Clever Cloud + <https://clever-cloud.com/> and Octobus <https://octobus.net/>. + + * Hosting at https://sourceforge.net/ (since 2003) is provided for + free by SourceForge <https://sourceforge.net/about>. + + * Hosting at http://www.graphicsmagick.org/ (since 2003) is provided + by Bob Friesenhahn. + Fuzz Testing ------------