diff --git a/.gitignore b/.gitignore index 12bd7e5..a111713 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ rssh-2.3.2.tar.gz +/rssh-2.3.3.tar.gz diff --git a/rssh-2.3.2-makefile.patch b/rssh-2.3.2-makefile.patch deleted file mode 100644 index c28167e..0000000 --- a/rssh-2.3.2-makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- rssh-2.3.2/Makefile.in.old 2008-07-21 19:52:51.000000000 -0400 -+++ rssh-2.3.2/Makefile.in 2008-07-21 19:52:54.000000000 -0400 -@@ -728,7 +728,7 @@ - $(CC) -c $(DEFS) $(ourdefs) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $< - - install-exec-hook: -- chmod u+s $(libexecdir)/rssh_chroot_helper -+ chmod u+s $(DESTDIR)$(libexecdir)/rssh_chroot_helper - - rpm: dist - rpmbuild -ta --sign $(base).tar.gz diff --git a/rssh.spec b/rssh.spec index 32a4758..65d98e6 100644 --- a/rssh.spec +++ b/rssh.spec @@ -1,13 +1,12 @@ Name: rssh -Version: 2.3.2 -Release: 8%{?dist} +Version: 2.3.3 +Release: 1%{?dist} Summary: Restricted shell for use with OpenSSH, allowing only scp and/or sftp Group: Applications/Internet License: BSD URL: http://www.pizzashack.org/rssh/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: rssh-2.3.2-makefile.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssh-server, openssh-clients BuildRequires: cvs rsync rdist @@ -48,7 +47,6 @@ exit 0 %files -%defattr(-, root, root, -) %doc AUTHORS ChangeLog CHROOT COPYING NEWS README SECURITY TODO %doc conf_convert.sh mkchroot.sh %doc %{_mandir}/man1/rssh.1* @@ -59,6 +57,9 @@ exit 0 %changelog +* Thu May 19 2011 Rahul Sundaram - 2.3.3-1 +- Upstream security fix release. Resolves rhbz#705904 + * Wed Feb 09 2011 Fedora Release Engineering - 2.3.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index ac344c7..7bc5e92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65712f2c06ff5fc6fc783bc8c2e4e1ba rssh-2.3.2.tar.gz +b0c147602fcc95737ed50573b92fc468 rssh-2.3.3.tar.gz