summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-18 00:08:26 -0800
committerroot <root@rshg054.dnsready.net>2013-02-18 00:08:26 -0800
commit29883fd322e5c6464bf44e9eaa31b17790461bd0 (patch)
tree7a5c796989f3be3dbe636ab86c5c3a8ce77a2237 /core
parentc6f4cd18ab706868be0eff10327a0dcd58cecdf3 (diff)
Mon Feb 18 00:08:22 PST 2013
Diffstat (limited to 'core')
-rw-r--r--core/coreutils/PKGBUILD11
-rw-r--r--core/gnupg/PKGBUILD15
-rw-r--r--core/openssh/PKGBUILD5
-rw-r--r--core/openssl/PKGBUILD8
4 files changed, 23 insertions, 16 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD
index 82fb6beb8..73cc73f86 100644
--- a/core/coreutils/PKGBUILD
+++ b/core/coreutils/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 169689 2012-10-26 01:40:04Z allan $
+# $Id: PKGBUILD 178157 2013-02-17 10:37:53Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=coreutils
-pkgver=8.20
+pkgver=8.21
pkgrel=1
pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
arch=('i686' 'x86_64')
@@ -13,15 +13,14 @@ groups=('base')
depends=('glibc' 'pam' 'acl' 'gmp' 'libcap')
install=${pkgname}.install
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('3d69af8f561fce512538a9fe85f147ff'
- '7e6076e4e0961d24c38cf8685efca35b')
+md5sums=('065ba41828644eca5dd8163446de5d64'
+ '5d68aee0cfb701c13ec624ad8df142a9')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --libexecdir=/usr/lib \
- --enable-no-install-program=groups,hostname,kill,uptime \
- --enable-pam
+ --enable-no-install-program=groups,hostname,kill,uptime
make
}
diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD
index efbc00dd9..db0e5dd2e 100644
--- a/core/gnupg/PKGBUILD
+++ b/core/gnupg/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 176299 2013-01-29 03:50:02Z bisson $
+# $Id: PKGBUILD 178149 2013-02-17 00:23:25Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=gnupg
pkgver=2.0.19
-pkgrel=5
+pkgrel=6
pkgdesc='Complete and free implementation of the OpenPGP standard'
url='http://www.gnupg.org/'
license=('GPL')
@@ -32,9 +32,18 @@ replaces=('gnupg2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
patch -p1 -i ../protect-tool-env.patch # FS#31900
patch -p1 -i ../valid-keyblock-packet.patch
- ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/gnupg \
+ --enable-maintainer-mode \
+ --enable-symcryptrun \
+ --enable-gpgtar \
+
make
}
diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD
index 5de4fb195..0d6079466 100644
--- a/core/openssh/PKGBUILD
+++ b/core/openssh/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 177604 2013-02-08 03:12:11Z bisson $
+# $Id: PKGBUILD 178148 2013-02-17 00:23:24Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=openssh
pkgver=6.1p1
-pkgrel=5
+pkgrel=6
pkgdesc='Free version of the SSH connectivity tools'
url='http://www.openssh.org/portable.html'
license=('custom:BSD')
@@ -90,6 +90,7 @@ package() {
sed \
-e '/^#ChallengeResponseAuthentication yes$/c ChallengeResponseAuthentication no' \
+ -e '/^#PrintMotd yes$/c PrintMotd no # pam does that' \
-e '/^#UsePAM no$/c UsePAM yes' \
-i "${pkgdir}"/etc/ssh/sshd_config
}
diff --git a/core/openssl/PKGBUILD b/core/openssl/PKGBUILD
index 3917fa5b7..445a9e337 100644
--- a/core/openssl/PKGBUILD
+++ b/core/openssl/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 178103 2013-02-16 09:12:36Z pierre $
+# $Id: PKGBUILD 178169 2013-02-17 17:21:40Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=openssl
@@ -6,7 +6,7 @@ _ver=1.0.1e
# use a pacman compatible version scheme
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
#pkgver=$_ver
-pkgrel=1
+pkgrel=3
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
arch=('i686' 'x86_64')
url='https://www.openssl.org'
@@ -41,12 +41,10 @@ build() {
patch -p0 -i $srcdir/ca-dir.patch
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
- # workaround for https://rt.openssl.org/Ticket/Display.html?id=2771: OPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
shared zlib enable-md2 ${optflags} \
"${openssltarget}" \
- -Wa,--noexecstack "${CFLAGS}" "${LDFLAGS}" \
- -DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
+ -Wa,--noexecstack "${CFLAGS}" "${LDFLAGS}"
make depend
make