mailcap (3.70+nmu1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 3.71 > 3.70+nmu1
- Git: https://salsa.debian.org/debian/mailcap.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 770048
- Browser: https://salsa.debian.org/debian/mailcap
- Last scan: 2023-09-26 22:50:19+00
- Next scan: 2023-10-03 13:28:00+00
- Merge requests: 3
- CI pipeline status: success
- Debian changelog in Git:
mailcap (3.71) UNRELEASED; urgency=medium
[ Christian Göttsche ]
ea940af debian/postinst: set correct SELinux context for /etc/mailcap.
[ Julien Cristau ]
79285fc update-mime: convert .desktop file's TryExec to a
test= field for the mailcap entry (Closes: #964173)
[ Charles Plessy ]
4cccacb Re-allow program constants to be overriden by configuration files.
Thanks to Yair Yarom (Closes: #1005180)
-- Charles Plessy <plessy@debian.org> Mon, 11 Apr 2022 05:29:37 +0900
- This branch is 10 commits ahead of tag debian/3.70
- Git log:
commit 565c706438a5e6b0fa1758044553abb88e62f7b9
Merge: 5fccbed bf52628
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Sun Nov 27 15:24:47 2022 +0000
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian
See merge request debian/mailcap!5
commit bf5262883d3ce2726643a63f6a11ecb5f7fb8df8
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Oct 15 18:07:53 2022 +0000
Update standards version to 4.6.1, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit 215a8337b7f2295da43a3e0c89c6fda2a77a693d
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Oct 15 18:07:52 2022 +0000
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
commit 5fccbed51049a5dd2d9a97fce71055e0d5b5234c
Author: Charles Plessy <plessy@debian.org>
Date: Mon Apr 11 05:35:22 2022 +0900
Current changelog
commit 4cccacbf288a6751a3d7b12df187566915bfc9d2
Author: Charles Plessy <plessy@debian.org>
Date: Sun Mar 27 18:06:00 2022 +0900
Re-allow Program Constants to be overriden by the configuration file.
This regression was caused by #803729, which introduced `use strict` and
the use of `my` for variable declaration.
Closes: #1005180
Thanks: Yair Yarom
commit 6675459be4a2a06b82caad92880b31edd71b9cbb
Merge: 88ac7f4 ea940af
Author: Charles Plessy <plessy@debian.org>
Date: Sun Mar 6 02:34:47 2022 +0000
Merge branch 'mailcap_label' into 'master'
d/postinst: set correct SELinux context for /etc/mailcap
See merge request debian/mailcap!3
commit 88ac7f4822965c43506f17e93d85aeb0cb39ff93
Merge: 1b764ff 79285fc
Author: Charles Plessy <plessy@debian.org>
Date: Sat Jan 15 03:59:27 2022 +0000
Merge branch 'tryexec' into 'master'
update-mime: convert .desktop file's TryExec to a test= field for the mailcap entry
See merge request debian/mailcap!4
commit 79285fc23980eb1885c1e6f568ce65f62755e397
Author: Julien Cristau <jcristau@debian.org>
Date: Mon Nov 29 14:52:26 2021 +0100
update-mime: convert .desktop file's TryExec to a test= field for the mailcap entry
Closes: #964173
commit 1b764ff23f8d1c8b70cc03b6fda663abfd5b4671
Author: Julien Cristau <jcristau@debian.org>
Date: Mon Nov 29 14:08:08 2021 +0100
update-mime: when processing a desktop file, ignore everything outside the "Desktop Entry" group
Thanks to Simon McVittie for the patch!
Closes: #1000588
commit ea940afbe73d9ea9bf0f4c3ccbb2bf2838a97238
Author: Christian Göttsche <cgzones@googlemail.com>
Date: Mon Nov 22 12:32:01 2021 +0100
d/postinst: set correct SELinux context for /etc/mailcap
`/etc/mailcap` is generated by the perl script update-mime. Since perl has
no libselinux bindings, it is not trivially possible to create the file
with the default SELinux context. Thus possibly correct the context
after creation with restorecon(8).