summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-30 02:31:56 -0800
committerroot <root@rshg054.dnsready.net>2012-11-30 02:31:56 -0800
commit51867161079ab52d5152105142a3bc965c63ca03 (patch)
treeb3bce74db52a754245dc26d586603dfec0620aec /core
parentfd13fc6dba397df448ce6ecf87e806fdc3a8f3cd (diff)
Fri Nov 30 02:29:05 PST 2012
Diffstat (limited to 'core')
-rw-r--r--core/iputils/PKGBUILD14
-rw-r--r--core/libevent/PKGBUILD8
2 files changed, 9 insertions, 13 deletions
diff --git a/core/iputils/PKGBUILD b/core/iputils/PKGBUILD
index 154d4ae0a..7ad2b8048 100644
--- a/core/iputils/PKGBUILD
+++ b/core/iputils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 171270 2012-11-16 23:40:29Z stephane $
+# $Id: PKGBUILD 172113 2012-11-29 11:07:07Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=iputils
-pkgver=20121114
+pkgver=20121126
pkgrel=1
pkgdesc="Network monitoring tools, including ping"
arch=('i686' 'x86_64')
@@ -19,17 +19,13 @@ replaces=('netkit-base')
backup=(etc/xinetd.d/tftp)
install=${pkgname}.install
source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
- tftp.xinetd
- iputils-20121114-free-unintialized.patch)
-sha1sums=('6061bf2ddbf0339b0084eddc33716465b742b82d'
- 'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
- '7f1262f4bed7fa122ea86f09cb81d817adbd8164')
+ tftp.xinetd)
+sha1sums=('3e46391f53381080d5e1961f1b2b0ccd9a158ab2'
+ 'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
build() {
cd "${srcdir}/${pkgname}-s${pkgver}"
- patch -Np1 -i ../iputils-20121114-free-unintialized.patch
-
# Use our CFLAGS
sed -i -e "/^CCOPT=/s|-O2|${CFLAGS}|" Makefile
diff --git a/core/libevent/PKGBUILD b/core/libevent/PKGBUILD
index ae314ac2e..4c5214d07 100644
--- a/core/libevent/PKGBUILD
+++ b/core/libevent/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 165854 2012-09-01 15:27:36Z tomegun $
+# $Id: PKGBUILD 172139 2012-11-30 00:38:49Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Judd <jvinet@zeroflux.org>
pkgname=libevent
-pkgver=2.0.20
+pkgver=2.0.21
pkgrel=1
pkgdesc="An event notification library"
arch=('i686' 'x86_64')
@@ -30,5 +30,5 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}-stable"
make DESTDIR="${pkgdir}" install
}
-md5sums=('94270cdee32c0cd0aa9f4ee6ede27e8e'
- '5310233871ef2f2b3536114bf0377a42')
+md5sums=('b2405cc9ebf264aa47ff615d9de527a2'
+ '31ffa4efc611c452697bd120a3bf8f9e')