Browse Source

new upstream release with security fix

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@970 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 15 years ago
parent
commit
501b3278fb
1 changed files with 14 additions and 5 deletions
  1. 14 5
      f/fetchmail/fetchmail-vl.spec

+ 14 - 5
f/fetchmail/fetchmail-vl.spec

@@ -4,8 +4,8 @@
 Summary: A remote mail retrieval and forwarding utility.
 Summary(ja): 遠隔メール取得/フォワード用ユーティリティ
 Name: fetchmail
-Version: 6.3.14
-Release: 1%{_dist_release}
+Version: 6.3.17
+Release: 2%{_dist_release}
 Requires: smtpdaemon
 License: GPL
 Group: Applications/Internet
@@ -24,6 +24,7 @@ Patch2: fetchmail-6.3.5-nonewline.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: openssl-devel
 BuildRequires: krb5-devel
+BuildRequires: python-devel
 Requires: krb5-libs
 
 Vendor: Project Vine
@@ -90,9 +91,9 @@ fetchmail の設定を簡単に行いたい場合は fetchmailconf をインス
 %build
 %configure \
 	   --enable-NTLM \
-	   --with-ssl=/usr \
-	   --with-kerberos5=/usr/kerberos \
-	   --with-gssapi=/usr/kerberos
+	   --with-ssl \
+	   --with-kerberos5 \
+	   --with-gssapi
 
 %__make %{?_smp_mflags}
 
@@ -120,6 +121,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/fetchmailconf.1*
 
 %changelog
+* Sun May  9 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.17-2
+- change spec filename (-vl added)
+
+* Fri May  7 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.17-1
+- new upstream release with security fix (CVE-2010-1167)
+- add BR: python-devel
+- fix configure option (--with-hoge)
+
 * Thu Feb 11 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.14-1
 - new upstream release with security fix (CVE-2010-0562)