Date: Wednesday, August 11, 2010 @ 21:32:30 Author: eric Revision: 87294
upgpkg: alpine 2.00-10 Updated patchset to level 72 Modified: alpine/trunk/ChangeLog alpine/trunk/PKGBUILD -----------+ ChangeLog | 5 +++++ PKGBUILD | 25 +++++++++++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) Modified: ChangeLog =================================================================== --- ChangeLog 2010-08-11 20:57:57 UTC (rev 87293) +++ ChangeLog 2010-08-12 01:32:30 UTC (rev 87294) @@ -1,3 +1,8 @@ +2010-08-11 Eric Belanger <[email protected]> + + * alpine 2.00-10 + * Updated patchset to level 72 + 2010-04-10 Andrea Scarpino <[email protected]> * alpine 2.00-9 Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-11 20:57:57 UTC (rev 87293) +++ PKGBUILD 2010-08-12 01:32:30 UTC (rev 87294) @@ -4,8 +4,8 @@ pkgname=alpine pkgver=2.00 -pkgrel=9 -_patchlevel=56 +pkgrel=10 +_patchlevel=72 pkgdesc="The Apache-licensed PINE (a tool for reading, sending, and managing electronic messages)" arch=('i686' 'x86_64') url="http://www.washington.edu/alpine/" @@ -16,26 +16,27 @@ conflicts=('pine') replaces=('pine') options=('!makeflags') +changelog=ChangeLog source=(ftp://ftp.cac.washington.edu/${pkgname}/${pkgname}.tar.bz2 \ http://staff.washington.edu/chappa/alpine/patches/alpine-${pkgver}/all_${_patchlevel}.patch.gz \ 2.00-lpam.patch CVE-2008-5514.patch) -md5sums=('84e44cbf71ed674800a5d57eed9c1c52' - '8dc5f11cbaffaf88ea297df0895d9f73' - 'cd3911c16fc6a072e853c0ccfc35857c' - '1b52a54a656979116c09fb1d948a4325') +md5sums=('84e44cbf71ed674800a5d57eed9c1c52' 'b785165c25b41d110c43fbe44aa27f9f'\ + 'cd3911c16fc6a072e853c0ccfc35857c' '1b52a54a656979116c09fb1d948a4325') +sha1sums=('dcbd3c5419954f484ccf706feaba31ce48cdebc4' 'dc90fdbb82506cb1bb735ce5bf7ff2170cbe9f7c'\ + '1b39525f91ebd5a9de5a1e04f5554f6fa5f58ae3' 'bc61d76a237ff42b00b3f60f2e6fc5c45e261dbb') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 < ../all_${_patchlevel}.patch || return 1 - patch -p1 < ../2.00-lpam.patch || return 1 - patch -p1 < ../CVE-2008-5514.patch || return 1 + patch -p1 < ../all_${_patchlevel}.patch + patch -p1 < ../2.00-lpam.patch + patch -p1 < ../CVE-2008-5514.patch ./configure --prefix=/usr --without-passfile --without-tcl \ --disable-shared --with-system-pinerc=/etc/alpine.d/pine.conf \ - --with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed || return 1 - make || return 1 + --with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed + make } package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install || return 1 + make DESTDIR="${pkgdir}" install }
