Skip to content

Commit 9b598d3

Browse files
Upgrade gssntlmssp to 1.3.1-1 (#10791)
1 parent 0e06c52 commit 9b598d3

3 files changed

Lines changed: 15 additions & 11 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"gssntlmssp-0.9.0.tar.gz": "967a0d77d3c53a47c9f864ee77275379ba6a45cec1e347d1f6d2ab322873508a"
3+
"gssntlmssp-1.3.1.tar.gz": "eb87b4c2c1137959025b355296fa556b4d5a09c480e75918ee4b13c354eae29d"
44
}
5-
}
5+
}

SPECS-EXTENDED/gssntlmssp/gssntlmssp.spec

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
3-
Name: gssntlmssp
4-
Version: 0.9.0
5-
Release: 2%{?dist}
6-
Summary: GSSAPI NTLMSSP Mechanism
3+
Name: gssntlmssp
4+
Version: 1.3.1
5+
Release: 1%{?dist}
6+
Summary: GSSAPI NTLMSSP Mechanism
77

8-
License: LGPLv3+
9-
URL: https://fedorahosted.org/gss-ntlmssp
10-
Source0: https://fedorahosted.org/released/gss-ntlmssp/%{name}-%{version}.tar.gz
8+
License: LGPLv3+
9+
URL: https://github.com/gssapi/gss-ntlmssp
10+
Source0: https://github.com/gssapi/gss-ntlmssp/releases/download/v%{version}/%{name}-%{version}.tar.gz
1111

1212
Requires: krb5-libs >= 1.12.1-9
1313

@@ -69,6 +69,10 @@ make test_gssntlmssp
6969
%{_includedir}/gssapi/gssapi_ntlmssp.h
7070

7171
%changelog
72+
* Fri Oct 18 2024 Kevin Lockwood <v-klockwood@microsoft.com> - 1.3.1-1
73+
- Upgrade to 1.3.1 release for azl 3.0
74+
- License verified
75+
7276
* Fri Jul 23 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.9.0-2
7377
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
7478
- Removing architecture info from 'krb5-libs' dependency to adjust it to CBL-Mariner's packages.

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4970,8 +4970,8 @@
49704970
"type": "other",
49714971
"other": {
49724972
"name": "gssntlmssp",
4973-
"version": "0.9.0",
4974-
"downloadUrl": "https://fedorahosted.org/released/gss-ntlmssp/gssntlmssp-0.9.0.tar.gz"
4973+
"version": "1.3.1",
4974+
"downloadUrl": "https://github.com/gssapi/gss-ntlmssp/releases/download/v1.3.1/gssntlmssp-1.3.1.tar.gz"
49754975
}
49764976
}
49774977
},

0 commit comments

Comments
 (0)