Skip to content

Commit da7eaa3

Browse files
committed
gssproxy: update to 0.9.2
Signed-off-by: stydxm <stydxm@outlook.com>
1 parent 0ca6edc commit da7eaa3

File tree

5 files changed

+13
-18
lines changed

5 files changed

+13
-18
lines changed

app-network/gssproxy/autobuild/beyond

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ rm -rf "$PKGDIR"/usr/share/doc
44
install -m644 examples/gssproxy.conf "$PKGDIR"/etc/gssproxy/gssproxy.conf
55

66
install -m644 examples/24-nfs-server.conf "$PKGDIR"/etc/gssproxy/24-nfs-server.conf
7-
install -m644 examples/99-nfs-client.conf "$PKGDIR"/etc/gssproxy/99-nfs-client.conf
7+
install -m644 examples/99-network-fs-clients.conf "$PKGDIR"/etc/gssproxy/99-network-fs-clients.conf
88
install -m644 examples/80-httpd.conf "$PKGDIR"/etc/gssproxy/80-httpd.conf
99
sed -i -e "s:euid = apache:euid = http:" "$PKGDIR"/etc/gssproxy/80-httpd.conf
1010

11-
install -Dm644 examples/mech "$PKGDIR"/etc/gss/mech.d/gssproxy.conf
12-
11+
install -m700 -d "$PKGDIR"/var/lib/gssproxy/rcache
1312
install -m755 -d "$PKGDIR"/usr/share/licenses/$pkgname
1413
install -m644 COPYING "$PKGDIR"/usr/share/licenses/$pkgname/
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/etc/gssproxy/gssproxy.conf
22
/etc/gssproxy/24-nfs-server.conf
33
/etc/gssproxy/80-httpd.conf
4-
/etc/gssproxy/99-nfs-client.conf
5-
/etc/gss/mech.d/gssproxy.conf
4+
/etc/gssproxy/99-network-fs-clients.conf

app-network/gssproxy/autobuild/defines

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ PKGNAME=gssproxy
22
PKGSEC=net
33
PKGDEP="ding-libs krb5 popt systemd"
44
BUILDDEP="docbook-xsl doxygen po4a"
5-
PKGDES="A gss-proxy protocol to allow proxying of GSSAPI context establishment and channel handling"
5+
PKGDES="GSS-API proxy with standardizable protocol and a reference client and server implementation"
66

7-
AUTOTOOLS_AFTER="--with-pubconf-path=/etc/gssproxy \
8-
--without-selinux \
9-
--with-initscript=systemd"
7+
ABTYPE=autotools
8+
AUTOTOOLS_AFTER=(
9+
'--with-pubconf-path=/etc/gssproxy'
10+
'--without-selinux'
11+
'--with-initscript=systemd'
12+
)
1013
ABSHADOW=no

app-network/gssproxy/autobuild/patch

Lines changed: 0 additions & 6 deletions
This file was deleted.

app-network/gssproxy/spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=0.8.2
2-
SRCS="tbl::https://releases.pagure.org/gssproxy/gssproxy-$VER.tar.gz"
3-
CHKSUMS="sha256::35b4039eb61399506e5e64e4d707dcfd79d4c0ca336c900bda3967b7a4ec5303"
1+
VER=0.9.2
2+
SRCS="git::commit=tags/v$VER::https://github.com/gssapi/gssproxy"
3+
CHKSUMS="SKIP"
44
CHKUPDATE="anitya::id=138133"

0 commit comments

Comments
 (0)