mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
libogg: Update to 1.3.4
Changelog: "Version 1.3.4 (2019 August 30) * Faster slice-by-8 CRC32 implementation. see https://lwn.net/Articles/453931/ for motivation. * Add CMake build. * Deprecate Visual Studio project files in favor of CMake. * configure --disable-crc option for fuzzing. * Various build fixes. * Documentation and example code fixes. Version 1.3.3 (2017 November 7) * Fix an issue with corrupt continued packet handling. * Update Windows projects and build settings. * Remove Mac OS 9 build support. Version 1.3.2 (2014 May 27) * Fix an bug in oggpack_writecopy(). Version 1.3.1 (2013 May 12) * Guard against very large packets. * Respect the configure --docdir override. * Documentation fixes. * More Windows build fixes." Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
f0109b0ccf
commit
b4fa811da7
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2020 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.3.0
|
||||
VER = 1.3.4
|
||||
|
||||
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 = 3
|
||||
PAK_VER = 4
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 84a35715170f2cd4c77a4448772b95d5
|
||||
$(DL_FILE)_MD5 = eadef24aad6e3e8379ba0d14971fd64a
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user