[arch-commits] CVS update of extra/network/fetchmail (PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Mon Oct 22 03:56:28 UTC 2007
Date: Sunday, October 21, 2007 @ 23:56:28
Author: aaron
Path: /home/cvs-extra/extra/network/fetchmail
Modified: PKGBUILD (1.37 -> 1.38)
upgpkg: fetchmail 6.3.8-4
Apply SA 2007-02 bugfix
----------+
PKGBUILD | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
Index: extra/network/fetchmail/PKGBUILD
diff -u extra/network/fetchmail/PKGBUILD:1.37 extra/network/fetchmail/PKGBUILD:1.38
--- extra/network/fetchmail/PKGBUILD:1.37 Mon Jun 4 19:01:36 2007
+++ extra/network/fetchmail/PKGBUILD Sun Oct 21 23:56:28 2007
@@ -1,22 +1,28 @@
-# $Id: PKGBUILD,v 1.37 2007/06/04 23:01:36 kevin Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.38 2007/10/22 03:56:28 aaron Exp $
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
pkgname=fetchmail
pkgver=6.3.8
-pkgrel=3
+pkgrel=4
pkgdesc="A remote-mail retrieval utility"
+url="http://fetchmail.berlios.de/"
arch=('i686' 'x86_64')
depends=('glibc' 'openssl' 'python')
+license=('GPL')
install=fetchmail.install
source=(http://download2.berlios.de/fetchmail/$pkgname-$pkgver.tar.bz2
-fetchmail.rc fetchmail.conf)
-license=('GPL')
-url="http://fetchmail.berlios.de/"
-md5sums=('66b97500b0a1e3c0916b3b5314f597f5' 'b5f4d1da0c61d3d8a93fdf4e238f4949'\
- '8fcd6a22dfbc247755fdd050c5c5c4d3')
+ http://fetchmail.berlios.de/fetchmail-SA-2007-02.txt
+ fetchmail.rc fetchmail.conf)
+md5sums=('66b97500b0a1e3c0916b3b5314f597f5' 'e266c2e4f91f4a028481c87c7b005bb0'
+ 'b5f4d1da0c61d3d8a93fdf4e238f4949' '8fcd6a22dfbc247755fdd050c5c5c4d3')
build() {
export MAKEFLAGS="-j1"
cd $startdir/src/$pkgname-$pkgver
+
+ patch -up0 < ../fetchmail-SA-2007-02.txt
+
./configure --prefix=/usr --with-ssl=/usr
make || return 1
make DESTDIR=$startdir/pkg install
More information about the arch-commits
mailing list