New upstream release (0.8.4)
This commit is contained in:
parent
1556373150
commit
eeb0edf172
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
||||
/gssproxy-0.8.2.tar.gz
|
||||
/gssproxy-0.8.2.tar.gz.sha512sum.txt
|
||||
/gssproxy-0.8.3.tar.gz
|
||||
/gssproxy-0.8.4.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: gssproxy
|
||||
|
||||
Version: 0.8.3
|
||||
Release: 6%{?dist}
|
||||
Version: 0.8.4
|
||||
Release: 1%{?dist}
|
||||
Summary: GSSAPI Proxy
|
||||
|
||||
License: MIT
|
||||
@ -9,20 +9,6 @@ URL: https://github.com/gssapi/gssproxy
|
||||
Source0: https://github.com/gssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: rwtab
|
||||
|
||||
Patch0: Initialize-our-epoll_event-structures.patch
|
||||
Patch1: Avoid-leak-of-special-mechs-in-gss_mech_interposer.patch
|
||||
Patch2: Fix-leak-of-mech-OID-in-gssi_inquire_context.patch
|
||||
Patch3: Document-config-file-non-merging.patch
|
||||
Patch4: Expand-use-of-global-static-mechs-to-conform-to-SPI.patch
|
||||
Patch5: Initialize-interposed-mech-list-without-allocation.patch
|
||||
Patch6: Make-sure-to-free-also-the-remote-ctx-struct.patch
|
||||
Patch7: Use-the-correct-function-to-free-unused-creds.patch
|
||||
Patch8: Fix-leaks-in-our-test-suite-itself.patch
|
||||
Patch9: Always-free-ciphertext-data-in-gp_encrypt_buffer.patch
|
||||
Patch10: Return-static-oids-for-naming-functions.patch
|
||||
Patch11: Avoid-unnecessary-allocation-in-gpm_inquire_mechs_fo.patch
|
||||
Patch12: Use-static-OIDs-in-gss_inquire_context.patch
|
||||
|
||||
%global servicename gssproxy
|
||||
%global pubconfpath %{_sysconfdir}/gssproxy
|
||||
%global gpstatedir %{_localstatedir}/lib/gssproxy
|
||||
@ -124,6 +110,9 @@ install -m644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/rwtab.d/gssproxy
|
||||
%systemd_postun_with_restart gssproxy.service
|
||||
|
||||
%changelog
|
||||
* Wed Jan 13 2020 Robbie Harwood <rharwood@redhat.com> - 0.8.4-1
|
||||
- New upstream release (0.8.4)
|
||||
|
||||
* Thu Oct 29 2020 Robbie Harwood <rharwood@redhat.com> - 0.8.3-6
|
||||
- Leak fix pullup
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (rwtab) = 35bf5dda822a025fa4f3c94095abd3ff5279dc263ec870e74517a3eb1a3b331bb71d8894f65dc1b129aefcc3eae9c38033ba6ec41289b5b1abeffeddfb1ac86f
|
||||
SHA512 (gssproxy-0.8.3.tar.gz) = 144b10ec4e19ad2ded5ae57adf1ca311e2fc6c2b97e202eedde69d82c8d50afc0459ac36c7fc5d5290184eb68547a696b33e8a069fde43478104ac26b2c98bc2
|
||||
SHA512 (gssproxy-0.8.4.tar.gz) = ab81c40d6c7b1908751feb107d8da66603b7681fb67aa7a1f30194a81d542ca89e6c2f34425e9356b9c55eb3691bfa240ba41441c01498af45e862a133cd088a
|
||||
|
Loading…
Reference in New Issue
Block a user