Date: Tuesday, October 26, 2010 @ 01:10:30 Author: eric Revision: 97020
upgpkg: alpine 2.00-11 Updated patchset to 78, Removed ChangeLog Modified: alpine/trunk/PKGBUILD Deleted: alpine/trunk/ChangeLog -----------+ ChangeLog | 53 ----------------------------------------------------- PKGBUILD | 10 ++++------ 2 files changed, 4 insertions(+), 59 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2010-10-26 01:54:07 UTC (rev 97019) +++ ChangeLog 2010-10-26 05:10:30 UTC (rev 97020) @@ -1,53 +0,0 @@ -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 - * Updated patchset to level 56 - -2010-01-23 Eric Belanger <[email protected]> - - * alpine 2.00-7 - * Updated patchset to level 53 - -2009-09-18 Eric Belanger <[email protected]> - - * alpine 2.00-6 - * libldap-2.4 rebuild - -2009-09-18 Eric Belanger <[email protected]> - - * alpine 2.00-5 - * Updated patchset to level 52 - * Security fix - -2009-09-17 Allan McRae <[email protected]> - - * alpine 2.00-4 - * libldap-2.4 rebuild - -2009-02-07 Eric Belanger <[email protected]> - - * alpine 2.00-3 - * Updated patchset to level 20 - -2008-12-05 Eric Belanger <[email protected]> - - * alpine 2.00-2 - * Rebuilt against heimdal 1.2.1 - * Placed copy of all.patch.gz patch on local ftp (close FS#11964) - -2008-09-04 Eric Belanger <[email protected]> - - * alpine 2.00-1 - * Upstream update - * Replaced install scriptlet with optdepends - -2008-03-26 Eric Belanger <[email protected]> - - * alpine 1.10-1 - * Upstream update - * Added ChangeLog Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-26 01:54:07 UTC (rev 97019) +++ PKGBUILD 2010-10-26 05:10:30 UTC (rev 97020) @@ -1,11 +1,10 @@ # $Id$ # Maintainer: Eric Belanger <[email protected]> -# Contributor: Fabio Scotoni <[email protected]> pkgname=alpine pkgver=2.00 -pkgrel=10 -_patchlevel=72 +pkgrel=11 +_patchlevel=78 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,13 +15,12 @@ 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' 'b785165c25b41d110c43fbe44aa27f9f'\ +md5sums=('84e44cbf71ed674800a5d57eed9c1c52' 'fc21a282056fac87566833f102dcf2f5'\ 'cd3911c16fc6a072e853c0ccfc35857c' '1b52a54a656979116c09fb1d948a4325') -sha1sums=('dcbd3c5419954f484ccf706feaba31ce48cdebc4' 'dc90fdbb82506cb1bb735ce5bf7ff2170cbe9f7c'\ +sha1sums=('dcbd3c5419954f484ccf706feaba31ce48cdebc4' '2dbf2e4eaef0aa1951a143dafc1b7ea849d2e942'\ '1b39525f91ebd5a9de5a1e04f5554f6fa5f58ae3' 'bc61d76a237ff42b00b3f60f2e6fc5c45e261dbb') build() {
