parent
cc54c05ec1
commit
4282b43cc9
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@
|
||||
/gssproxy-0.8.0.tar.gz
|
||||
/gssproxy-0.8.0.tar.gz.sha512sum.txt
|
||||
/rwtab
|
||||
/gssproxy-0.8.1.tar.gz
|
||||
/gssproxy-0.8.1.tar.gz.sha512sum.txt
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: gssproxy
|
||||
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 11%{?dist}
|
||||
Summary: GSSAPI Proxy
|
||||
|
||||
@ -14,15 +14,7 @@ Source1: rwtab
|
||||
%global gpstatedir %{_localstatedir}/lib/gssproxy
|
||||
|
||||
### Patches ###
|
||||
Patch0: Always-use-the-encype-we-selected.patch
|
||||
Patch1: Clarify-debug-and-debug_level-in-man-pages.patch
|
||||
Patch2: Always-choose-highest-requested-debug-level.patch
|
||||
Patch3: Don-t-leak-sock_ctx-if-verto_add_io-fails.patch
|
||||
Patch4: Use-pthread-keys-for-thread-local-storage.patch
|
||||
Patch5: Update-docs-to-reflect-actual-behavior-of-krb5_princ.patch
|
||||
Patch6: Close-epoll-fd-within-the-lock.patch
|
||||
Patch7: Add-a-safety-timeout-to-epoll.patch
|
||||
Patch8: Reorder-functions.patch
|
||||
|
||||
|
||||
### Dependencies ###
|
||||
Requires: krb5-libs >= 1.12.0
|
||||
@ -118,6 +110,10 @@ install -m644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/rwtab.d/gssproxy
|
||||
%systemd_postun_with_restart gssproxy.service
|
||||
|
||||
%changelog
|
||||
* Tue Apr 16 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.1-1
|
||||
- New upstream version (0.8.1)
|
||||
- Resolves: #1700541
|
||||
|
||||
* Mon Mar 18 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-11
|
||||
- Fix gssproxy blocking inside epoll_wait() due to kernel race
|
||||
|
||||
|
2
sources
2
sources
@ -1,3 +1,5 @@
|
||||
SHA512 (gssproxy-0.8.0.tar.gz) = f3b8f053d6750d7ee6ab2bfb6bfc4dc1ac2e2f354f923590340bb3c522f57cc881df5a2850750bc00c0dcacf2ae173549dc3bb9ece4512cf2f39869527afc2ec
|
||||
SHA512 (gssproxy-0.8.0.tar.gz.sha512sum.txt) = e31628602f6b4261c1f828c31b30649075c9016088371e82d09daf70461f82f329cc9f2e49d5cd5199b2d7c319829f572251ab7f83bbe0eee104021879518385
|
||||
SHA512 (rwtab) = 35bf5dda822a025fa4f3c94095abd3ff5279dc263ec870e74517a3eb1a3b331bb71d8894f65dc1b129aefcc3eae9c38033ba6ec41289b5b1abeffeddfb1ac86f
|
||||
SHA512 (gssproxy-0.8.1.tar.gz) = 31c6fdf8bb4a65d3d538b65d9fc1924dab7ffa48900ad646e93eae3cb99384c40b54da4863000a8550c4f4dcd490720930ddce446f1b6a5fa245cf91522ce7f1
|
||||
SHA512 (gssproxy-0.8.1.tar.gz.sha512sum.txt) = d4742783b2f16b8c80994d963b94bafb19ce19d65d0e4d2f8c387fc37705308cce6215165afaceaf593a6568b9f848ca049dcfa3091c516b2f45fb7d9479d7bb
|
||||
|
Loading…
Reference in New Issue
Block a user