Package: release.debian.org Severity: normal Tags: jessie User: [email protected] Usertags: pu
I would like to upload ca-certificates_20141019+deb8u3 to stable, in order to backport the fix from #783615 [0]. This bug was reopened and set to Serious severity. The debdiff is attached. [0] https://bugs.debian.org/783615 -- Kind regards, Michael
diffstat for ca-certificates-20141019+deb8u2 ca-certificates-20141019+deb8u3 debian/changelog | 7 +++++++ sbin/update-ca-certificates | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru ca-certificates-20141019+deb8u2/debian/changelog ca-certificates-20141019+deb8u3/debian/changelog --- ca-certificates-20141019+deb8u2/debian/changelog 2016-11-18 09:24:20.000000000 -0600 +++ ca-certificates-20141019+deb8u3/debian/changelog 2017-01-20 16:00:09.000000000 -0600 @@ -1,3 +1,10 @@ +ca-certificates (20141019+deb8u3) stable; urgency=medium + + * sbin/update-ca-certificates: + Update local certificates directory when calling --fresh. Closes: #783615 + + -- Michael Shuler <[email protected]> Wed, 18 Jan 2017 15:54:56 -0600 + ca-certificates (20141019+deb8u2) stable; urgency=medium [ Michael Shuler ] diff -Nru ca-certificates-20141019+deb8u2/sbin/update-ca-certificates ca-certificates-20141019+deb8u3/sbin/update-ca-certificates --- ca-certificates-20141019+deb8u2/sbin/update-ca-certificates 2016-11-18 09:24:15.000000000 -0600 +++ ca-certificates-20141019+deb8u3/sbin/update-ca-certificates 2017-01-20 16:00:09.000000000 -0600 @@ -89,7 +89,7 @@ find . -type l -print | while read symlink do case $(readlink $symlink) in - $CERTSDIR*) rm -f $symlink;; + $CERTSDIR*|$LOCALCERTSDIR*) rm -f $symlink;; esac done find . -type l -print | while read symlink

