From 64b456d2e8a93d3d11dc9e0b72bb2ec800e779fb38ca214165aa72411ea38573 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 2 Jan 2024 13:37:11 +0000 Subject: [PATCH] - Update to tag 0.12.5.6924 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libredwg?expand=0&rev=41 --- libredwg-0.12.5.5907.tar.xz | 3 --- libredwg-0.12.5.6924.tar.xz | 3 +++ libredwg.changes | 6 ++++++ libredwg.spec | 5 ++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 libredwg-0.12.5.5907.tar.xz create mode 100644 libredwg-0.12.5.6924.tar.xz diff --git a/libredwg-0.12.5.5907.tar.xz b/libredwg-0.12.5.5907.tar.xz deleted file mode 100644 index 514c156..0000000 --- a/libredwg-0.12.5.5907.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45e130182775716fd9ff6879fa61471ac3a9305b5d171fe97a66f2e3288a9711 -size 9957300 diff --git a/libredwg-0.12.5.6924.tar.xz b/libredwg-0.12.5.6924.tar.xz new file mode 100644 index 0000000..6b3b1dc --- /dev/null +++ b/libredwg-0.12.5.6924.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d13d79119f92dbfe334aacc2ff94cccf7921b7066c1eb92c27f2ef1f779e4f +size 10208324 diff --git a/libredwg.changes b/libredwg.changes index d94ce0d..4df243e 100644 --- a/libredwg.changes +++ b/libredwg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 2 13:28:11 UTC 2024 - Jan Engelhardt + +- Update to tag 0.12.5.6924 + * Addressed CVE-2023-26157 [boo#1218473] + ------------------------------------------------------------------- Mon Aug 21 09:42:33 UTC 2023 - Jan Engelhardt diff --git a/libredwg.spec b/libredwg.spec index 3b2af14..76c5371 100644 --- a/libredwg.spec +++ b/libredwg.spec @@ -1,7 +1,7 @@ # # spec file for package libredwg # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define lname libredwg0 Name: libredwg -Version: 0.12.5.5907 +Version: 0.12.5.6924 Release: 0 Summary: A library to handle DWG files License: GPL-3.0-or-later @@ -77,7 +77,6 @@ OpenDWG libraries. DWG is the native file format of AutoCAD. # No management of SO version despite ABI breaking changes: # Force-add some symvers so RPM can produce meaningful deps. echo 'V_%version { global: *; };' >src/sv.sym -export CFLAGS="%optflags -D_GNU_SOURCE=1" %configure --disable-static %make_build libredwg_la_LDFLAGS=-Wl,-version-script,sv.sym libredwg_la_LIBADD=-lm