Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 2.4 release #43

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packaging/debian/cvmfs-x509-helper.dsc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# created by ../../ci/obsupdate-deb.sh, do not edit by hand
Debtransform-Tar: cvmfs-x509-helper-2.3.tar.gz
Debtransform-Tar: cvmfs-x509-helper-2.4.tar.gz
Format: 1.0
Version: 2.3.1-1
Version: 2.4.1-1
Binary: cvmfs-x509-helper
Source: cvmfs-x509-helper
Maintainer: Jakob Blomer <jblomer@cern.ch>
Expand Down
6 changes: 5 additions & 1 deletion packaging/rpm/cvmfs-x509-helper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: CernVM File System Authz Helper
Name: cvmfs-x509-helper
Version: 2.3
Version: 2.4
# The release_prefix macro is used in the OBS prjconf, don't change its name
%define release_prefix 1
Release: %{release_prefix}%{?dist}
Expand Down Expand Up @@ -71,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING AUTHORS README ChangeLog

%changelog
* Fri Oct 27 2023 Derek Weitzel <dweitzel@unl.edu> - 2.4
- Fix retrieval of credentials from an unprivileged user namespace on
recent el8 & el9 kernels.

* Thu Aug 31 2023 Derek Weitzel <dweitzel@unl.edu> - 2.3
- Fix tokens that are bigger than 1024 bytes
- Fix the use of $BEARER_TOKEN when accessing data
Expand Down