]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
libogg: Update to 1.3.5
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 10 Jun 2021 11:53:04 +0000 (13:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Jun 2021 12:21:56 +0000 (12:21 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/libogg
lfs/libogg

index 0b53490cd49f5b3a4a5e35e011f83695da8b81a3..2977fc6b0920f249fd94c305b908fea94be8665f 100644 (file)
@@ -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
-
index 76a1e6813d9401270f5595dc633dd5568dd37421..59a0a3fa18754c80c23e65e63f64a348d6e8704d 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.3.4
+VER        = 1.3.5
 
 THISAPP    = libogg-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libogg
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = eadef24aad6e3e8379ba0d14971fd64a
+$(DL_FILE)_MD5 = 3178c98341559657a15b185bf5d700a5
 
 install : $(TARGET)