summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-10-21 11:13:53 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-10-21 11:13:53 -0300
commit0fc81a2f2d55fa67c0c719ec87371f0cce0dc344 (patch)
treef615e5bac43a9f0977a687dffc56a866624fddf3 /core
parent65d9286f54bc65d71cf50737006c9d4c08512070 (diff)
parent1b21445a8e9097b0bb0542ed847fbb1eb832848f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/haskell-hslogger/PKGBUILD
Diffstat (limited to 'core')
-rw-r--r--core/libevent/PKGBUILD9
-rw-r--r--core/openssh/PKGBUILD5
2 files changed, 8 insertions, 6 deletions
diff --git a/core/libevent/PKGBUILD b/core/libevent/PKGBUILD
index 2cbcffa59..5fc26254a 100644
--- a/core/libevent/PKGBUILD
+++ b/core/libevent/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 136737 2011-08-31 19:39:15Z eric $
+# $Id: PKGBUILD 140822 2011-10-19 21:36:39Z eric $
# Maintainer:
# Contributor: Judd <jvinet@zeroflux.org>
pkgname=libevent
-pkgver=2.0.13
+pkgver=2.0.15
pkgrel=1
pkgdesc="An event notification library"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,8 +12,9 @@ license=('GPL2')
depends=('openssl')
optdepends=('python2: to use event_rpcgen.py')
options=('!libtool')
-source=("http://www.monkey.org/~provos/libevent-$pkgver-stable.tar.gz")
-md5sums=('af786b4b3f790c9d3279792edf7867fc')
+source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
+md5sums=('2643abe7ba242df15c08b2cc14ec8759'
+ '56e52e1b6bba54102d278da59af4495e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}-stable"
diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD
index 3455d2bbe..fcdcb99f9 100644
--- a/core/openssh/PKGBUILD
+++ b/core/openssh/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 137502 2011-09-08 02:26:19Z bisson $
+# $Id: PKGBUILD 140826 2011-10-19 22:29:31Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=openssh
pkgver=5.9p1
-pkgrel=3
+pkgrel=4
pkgdesc='Free version of the SSH connectivity tools'
arch=('i686' 'x86_64' 'mips64el')
license=('custom:BSD')
url='http://www.openssh.org/portable.html'
backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 'etc/conf.d/sshd')
depends=('krb5' 'openssl' 'libedit')
+optdepends=('x11-ssh-askpass: input passphrase in X without a terminal')
source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"
'sshd.confd'
'sshd.pam'