branch master updated (79d56b6 -> 08d7a13)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
rharwood pushed a change to branch master
in repository gssproxy.
from 79d56b6 Handle outdated encrypted ccaches
new abce316 Fix silent crash with duplicate config sections
new ccbbd44 Emit debug on queue errors
new 898de37 Do not call gpm_grab_sock() twice
new 36cca8d Update Apache docs to reflect config file split
new 08d7a13 Only empty FILE ccaches when storing remote creds
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
configure.ac | 125 +++++++++++++++++++++++++++++++++++++++++++++++
docs/Apache.md | 13 ++---
src/client/gpm_common.c | 9 ++--
src/gp_config.c | 27 +++++-----
src/gp_workers.c | 2 +
src/mechglue/gpp_creds.c | 18 +++++--
6 files changed, 159 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years
Git history rewrite
by Robbie Harwood
As part of fixing [182] (Match repository heirarchy and dist tarball
heirarchy), we will be force-pushing an edited commit tree. Three
change have been made:
- The "proxy" subdir has been eliminated and all its contents exist at
the root. This addresses the immediate issue.
- rpcgen/README has accordingly been updated to reflect the new correct
path to the .x files.
- Makefile.am had an include removed that would now point outside the
tree.
No further changes have been made.
We apologize for the inconvenience this will cause. You should be able
to adapt your existing branches like so:
git checkout work_branch
git format-patch master..
mv *.patch /tmp
git checkout master
git fetch upstream
git reset --hard upstream/master
git checkout work_branch
git reset --hard master
git am -p2 /tmp/*.patch
Thanks,
--Robbie
182: https://pagure.io/gssproxy/issue/182
6 years