-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from msalle/fix_gct_make_time
Replace make_time function to work after 2050
- Loading branch information
Showing
9 changed files
with
35 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
globus-gsi-cert-utils (10.11-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Fix parsing of ASN1 timestamps | ||
|
||
-- Mischa Sallé <[email protected]> Thu, 19 Jan 2023 14:58:23 +0100 | ||
|
||
globus-gsi-cert-utils (10.10-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Can't use non-existing or non-accessible files as source for random | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
globus-gsi-credential (8.4-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Greatly simplify getting current time | ||
|
||
-- Mischa Sallé <[email protected]> Thu, 19 Jan 2023 14:55:00 +0100 | ||
|
||
globus-gsi-credential (8.3-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Typo fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Name: globus-gsi-cert-utils | ||
%global soname 0 | ||
%global _name %(echo %{name} | tr - _) | ||
Version: 10.10 | ||
Version: 10.11 | ||
Release: 1%{?dist} | ||
Summary: Grid Community Toolkit - Globus GSI Cert Utils Library | ||
|
||
|
@@ -180,6 +180,9 @@ make %{?_smp_mflags} check VERBOSE=1 | |
%doc %{_pkgdocdir}/GLOBUS_LICENSE | ||
|
||
%changelog | ||
* Thu Jan 19 2023 Mischa Salle <[email protected]> - 10.11-1 | ||
- Fix parsing of ASN1 timestamps | ||
|
||
* Sat May 07 2022 Mattias Ellert <[email protected]> - 10.10-1 | ||
- Can't use non-existing or non-accessible files as source for random data | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Name: globus-gsi-credential | ||
%global soname 1 | ||
%global _name %(echo %{name} | tr - _) | ||
Version: 8.3 | ||
Version: 8.4 | ||
Release: 1%{?dist} | ||
Summary: Grid Community Toolkit - Globus GSI Credential Library | ||
|
||
|
@@ -137,6 +137,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la | |
%doc %{_pkgdocdir}/GLOBUS_LICENSE | ||
|
||
%changelog | ||
* Thu Jan 19 2023 Mischa Salle <[email protected]> - 8.4-1 | ||
- Greatly simplify getting current time | ||
|
||
* Fri Aug 20 2021 Mattias Ellert <[email protected]> - 8.3-1 | ||
- Typo fixes | ||
|
||
|