|
@@ -8,18 +8,24 @@ Summary: A general purpose sound file conversion tool.
|
|
Summary(ja): 汎用サウンドファイル変換ツール
|
|
Summary(ja): 汎用サウンドファイル変換ツール
|
|
Name: sox
|
|
Name: sox
|
|
Version: 14.4.1
|
|
Version: 14.4.1
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
Source: http://prdownloads.sourceforge.net/sox/sox-%{version}.tar.bz2
|
|
Source: http://prdownloads.sourceforge.net/sox/sox-%{version}.tar.bz2
|
|
|
|
+Patch100: sox-14.4.1_CVE-2014-8145.patch
|
|
|
|
+
|
|
URL: http://sox.sourceforge.net/
|
|
URL: http://sox.sourceforge.net/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: pulseaudio-lib-devel
|
|
BuildRequires: pulseaudio-lib-devel
|
|
|
|
+BuildRequires: flac-devel
|
|
|
|
+BuildRequires: libvorbis-devel
|
|
Build%{?nomad:Conflicts}%{!?nomad:Requires}: libmad-devel
|
|
Build%{?nomad:Conflicts}%{!?nomad:Requires}: libmad-devel
|
|
Build%{?nogsm:Conflicts}%{!?nogsm:Requires}: gsm-devel
|
|
Build%{?nogsm:Conflicts}%{!?nogsm:Requires}: gsm-devel
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
SoX (Sound eXchange) is a sound file format converter for Linux, UNIX
|
|
SoX (Sound eXchange) is a sound file format converter for Linux, UNIX
|
|
@@ -57,6 +63,7 @@ SoX を利用するプログラムを開発する場合は sox-devel パッケ
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch100 -p1 -b .CVE-2014-8145
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
@@ -65,7 +72,6 @@ SoX を利用するプログラムを開発する場合は sox-devel パッケ
|
|
%{!?nogsm: --with-gsm}
|
|
%{!?nogsm: --with-gsm}
|
|
make
|
|
make
|
|
|
|
|
|
-
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
@@ -118,6 +124,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jan 8 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 14.4.1-2
|
|
|
|
+- add patch100 for fix CVE-2014-8145
|
|
|
|
+- add BR: flac-devel, libvorbis-devel
|
|
|
|
+- add Vendor/Distri tags
|
|
|
|
+
|
|
* Sun Aug 03 2014 Yoji TOYODA <owa@bg.wakwak.com> 14.4.1-1
|
|
* Sun Aug 03 2014 Yoji TOYODA <owa@bg.wakwak.com> 14.4.1-1
|
|
- update to 14.4.1
|
|
- update to 14.4.1
|
|
|
|
|