From bbb460f85242e6ac03f47b74b9d0be66ff089ac4 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 May 2011 22:34:00 +0000 Subject: Mon May 9 22:34:00 UTC 2011 --- core/dnsutils/PKGBUILD | 11 ++++++----- core/libevent/PKGBUILD | 12 ++++++------ core/syslinux/PKGBUILD | 14 +++++++------- .../syslinux/syslinux-dont-build-dos-windows-targets.patch | 2 +- core/vi/PKGBUILD | 7 ++++--- 5 files changed, 24 insertions(+), 22 deletions(-) (limited to 'core') diff --git a/core/dnsutils/PKGBUILD b/core/dnsutils/PKGBUILD index 345f04e7c..823df71de 100644 --- a/core/dnsutils/PKGBUILD +++ b/core/dnsutils/PKGBUILD @@ -1,12 +1,13 @@ -# $Id: PKGBUILD 112955 2011-03-08 00:16:14Z bisson $ -# Maintainer: kevin +# $Id: PKGBUILD 122965 2011-05-07 14:46:05Z bisson $ +# Maintainer: Gaetan Bisson +# Contributor: kevin # Contributor: mario pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.8.0 -_pkgver=9.8.0 +pkgver=9.8.0.P1 +_pkgver=9.8.0-P1 pkgrel=1 pkgdesc='Various DNS utilities - dig host nslookup nsupdate' @@ -18,7 +19,7 @@ replaces=('bind-tools' 'host') options=('!makeflags') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" 'tools-only.patch') -sha1sums=('33019694ef3119d9daa1e8ff5117a6688e188528' +sha1sums=('aa8f308f218e437ac4bad616e0ae83a9b9c40c29' 'ac88c89e25c26d73095a3dd85e1ca1070d184ded') build() { diff --git a/core/libevent/PKGBUILD b/core/libevent/PKGBUILD index 61c39c3a7..a7f9e724f 100644 --- a/core/libevent/PKGBUILD +++ b/core/libevent/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 109275 2011-02-07 15:11:49Z ibiru $ +# $Id: PKGBUILD 122876 2011-05-07 01:31:31Z eric $ # Maintainer: # Contributor: Judd pkgname=libevent -pkgver=2.0.10 +pkgver=2.0.11 pkgrel=1 pkgdesc="An event notification library" -license=('GPL2') arch=('i686' 'x86_64') url="http://www.monkey.org/~provos/libevent/" +license=('GPL2') depends=('openssl') -source=("http://www.monkey.org/~provos/libevent-$pkgver-stable.tar.gz") options=('!libtool') -md5sums=('a37401d26cbbf28185211d582741a3d4') +source=("http://www.monkey.org/~provos/libevent-$pkgver-stable.tar.gz") +md5sums=('bd7ef33c08aa6401c8d67dbc88679ded') build() { cd "${srcdir}/${pkgname}-${pkgver}-stable" @@ -23,5 +23,5 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}-stable" - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install } diff --git a/core/syslinux/PKGBUILD b/core/syslinux/PKGBUILD index bfbd1f2c9..03f529f11 100644 --- a/core/syslinux/PKGBUILD +++ b/core/syslinux/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 112767 2011-03-06 16:24:51Z thomas $ +# $Id: PKGBUILD 120229 2011-04-21 12:44:04Z tpowa $ # Maintainer: Thomas Bächler # Maintainer: Tobias Powalowski pkgname=syslinux -pkgver=4.03 -pkgrel=4 +pkgver=4.04 +pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE" url="http://syslinux.zytor.com/" @@ -21,10 +21,10 @@ source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.t syslinux-dont-build-dos-windows-targets.patch syslinux.cfg syslinux-install_update) -sha256sums=('c65567e324f9d1f7f794ae8f9578a0292bbd47d7b8d895a004d2f0152d0bda38' - '7e9301e37113d8bcddadc3a7d2fd6f3f433ef20ef6fa6df9fe9e256fa8868753' - 'b4ba8f9daa67ec35da6e05adb610469bc8c4facf488468c1ec3e5860ba75313d' - '49573a3b65362326c8b1e9bfa49e83225e0bf9d3710454de4070abc9481c614c') +md5sums=('a3936208767eb7ced65320abe2e33a10' + '5274062f91931eae6573f1ec3cd5b640' + '5ad0a9cccd60ada4fd5a93380c76d5df' + 'b5b4953c0a5a01cd16441402f6321765') build() { # Do not try to build syslinux with our default LDFLAGS, it will fail diff --git a/core/syslinux/syslinux-dont-build-dos-windows-targets.patch b/core/syslinux/syslinux-dont-build-dos-windows-targets.patch index 2bac55185..7355e4acb 100644 --- a/core/syslinux/syslinux-dont-build-dos-windows-targets.patch +++ b/core/syslinux/syslinux-dont-build-dos-windows-targets.patch @@ -5,7 +5,7 @@ diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile # files that depend only on the B phase, but may have to be regenerated # for "make installer". BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \ -- libinstaller dos win32 win64 dosutil +- diag libinstaller dos win32 win64 dosutil + libinstaller ITARGET = IOBJECTS = $(ITARGET) \ diff --git a/core/vi/PKGBUILD b/core/vi/PKGBUILD index 379a2ca5a..eec6ce5ef 100644 --- a/core/vi/PKGBUILD +++ b/core/vi/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 109425 2011-02-09 15:16:39Z stephane $ +# $Id: PKGBUILD 118363 2011-04-06 12:35:06Z jgc $ # Maintainer: tobias [ tobias at archlinux org ] pkgname=vi pkgver=050325 -pkgrel=4 +pkgrel=1 +epoch=1 pkgdesc='The original ex/vi text editor.' arch=('i686' 'x86_64') url='http://ex-vi.sourceforge.net/' @@ -11,7 +12,7 @@ license=('custom:ex') depends=('ncurses') optdepends=('mailx: used by the preserve command for notification') groups=('base') -options=(force strip !libtool emptydirs) +options=(strip !libtool emptydirs) source=(http://downloads.sourceforge.net/sourceforge/ex-vi/ex-${pkgver}.tar.bz2 exrc.sample navkeys.patch -- cgit v1.2.3-54-g00ecf