Skip to content

Commit 7aa876b

Browse files
committed
Some initial housekeeping changes for the transfer.
1 parent 9da3c7c commit 7aa876b

File tree

5 files changed

+37
-188
lines changed

5 files changed

+37
-188
lines changed

CHANGELOG.txt

-177
This file was deleted.

INSTALL.txt

-4
This file was deleted.

README.txt

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
This library was formerly part of the Apache Santuario project, where it was
2+
retired due to lack of maintainers and interest, outside of the Shibboleth
3+
Project, which agreed to fork the code for its own use to make it clear that
4+
support for other third-party usage of the code should be stopped.
5+
6+
This code is solely intended for the use of the Shibboleth Project, and no
7+
usage outside of that context is supported by us.
8+
9+
It will remain licensed under the Apache license as before, and we will
10+
accept bug reports freely, but we make no guarantees as to whether any
11+
issues that do not impact the Shibboleth Project will receive attention,
12+
and all existing APIs and features not used by us are at risk or already
13+
planned for removal.
14+
15+
If you use this code, you should stop doing so and find an alternative.
16+
You have been warned.
17+
18+
Reporting Bugs:
19+
---------------
20+
A Jira instance is available.
21+
https://issues.shibboleth.net/
22+
23+
Support:
24+
--------
25+
None, but in the context of Shibboleth itself, our
26+
development list at [email protected] may be used.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Process this file with autoreconf
1919
AC_PREREQ(2.50)
20-
AC_INIT([[XML-Security-C]],[2.0.4],[dev@santuario.apache.org],[xml-security-c])
20+
AC_INIT([[XML-Security-C]],[2.0.4],[dev@shibboleth.net],[xml-security-c])
2121
AC_CONFIG_SRCDIR(xsec)
2222
AC_CONFIG_AUX_DIR(build-aux)
2323
AC_CONFIG_MACRO_DIR(m4)

xml-security-c.spec

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Name: xml-security-c
22
Version: 2.0.4
33
Release: 1
4-
Summary: Apache XML security C++ library
4+
Summary: Shibboleth XML Security C++ Library
55
Group: Development/Libraries/C and C++
6-
License: Apache 2.0
7-
URL: http://www.apache.org/dist/santuario/c-library/
6+
Vendor: Shibboleth Consortium
7+
License: Apache-2.0
8+
URL: http://www.opensaml.org/
89
Source: %{name}-%{version}.tar.bz2
910
BuildRoot: %{_tmppath}/%{name}-%{version}-build
1011

@@ -26,7 +27,7 @@ Xerces-C XML Parser and Xalan-C XSLT processor. The latter is used for processin
2627
XPath and XSLT transforms.
2728

2829
%package -n xml-security-c-bin
29-
Summary: Utilities for XML security C++ library
30+
Summary: Utilities for Shibboleth XML Security C++ Library
3031
Group: Development/Libraries/C and C++
3132

3233
%description -n xml-security-c-bin
@@ -38,7 +39,7 @@ XPath and XSLT transforms.
3839
This package contains the utility programs.
3940

4041
%package -n libxml-security-c20
41-
Summary: Apache XML security C++ library
42+
Summary: Shibboleth XML Security C++ Library
4243
Group: Development/Libraries/C and C++
4344
Provides: xml-security-c = %{version}-%{release}
4445

@@ -51,7 +52,7 @@ XPath and XSLT transforms.
5152
This package contains just the shared library.
5253

5354
%package -n libxml-security-c-devel
54-
Summary: Development files for the Apache C++ XML security library
55+
Summary: Development files for the Shibboleth C++ XML Security Library
5556
Group: Development/Libraries/C and C++
5657
Requires: libxml-security-c20 = %{version}-%{release}
5758
Requires: openssl-devel
@@ -101,6 +102,9 @@ This package includes files needed for development with xml-security-c.
101102
%exclude %{_libdir}/*.la
102103

103104
%changelog
105+
* Thu Jun 27 2024 Scott Cantor <[email protected]> 2.0.4-1
106+
- Adjust for migration to Shibboleth Project
107+
104108
* Thu Oct 14 2021 Scott Cantor <[email protected]> 2.0.3-1
105109
- Bump version for OpenSSL 3 fix
106110

0 commit comments

Comments
 (0)