From 4e2bad47d209e531493ee37aaf4b9723e0b481b1 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 14 Apr 2022 12:35:40 -0700 Subject: [PATCH] gssntlmssp package is retired on c9s for CS-608 --- .gitignore | 11 --- dead.package | 1 + gssntlmssp.spec | 197 ------------------------------------------------ sources | 1 - 4 files changed, 1 insertion(+), 209 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 gssntlmssp.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4a58428..0000000 --- a/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -/gssntlmssp-0.1.0.tar.gz -/gssntlmssp-0.2.0.tar.gz -/gssntlmssp-0.3.0.tar.gz -/gssntlmssp-0.3.1.tar.gz -/gssntlmssp-0.4.0.tar.gz -/gssntlmssp-0.5.0.tar.gz -/gssntlmssp-0.6.0.tar.gz -/gssntlmssp-0.7.0.tar.gz -/gssntlmssp-0.8.0.tar.gz -/gssntlmssp-0.9.0.tar.gz -/gssntlmssp-1.0.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..8e4a4eb --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +gssntlmssp package is retired on c9s for CS-608 diff --git a/gssntlmssp.spec b/gssntlmssp.spec deleted file mode 100644 index 0dbda8d..0000000 --- a/gssntlmssp.spec +++ /dev/null @@ -1,197 +0,0 @@ -Name: gssntlmssp -Version: 1.0.0 -Release: 1%{?dist} -Summary: GSSAPI NTLMSSP Mechanism - -License: LGPLv3+ -URL: https://fedorahosted.org/gss-ntlmssp -Source0: https://fedorahosted.org/released/gss-ntlmssp/%{name}-%{version}.tar.gz - -Requires: krb5-libs%{?_isa} >= 1.12.1-9 - -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool -BuildRequires: m4 -BuildRequires: libxslt -BuildRequires: libxml2 -BuildRequires: docbook-style-xsl -BuildRequires: doxygen -BuildRequires: gettext-devel -BuildRequires: pkgconfig -BuildRequires: krb5-devel >= 1.11.2 -BuildRequires: libunistring-devel -BuildRequires: openssl-devel -BuildRequires: pkgconfig(wbclient) -BuildRequires: zlib-devel -BuildRequires: make - -%description -A GSSAPI Mechanism that implements NTLMSSP - -%package devel -Summary: Development header for GSSAPI NTLMSSP -License: LGPLv3+ - -%description devel -Adds a header file with definition for custom GSSAPI extensions for NTLMSSP - - -%prep -%setup -q - -%build -autoreconf -fiv -%configure \ - --with-wbclient \ - --disable-static \ - --disable-rpath - -make %{?_smp_mflags} all - -%install -%make_install -rm -f %{buildroot}%{_libdir}/gssntlmssp/gssntlmssp.la -mkdir -p %{buildroot}%{_sysconfdir}/gss/mech.d -install -pm644 examples/mech.ntlmssp %{buildroot}%{_sysconfdir}/gss/mech.d/ntlmssp.conf -%{find_lang} %{name} - -%check -make test_gssntlmssp - -%files -f %{name}.lang -%config(noreplace) %{_sysconfdir}/gss/mech.d/ntlmssp.conf -%{_libdir}/gssntlmssp/ -%{_mandir}/man8/gssntlmssp.8* -%doc COPYING - -%files devel -%{_includedir}/gssapi/gssapi_ntlmssp.h - -%changelog -* Tue Mar 16 2021 Simo Sorce - 1.0.0-1 -- Update to 1.0.0 release - -* Tue Jan 26 2021 Fedora Release Engineering - 0.9.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Jul 28 2020 Fedora Release Engineering - 0.9.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Apr 29 2020 Simo Sorce - 0.9.0-1 -- Update to 0.9.0 release - -* Fri Apr 24 2020 Simo Sorce - 0.8.0-1 -- Update to 0.8.0 release - -* Wed Jan 29 2020 Fedora Release Engineering - 0.7.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Aug 1 2019 Simo Sorce - 0.7.0-10 -- Add missing build dependencies - -* Thu Jul 25 2019 Fedora Release Engineering - 0.7.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 0.7.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0.7.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 0.7.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 0.7.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0.7.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 17 2017 Simo Sorce - 0.7.0-3 -- Add OpenSSL 1.1.0 compatibility patch - -* Fri Feb 10 2017 Fedora Release Engineering - 0.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Jun 3 2016 Simo Sorce - 0.7.0-1 -- New release 0.7.0 - -* Fri May 20 2016 Simo Sorce - 0.6.0-4 -- Fix regression in acquire credential code -- Resolves: #1290831 - -* Wed Feb 03 2016 Fedora Release Engineering - 0.6.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Mar 19 2015 Simo Sorce - 0.6.0-1 -- New verion with fixes for 32 bit arches -- drop patches, they are included in he new upstream release - -* Thu Jan 08 2015 Simo Sorce - 0.5.0-4 -- Fix build failure in rawhide due to automake 1.15 change in behavior - -* Wed Jan 07 2015 Simo Sorce - 0.5.0-4 -- fix bug #1178686 - -* Tue Sep 02 2014 Pádraig Brady - 0.5.0-3 -- rebuild for libunistring soname bump - -* Sat Aug 16 2014 Fedora Release Engineering - 0.5.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Tue Aug 12 2014 Simo Sorce - 0.5.0-1 -- New upstream version - -* Fri Aug 1 2014 Simo Sorce - 0.4.0-2 -- put configuration in the new mech.d directory introduced as a backport in - krb5-1.12.1-9 - -* Sat Jun 21 2014 Simo Sorce - 0.4.0-1 -- New upstream release 0.4.0: - * Added support for MIC and Channel Binding features of NTLMv2 - * Improve testing so that multiple versions can be tested - * Various importnat fixes in the GSSAPI interface that were causing errors - * Special workaround for SPNEGO mechanism when talking to Windows Servers and - using the internal NTLM MIC feature. - -* Sat Jun 07 2014 Fedora Release Engineering - 0.3.1-1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Jan 26 2014 Simo Sorce - 0.3.1-0 -- Fixes #1058025 -- New upstream release 0.3.1: - * Fix segfault in init context. - -* Sun Jan 12 2014 Simo Sorce - 0.3.0-0 -- New upstream release 0.3.0: - * Added support for NTLMv1 Signing and Sealing completing full coverage - of the NTLM protocol - * Added a number of GSSAPI calls to inquire, export and import context and - credentials, in preparation for making it work with GSS-Proxy - * Various fixes memleak and other fixes - -* Fri Dec 13 2013 Simo Sorce - 0.2.0-2 -- Backport patches to fix memory leaks - -* Wed Dec 4 2013 Simo Sorce - 0.2.0-1 -- Backport patch that fixes failures with gss_set_neg_mechs() calls. - -* Fri Oct 18 2013 Simo Sorce - 0.2.0-0 -- New upstream realease 0.2.0: - * Add support for acquire_cred_with_password() - * Fix Signing keys generation - * Add enterprise names support - * Add connectionless mode support - * Add development header gssapi_ntlmssp.h - * Various bugfixes and tests for new features - -* Thu Oct 17 2013 Simo Sorce - 0.1.0-2 -- Fix Requires - -* Thu Oct 17 2013 Simo Sorce - 0.1.0-1 -- Initial import of 0.1.0 - diff --git a/sources b/sources deleted file mode 100644 index 9e580f0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (gssntlmssp-1.0.0.tar.gz) = f3dd83f067c5f139b2d5fbb8eecc12f84e16ae6e6010d078387fbab8aeae49d7a75d55e9438238ccc6b62db0370cd335a03331c24e656e2581261fe3ba8fcdbc