From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libogg: Update to 1.3.5 Date: Thu, 10 Jun 2021 13:53:04 +0200 Message-ID: <20210610115304.3549020-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2589000846926133374==" List-Id: --===============2589000846926133374== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 1.3.4 to 1.3.5 - Update rootfile - Changelog Version 1.3.5 (2020 June 3) * Fix unsigned typedef problem on macOS. * Fix overflow check in ogg_sync_buffer. * Clean up cmake and autotools build files. * Remove Symbian and Apple XCode build files. * Fix documentation cross-reference links. Signed-off-by: Adolf Belka --- config/rootfiles/packages/libogg | 3 +-- lfs/libogg | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/libogg b/config/rootfiles/packages/lib= ogg index 0b53490cd..2977fc6b0 100644 --- a/config/rootfiles/packages/libogg +++ b/config/rootfiles/packages/libogg @@ -6,7 +6,7 @@ #usr/lib/libogg.la #usr/lib/libogg.so usr/lib/libogg.so.0 -usr/lib/libogg.so.0.8.4 +usr/lib/libogg.so.0.8.5 #usr/lib/pkgconfig/ogg.pc #usr/share/aclocal/ogg.m4 #usr/share/doc/libogg @@ -94,4 +94,3 @@ usr/lib/libogg.so.0.8.4 #usr/share/doc/libogg/vorbisword2.png #usr/share/doc/libogg/white-ogg.png #usr/share/doc/libogg/white-xifish.png - diff --git a/lfs/libogg b/lfs/libogg index 76a1e6813..59a0a3fa1 100644 --- a/lfs/libogg +++ b/lfs/libogg @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.3.4 +VER =3D 1.3.5 =20 THISAPP =3D libogg-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D libogg -PAK_VER =3D 4 +PAK_VER =3D 5 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D eadef24aad6e3e8379ba0d14971fd64a +$(DL_FILE)_MD5 =3D 3178c98341559657a15b185bf5d700a5 =20 install : $(TARGET) =20 --=20 2.32.0 --===============2589000846926133374==--