summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-01 23:14:54 +0000
committerroot <root@rshg054.dnsready.net>2012-02-01 23:14:54 +0000
commitac5ada660240f37d7347e42123071990f616e418 (patch)
tree31ac2c7efc492f2c67069b60f1a6ea7ff102ae94 /core
parentc34f78dd37c2a2015d43de5d89748a2f8147ba1b (diff)
Wed Feb 1 23:14:54 UTC 2012
Diffstat (limited to 'core')
-rw-r--r--core/iptables/PKGBUILD16
-rw-r--r--core/sudo/PKGBUILD12
-rw-r--r--core/udev/PKGBUILD6
-rw-r--r--core/zlib/PKGBUILD19
4 files changed, 27 insertions, 26 deletions
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 <ronald.archlinux.org>
# Contributor: Thomas Baechler <thomas@archlinux.org>
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 <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
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 <teg@jklm.no>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
@@ -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 <pierre@archlinux.de>
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() {