git: a8bba36b6980 - main - audio/libogg: Bugfix update to 1.3.5

Kubilay Kocak koobs at FreeBSD.org
Thu Jun 10 00:46:35 UTC 2021


On 10/06/2021 5:48 am, Christian Weisgerber wrote:
> The branch main has been updated by naddy:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=a8bba36b6980a8c7d7e1ad000f8d53ffe61d70de
> 
> commit a8bba36b6980a8c7d7e1ad000f8d53ffe61d70de
> Author:     Christian Weisgerber <naddy at FreeBSD.org>
> AuthorDate: 2021-06-09 19:46:47 +0000
> Commit:     Christian Weisgerber <naddy at FreeBSD.org>
> CommitDate: 2021-06-09 19:48:53 +0000
> 
>      audio/libogg: Bugfix update to 1.3.5
> ---
>   audio/libogg/Makefile              |  2 +-
>   audio/libogg/distinfo              |  6 +++---
>   audio/libogg/files/patch-configure | 10 +++++-----
>   audio/libogg/pkg-plist             |  2 +-
>   4 files changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
> index 67049238673c..afdd66b31aec 100644
> --- a/audio/libogg/Makefile
> +++ b/audio/libogg/Makefile
> @@ -1,7 +1,7 @@
>   # Created by: t.vanklaveren at student.utwente.nl
>   
>   PORTNAME=	libogg
> -PORTVERSION=	1.3.4
> +PORTVERSION=	1.3.5
>   PORTEPOCH=	4
>   CATEGORIES=	audio
>   MASTER_SITES=	https://downloads.xiph.org/releases/ogg/ \
> diff --git a/audio/libogg/distinfo b/audio/libogg/distinfo
> index 8bf6bb3b3440..c8efd4c8c112 100644
> --- a/audio/libogg/distinfo
> +++ b/audio/libogg/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1567360404
> -SHA256 (libogg-1.3.4.tar.xz) = c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
> -SIZE (libogg-1.3.4.tar.xz) = 428696
> +TIMESTAMP = 1623267554
> +SHA256 (libogg-1.3.5.tar.xz) = c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705
> +SIZE (libogg-1.3.5.tar.xz) = 429076
> diff --git a/audio/libogg/files/patch-configure b/audio/libogg/files/patch-configure
> index 231bebf5123c..28f2b0864f89 100644
> --- a/audio/libogg/files/patch-configure
> +++ b/audio/libogg/files/patch-configure
> @@ -1,6 +1,6 @@
> ---- configure.orig	2014-05-27 19:52:46 UTC
> +--- configure.orig	2021-06-04 03:21:11 UTC
>   +++ configure
> -@@ -11719,7 +11719,7 @@ if test -z "$GCC"; then
> +@@ -12814,7 +12814,7 @@ if test -z "$GCC"; then
>    		;;
>            *)
>                    DEBUG="-g"
> @@ -9,12 +9,12 @@
>                    PROFILE="-g -p"
>    		;;
>            esac
> -@@ -11742,8 +11742,8 @@ else
> +@@ -12837,8 +12837,8 @@ else
>    		;;
>            *)
>                    DEBUG="-g -Wall -fsigned-char"
> --                CFLAGS="-O20 -fsigned-char"
> --                PROFILE="-O20 -g -pg -fsigned-char"
> +-                CFLAGS="-O2 -fsigned-char"
> +-                PROFILE="-O2 -g -pg -fsigned-char"
>   +                CFLAGS="-fsigned-char"
>   +                PROFILE="-g -pg -fsigned-char"
>    		;;
> diff --git a/audio/libogg/pkg-plist b/audio/libogg/pkg-plist
> index 609933d19029..c33b82c46647 100644
> --- a/audio/libogg/pkg-plist
> +++ b/audio/libogg/pkg-plist
> @@ -4,7 +4,7 @@ include/ogg/os_types.h
>   lib/libogg.a
>   lib/libogg.so
>   lib/libogg.so.0
> -lib/libogg.so.0.8.4
> +lib/libogg.so.0.8.5
>   libdata/pkgconfig/ogg.pc
>   share/aclocal/ogg.m4
>   %%PORTDOCS%%%%DOCSDIR%%/fish_xiph_org.png
> 

Hey Christian, is the quarterly version affected by the bugs?


More information about the dev-commits-ports-main mailing list