Browse Source

proftpd-1.3.5b-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10181 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
2177af063e
1 changed files with 13 additions and 22 deletions
  1. 13 22
      p/proftpd/proftpd-vl.spec

+ 13 - 22
p/proftpd/proftpd-vl.spec

@@ -2,37 +2,34 @@
 %define _localstatedir	/var/run
 %define _sysconfdir	/etc
 %define _rundir		/var/run/proftpd
-%define tarballversion	1.3.4b
-%define origversion	1.3.4b
+%define tarballversion	1.3.5b
+%define origversion	1.3.5b
 
 Summary: ProFTPd -- Professional FTP Server.
 Summary(ja): ProFTPd -- プロフェッショナル FTP サーバ
 Name: proftpd
 Epoch: 1
 Version: %{origversion}
-Release: 2%{?_dist_release}
+Release: 1%{?_dist_release}
 License: GPL
 Group: System Environment/Daemons
 URL: http://www.proftpd.org/
 
-Source0: ftp://ftp.proftpd.org/distrib/%{name}-%{origversion}.tar.gz
+Source0: ftp://ftp.proftpd.org/distrib/source/%{name}-%{origversion}.tar.gz
 Source1: proftpd.vine.conf
 Source2: ftpusers.vine
 Source3: proftpd.init
 Source5: welcome.msg
 
 # upstream bug fixes & security fixes
-Patch14: proftpd-1.3.4a-bug3720.patch
-Patch23: proftpd-1.3.4a-bug3744.patch
 Patch24: proftpd-1.3.4a-bug3745.patch
-Patch25: proftpd-1.3.4a-bug3746.patch
 
 # auth 
 Patch201: proftpd-1.3.1-use-system-auth-instead-of-pam_pwdb.patch
 
 # iconv patch (CharsetLocal/CharsetRemote)
 # Patch300: http://www.hakusan.tsg.ne.jp/tjkawa/software/misc/proftpd-iconv/pack/proftpd-1.3.0-iconv.patch.gz
-Patch300: proftpd-1.3.4b-iconv.patch
+Patch300: proftpd-1.3.5b-iconv.patch
 
 # fix build on recent kernel headers
 # Patch400: proftpd-1.3.1-umode.patch
@@ -87,24 +84,12 @@ find . -type d -name CVS | xargs -r rm -frv
 
 # upstream fixes
 
-# Various module logfile permissions are 0600 instead of 0640
-# http://bugs.proftpd.org/show_bug.cgi?id=3720
-%patch14 -p0
-
-# Support ls(1) -1 option for LIST command
-# http://bugs.proftpd.org/show_bug.cgi?id=3744
-%patch23 -p0
-
 # Reject PASV command if no IPv4 address available
 # http://bugs.proftpd.org/show_bug.cgi?id=3745
 %patch24 -p0
 
-# Support applying ListOptions only to NLST or to LIST commands
-# http://bugs.proftpd.org/show_bug.cgi?id=3746
-%patch25 -p0
-
 ## patches from mdk
-# use system-auth instaed of pam_pwdb
+# use system-auth instead of pam_pwdb
 %patch201 -p1
 
 # iconv patch (CharsetLocal/CharsetRemote)
@@ -203,6 +188,7 @@ rm -rf %{buildroot}
 %{_sbindir}/*
 %{_bindir}/ftpdctl
 %{_bindir}/prxs
+%{_mandir}/man5/proftpd.conf.5*
 %{_mandir}/man5/xferlog.5*
 %{_mandir}/man8/ftpdctl.8*
 %{_mandir}/man8/ftpscrub.8*
@@ -237,6 +223,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Apr 12 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.5b-1
+- new upstream release.
+- removed Patch14, Patch23 and Patch25 (no longer needed).
+- updated Patch300.
+
 * Fri Oct 19 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.3.4b-2
 - fix util package dependency
 
@@ -487,7 +478,7 @@ rm -rf %{buildroot}
 * Wed Jun 28 2000 Kazuhisa TAKEI<takei@vinelinux.org>
 - repackaging for VineLinux
 
-* Thu Oct 3 1999 O.Elliyasa <osman@Cable.EU.org>
+* Sun Oct 3 1999 O.Elliyasa <osman@Cable.EU.org>
 - Multi package creation.
   Created core, standalone, inetd (&doc) package creations.
   Added startup script for init.d