From 3ab5311a18ced165cd2ec2e21a75a5891db27c64324695d711268426f0ad7841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 5 Oct 2016 08:24:20 +0000 Subject: [PATCH 1/3] - Update 0.13.4: * Fuzzing fixes bnc#1002982 CVE-2016-7969 CVE-2016-7972 * Improve compatibility/portablility of build system, should fix e.g. compilation on Solaris. * Fix memory leak in DirectWrite font provider. * Fix the rasterizer when rendering some large outlines. * Remove hack that forced RTL base direction depending on font encoding. * Greatly improve the internal caches with refcounting and gradual clearing. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=41 --- libass-0.13.2.tar.xz | 3 --- libass-0.13.4.tar.xz | 3 +++ libass.changes | 11 +++++++++++ libass.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 libass-0.13.2.tar.xz create mode 100644 libass-0.13.4.tar.xz diff --git a/libass-0.13.2.tar.xz b/libass-0.13.2.tar.xz deleted file mode 100644 index 7e554c2..0000000 --- a/libass-0.13.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face -size 348444 diff --git a/libass-0.13.4.tar.xz b/libass-0.13.4.tar.xz new file mode 100644 index 0000000..61e5d32 --- /dev/null +++ b/libass-0.13.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84a2fc89011b99d87fc47af91906622707c165d1860e9f774825ebbbc9c9fb6 +size 350840 diff --git a/libass.changes b/libass.changes index 661ed63..81a014a 100644 --- a/libass.changes +++ b/libass.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 5 08:22:48 UTC 2016 - tchvatal@suse.com + +- Update 0.13.4: + * Fuzzing fixes bnc#1002982 CVE-2016-7969 CVE-2016-7972 + * Improve compatibility/portablility of build system, should fix e.g. compilation on Solaris. + * Fix memory leak in DirectWrite font provider. + * Fix the rasterizer when rendering some large outlines. + * Remove hack that forced RTL base direction depending on font encoding. + * Greatly improve the internal caches with refcounting and gradual clearing. + ------------------------------------------------------------------- Thu Feb 25 16:22:23 UTC 2016 - mpluskal@suse.com diff --git a/libass.spec b/libass.spec index 73e4881..ebcfb70 100644 --- a/libass.spec +++ b/libass.spec @@ -18,7 +18,7 @@ %define soname 5 Name: libass -Version: 0.13.2 +Version: 0.13.4 Release: 0 Summary: Library for SSA/ASS-formatted subtitle rendering License: ISC From a594723a8ad7f7fec08dbcde361e99194ff9e46b3d85c63d828d9d5698150a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 5 Oct 2016 08:51:00 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=42 --- libass.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libass.spec b/libass.spec index ebcfb70..361f76f 100644 --- a/libass.spec +++ b/libass.spec @@ -53,10 +53,10 @@ Summary: Development files for libass, a subtitle rendering library Group: Development/Libraries/C and C++ Requires: glibc-devel Requires: libass%{soname} = %{version} -Requires: pkgconfig(enca) Requires: pkgconfig(fontconfig) Requires: pkgconfig(freetype2) >= 9.10.3 Requires: pkgconfig(fribidi) >= 0.19.0 +Requires: pkgconfig(harfbuzz) %description devel This package is needed if you want to develop / compile against libASS. From 14ed94d149c257ab31e4c8c883afbc498e145a23739a955c8745ea4e9b87df44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 5 Oct 2016 08:56:32 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=43 --- libass.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libass.spec b/libass.spec index 361f76f..4814d3b 100644 --- a/libass.spec +++ b/libass.spec @@ -66,7 +66,7 @@ This package is needed if you want to develop / compile against libASS. %build %configure \ - --disable-silent-rules \ + --disable-silent-rules \ --disable-static make %{?_smp_mflags}