summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-11-04 01:27:27 -0800
committerroot <root@rshg054.dnsready.net>2013-11-04 01:27:27 -0800
commit058983fb5cb16dbb25368dd464cbcf27205b3f93 (patch)
tree4f07b3aba435304aac5c5f93e5a9784031dabd40 /core
parent1ce58386c5ee7086ac6848f35cade5d45bf86764 (diff)
Mon Nov 4 01:26:54 PST 2013
Diffstat (limited to 'core')
-rw-r--r--core/curl/PKGBUILD12
-rw-r--r--core/libssh2/PKGBUILD4
-rw-r--r--core/openldap/PKGBUILD6
3 files changed, 15 insertions, 7 deletions
diff --git a/core/curl/PKGBUILD b/core/curl/PKGBUILD
index 384e163d9..0c88797cf 100644
--- a/core/curl/PKGBUILD
+++ b/core/curl/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 197806 2013-10-30 11:02:54Z allan $
+# $Id: PKGBUILD 198761 2013-11-03 13:49:41Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=curl
pkgver=7.33.0
-pkgrel=2
+pkgrel=3
pkgdesc="An URL retrieval utility and library"
arch=('i686' 'x86_64')
url="http://curl.haxx.se"
@@ -16,11 +16,19 @@ depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
provides=('libcurl.so')
options=('strip' 'debug')
source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+ "0001-glob-fix-regression-from-commit-5ca96cb844.patch::https://github.com/bagder/curl/commit/867b52a.patch"
curlbuild.h)
md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
'SKIP'
+ 'd71c7eab7d38f1731f78285634a4c390'
'751bd433ede935c8fae727377625a8ae')
+prepare() {
+ cd "$pkgname-$pkgver"
+
+ patch -Np1 < "$srcdir"/0001-glob-fix-regression-from-commit-5ca96cb844.patch
+}
+
build() {
cd "$pkgname-$pkgver"
diff --git a/core/libssh2/PKGBUILD b/core/libssh2/PKGBUILD
index 29202c5dc..a723e0ba6 100644
--- a/core/libssh2/PKGBUILD
+++ b/core/libssh2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 197828 2013-10-30 11:05:28Z allan $
+# $Id: PKGBUILD 198760 2013-11-03 13:49:40Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
@@ -7,7 +7,7 @@
pkgname=libssh2
pkgver=1.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
url="http://www.libssh2.org/"
arch=('i686' 'x86_64')
diff --git a/core/openldap/PKGBUILD b/core/openldap/PKGBUILD
index 066cd0fd4..98807de9e 100644
--- a/core/openldap/PKGBUILD
+++ b/core/openldap/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 197834 2013-10-30 11:06:09Z allan $
+# $Id: PKGBUILD 198764 2013-11-03 16:44:35Z eric $
# Maintainer:
pkgbase=openldap
pkgname=('libldap' 'openldap')
-pkgver=2.4.36
+pkgver=2.4.37
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.openldap.org/"
@@ -12,7 +12,7 @@ makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath')
options=('!makeflags')
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
slapd.service slapd.tmpfiles openldap-ntlm.patch)
-sha1sums=('da0e18a28a5dade5c98d9a382fd8f0a676a12aca'
+sha1sums=('179b3d51f7569cca768384fee92aa43c8a82c5d9'
'2441815efbfa01ad7a1d39068e5503b53d1d04b0'
'59241a813d7508294e4ef1cec3bfe1f5495e109d'
'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')