FreeBSD Bugzilla – Attachment 179679 Details for
Bug 216847
audio/wavpack: update to 5.1.0, fix 4 CVE's
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
wavpack.patch (text/plain), 2.49 KB, created by
Piotr Kubaj
on 2017-02-06 14:56:03 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2017-02-06 14:56:03 UTC
Size:
2.49 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 433476) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= wavpack >-PORTVERSION= 4.60.1 >-PORTREVISION= 3 >+PORTVERSION= 5.1.0 > CATEGORIES= audio > MASTER_SITES= http://www.wavpack.com/ > >@@ -11,7 +10,7 @@ > COMMENT= Audio codec for lossless, lossy, and hybrid compression > > LICENSE= BSD3CLAUSE >-LICENSE_FILE= ${WRKSRC}/license.txt >+LICENSE_FILE= ${WRKSRC}/COPYING > > USES= iconv libtool pathfix pkgconfig tar:bzip2 > USE_LDCONFIG= yes >Index: distinfo >=================================================================== >--- distinfo (revision 433476) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (wavpack-4.60.1.tar.bz2) = 175ee4f2effd6f51e6ec487956f41177256bf892c2e8e07de5d27ed4ee6888c5 >-SIZE (wavpack-4.60.1.tar.bz2) = 394434 >+TIMESTAMP = 1486392068 >+SHA256 (wavpack-5.1.0.tar.bz2) = 1939627d5358d1da62bc6158d63f7ed12905552f3a799c799ee90296a7612944 >+SIZE (wavpack-5.1.0.tar.bz2) = 824331 >Index: files/patch-src_wavpack__local.h >=================================================================== >--- files/patch-src_wavpack__local.h (revision 433476) >+++ files/patch-src_wavpack__local.h (working copy) >@@ -1,22 +0,0 @@ >---- src/wavpack_local.h.orig 2009-12-01 04:24:50 UTC >-+++ src/wavpack_local.h >-@@ -11,6 +11,10 @@ >- #ifndef WAVPACK_LOCAL_H >- #define WAVPACK_LOCAL_H >- >-+#ifndef __has_builtin >-+#define __has_builtin(x) 0 >-+#endif >-+ >- #if defined(WIN32) >- #define FASTCALL __fastcall >- #else >-@@ -768,7 +772,7 @@ typedef short __m64_16 __attribute__ ((_ >- #define _m_paddd(m1, m2) __builtin_ia32_paddd (m1, m2) >- #define _m_pcmpeqd(m1, m2) __builtin_ia32_pcmpeqd (m1, m2) >- >--#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) || __GNUC__ > 4 >-+#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) || __GNUC__ > 4 || __has_builtin(__builtin_ia32_pslldi) >- # define _m_pslldi(m1, m2) __builtin_ia32_pslldi ((__m64)m1, m2) >- # define _m_psradi(m1, m2) __builtin_ia32_psradi ((__m64)m1, m2) >- # define _m_psrldi(m1, m2) __builtin_ia32_psrldi ((__m64)m1, m2) >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 433476) >+++ pkg-plist (working copy) >@@ -1,12 +1,14 @@ > bin/wavpack > bin/wvgain >+bin/wvtag > bin/wvunpack > include/wavpack/wavpack.h > lib/libwavpack.a > lib/libwavpack.so > lib/libwavpack.so.1 >-lib/libwavpack.so.1.1.4 >+lib/libwavpack.so.1.2.0 > libdata/pkgconfig/wavpack.pc > man/man1/wavpack.1.gz > man/man1/wvgain.1.gz >+man/man1/wvtag.1.gz > man/man1/wvunpack.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pkubaj
:
maintainer-approval?
(
multimedia
)
Actions:
View
|
Diff
Attachments on
bug 216847
:
179678
| 179679