Skip to content

Commit beed110

Browse files
authored
Merge pull request #115 from DrDaveD/remove-x509
Remove setting X509_USER_PROXY, update to 4.47
2 parents 36012ef + a33e2ef commit beed110

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
cvmfsexec-4.47 - 19 May 2025
2+
- Remove setting X509_USER_PROXY because it is no longer used.
3+
14
cvmfsexec-4.46 - 2 April 2025
25
- Go back to selecting the cvmfs version from the egi and osg distribution.
36
- Properly sort the cvmfs version number from the downloaded list of packages.

cvmfsexec

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#set -x
1010
#PS4='c$$+ '
1111

12-
VERSION=4.46
12+
VERSION=4.47
1313

1414
usage()
1515
{
@@ -64,11 +64,8 @@ fi
6464
# make a copy of stdin fd, for use in '&' and by unshare
6565
exec {STDINCOPYFD}<&0
6666

67-
# set up standard certificate & token paths if not already set,
68-
# because the authorization helper runs as a fake root user.
69-
if [ -z "$X509_USER_PROXY" ]; then
70-
export X509_USER_PROXY="/tmp/x509up_u$UID"
71-
fi
67+
# set up standard token path if not already set because the
68+
# authorization helper runs as a fake root user.
7269
if [ -z "$BEARER_TOKEN_FILE" ]; then
7370
export BEARER_TOKEN_FILE="${XDG_RUNTIME_DIR:-/tmp}/bt_u$UID"
7471
fi

singcvmfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# with the singularity --fusemount option.
44
# Written by Dave Dykstra March 2020
55

6-
VERSION=4.46
6+
VERSION=4.47
77

88
ME="`basename $0`"
99

0 commit comments

Comments
 (0)