X-Original-To: alpine-aports@lists.alpinelinux.org Received: from sdaoden.eu (sdaoden.eu [217.144.132.164]) by lists.alpinelinux.org (Postfix) with ESMTP id CFD65F84F4B for ; Thu, 7 Mar 2019 23:08:32 +0000 (UTC) Received: by sdaoden.eu (Postfix, from userid 1000) id C4D811604A; Fri, 8 Mar 2019 00:08:31 +0100 (CET) Date: Fri, 08 Mar 2019 00:08:45 +0100 From: Steffen Nurpmeso To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] community/s-nail: upgrade to v14.9.12.. Message-ID: Mail-Followup-To: alpine-aports@lists.alpinelinux.org User-Agent: s-nail v14.9.12-dirty OpenPGP: id=EE19E1C1F2F7054F8D3954D8308964B51883A0DD; url=https://ftp.sdaoden.eu/steffen.asc; preference=signencrypt BlahBlahBlah: Any stupid boy can crush a beetle. But all the professors in the world can make no bugs. Date: Thu, 7 Mar 2019 22:58:33 +0100 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: This slims away the Kerberos binding, i think noone really ever uses it; and if not maybe adding a special subpackage may be worth thinking about? P.S.: in community now, cool. I have found it there! --- community/s-nail/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/community/s-nail/APKBUILD b/community/s-nail/APKBUILD index 0b943ec..1bd5f8e 100644 --- a/community/s-nail/APKBUILD +++ b/community/s-nail/APKBUILD @@ -1,14 +1,13 @@ -# Contributor: Steffen Nurpmeso # Contributor: Ivan Tham # Maintainer: Steffen Nurpmeso pkgname=s-nail -pkgver=14.9.11 -pkgrel=3 +pkgver=14.9.12 +pkgrel=1 pkgdesc="SysV mail/BSD Mail/POSIX mailx: send and receive Internet mail" url="https://www.sdaoden.eu/code.html#s-mailx" arch="all" license="BSD" -makedepends="openssl-dev libidn-dev ncurses-dev krb5-dev" +makedepends="openssl-dev libidn-dev ncurses-dev" options="suid" replaces="mailx" subpackages="$pkgname-doc" @@ -24,11 +23,12 @@ build() { VAL_PREFIX=/usr \ VAL_SYSCONFDIR=/etc \ \ + OPT_GSSAPI=no \ VAL_IDNA=idn \ VAL_RANDOM="libgetrandom sysgetrandom urandom builtin" \ \ config - make build # XXX unite with config in v14.9.12 + make build } check() { @@ -43,4 +43,4 @@ package() { install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -sha512sums="e33de63e9c938a466c9c894e6a04ead0ccf42923bc1afaa52e7d7d7f763498567c3033b74be41b633b73d16c8f6baf6a3bec14db16975493ffc402a70a1395d3 s-nail-14.9.11.tar.xz" +sha512sums="4edec2a0d0e9bf2c556965e46413b696291368b8a93f3fb88ef11b8d6f17a4cbcd7fc311f35a4b2b7bcfd54965bb38faac83bd74b1b52042cdb4afe33660c42e s-nail-14.9.12.tar.xz" -- 2.21.0 --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt) --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---