From: Raspbian automatic forward porter Date: Mon, 30 Jan 2023 05:17:13 +0000 (+0000) Subject: Merge version 1:20220308~dfsg-1+rpi1 and 1:20230101~dfsg-1 to produce 1:20230101... X-Git-Tag: archive/raspbian/1%20230101_dfsg-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eabf09335cb9b54a06b386956eb41ab64888cb08;p=fontforge.git Merge version 1:20220308~dfsg-1+rpi1 and 1:20230101~dfsg-1 to produce 1:20230101~dfsg-1+rpi1 --- eabf09335cb9b54a06b386956eb41ab64888cb08 diff --cc debian/changelog index 26f8f99,4401e3f..9622518 --- a/debian/changelog +++ b/debian/changelog @@@ -1,11 -1,27 +1,36 @@@ - fontforge (1:20220308~dfsg-1+rpi1) bookworm-staging; urgency=medium ++fontforge (1:20230101~dfsg-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 1:20190801~dfsg-4+rpi1 by Peter Michael Green at Wed, 01 Apr 2020 17:53:42 +0000] + * Disable call to SplineFontFree in _MergeFont to work around use after + free bug (see debian bug 948876). + * Fix clean target. + - -- Raspbian forward porter Tue, 21 Jun 2022 12:15:06 +0000 ++ -- Raspbian forward porter Mon, 30 Jan 2023 05:17:12 +0000 ++ + fontforge (1:20230101~dfsg-1) unstable; urgency=medium + + * New upstream version 20230101~dfsg + which incidentally fixes a FTFBS bug with fonts-ocr-a, see #1015092 + and https://github.com/fontforge/fontforge/issues/5070 + * Remove build-dependency on libuninameslist-dev, as upstream has switched + from libuninameslist to internal nameslist functions since April 2021 + * Bump Standards-Version to 4.6.2 (no change) + * Remove Debian patches that have been merged upstream. + Special thanks to Jan Tojnar who contributed an enhanced version of + 0001-add-extra-cmake-install-rules.patch upstream; + see https://github.com/fontforge/fontforge/pull/4941 + * Drop /usr/share/fontforge/python/simple/ from python3-fontforge. + Jeremy Tan explained in https://github.com/fontforge/fontforge/pull/4941: + It's a bunch of toy scripts, but they're basic/half-broken and are not + easily discoverable, so yeah, no reason to bundle it + I must have inadvertently reverted Jonas Smedegaard’s 2020-06-02 fix + "stop ship python simple/* scripts: No longer installed upstream" + in commit 4a44d9a38025f7b610292cfb1c6c3502cd315158 (Sorry!) + * Fix Lintian build-depends-on-obsolete-package warning on libtiff5-dev + by build-depending on libtiff-dev instead + * Fix miscellaneous errors and warnings detected by Lintian + + -- Anthony Fok Wed, 18 Jan 2023 11:05:41 -0700 fontforge (1:20220308~dfsg-1) unstable; urgency=medium diff --cc debian/patches/series index 6de3dcf,876b57e..68dba9d --- a/debian/patches/series +++ b/debian/patches/series @@@ -1,8 -1,4 +1,5 @@@ - 0001-add-extra-cmake-install-rules.patch 0002-remove-custom-library-search-path.patch 0003-use-local-libjs-mathjax.patch - 0004-hurd-PATH_MAX-and-MAXPATHLEN.patch - 0005-hurd-undef-extended-temporarily.patch 2003_avoid_privacy_breach.patch 2004-fix-privacy-breach-logo.patch +4000-use-after-free-hack.patch