Your message dated Tue, 03 Aug 2021 07:03:27 +0000
with message-id <e1maosv-000gf7...@fasolo.debian.org>
and subject line Bug#962439: fixed in sctk 2.4.10-20151007-1312Z+dfsg2-3.1
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
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: Tue, 03 Aug 2021 09:44:24 +0300
Source: sctk
Architecture: source
Version: 2.4.10-20151007-1312Z+dfsg2-3.1
Distribution: unstable
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) 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:
b18a9a41ff00e551a55042ac1f0228e0a583b56b 2060
sctk_2.4.10-20151007-1312Z+dfsg2-3.1.dsc
10e3055023fcdd68b916e4b12196f92a80af61ad 31796
sctk_2.4.10-20151007-1312Z+dfsg2-3.1.debian.tar.xz
Checksums-Sha256:
45e1ddeddea400112bf46a76b2fb28e2071b8e1847190480fb5315b66ddc2d76 2060
sctk_2.4.10-20151007-1312Z+dfsg2-3.1.dsc
be245ad922c44e2f8bbc9c81b95337592be86f21bc2c4a2d64e8ada81cf21166 31796
sctk_2.4.10-20151007-1312Z+dfsg2-3.1.debian.tar.xz
Files:
a77870bac3c0e8a34da26be022074919 2060 science optional
sctk_2.4.10-20151007-1312Z+dfsg2-3.1.dsc
22b5b32f96f42a674163e7df3858c2a9 31796 science optional
sctk_2.4.10-20151007-1312Z+dfsg2-3.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmEI5rsACgkQiNJCh6LY
mLEjUBAAuw9X5A3bq7Fp/dz4j0xb+DEKQ/JsCFiryfX5jksS+4wIi/MBrrDxZIdT
l78EFYZGR7YgS+bL68mQBp+pqtIk0KEmLfq5VxRiXo06O173DTlaJlFclcPZfEFh
GYJ6rHHovSMekjha7eJsPGbZ2f91zzVyDe0DSr651pk8cUNyNwcc10FBvt8Vf5W5
5balYXDiuXCDBkQZGtxyQI2i9jbdAHM+cJZJ98ng7T2Mq8adaQGnFW0AEWWobY5d
jVO+mwVpS8hPDmY73kNKyrm3RYg3IomTxtS3rpKSFUr09VPwzLqOu6osRVTC/heW
YvtTBeyBSQ+wT7h/C/MxnmBPz3S1xgZZjwUg3RNF55S3I4bSlOV2f5aNCRqe6De4
OWYWjyY4e6xJyf+SoH2LogOsaRA7gaaX/FXR2SyR0JuFWhxuXox1/DFQfZ6+3e4n
Ns1WOZzIcGxC4xnSt2l9vUaMWtlElEP7VEkAFA4LKTIP9j6ZtqFLJPKe3lM7aeBg
yRTIYpKQgeKFFzSKPlahSs8MlOx5ZbzvluKoUk8XMdapbUBmfpPydeXoX2y2A0n7
jnvctRBQoBs2HLacQ8UxExI7DHFBLDPIOOI/C71UgLvTN0fDuXahKwmPwo/+ISn2
OxqPkckZBtidn/Dxhs/fZyUSKJe6rbEmXTeiEbLBc3l6I76+rTc=
=vGay
-----END PGP SIGNATURE-----
--- End Message ---