From 29883fd322e5c6464bf44e9eaa31b17790461bd0 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Feb 2013 00:08:26 -0800 Subject: Mon Feb 18 00:08:22 PST 2013 --- core/coreutils/PKGBUILD | 11 +++++------ core/gnupg/PKGBUILD | 15 ++++++++++++--- core/openssh/PKGBUILD | 5 +++-- core/openssl/PKGBUILD | 8 +++----- 4 files changed, 23 insertions(+), 16 deletions(-) (limited to 'core') 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 # Contributor: judd 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 # Contributor: Tobias Powalowski # Contributor: Andreas Radke @@ -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 # Contributor: Aaron Griffin # Contributor: judd 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 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 -- cgit v1.2.3-54-g00ecf