Your message dated Fri, 26 Aug 2022 17:32:55 +0000
with message-id <e1ordcr-003q25...@fasolo.debian.org>
and subject line Bug#962439: fixed in sctk 
2.4.10-20151007-1312Z+dfsg2-3.1~deb10u1
has caused the Debian Bug report #962439,
regarding sctk: use pdftoppm instead of convert in 
debian/replacement_files/Makefile
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
962439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962439
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sctk
Version: 2.4.10-20151007-1312Z+dfsg2-3
Severity: normal
Tags: patch

Dear Maintainer,

I've just patched sctk in Ubuntu as our default ImageMagick security
policy does not allow convert(1) to access PDFs but rather use pdftoppm.
As a bonus the resulting file is smaller and looks much nicer :) I don't
now if Debian is interested in this really, but I'm attaching the
debdiff anyway.

Cheers,
mwh

-- System Information:
Debian Release: bullseye/sid
  APT prefers focal-updates
  APT policy: (500, 'focal-updates'), (500, 'focal-security'), (500, 'focal'), 
(400, 'focal-proposed'), (100, 'focal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-33-generic (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru sctk-2.4.10-20151007-1312Z+dfsg2/debian/changelog 
sctk-2.4.10-20151007-1312Z+dfsg2/debian/changelog
--- sctk-2.4.10-20151007-1312Z+dfsg2/debian/changelog   2020-03-23 
04:57:23.000000000 +1300
+++ sctk-2.4.10-20151007-1312Z+dfsg2/debian/changelog   2020-06-08 
15:03:11.000000000 +1200
@@ -1,3 +1,10 @@
+sctk (2.4.10-20151007-1312Z+dfsg2-3ubuntu1) groovy; urgency=medium
+
+  * Use pdftoppm instead of convert to convert pdf to jpg as the latter fails
+    with the default security policy on Ubuntu.
+
+ -- Michael Hudson-Doyle <michael.hud...@ubuntu.com>  Mon, 08 Jun 2020 
15:03:11 +1200
+
 sctk (2.4.10-20151007-1312Z+dfsg2-3build1) focal; urgency=medium
 
   * No-change rebuild for libgcc-s1 package name change.
diff -Nru sctk-2.4.10-20151007-1312Z+dfsg2/debian/control 
sctk-2.4.10-20151007-1312Z+dfsg2/debian/control
--- sctk-2.4.10-20151007-1312Z+dfsg2/debian/control     2016-04-28 
04:42:33.000000000 +1200
+++ sctk-2.4.10-20151007-1312Z+dfsg2/debian/control     2020-06-08 
15:03:11.000000000 +1200
@@ -1,13 +1,15 @@
 Source: sctk
 Section: science
 Priority: optional
-Maintainer: Giulio Paci <giuliop...@gmail.com>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Giulio Paci <giuliop...@gmail.com>
 Build-Depends: cdbs,
  devscripts,
  debhelper (>= 9~),
  dh-buildinfo,
  dpkg-dev (>= 1.16.1~),
  librsvg2-bin,
+ poppler-utils,
  texlive-latex-base,
  texlive-latex-extra,
  imagemagick,
diff -Nru sctk-2.4.10-20151007-1312Z+dfsg2/debian/control.in 
sctk-2.4.10-20151007-1312Z+dfsg2/debian/control.in
--- sctk-2.4.10-20151007-1312Z+dfsg2/debian/control.in  2016-04-28 
04:42:33.000000000 +1200
+++ sctk-2.4.10-20151007-1312Z+dfsg2/debian/control.in  2020-06-08 
15:03:11.000000000 +1200
@@ -1,7 +1,8 @@
 Source: sctk
 Section: science
 Priority: optional
-Maintainer: Giulio Paci <giuliop...@gmail.com>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Giulio Paci <giuliop...@gmail.com>
 Build-Depends: @cdbs@
 Standards-Version: 3.9.8
 Homepage: http://www.nist.gov/itl/iad/mig/tools.cfm
diff -Nru sctk-2.4.10-20151007-1312Z+dfsg2/debian/replacement_files/Makefile 
sctk-2.4.10-20151007-1312Z+dfsg2/debian/replacement_files/Makefile
--- sctk-2.4.10-20151007-1312Z+dfsg2/debian/replacement_files/Makefile  
2016-04-28 04:42:33.000000000 +1200
+++ sctk-2.4.10-20151007-1312Z+dfsg2/debian/replacement_files/Makefile  
2020-06-08 15:03:11.000000000 +1200
@@ -34,7 +34,7 @@
 all: $(OUTPUT)
 
 %.jpg: %.pdf
-       convert -density 300 $< $@
+       pdftoppm -jpeg -singlefile -r 300 $< > $@
 
 %.png: %.svg
        convert "$<" "$@"

--- End Message ---
--- Begin Message ---
Source: sctk
Source-Version: 2.4.10-20151007-1312Z+dfsg2-3.1~deb10u1
Done: Adrian Bunk <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sctk, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 962...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated sctk package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 25 Aug 2022 17:16:13 +0300
Source: sctk
Architecture: source
Version: 2.4.10-20151007-1312Z+dfsg2-3.1~deb10u1
Distribution: buster
Urgency: medium
Maintainer: Giulio Paci <giuliop...@gmail.com>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 962439
Changes:
 sctk (2.4.10-20151007-1312Z+dfsg2-3.1~deb10u1) buster; urgency=medium
 .
   * Non-maintainer upload.
   * Rebuild for buster.
 .
 sctk (2.4.10-20151007-1312Z+dfsg2-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Apply patch by Michael Hudson-Doyle to use pdftoppm instead
     of convert to convert pdf to jpg as the latter fails with the
     changed security policy of ImageMagick. (Closes: #962439)
Checksums-Sha1:
 7c3ce52a464c4db313a798e822b6ae00a26f3b58 2092 
sctk_2.4.10-20151007-1312Z+dfsg2-3.1~deb10u1.dsc
 c392e94345f1e85e458e699323e3601e84325c96 31792 
sctk_2.4.10-20151007-1312Z+dfsg2-3.1~deb10u1.debian.tar.xz
Checksums-Sha256:
 fc7d5b6a457ea07cdc92633049a68f3a9a32de847d6fdd8f22a66cb370679aa6 2092 
sctk_2.4.10-20151007-1312Z+dfsg2-3.1~deb10u1.dsc
 d71d6c1bc6e22862438db28dcefd3a61fe6415d09e971b24e7fe3696ab1dac4f 31792 
sctk_2.4.10-20151007-1312Z+dfsg2-3.1~deb10u1.debian.tar.xz
Files:
 949ed21b8ce4d0cb323fcae75fc9a3e5 2092 science optional 
sctk_2.4.10-20151007-1312Z+dfsg2-3.1~deb10u1.dsc
 55d7cc5d882ec81d06ce2949558da04e 31792 science optional 
sctk_2.4.10-20151007-1312Z+dfsg2-3.1~deb10u1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmMHhV4ACgkQiNJCh6LY
mLEBFBAAzhoqA7piTkqb6xzrrptgeXvFnaJCN/lDQPPbavm3EJ6s0aKh9MH82jsn
1i6t4zfxVo4x1MbfIdJ11+kqBX1mkytEi7bCX1EpIpe+mIGCIU9GEkU8xj5MlZPb
ZQi1jUOnGeAnkqmQ0d1U0mBdLUrt7Z8VW7dyFdKvR/GwqmgEJTlSp72jZEHwslNC
eOOXxXRm+ibirQ/2O9OlPxNKMwpVDUCcIVgcXVWu9nmoKGR6cdHcmMZ4RIALVBn2
wd6cYwx3coY/RO/dGUSQbnFh6yQ6UpU2x1xYjXX7YZexVmoM//S14+vQop8PQt/u
dOBagOOp3yzezKACghv12k7A66GrZEIzPUICkhCZZbOG4ujXpR7lSgsbM6oeDRn1
s1zWAKWTOii/gbnA4vkN9AFWpTBtnG1oHPMCPbGCG3U9s+zyw8WfuHhMVAhcH73n
MuQ6drNFJPF6tPGIxKUvqUhZYGXQ81TrgOl8aZwvGdCDJA1Lig2YrV8hHAplgnJd
ox3zA3AocCA4BsNf2YpPu4Ex37vkVLwNMhWJr+dTIuweHCzweGZct4phuPgAlGwh
j9BgKSyElLYBxVPp8dD+yIqk63N/ipy+D99aSaUsuODC3N52ukuaieX5/PLn8iYg
PEEC3VkXKPA5On5ijO4zJnQDBu5Dwk7LL2lcMBNG6vueohMKM0g=
=upRZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to