GraphicsMagick: 2 new changesets
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.8464.1643401601.1940.graphicsmagick-commit@lists.sourceforge.net> |
changeset 82cf47d7ef42 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=82cf47d7ef42 summary: Mention HEIC in version output. changeset f364bc76becf in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=f364bc76becf summary: www/download.rst: Document how to retrieve the PGP signing key from a key server. diffstat: ChangeLog | 5 +++++ VisualMagick/installer/inc/version.isx | 4 ++-- magick/command.c | 3 ++- magick/version.h | 4 ++-- www/Changelog.html | 4 ++++ www/download.html | 24 +++++++++++++++--------- www/download.rst | 25 ++++++++++++++++--------- 7 files changed, 46 insertions(+), 23 deletions(-) diffs (143 lines): diff -r 603982ea5485 -r f364bc76becf ChangeLog --- a/ChangeLog Thu Jan 27 10:51:02 2022 -0600 +++ b/ChangeLog Fri Jan 28 14:26:25 2022 -0600 @@ -1,3 +1,8 @@ +2022-01-28 Bob Friesenhahn <[email protected]> + + * www/download.rst: Document how to retrieve the PGP signing key + from a key server. + 2022-01-23 Bob Friesenhahn <[email protected]> * coders/jp2.c (ReadJP2Image): Always use diff -r 603982ea5485 -r f364bc76becf VisualMagick/installer/inc/version.isx --- a/VisualMagick/installer/inc/version.isx Thu Jan 27 10:51:02 2022 -0600 +++ b/VisualMagick/installer/inc/version.isx Fri Jan 28 14:26:25 2022 -0600 @@ -10,5 +10,5 @@ #define public MagickPackageName "GraphicsMagick" #define public MagickPackageVersion "1.4" -#define public MagickPackageVersionAddendum ".020220123" -#define public MagickPackageReleaseDate "snapshot-20220123" +#define public MagickPackageVersionAddendum ".020220128" +#define public MagickPackageReleaseDate "snapshot-20220128" diff -r 603982ea5485 -r f364bc76becf magick/command.c --- a/magick/command.c Thu Jan 27 10:51:02 2022 -0600 +++ b/magick/command.c Fri Jan 28 14:26:25 2022 -0600 @@ -17019,11 +17019,12 @@ PrintFeature("Ghostscript (Library)", supported); /* HEIF/HVEC */ + /* FIXME: libheif also supports AVIF "HEIF/AVI" */ supported=MagickFalse; #if defined(HasHEIF) supported=MagickTrue; #endif /* defined(HasHEIF) */ - PrintFeature("HEIF/HVEC",supported); + PrintFeature("HEIF/HVEC (\"HEIC\")",supported); /* JBIG */ supported=MagickFalse; diff -r 603982ea5485 -r f364bc76becf magick/version.h --- a/magick/version.h Thu Jan 27 10:51:02 2022 -0600 +++ b/magick/version.h Fri Jan 28 14:26:25 2022 -0600 @@ -38,8 +38,8 @@ #define MagickLibVersion 0x262300 #define MagickLibVersionText "1.4" #define MagickLibVersionNumber 26,23,0 -#define MagickChangeDate "20220123" -#define MagickReleaseDate "snapshot-20220123" +#define MagickChangeDate "20220128" +#define MagickReleaseDate "snapshot-20220128" /* The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines diff -r 603982ea5485 -r f364bc76becf www/Changelog.html --- a/www/Changelog.html Thu Jan 27 10:51:02 2022 -0600 +++ b/www/Changelog.html Fri Jan 28 14:26:25 2022 -0600 @@ -35,6 +35,10 @@ <div class="document"> +<p>2022-01-28 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> +* www/download.rst: Document how to retrieve the PGP signing key +from a key server.</blockquote> <p>2022-01-23 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> * coders/jp2.c (ReadJP2Image): Always use diff -r 603982ea5485 -r f364bc76becf www/download.html --- a/www/download.html Thu Jan 27 10:51:02 2022 -0600 +++ b/www/download.html Fri Jan 28 14:26:25 2022 -0600 @@ -77,18 +77,24 @@ <a class="reference external" href="https://gnupg.org/download/">https://gnupg.org/download/</a>. The installed program on your system might be named 'gpg', 'gpg2', or 'gpg1'.</p> <p>The signing key used (currently DSA key id -EBDFDB21B020EE8FD151A88DE301047DE1198975) may be extracted from -<a class="reference external" href="http://www.graphicsmagick.org/security.html">http://www.graphicsmagick.org/security.html</a>. If using this -approach (rather than a key server) to obtain the key, then copy the -entire block of text including the all of the "BEGIN" and "END" lines -to a file (e.g. <cite>gm-sigs.asc</cite>) and import it into your collection of -keys. For example:</p> +EBDFDB21B020EE8FD151A88DE301047DE1198975) may be downloaded from a +public key server like:</p> +<pre class="literal-block"> +gpg --recv-keys EBDFDB21B020EE8FD151A88DE301047DE1198975 +</pre> +<p>or it may be extracted from +<a class="reference external" href="http://www.graphicsmagick.org/security.html">http://www.graphicsmagick.org/security.html</a>.</p> +<p>If extracting the key from the web page, (rather than using a key +server) to obtain the key, then copy the entire block of text +including the all of the "BEGIN" and "END" lines to a file +(e.g. <cite>gm-sigs.asc</cite>) and import it into your collection of keys. For +example:</p> <pre class="literal-block"> gpg --import gm-sigs.asc </pre> -<p>After this, you can easily verify any GraphicsMagick distribution file -with an associated ".sig" file (requires downloading two files) by -doing this:</p> +<p>After importing the key, you can easily verify any GraphicsMagick +distribution file with an associated ".sig" file (requires downloading +two files) by doing this:</p> <pre class="literal-block"> gpg --verify GraphicsMagick-1.3.37.tar.xz.sig </pre> diff -r 603982ea5485 -r f364bc76becf www/download.rst --- a/www/download.rst Thu Jan 27 10:51:02 2022 -0600 +++ b/www/download.rst Fri Jan 28 14:26:25 2022 -0600 @@ -47,18 +47,25 @@ might be named 'gpg', 'gpg2', or 'gpg1'. The signing key used (currently DSA key id -EBDFDB21B020EE8FD151A88DE301047DE1198975) may be extracted from -http://www.graphicsmagick.org/security.html. If using this -approach (rather than a key server) to obtain the key, then copy the -entire block of text including the all of the "BEGIN" and "END" lines -to a file (e.g. `gm-sigs.asc`) and import it into your collection of -keys. For example:: +EBDFDB21B020EE8FD151A88DE301047DE1198975) may be downloaded from a +public key server like:: + + gpg --recv-keys EBDFDB21B020EE8FD151A88DE301047DE1198975 + +or it may be extracted from +http://www.graphicsmagick.org/security.html. + +If extracting the key from the web page, (rather than using a key +server) to obtain the key, then copy the entire block of text +including the all of the "BEGIN" and "END" lines to a file +(e.g. `gm-sigs.asc`) and import it into your collection of keys. For +example:: gpg --import gm-sigs.asc -After this, you can easily verify any GraphicsMagick distribution file -with an associated ".sig" file (requires downloading two files) by -doing this:: +After importing the key, you can easily verify any GraphicsMagick +distribution file with an associated ".sig" file (requires downloading +two files) by doing this:: gpg --verify GraphicsMagick-1.3.37.tar.xz.sig