From ac5ada660240f37d7347e42123071990f616e418 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Feb 2012 23:14:54 +0000 Subject: Wed Feb 1 23:14:54 UTC 2012 --- core/iptables/PKGBUILD | 16 +++++++++++----- core/sudo/PKGBUILD | 12 +++++++----- core/udev/PKGBUILD | 6 +++--- core/zlib/PKGBUILD | 19 ++++++------------- 4 files changed, 27 insertions(+), 26 deletions(-) (limited to 'core') diff --git a/core/iptables/PKGBUILD b/core/iptables/PKGBUILD index 8da7cbee6..b065622ff 100644 --- a/core/iptables/PKGBUILD +++ b/core/iptables/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 142199 2011-11-06 05:47:47Z bisson $ +# $Id: PKGBUILD 148436 2012-01-31 20:35:00Z ronald $ # Maintainer: Ronald van Haren # Contributor: Thomas Baechler pkgname=iptables -pkgver=1.4.12.1 -pkgrel=2 +pkgver=1.4.12.2 +pkgrel=1 pkgdesc='Linux kernel packet control tool' arch=('i686' 'x86_64') license=('GPL2') @@ -24,7 +24,7 @@ source=("http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.ta empty-raw.rules empty-security.rules) backup=(etc/conf.d/iptables) -sha1sums=('86022c3b5129ad7105f5087ec1349e99cc5a9728' +sha1sums=('4dc8cdf1b711b23ed88eaaaa0e0e157d2bf2d81c' '5bb6fa526665cdd728c26f0f282f5a51f220cf88' '2db68906b603e5268736f48c8e251f3a49da1d75' '83b3363878e3660ce23b2ad325b53cbd6c796ecf' @@ -49,13 +49,19 @@ build() { ./configure --prefix=/usr \ --libexecdir=/usr/lib/iptables --sysconfdir=/etc \ --with-xtlibdir=/usr/lib/iptables \ - --enable-devel --enable-libipq + --enable-devel --enable-libipq \ + --enable-shared --enable-static +# build fails when not enabling static, see if we can remove it on next build make } package() { cd "${srcdir}/${pkgname}-${pkgver}" + + unset CFLAGS + unset LDFLAGS + make DESTDIR="${pkgdir}" install cd "${srcdir}" diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD index 9a160f365..024c5d1a4 100644 --- a/core/sudo/PKGBUILD +++ b/core/sudo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 141376 2011-10-30 06:48:48Z allan $ +# $Id: PKGBUILD 148401 2012-01-31 11:16:55Z allan $ # Maintainer: Allan McRae # Contributor: Tom Newsom pkgname=sudo -_ver=1.8.3p1 +_ver=1.8.3p2 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} -pkgrel=1 +pkgrel=2 pkgdesc="Give certain users the ability to run some commands as root" arch=('i686' 'x86_64') url="http://www.sudo.ws/sudo/" @@ -15,8 +15,8 @@ backup=('etc/sudoers' 'etc/pam.d/sudo') options=('!libtool' '!makeflags') source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} sudo.pam) -md5sums=('7becc572fa97f94cf721a2ee8299c45b' - 'b0726a25694fb2cdd5e1c146eb024e9c' +md5sums=('6d4282a1530c541f7900fa8dfcf2a882' + '07e3c5c79d78db50674d5ad17963d631' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') build() { @@ -32,6 +32,8 @@ package() { install -dm755 "$pkgdir/var/lib" make DESTDIR="$pkgdir" install + chmod 755 $pkgdir/var/db + install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo" install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE" diff --git a/core/udev/PKGBUILD b/core/udev/PKGBUILD index 85be39214..7b3d060c2 100644 --- a/core/udev/PKGBUILD +++ b/core/udev/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 147273 2012-01-25 16:27:42Z tomegun $ +# $Id: PKGBUILD 148430 2012-01-31 19:55:52Z tomegun $ # Maintainer: Tom Gundersen # Contributor: Aaron Griffin # Contributor: Tobias Powalowski @@ -6,7 +6,7 @@ pkgbase="udev" pkgname=('udev' 'udev-compat') -pkgver=179 +pkgver=180 pkgrel=1 arch=(i686 x86_64) url="http://git.kernel.org/?p=linux/hotplug/udev.git;a=summary" @@ -99,4 +99,4 @@ package_udev-compat() { mknod cpu/microcode c 10 184 } -md5sums=('7d2880f66ea39146aae928f19ff3ca09') +md5sums=('1cf124ab5a124ea35d4748ea414926ec') diff --git a/core/zlib/PKGBUILD b/core/zlib/PKGBUILD index d1f16c1b2..615e9911e 100644 --- a/core/zlib/PKGBUILD +++ b/core/zlib/PKGBUILD @@ -1,26 +1,19 @@ -# $Id: PKGBUILD 135916 2011-08-20 07:14:14Z allan $ +# $Id: PKGBUILD 148444 2012-01-31 23:47:55Z pierre $ # Maintainer: Pierre Schmitz pkgname=zlib -pkgver=1.2.5 -pkgrel=4 +pkgver=1.2.6 +pkgrel=1 pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP' arch=('i686' 'x86_64') license=('custom') url="http://www.zlib.net/" depends=('glibc') -options=('!makeflags') -source=("http://zlib.net/zlib-${pkgver}.tar.gz" - 'zlib-1.2.5-lfs-decls.patch') -md5sums=('c735eab2d659a96e5a594c9e8541ad63' - '4cb279ea3beab621f3526bf7b7ab99e5') +source=("http://zlib.net/current/zlib-${pkgver}.tar.gz") +md5sums=('618e944d7c7cd6521551e30b32322f4a') build() { cd ${srcdir}/zlib-$pkgver - # see http://bugs.archlinux.org/task/19280 - patch -p1 -i ${srcdir}/zlib-1.2.5-lfs-decls.patch - # work around gcc bug; see https://bugs.archlinux.org/task/20647 - export CFLAGS="${CFLAGS/-O2/-O3} -fno-tree-vectorize -DUNALIGNED_OK" ./configure --prefix=/usr make @@ -29,7 +22,7 @@ build() { check() { cd ${srcdir}/zlib-$pkgver - make check + make test } package() { -- cgit v1.2.3-54-g00ecf