Browse Source

new upstream and security fix

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9808 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 8 years ago
parent
commit
f3b7181ca0

+ 4 - 1
c/cabextract/cabextract-vl.spec

@@ -1,7 +1,7 @@
 Summary: A program to extract Microsoft Cabinet files
 Summary(ja): Microsoft キャビネットファイルを抽出するプログラム
 Name: cabextract
-Version: 1.5
+Version: 1.6
 Release: 1%{?_dist_release}
 License: GPLv3
 Group: Applications/Archiving
@@ -46,6 +46,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 #--------------------------------------------------------------------
 %changelog
+* Sat Nov 14 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6-1
+- new upstream release
+
 * Wed Feb 11 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.5-1
 - new upstream release
 - changed URL, Source tag

+ 7 - 3
d/ddrescue/ddrescue-vl.spec

@@ -7,7 +7,7 @@ Summary(ja): 不良ディスクからデータを回収するデータリカバ
 Name: ddrescue
 ### Epoch to override Fedora Extras stupid decision to NOT ADHERE TO THEIR OWN NAMING CONVENTION
 #Epoch: 1
-Version: 1.19
+Version: 1.20
 Release: 1%{?_dist_release}
 License: GPLv3
 Group: Applications/System
@@ -18,7 +18,7 @@ URL: http://www.gnu.org/software/ddrescue/ddrescue.html
 
 Source: http://ftp.gnu.org/gnu/ddrescue/ddrescue-%{version}.tar.lz
 #Source: http://savannah.gnu.org/download/ddrescue/ddrescue-%{version}.tar.gz
-Patch0: ddrescue-1.7-unistd.patch
+#Patch0: ddrescue-1.7-unistd.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: gcc-c++, lzip
@@ -37,7 +37,7 @@ etc.
 
 %prep
 %setup
-%patch0 -p0
+#%patch0 -p0
 
 %build
 %configure
@@ -75,6 +75,10 @@ fi
 #%{_datadir}/info/dir
 
 %changelog
+* Sat Nov 14 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.20-1
+- new upstream release
+- deleted Patch0
+
 * Wed Feb 11 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.19-1
 - new upstream release
 - changed source archive xz to lz

+ 6 - 2
nonfree/unrar/unrar-vl.spec

@@ -1,5 +1,5 @@
 Name:           unrar
-Version:        5.0.7
+Version:        5.3.7
 Release:        1%{?_dist_release}
 Summary:        Utility for extracting RAR archives (nonfree version)
 Summary(ja):    RAR アーカイブを解凍するためのユーティリティ (nonfree version)
@@ -9,6 +9,7 @@ Group:          Applications/Archiving
 URL:            http://www.rarlab.com/rar_archiver.htm
 Source0:        http://www.rarlab.com/rar/unrarsrc-%{version}.tar.gz
 #Patch0:         http://ftp.debian.org/debian/pool/non-free/u/unrar-nonfree/unrar-nonfree_3.5.2-0.1.diff.gz
+Patch0:         fix-buildflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  sed >= 3.9.5
@@ -23,7 +24,7 @@ unrar は RAR archives を展開するためのユーティリティです。
 
 %prep
 %setup -q -n %{name}
-#%patch0 -p1
+%patch0 -p1
 #sed -i -e 's/\r//g' readme.txt
 
 
@@ -50,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Nov 14 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 5.3.7-1
+- new upstream release
+
 * Sat Jul 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 5.0.7-1
 - new upstream release
 

+ 6 - 3
r/rsync/rsync-vl.spec

@@ -2,7 +2,7 @@ Summary:     A program for synchronizing files over a network.
 Summary(ja): ネットワーク越しにファイルを同期させるプログラム
 Name: rsync
 Version: 3.1.1
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 Group: Applications/Internet
 License: GPLv3+
 URL: http://rsync.samba.org
@@ -12,7 +12,7 @@ Source2: rsync.xinetd
 
 Patch0: ssh-6-option.diff
 # security fixes
-#Patch100: rsync-3.1.1-dos.patch
+Patch100: rsync_CVE-2014-9512.patch
 
 Prefix: %{_prefix}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -57,7 +57,7 @@ patch -p1 -i patches/copy-devices.diff
 
 %patch0 -p1 -b .man
 # security fixes
-#%patch100 -p1 -b .CVE-2011-1097
+%patch100 -p1 -b .CVE-2014-9512
 
 %build
 autoreconf
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Nov 14 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.1.1-2
+- added Patch100 to fix CVE-2014-9512
+
 * Fri Nov 07 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.1.1-1
 - new upstream release
 - deleted Patch100 to merge source

+ 12 - 5
v/viewnior/viewnior-vl.spec

@@ -6,7 +6,7 @@
 #%bcond_with gnome
 
 Name:           viewnior
-Version:        1.4
+Version:        1.5
 Release:        1%{?_dist_release}
 Summary:        Elegant image viewer
 Summary(ja):    エレガントな画像ビューア
@@ -15,13 +15,14 @@ Group:          Applications/Graphics
 License:        GPLv3+
 URL:            http://xsisqox.github.com/Viewnior
 Source0:        http://cloud.github.com/downloads/xsisqox/Viewnior/%{name}-%{version}.tar.gz
-Patch0:         viewnior-0.7-dsofix.patch
+#Patch0:         viewnior-0.7-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  exiv2-devel
 BuildRequires:  gdk-pixbuf2-devel >= 2.4.0
 BuildRequires:  glib2-devel >= 2.24
 BuildRequires:  gtk2-devel >= 2.20
+BuildRequires:  gnome-common
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  intltool >= 0.35.0
@@ -47,13 +48,14 @@ its features are:
 
 
 %prep
-%setup -q
-%patch0 -p1 -b .dsofix
+%setup -q -n Viewnior-%{name}-%{version}
+#%patch0 -p1 -b .dsofix
 # fix spurious executable perms
-chmod 0644 AUTHORS ChangeLog COPYING NEWS README TODO src/*
+chmod 0644 AUTHORS COPYING NEWS README TODO src/*
 
 
 %build
+./autogen.sh
 %configure --enable-static=no \
 #%if %{with gnome}
 #   --enable-wallpaper
@@ -101,6 +103,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Nov 14 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5-1
+- new upstream release
+- deleted Patch0
+- added BuildRequires: gnome-common
+
 * Sat Mar 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4-1
 - new upstream release
 - added BuildRequires: exiv2-devel