Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2011 20:19:58 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        multimedia@FreeBSD.org
Subject:   ports/160684: [PATCH] audio/libsndfile: update to 1.0.25
Message-ID:  <201109121819.p8CIJwHB017029@backoffice.colby.local>
Resent-Message-ID: <201109121830.p8CIU8Ua013369@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160684
>Category:       ports
>Synopsis:       [PATCH] audio/libsndfile: update to 1.0.25
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 12 18:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD backoffice 8.2-STABLE FreeBSD 8.2-STABLE #1: Sun May 15 20:37:17 CEST 2011
>Description:
* Upgrade port to version 1.0.25

This version fixes CVE-2011-2696 / Secunia Advisory SA45125.

http://secunia.com/advisories/45125/

* Remove CPPFLAGS from CONFIGURE_ENV following portlint's suggestion,
then remove both CPPFLAGS and CONFIGURE_ENV since they don't appear
to be needed anymore.

Port maintainer (multimedia@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- libsndfile-1.0.25.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/libsndfile/Makefile,v
retrieving revision 1.53
diff -u -u -r1.53 Makefile
--- Makefile	11 Aug 2011 19:19:03 -0000	1.53
+++ Makefile	12 Sep 2011 18:16:48 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libsndfile
-PORTVERSION=	1.0.24
+PORTVERSION=	1.0.25
 CATEGORIES=	audio
 MASTER_SITES=	http://www.mega-nerd.com/libsndfile/files/
 
@@ -23,15 +23,14 @@
 		--disable-sqlite \
 		--disable-alsa \
 		--disable-octave
-CONFIGURE_ENV=	CPPFLAGS="-isystem /usr/include -isystem ${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
 USE_LDCONFIG=	yes
 
 MAN1=		sndfile-concat.1 sndfile-cmp.1 sndfile-convert.1 \
 		sndfile-info.1 sndfile-metadata-get.1 sndfile-metadata-set.1 \
 		sndfile-play.1 sndfile-deinterleave.1 sndfile-interleave.1
 
-PORTDOCS=	libsndfile.css new_file_type.HOWTO libsndfile.jpg *.html
+PORTDOCS=	libsndfile.css new_file_type.HOWTO libsndfile.jpg *.html \
+		AUTHORS ChangeLog NEWS README
 
 OPTIONS=	EXTERNAL "Enable FLAC and Ogg Vorbis support" on
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/audio/libsndfile/distinfo,v
retrieving revision 1.28
diff -u -u -r1.28 distinfo
--- distinfo	29 Mar 2011 14:03:35 -0000	1.28
+++ distinfo	12 Sep 2011 18:16:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (libsndfile-1.0.24.tar.gz) = b6050e6fbfbb72c8bfbc895104697a4af1d49077a64e4846e0be7af87c9e56a4
-SIZE (libsndfile-1.0.24.tar.gz) = 963034
+SHA256 (libsndfile-1.0.25.tar.gz) = 59016dbd326abe7e2366ded5c344c853829bebfd1702ef26a07ef662d6aa4882
+SIZE (libsndfile-1.0.25.tar.gz) = 1060692
--- libsndfile-1.0.25.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109121819.p8CIJwHB017029>