Skip to content

Commit 8a3d41e

Browse files
committed
Update packaging for merged PR
1 parent 7ba3e29 commit 8a3d41e

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

gsi/gssapi/source/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.60])
22

3-
AC_INIT([globus_gssapi_gsi],[14.19],[https://github.com/gridcf/gct/issues])
3+
AC_INIT([globus_gssapi_gsi],[14.20],[https://github.com/gridcf/gct/issues])
44
AC_CONFIG_MACRO_DIR([m4])
55
AC_SUBST([MAJOR_VERSION], [${PACKAGE_VERSION%%.*}])
66
AC_SUBST([MINOR_VERSION], [${PACKAGE_VERSION##*.}])

packaging/debian/globus-gssapi-gsi/debian/changelog.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
globus-gssapi-gsi (14.20-1+gct.@distro@) @distro@; urgency=medium
2+
3+
* Disable sending session tickets after the TLS 1.3 handshake
4+
5+
-- Mattias Ellert <[email protected]> Fri, 20 May 2022 10:02:24 +0200
6+
17
globus-gssapi-gsi (14.19-1+gct.@distro@) @distro@; urgency=medium
28

39
* Better logic for TLS 1.3 special handling

packaging/fedora/globus-gssapi-gsi.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Name: globus-gssapi-gsi
44
%global soname 4
55
%global _name %(echo %{name} | tr - _)
6-
Version: 14.19
6+
Version: 14.20
77
Release: 1%{?dist}
88
Summary: Grid Community Toolkit - GSSAPI library
99

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

160160
%changelog
161+
* Fri May 20 2022 Mattias Ellert <[email protected]> - 14.20-1
162+
- Disable sending session tickets after the TLS 1.3 handshake
163+
161164
* Sun Mar 06 2022 Mattias Ellert <[email protected]> - 14.19-1
162165
- Better logic for TLS 1.3 special handling
163166

0 commit comments

Comments
 (0)