Accepting request 965519 from home:david.anes:branches:devel:libraries:c_c++

- update to 2.4.8:
  * Other changes:
    - pkg-config: Move "-lm" to section "Libs.private"
    - CMake|MSVC: Fix pkg-config section "Libs"
    - CMake|macOS: Start using linker arguments 
      "-compatibility_version <version>" and
      "-current_version <version>" in a way compatible with GNU 
      Libtool
    - Version info bumped from 9:7:8 to 9:8:8;
      see https://verbump.de/ for what these numbers do

OBS-URL: https://build.opensuse.org/request/show/965519
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=98
This commit is contained in:
David Anes 2022-03-29 05:38:20 +00:00 committed by Git OBS Bridge
parent 41cd7fd67d
commit f565444ead
6 changed files with 36 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9875621085300591f1e64c18fd3da3a0eeca4a74f884b9abac2758ad1bd07a7d
size 454136

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEy43nCpDPv2w79cxWliYqz/vTrsYFAmIihJEACgkQliYqz/vT
rsZoCw/7BTlrxFlnqgdqXCnDX+Zc+EvBaauFNZ6NZt54vbKiNEIlFgD+cSbpVS3g
dBJd/uQU38Z35BmNueAuT1C1vuhV0BKYBoz/S/BTMFnPx/fAf9YcZRiE1eMMuwUR
mnuKTiu/4E+/sizdIAZQnUexn8p0+AfXnK7bXwLf9e7pgVRbkiaKXosC7R6c3KTN
ZxVBMEfzNWSxYNxImWyxui31uTPydSgIIBdUKs7fvPinImrj2dh2oHX41AHmD+er
sz4kx9oIuwli9dANIlbKrbVvlRx2bRuex5fXXgDtNtmbfnOiWL6AFsOmO/0RhQQ7
f96LwJjfiJHIDNVh1Xs/1J8O5N6utQA+Jm+aeHmhfT4QCp0E3ERtZaHhgux09R6R
lvWIPM3rIKrbExR/E4bPVIf2tR58xRzth8kJm2ep9185Dtw5cpbh11HSR38lqmn/
ejQ5iQ0t5BgbuC0WewbgaIk7rvk0vUckYdrFZPL9xJwgLQ/H5mS1su7CsW1bAbn2
RdCUBSjLFHjXmLrW6SOaZNrGoN8HUvqBLw3T7p5qT9kFplWMcBBYWCdva41/Uuzv
obty1bXHZdO6ZG37OyECGpiQfsKYLQJPBc5ur3CJ5AQkVlugMeN4A0+LpK/Y+yU3
PIafnxIKpus8KWRhd5guYL6qss8uaBCLj1J0+wSXwnd/GRDGq7k=
=jzHN
-----END PGP SIGNATURE-----

3
expat-2.4.8.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25
size 454428

16
expat-2.4.8.tar.xz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEy43nCpDPv2w79cxWliYqz/vTrsYFAmJCJoAACgkQliYqz/vT
rsaachAApv1aIwl4PW6CCbTk+ePL5Ted6jJPvPCv9WiBTvHSA6KzEV7TVcVikBOe
Ew6Ayjn336MxCfJeQN9CeMBUQ3ZTOIHYn5PYUXDNtYVaAHpe11nSl0tDu/QBYgJQ
HrezUGlODYOH0o1yN33D2JIEav7Qek8pq7QZ/EznrhLkpnTcABkh8zMNJPKhV9tA
do+wfVeNP7pwxRGRDRujVMoSRp8PAEPEz3mxwEd057KTn4iLjQIovJr/u28KSX06
RsS5TqaqDJY/ag2qCE1TXwAegvWGl0LA+KxtCTWFpJ2y2DalqZlXJO3Nym17Btny
SAYfWhl3EoqaaA/b659HF0Jtjivf/V2fvX61/KO3Np9yuQBognYMs/YgPcKTjgXc
Ic0BgAmcLAehtKg3fb3GQXjV7096sECfXtUOE0NOsbcUJ1TRIFbe/3nANaUm87LY
vG4/fRwJ/AEyFGbFlmd7VBwWxFDFIoBkIHseR2mI4uNw5SfJD9+x8Z7brrAG5jk9
kEeTQWBs+YoN5ftBgDYkza16PoiIs7DK0yxl8BWo1/7WCwYd6NE2lfBp9YdKaLwO
CmtVRsAxA+lElJ6jFQ0rJekMlvqUzU9hRvbZHv6tGYa+JYekEXZEpEB8bsZSlIQH
++5DEkB8txjy/FxeOBdv7p2aZR91f0ecypLwiezUuQUMGVaBN5c=
=2Oww
-----END PGP SIGNATURE-----

View File

@ -1,7 +1,21 @@
-------------------------------------------------------------------
Tue Mar 29 05:26:59 UTC 2022 - David Anes <david.anes@suse.com>
- update to 2.4.8:
* Other changes:
- pkg-config: Move "-lm" to section "Libs.private"
- CMake|MSVC: Fix pkg-config section "Libs"
- CMake|macOS: Start using linker arguments
"-compatibility_version <version>" and
"-current_version <version>" in a way compatible with GNU
Libtool
- Version info bumped from 9:7:8 to 9:8:8;
see https://verbump.de/ for what these numbers do
-------------------------------------------------------------------
Sat Mar 5 06:34:13 UTC 2022 - David Anes <david.anes@suse.com>
- udpate to 2.4.7 (bsc#1196784, CVE-2022-25236):
- update to 2.4.7 (bsc#1196784, CVE-2022-25236):
* Bug fixes:
- Relax fix to CVE-2022-25236 (introduced with release 2.4.5)
with regard to all valid URI characters (RFC 3986),

View File

@ -16,9 +16,9 @@
#
%global unversion 2_4_7
%global unversion 2_4_8
Name: expat
Version: 2.4.7
Version: 2.4.8
Release: 0
Summary: XML Parser Toolkit
License: MIT