forked from gridcf/gct
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
globus-gridftp-server (13.25-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Fix buffer overflow in test | ||
|
||
-- Mattias Ellert <[email protected]> Mon, 28 Nov 2022 06:44:38 +0100 | ||
|
||
globus-gridftp-server (13.24-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Fix some compiler warnings | ||
|
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-gridftp-server | ||
%global soname 6 | ||
%global _name %(echo %{name} | tr - _) | ||
Version: 13.24 | ||
Version: 13.25 | ||
Release: 1%{?dist} | ||
Summary: Grid Community Toolkit - Globus GridFTP Server | ||
|
||
|
@@ -223,6 +223,9 @@ fi | |
%{_libdir}/pkgconfig/%{name}.pc | ||
|
||
%changelog | ||
* Mon Nov 28 2022 Mattias Ellert <[email protected]> - 13.25-1 | ||
- Fix buffer overflow in test | ||
|
||
* Thu Mar 10 2022 Mattias Ellert <[email protected]> - 13.24-1 | ||
- Fix some compiler warnings | ||
- Fix unbalanced mutex lock/unlock | ||
|