From owner-freebsd-ports@FreeBSD.ORG Mon Mar 9 14:56:52 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81C0D1065670 for ; Mon, 9 Mar 2009 14:56:52 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id 1E3858FC1F for ; Mon, 9 Mar 2009 14:56:52 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 2BCC71CC94; Mon, 9 Mar 2009 15:56:51 +0100 (CET) Date: Mon, 9 Mar 2009 15:56:51 +0100 From: Ed Schouten To: ports@FreeBSD.org Message-ID: <20090309145651.GT19161@hoeg.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d45kicRfo9QXf7Bk" Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Subject: Bump libsndfile port to 1.0.19 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 14:56:53 -0000 --d45kicRfo9QXf7Bk Content-Type: multipart/mixed; boundary="F4inoheOSDJsq4BA" Content-Disposition: inline --F4inoheOSDJsq4BA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello all, Not long after we bumped the libsndfile port to 1.0.18, it turned out there was an undisclosed security vulnerability. The author decided to release a new version, 1.0.19. An advantage of this version is that it also works with a *released* version of libvorbis, so we don't need the awful regexes anymore. Shall I commit this patch to SVN? --=20 Ed Schouten WWW: http://80386.nl/ --F4inoheOSDJsq4BA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="libsndfile.diff" Content-Transfer-Encoding: quoted-printable --- audio/libsndfile/Makefile +++ audio/libsndfile/Makefile @@ -6,7 +6,7 @@ # =20 PORTNAME=3D libsndfile -PORTVERSION=3D 1.0.18 +PORTVERSION=3D 1.0.19 CATEGORIES=3D audio MASTER_SITES=3D http://www.mega-nerd.com/libsndfile/ =20 @@ -37,10 +37,6 @@ .endif =20 post-patch: - @${REINPLACE_CMD} \ - -e 's/vorbis >=3D 1\.2\.1/vorbis >=3D 1.2.0/g' \ - -e 's/vorbisenc >=3D 1\.2\.1/vorbisenc >=3D 1.2.0/g' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^SUBDIRS =3D/s/ doc / /g' ${WRKSRC}/Makefile.in =20 post-install: --- audio/libsndfile/distinfo +++ audio/libsndfile/distinfo @@ -1,3 +1,3 @@ -MD5 (libsndfile-1.0.18.tar.gz) =3D 9fde6efb1b75ef38398acf856f252416 -SHA256 (libsndfile-1.0.18.tar.gz) =3D c0821534a8510982d26b3085b148d9091ded= e53780733515eb49c99a65da293a -SIZE (libsndfile-1.0.18.tar.gz) =3D 923666 +MD5 (libsndfile-1.0.19.tar.gz) =3D 8fa24b0c0a8758543427c9741ea06924 +SHA256 (libsndfile-1.0.19.tar.gz) =3D 4b567a02e15bcae25fa1aeb3361b4e2cb8b2= ce08e9b53faa81f77a34fb2b5419 +SIZE (libsndfile-1.0.19.tar.gz) =3D 924368 --F4inoheOSDJsq4BA-- --d45kicRfo9QXf7Bk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkm1LjMACgkQ52SDGA2eCwU7FACfVE+lq+ItvHlZEh+JLRaHnMez D1MAn26BgmlcYFyiGqTNRVl7p1us73Wi =V01C -----END PGP SIGNATURE----- --d45kicRfo9QXf7Bk--