[arch-commits] Commit in openssh/trunk (PKGBUILD.snap)

Gaëtan Bisson bisson at archlinux.org
Thu Feb 6 07:37:30 UTC 2020


    Date: Thursday, February 6, 2020 @ 07:37:30
  Author: bisson
Revision: 374727

update snap PKGBUILD for upcoming release

Modified:
  openssh/trunk/PKGBUILD.snap

---------------+
 PKGBUILD.snap |   20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

Modified: PKGBUILD.snap
===================================================================
--- PKGBUILD.snap	2020-02-06 06:16:47 UTC (rev 374726)
+++ PKGBUILD.snap	2020-02-06 07:37:30 UTC (rev 374727)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=openssh
-_YMD=20191002
+_YMD=20200206
 pkgver=8.1p1snap$_YMD
 pkgrel=1
 pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
@@ -20,17 +20,26 @@
         'sshdgenkeys.service'
         'sshd.service'
         'sshd.conf'
-        'sshd.pam')
-#sha256sums=('6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad3'
+        'sshd.pam'
+        'glibc-2.31.patch')
+#sha256sums=('02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff'
 #            'SKIP'
-sha256sums=('bcf8f1316f0bedf863f30ee4d18bc9eaab76502adac81d2fd50f30d8290caf0f'
+sha256sums=('3158a493c6d29e40246266d16bc3343a8acfb8a1fa55c9978f57e6a9c9a4fb7d'
             '4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
             'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
             '4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
-            '64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
+            '64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846'
+            '25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93')
 
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
 
+install=install
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i "${srcdir}/glibc-2.31.patch"
+}
+
 build() {
 #	cd "${srcdir}/${pkgname}-${pkgver}"
 	cd "${srcdir}/${pkgname}"
@@ -40,6 +49,7 @@
 		--sbindir=/usr/bin \
 		--libexecdir=/usr/lib/ssh \
 		--sysconfdir=/etc/ssh \
+		--disable-strip \
 		--with-ldns \
 		--with-libedit \
 		--with-ssl-engine \



More information about the arch-commits mailing list