forked from pool/libredwg
Accepting request 762209 from devel:libraries:c_c++
- Update to release 0.10 * Add several checks against [CVE-2020-6609, boo#1160520], [CVE-2020-6610, boo#1160522], [CVE-2020-6611, boo#1160523], [CVE-2020-6612, boo#1160524], [CVE-2020-6613, boo#1160525], [CVE-2020-6614, boo#1160526], [CVE-2020-6615, boo#1160527] OBS-URL: https://build.opensuse.org/request/show/762209 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libredwg?expand=0&rev=10
This commit is contained in:
commit
7884ef9c1b
3
libredwg-0.10.tar.xz
Normal file
3
libredwg-0.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c37c4ef985e4135e3d2020c502c887b6115cdbbab2148b2e730875d5659cd66
|
||||||
|
size 4763160
|
11
libredwg-0.10.tar.xz.sig
Normal file
11
libredwg-0.10.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAl4WBaAACgkQtPYzOeZd
|
||||||
|
ZBQZxgf/Z6fO/BjAkrl7//C5MZJya7AB4RUAfkuUjQ7xXJwvoGsKm2I7dFfffCEq
|
||||||
|
Q03qlq5MrbWUhKl8xfLPId9g8LTe+yCzw7hM3gfAFkJQLw3lDoX8ia4Y1ER9DCqz
|
||||||
|
AU4cTg9FsNEm9PcVfyTzcox+WtHi16qw5L99xDAYjvwvLOGIPlxbjlh9NFAthUHd
|
||||||
|
nCZT1q+NJ7K5C6pZR4lMKYxaF+Ao5uRuZo5kYLVtM7PuN3jtLIFI52PcGctlNZDS
|
||||||
|
etOJ9XTWhMscWqmaZqTInKqToX8gfjJCdTvdrQWw+ieDOT4VuA67Sz+eoGm9nuIX
|
||||||
|
lncf+DexpU6KYhhOH0yq5WF+OWlmQQ==
|
||||||
|
=2XPd
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e53d4134208ee35fbf866171ee2052edd73bf339ab5b091acbc2769d8c20c43f
|
|
||||||
size 11418201
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAl4DzmMACgkQtPYzOeZd
|
|
||||||
ZBTuVQf/W7d7lOWmKncUlXluIXOJdcY0gc2DTP/qofN9tXm6IUT5IJKi/xg57dHM
|
|
||||||
yEEHMaPcXEC+f9VjGJvoVA3FjWxYRSwnNZdaDeXIwo3RdW16xY6MRbLaYCKvuopS
|
|
||||||
hMmsQuInXzfJXJs1oZv1EYjRoKeh2Vg67pDwR07XXAy0BaRlEHHUuJkOOqTN+s6b
|
|
||||||
pjBtSBO5GtR5VApoyvSKABnTXtro+6UmSSVoDzTvvNJqBqZYVDvgTGwt/Nuxneef
|
|
||||||
f53Cp01oDpj8uwaafbJ1jIrqmsDkwvZpRHPS2+MSJLuAckGX3m6+yQsTT3lSRRX9
|
|
||||||
0CQ5X7KPIrXvxvFSV39rthy9WSMalw==
|
|
||||||
=w65S
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +1,25 @@
|
|||||||
|
Thu Jan 9 13:22:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.10
|
||||||
|
* API breaking changes:
|
||||||
|
* Added a new int *isnewp argument to all dynapi utf8text
|
||||||
|
getters, if the returned string is freshly malloced or not.
|
||||||
|
* removed the UNKNOWN supertype, there are only UNKNOWN_OBJ and
|
||||||
|
UNKNOWN_ENT left, with common_entity_data.
|
||||||
|
* renamed BLOCK_HEADER.preview_data to preview,
|
||||||
|
preview_data_size to preview_size.
|
||||||
|
* renamed SHAPE.shape_no to style_id.
|
||||||
|
* renamed CLASS.wasazombie to is_zombie.
|
||||||
|
* Bugfixes:
|
||||||
|
* Harmonized INDXFB with INDXF, removed extra src/in_dxfb.c.
|
||||||
|
* Fixed encoding of added r2000 AUXHEADER address.
|
||||||
|
* Fixed EED encoding from dwgrewrite.
|
||||||
|
* Add several checks against
|
||||||
|
[CVE-2020-6609, boo#1160520], [CVE-2020-6610, boo#1160522],
|
||||||
|
[CVE-2020-6611, boo#1160523], [CVE-2020-6612, boo#1160524],
|
||||||
|
[CVE-2020-6613, boo#1160525], [CVE-2020-6614, boo#1160526],
|
||||||
|
[CVE-2020-6615, boo#1160527]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 29 20:45:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sun Dec 29 20:45:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libredwg
|
# spec file for package libredwg
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libredwg
|
Name: libredwg
|
||||||
Version: 0.9.3
|
%define lname libredwg0
|
||||||
|
Version: 0.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library to handle DWG files
|
Summary: A library to handle DWG files
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -25,10 +26,10 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: https://www.gnu.org/software/libredwg/
|
URL: https://www.gnu.org/software/libredwg/
|
||||||
|
|
||||||
#Git-Clone: https://github.com/LibreDWG/libredwg/
|
#Git-Clone: https://github.com/LibreDWG/libredwg/
|
||||||
Source: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.gz
|
Source: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.xz
|
||||||
Source2: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.gz.sig
|
Source2: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.xz.sig
|
||||||
Source3: http://savannah.gnu.org/people/viewgpg.php?user_id=101103#/%{name}.keyring
|
Source3: http://savannah.gnu.org/people/viewgpg.php?user_id=101103#/%name.keyring
|
||||||
Source4: %{name}-rpmlintrc
|
Source4: %name-rpmlintrc
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,9 +39,9 @@ OpenDWG libraries. DWG is the native file format of AutoCAD.
|
|||||||
%package tools
|
%package tools
|
||||||
Summary: Command line utilities for handling DWG file
|
Summary: Command line utilities for handling DWG file
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %install_info_prereq
|
||||||
Requires(preun): %{install_info_prereq}
|
Requires(preun): %install_info_prereq
|
||||||
# Both packages ship a /usr/bin/dwg2dxf
|
# Both packages ship a %_bindir/dwg2dxf
|
||||||
Conflicts: libdxfrw-tools
|
Conflicts: libdxfrw-tools
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
@ -52,7 +53,7 @@ This package contains some command line utilities using this library.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libredwg
|
Summary: Development files for libredwg
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}0 = %{version}
|
Requires: %lname = %version
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GNU LibreDWG is a C library to handle DWG files. It can replace the
|
GNU LibreDWG is a C library to handle DWG files. It can replace the
|
||||||
@ -60,11 +61,11 @@ OpenDWG libraries. DWG is the native file format of AutoCAD.
|
|||||||
|
|
||||||
This package contains the files required for development with libredwg.
|
This package contains the files required for development with libredwg.
|
||||||
|
|
||||||
%package -n %{name}0
|
%package -n %lname
|
||||||
Summary: A library to handle DWG files
|
Summary: A library to handle DWG files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{name}0
|
%description -n %lname
|
||||||
GNU LibreDWG is a C library to handle DWG files. It can replace the
|
GNU LibreDWG is a C library to handle DWG files. It can replace the
|
||||||
OpenDWG libraries. DWG is the native file format of AutoCAD.
|
OpenDWG libraries. DWG is the native file format of AutoCAD.
|
||||||
|
|
||||||
@ -81,33 +82,33 @@ make %{?_smp_mflags} libredwg_la_LDFLAGS=-Wl,-version-script,sv.sym libredwg_la_
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find "%buildroot" -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post tools
|
%post tools
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/LibreDWG.info.gz
|
%install_info --info-dir="%_infodir" "%_infodir/LibreDWG.info.gz"
|
||||||
|
|
||||||
%preun tools
|
%preun tools
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/LibreDWG.info.gz
|
%install_info_delete --info-dir="%_infodir" "%_infodir/LibreDWG.info.gz"
|
||||||
|
|
||||||
%post -n %{name}0 -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %{name}0 -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/dwg*
|
%_bindir/dwg*
|
||||||
%{_bindir}/dxf*
|
%_bindir/dxf*
|
||||||
%{_mandir}/man?/*.1%{?ext_man}
|
%_mandir/man?/*.1%{?ext_man}
|
||||||
%{_infodir}/LibreDWG.info%{?ext_info}
|
%_infodir/LibreDWG.info%{?ext_info}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog NEWS README TODO
|
%doc AUTHORS ChangeLog NEWS README TODO
|
||||||
%{_includedir}/*.h
|
%_includedir/*.h
|
||||||
%{_libdir}/libredwg.so
|
%_libdir/libredwg.so
|
||||||
%{_libdir}/pkgconfig/libredwg.pc
|
%_libdir/pkgconfig/libredwg.pc
|
||||||
|
|
||||||
%files -n %{name}0
|
%files -n %lname
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/*.so.*
|
%_libdir/*.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user