Skip to content

Commit

Permalink
Update packaging for merged PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert committed May 20, 2022
1 parent 7ba3e29 commit 8a3d41e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gsi/gssapi/source/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.60])

AC_INIT([globus_gssapi_gsi],[14.19],[https://github.com/gridcf/gct/issues])
AC_INIT([globus_gssapi_gsi],[14.20],[https://github.com/gridcf/gct/issues])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST([MAJOR_VERSION], [${PACKAGE_VERSION%%.*}])
AC_SUBST([MINOR_VERSION], [${PACKAGE_VERSION##*.}])
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/globus-gssapi-gsi/debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
globus-gssapi-gsi (14.20-1+gct.@distro@) @distro@; urgency=medium

* Disable sending session tickets after the TLS 1.3 handshake

-- Mattias Ellert <[email protected]> Fri, 20 May 2022 10:02:24 +0200

globus-gssapi-gsi (14.19-1+gct.@distro@) @distro@; urgency=medium

* Better logic for TLS 1.3 special handling
Expand Down
5 changes: 4 additions & 1 deletion packaging/fedora/globus-gssapi-gsi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Name: globus-gssapi-gsi
%global soname 4
%global _name %(echo %{name} | tr - _)
Version: 14.19
Version: 14.20
Release: 1%{?dist}
Summary: Grid Community Toolkit - GSSAPI library

Expand Down Expand Up @@ -158,6 +158,9 @@ make %{?_smp_mflags} check VERBOSE=1
%doc %{_pkgdocdir}/GLOBUS_LICENSE

%changelog
* Fri May 20 2022 Mattias Ellert <[email protected]> - 14.20-1
- Disable sending session tickets after the TLS 1.3 handshake

* Sun Mar 06 2022 Mattias Ellert <[email protected]> - 14.19-1
- Better logic for TLS 1.3 special handling

Expand Down

0 comments on commit 8a3d41e

Please sign in to comment.