upg gssproxy

This commit is contained in:
joborun linux 2023-10-20 00:02:38 +03:00
parent 41981221f7
commit 3c80061f52
3 changed files with 17 additions and 9 deletions

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=gssproxy
pkgver=0.9.1
pkgrel=02
pkgver=0.9.2
pkgrel=01
pkgdesc="GSSAPI Proxy w/o systemd - deprecated after 0.9.0"
# This was a dependency of nfs-utils and its dependents
# We opted in building nfs-utils without gssproxy (like Void does)
@ -17,7 +17,7 @@ pkgdesc="GSSAPI Proxy w/o systemd - deprecated after 0.9.0"
arch=(x86_64)
url="https://github.com/gssapi/gssproxy"
#depends=('krb5' 'popt' 'ding-libs')
depends=('libverto-module-base' 'popt' 'ding-libs' )
depends=('libverto-module-base' 'popt' 'ding-libs' 'krb5')
makedepends=('libxslt' 'docbook-xsl' 'doxygen' 'po4a')
options=('emptydirs' 'makeflags')
backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-network-fs-clients}.conf
@ -84,5 +84,10 @@ package() {
license=('custom: MIT')
sha256sums=(ebc355c1495db96e3591574f32b9464fcfbf73381ce8fcb397cdede220167dc4) # gssproxy-0.9.1.tar.gz
# https://github.com/gssapi/gssproxy/releases/download/v0.9.2/gssproxy-0.9.2.tar.gz.sha512sum.txt
sha512sums=('6de484c9c1715e8b845106e1b16e1c29805e4104db296eb44ea15e6b6973fd1df0b043d2cdc2798f04c7a0ce66279e356a285684bc3573ef847532ab2b87aca3')
sha256sums=(1fe43ea1b03d19e0f1eda3c82ba5bd8bba04e9bc7e629c117dad094d0a6fc1de) # gssproxy-0.9.2.tar.gz
## 22dc97986f310c73868c0ede1677a222708e6ffed1a145781345a2d4f55dc429 gssproxy-0.9.2-01-x86_64.pkg.tar.lz

View File

@ -2,20 +2,21 @@
# Contributor: Mantas Mikulėnas <grawity@gmail.com>
pkgname=gssproxy
pkgver=0.9.1
pkgrel=2
pkgver=0.9.2
pkgrel=1
pkgdesc="GSSAPI Proxy"
arch=(x86_64)
url="https://github.com/gssapi/gssproxy"
license=('custom: MIT')
depends=('libverto-module-base' 'popt' 'ding-libs' 'systemd-libs')
depends=('libverto-module-base' 'popt' 'ding-libs' 'systemd-libs'
'krb5' 'glibc')
makedepends=('libxslt' 'systemd' 'docbook-xsl' 'doxygen' 'po4a')
options=('emptydirs' 'makeflags')
backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-network-fs-clients}.conf
etc/gss/mech.d/proxymech.conf)
source=(https://github.com/gssapi/gssproxy/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
# https://github.com/gssapi/gssproxy/releases/download/v0.9.1/gssproxy-0.9.1.tar.gz.sha512sum.txt
sha512sums=('767c4e73d5240a43a0586e836e7dc199b8baf0adbc5a1a2cbb6ffc6f0a7ca574a4fc541ca474ef696d78956724eb24c465760f680e7170f8d77d056513b6226b')
# https://github.com/gssapi/gssproxy/releases/download/v0.9.2/gssproxy-0.9.2.tar.gz.sha512sum.txt
sha512sums=('6de484c9c1715e8b845106e1b16e1c29805e4104db296eb44ea15e6b6973fd1df0b043d2cdc2798f04c7a0ce66279e356a285684bc3573ef847532ab2b87aca3')
prepare() {
cd "$srcdir/gssproxy-$pkgver"

View File

@ -7,3 +7,5 @@ doxygen
po4a
popt
ding-libs