[cpp-linbuild] branch main updated: Update build for 3.5.0 SP release.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 16 18:08:33 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=014bd76cb3aae2a39fc2f3d79f7aa560c2a097e6
The following commit(s) were added to refs/heads/main by this push:
new 014bd76 Update build for 3.5.0 SP release.
014bd76 is described below
commit 014bd76cb3aae2a39fc2f3d79f7aa560c2a097e6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 16 14:08:29 2024 -0400
Update build for 3.5.0 SP release.
---
Makefile | 18 +++++++++---------
common/SPECS/curl-openssl.spec | 11 +++++++----
common/SPECS/opensaml.spec | 13 ++++++++-----
common/SPECS/shibboleth.spec | 21 ++++++++++++---------
common/SPECS/shibresolver.spec | 21 ++++++++++++---------
common/SPECS/xerces-c.spec | 11 +++++++----
common/SPECS/xml-security-c.spec | 35 ++++++++++++++++-------------------
common/SPECS/xmltooling.spec | 14 +++++++++-----
8 files changed, 80 insertions(+), 64 deletions(-)
diff --git a/Makefile b/Makefile
index e85a398..fda71f4 100644
--- a/Makefile
+++ b/Makefile
@@ -93,27 +93,27 @@ LOG4SHIB_DISTFILE=$(LOG4SHIB_COMPNAME)-$(LOG4SHIB_VERSION).$(DEFAULT_DIST_EXT)
LOG4SHIB_URL=https://shibboleth.net/downloads/$(LOG4SHIB_COMPNAME)/$(LOG4SHIB_VERSION)/$(LOG4SHIB_DISTFILE)
XERCESC_COMPNAME=xerces-c
-XERCESC_VERSION=3.2.4
+XERCESC_VERSION=3.3.0
XERCESC_MAJORVER=3
XERCESC_DISTFILE=$(XERCESC_COMPNAME)-$(XERCESC_VERSION).$(DEFAULT_DIST_EXT)
-XERCESC_URL=https://shibboleth.net/downloads/xerces-c/$(XERCESC_DISTFILE)
+XERCESC_URL=https://downloads.apache.org/xerces/c/3/sources/$(XERCESC_DISTFILE)
XMLSECURITYC_COMPNAME=xml-security-c
-XMLSECURITYC_VERSION=2.0.4
+XMLSECURITYC_VERSION=3.0.0
XMLSECURITYC_DISTFILE=$(XMLSECURITYC_COMPNAME)-$(XMLSECURITYC_VERSION).$(DEFAULT_DIST_EXT)
-XMLSECURITYC_URL=https://downloads.apache.org/santuario/c-library/$(XMLSECURITYC_DISTFILE)
+XMLSECURITYC_URL=https://shibboleth.net/downloads/$(XMLSECURITYC_COMPNAME)/$(XMLSECURITYC_VERSION)/$(XMLSECURITYC_DISTFILE)
XMLSECURITYC_DEPENDS=XERCESC
CURLOPENSSL_COMPNAME=curl-openssl
CURLOPENSSL_DISTNAME=curl
-CURLOPENSSL_VERSION=8.4.0
+CURLOPENSSL_VERSION=8.10.1
CURLOPENSSL_DISTFILE=$(CURLOPENSSL_DISTNAME)-$(CURLOPENSSL_VERSION).$(DEFAULT_DIST_EXT)
CURLOPENSSL_URL=https://curl.haxx.se/download/$(CURLOPENSSL_DISTFILE)
CURLOPENSSL_VALID_PLATFORMS=amazonlinux2 centos7 rhel7
# Look closely: these variables refer to the OPENSAML variables
XMLTOOLING_COMPNAME=xmltooling
-XMLTOOLING_VERSION=3.2.4
+XMLTOOLING_VERSION=3.3.0
XMLTOOLING_DISTFILE=$(XMLTOOLING_COMPNAME)-$(XMLTOOLING_VERSION).$(DEFAULT_DIST_EXT)
XMLTOOLING_URL=https://shibboleth.net/downloads/c++-opensaml/$(OPENSAML_VERSION)/$(XMLTOOLING_DISTFILE)
XMLTOOLING_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC
@@ -122,14 +122,14 @@ XMLTOOLING_DEPENDS_amazonlinux2=CURLOPENSSL
XMLTOOLING_DEPENDS_rhel7=CURLOPENSSL
OPENSAML_COMPNAME=opensaml
-OPENSAML_VERSION=3.2.1
+OPENSAML_VERSION=3.3.0
OPENSAML_DISTFILE=$(OPENSAML_COMPNAME)-$(OPENSAML_VERSION).$(DEFAULT_DIST_EXT)
OPENSAML_URL=https://shibboleth.net/downloads/c++-$(OPENSAML_COMPNAME)/$(OPENSAML_VERSION)/$(OPENSAML_DISTFILE)
OPENSAML_DEPENDS=LOG4SHIB XERCESC XMLSECURITYC XMLTOOLING
SHIBBOLETH_COMPNAME=shibboleth
SHIBBOLETH_DISTNAME=shibboleth-sp
-SHIBBOLETH_VERSION=3.4.1
+SHIBBOLETH_VERSION=3.5.0
SHIBBOLETH_DISTFILE=$(SHIBBOLETH_DISTNAME)-$(SHIBBOLETH_VERSION).$(DEFAULT_DIST_EXT)
SHIBBOLETH_URL=https://shibboleth.net/downloads/service-provider/$(SHIBBOLETH_VERSION)/$(SHIBBOLETH_DISTFILE)
SHIBBOLETH_DEPENDS=LOG4SHIB OPENSAML XERCESC XMLSECURITYC XMLTOOLING
@@ -139,7 +139,7 @@ SHIBBOLETH_DEPENDS_rhel7=CURLOPENSSL
SHIBRESOLVER_COMPNAME=shibresolver
SHIBRESOLVER_DISTNAME=shibboleth-resolver
-SHIBRESOLVER_VERSION=3.4.0
+SHIBRESOLVER_VERSION=3.5.0
SHIBRESOLVER_DISTFILE=$(SHIBRESOLVER_DISTNAME)-$(SHIBRESOLVER_VERSION).$(DEFAULT_DIST_EXT)
SHIBRESOLVER_URL=https://shibboleth.net/downloads/service-provider/extensions/$(SHIBRESOLVER_COMPNAME)/$(SHIBRESOLVER_VERSION)/$(SHIBRESOLVER_DISTFILE)
SHIBRESOLVER_DEPENDS=LOG4SHIB OPENSAML SHIBBOLETH XERCESC XMLSECURITYC XMLTOOLING
diff --git a/common/SPECS/curl-openssl.spec b/common/SPECS/curl-openssl.spec
index a041618..ed3e7a2 100644
--- a/common/SPECS/curl-openssl.spec
+++ b/common/SPECS/curl-openssl.spec
@@ -6,7 +6,7 @@
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
Name: curl-openssl
-Version: 8.4.0
+Version: 8.10.1
Release: 1%{?dist}
License: MIT
Group: Applications/Internet
@@ -67,13 +67,13 @@ developing applications which can use cURL's capabilities internally.
%setup -q -n curl-%{version}
# Convert docs to UTF-8
-for f in CHANGES README; do
+for f in README; do
iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8
mv -f ${f}.utf8 ${f}
done
%build
-%configure --with-ssl --enable-ipv6 --without-ca-bundle --with-libidn \
+%configure --without-libpsl --with-ssl --enable-ipv6 --without-ca-bundle --with-libidn \
--with-gssapi --enable-ldaps --disable-static --enable-manual
sed -i -e 's,-L/usr/lib ,,g;s,-L/usr/lib64 ,,g;s,-L/usr/lib$,,g;s,-L/usr/lib64$,,g' \
Makefile libcurl.pc
@@ -106,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc CHANGES README* COPYING
+%doc CHANGES.md README* COPYING
%doc docs/FAQ docs/TODO
%dir %{_bindir}
%{_bindir}/curl
@@ -140,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/libcurl.m4
%changelog
+* Wed Oct 16 2024 Scott Cantor <cantor.2 at osu.edu> 8.10.1-1
+- Update to latest curl version
+
* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> 7.86.0-2
- Normalize SPEC file whitespace
- Delete obsolete BuildRoot macro
diff --git a/common/SPECS/opensaml.spec b/common/SPECS/opensaml.spec
index b85aecf..518a0b7 100644
--- a/common/SPECS/opensaml.spec
+++ b/common/SPECS/opensaml.spec
@@ -1,12 +1,12 @@
%define compname opensaml
-%define libname libsaml12
+%define libname libsaml13
%define develname libsaml-devel
%define schemaname %{compname}-schemas
%define utilname %{compname}-bin
Name: %{libname}
-Version: 3.2.1
-Release: 2%{?dist}
+Version: 3.3.0
+Release: 1%{?dist}
Summary: OpenSAML SAML library
Group: Development/Libraries/C and C++
Vendor: Shibboleth Consortium
@@ -17,7 +17,7 @@ Provides: %{compname} = %{version}-%{release}
Obsoletes: %{compname} < %{version}-%{release}
BuildRequires: libxerces-c-devel >= 3.2
BuildRequires: libxml-security-c-devel >= 2.0.0
-BuildRequires: libxmltooling-devel >= 3.2.0
+BuildRequires: libxmltooling-devel >= 3.3.0
%{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
BuildRequires: gcc-c++
@@ -64,7 +64,7 @@ Provides: %{compname}-devel = %{version}-%{release}
Obsoletes: %{compname}-devel < %{version}-%{release}
Requires: libxerces-c-devel >= 3.2
Requires: libxml-security-c-devel >= 2.0.0
-Requires: libxmltooling-devel >= 3.2.0
+Requires: libxmltooling-devel >= 3.3.0
%{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
@@ -134,6 +134,9 @@ This package includes XML schemas and related files.
%doc %{pkgdocdir}
%changelog
+* Wed Oct 16 2024 Scott Cantor <cantor.2 at osu.edu> - 3.3.0-1
+- Bump version and xmltooling dependency
+
* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> - 3.2.1-2
- Normalize SPEC file whitespace
- Delete obsolete BuildRoot macro
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index 142b588..d53ccd6 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -1,6 +1,6 @@
Name: shibboleth
-Version: 3.4.1
-Release: 6%{?dist}
+Version: 3.5.0
+Release: 1%{?dist}
Summary: Open source system for attribute-based Web SSO
Group: Productivity/Networking/Security
Vendor: Shibboleth Consortium
@@ -10,11 +10,11 @@ Source0: https://shibboleth.net/downloads/service-provider/%{version}/%{name}-sp
Obsoletes: shibboleth-sp = 2.5.0
Requires: openssl
%if 0%{?rhel} >= 6 || 0%{?amzn} == 1 || 0%{?amzn} == 2
-Requires(pre,preun): xmltooling-schemas%{?_isa} >= 3.2.0
-Requires(pre,preun): opensaml-schemas%{?_isa} >= 3.2.0
+Requires(pre,preun): xmltooling-schemas%{?_isa} >= 3.3.0
+Requires(pre,preun): opensaml-schemas%{?_isa} >= 3.3.0
%else
-Requires(pre,preun): xmltooling-schemas >= 3.2.0
-Requires(pre,preun): opensaml-schemas >= 3.2.0
+Requires(pre,preun): xmltooling-schemas >= 3.3.0
+Requires(pre,preun): opensaml-schemas >= 3.3.0
%endif
%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
Requires(pre,preun): %{insserv_prereq}
@@ -97,8 +97,8 @@ Requires: %{name} = %{version}-%{release}
Obsoletes: shibboleth-sp-devel = 2.5.0
Requires: libxerces-c-devel >= 3.2
Requires: libxml-security-c-devel >= 2.0.0
-Requires: libxmltooling-devel >= 3.2.0
-Requires: libsaml-devel >= 3.2.0
+Requires: libxmltooling-devel >= 3.3.0
+Requires: libsaml-devel >= 3.3.0
%{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:Requires: liblog4shib-devel >= 2}
@@ -484,9 +484,12 @@ exit 0
%doc %{pkgdocdir}/api
%changelog
+* Wed Oct 16 2024 Scott Cantor <cantor.2 at osu.edu> - 3.5.0-1
+- Bump version and xmltooling/opensaml dependencies
+
* Wed Jul 31 2024 Scott Cantor <cantor.2 at osu.edu> - 3.4.1-6
- SSPCPP-990 - Add dedicated configure for AL2023
-- Fix missing memcache dep. on newer platforms.
+- Fix missing memcache dep. on newer platforms
* Tue Jul 30 2024 John W. O'Brien <john at saltant.com> - 3.4.1-5
- SSPCPP-989 Fix add'l SysV/SystemD mismatches on AL2023
diff --git a/common/SPECS/shibresolver.spec b/common/SPECS/shibresolver.spec
index c5b6b43..f866870 100644
--- a/common/SPECS/shibresolver.spec
+++ b/common/SPECS/shibresolver.spec
@@ -1,12 +1,12 @@
%define compname shibresolver
%define distname shibboleth-resolver
-%define libname lib%{compname}6
+%define libname lib%{compname}7
%define develname lib%{compname}-devel
Name: %{libname}
-Version: 3.4.0
+Version: 3.5.0
Summary: Shibboleth SP Attribute Resolver Library
-Release: 2%{?dist}
+Release: 1%{?dist}
Vendor: Shibboleth Consortium
Group: System Environment/Libraries
License: Apache-2.0
@@ -16,9 +16,9 @@ Provides: %{compname} = %{version}-%{release}
Obsoletes: %{compname} < %{version}-%{release}
BuildRequires: libxerces-c-devel >= 3.2
BuildRequires: libxml-security-c-devel >= 2.0.0
-BuildRequires: libxmltooling-devel >= 3.2.0
-BuildRequires: libsaml-devel >= 3.2.0
-BuildRequires: shibboleth-devel >= 3.4.0
+BuildRequires: libxmltooling-devel >= 3.3.0
+BuildRequires: libsaml-devel >= 3.3.0
+BuildRequires: shibboleth-devel >= 3.5.0
%{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
%{!?_without_gssapi:BuildRequires: krb5-devel}
@@ -49,9 +49,9 @@ Provides: %{distname}-devel = %{version}-%{release}
Obsoletes: %{distname}-devel < %{version}-%{release}
Requires: libxerces-c-devel >= 3.2
Requires: libxml-security-c-devel >= 2.0.0
-Requires: libxmltooling-devel >= 3.2.0
-Requires: libsaml-devel >= 3.2.0
-Requires: shibboleth-devel >= 3.4.0
+Requires: libxmltooling-devel >= 3.3.0
+Requires: libsaml-devel >= 3.3.0
+Requires: shibboleth-devel >= 3.5.0
%{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
@@ -114,6 +114,9 @@ This package includes files needed for development.
%doc %{pkgdocdir}
%changelog
+* Wed Oct 16 2024 Scott Cantor <cantor.2 at osu.edu> - 3.5.0-1
+- Bump version and our dependencies
+
* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> - 3.4.0-2
- Normalize SPEC file whitespace
- Delete obsolete BuildRoot macro
diff --git a/common/SPECS/xerces-c.spec b/common/SPECS/xerces-c.spec
index a0e0573..bdea02f 100644
--- a/common/SPECS/xerces-c.spec
+++ b/common/SPECS/xerces-c.spec
@@ -1,14 +1,14 @@
%define compname xerces-c
-%define libname lib%{compname}-3_2
+%define libname lib%{compname}-3_3
%define develname lib%{compname}-devel
%define utilname %{compname}-bin
Summary: Xerces-C++ validating XML parser
Name: %{libname}
-Version: 3.2.4
-Release: 2%{?dist}
+Version: 3.3.0
+Release: 1%{?dist}
URL: https://xerces.apache.org/%{compname}/
-Source0: https://shibboleth.net/downloads/%{compname}/%{compname}-%{version}.tar.bz2
+Source0: https://downloads.apache.org/xerces/c/3/sources/%{compname}-%{version}.tar.bz2
Provides: %{compname} = %{version}-%{release}
Obsoletes: %{compname} < %{version}-%{release}
License: Apache-2.0
@@ -93,6 +93,9 @@ The static libraries and header files needed for development with Xerces-C++.
%exclude %{_libdir}/libxerces-c.la
%changelog
+* Wed Oct 16 2024 Scott Cantor <cantor.2 at osu.edu> 3.3.0-1
+- Update version to 3.3.0 and update lib package name
+
* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> 3.2.4-2
- Normalize SPEC file whitespace
- Delete obsolete BuildRoot macro
diff --git a/common/SPECS/xml-security-c.spec b/common/SPECS/xml-security-c.spec
index fcdb319..1ff262c 100644
--- a/common/SPECS/xml-security-c.spec
+++ b/common/SPECS/xml-security-c.spec
@@ -1,20 +1,19 @@
%define compname xml-security-c
-%define libname lib%{compname}20
+%define libname lib%{compname}30
%define develname lib%{compname}-devel
%define utilname %{compname}-bin
Name: %{libname}
-Version: 2.0.4
-Release: 2%{?dist}
-Summary: Apache XML security C++ library
+Version: 3.0.0
+Release: 1%{?dist}
+Summary: XML security C++ library
Group: Development/Libraries/C and C++
License: Apache-2.0
-URL: http://www.apache.org/dist/santuario/c-library/
-Source0: https://downloads.apache.org/santuario/c-library/%{compname}-%{version}.tar.bz2
+URL: https://shibboleth.net/downloads/xml-security-c/%{version}
+Source0: %{compname}-%{version}.tar.bz2
Provides: %{compname} = %{version}-%{release}
Obsoletes: %{compname} < %{version}-%{release}
-%{?_with_xalan:BuildRequires: libxalan-c-devel >= 1.11}
BuildRequires: libxerces-c-devel >= 3.2
BuildRequires: openssl-devel gcc-c++ pkgconfig
%if "%{_vendor}" == "redhat"
@@ -27,9 +26,7 @@ BuildRequires: gdb
%description
The xml-security-c library is a C++ implementation of the XML Digital Signature
-and Encryption specifications. The library makes use of the Apache XML project's
-Xerces-C XML Parser and Xalan-C XSLT processor. The latter is used for processing
-XPath and XSLT transforms.
+and Encryption specifications. The library makes use of the Apache Xerces-C XML Parser.
The main package contains just the shared library.
@@ -39,26 +36,21 @@ Group: Development/Libraries/C and C++
%description -n %{utilname}
The xml-security-c library is a C++ implementation of the XML Digital Signature
-and Encryption specifications. The library makes use of the Apache XML project's
-Xerces-C XML Parser and Xalan-C XSLT processor. The latter is used for processing
-XPath and XSLT transforms.
+and Encryption specifications. The library makes use of the Apache Xerces-C XML Parser.
This package contains the utility programs.
%package -n %{develname}
-Summary: Development files for the Apache C++ XML security library
+Summary: Development files for the C++ XML security library
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}-%{release}
Requires: openssl-devel
Requires: libxerces-c-devel >= 3.2
-%{?_with_xalan:Requires: libxalan-c-devel >= 1.11}
Provides: %{compname}-devel = %{version}-%{release}
%description -n %{develname}
The xml-security-c library is a C++ implementation of the XML Digital Signature
-and Encryption specifications. The library makes use of the Apache XML project's
-Xerces-C XML Parser and Xalan-C XSLT processor. The latter is used for processing
-XPath and XSLT transforms.
+and Encryption specifications. The library makes use of the Apache Xerces-C XML Parser.
This package includes files needed for development with xml-security-c.
@@ -66,7 +58,7 @@ This package includes files needed for development with xml-security-c.
%setup -q -n %{compname}-%{version}
%build
-%configure --with-openssl %{!?_with_xalan: --without-xalan} %{!?_enable_xkms: --disable-xkms}
+%configure --with-openssl
%{__make}
%install
@@ -96,6 +88,11 @@ This package includes files needed for development with xml-security-c.
%exclude %{_libdir}/*.la
%changelog
+* Wed Oct 16 2024 Scott Cantor <cantor.2 at osu.edu> 3.0.0-1
+- Update to version 3.0.0
+- Sanitize Apache references in metadata
+- Remove Xalan/XKMS references in build
+
* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> 2.0.4-2
- Normalize SPEC file whitespace
- Delete obsolete BuildRoot macro
diff --git a/common/SPECS/xmltooling.spec b/common/SPECS/xmltooling.spec
index db2fb8e..bff242d 100644
--- a/common/SPECS/xmltooling.spec
+++ b/common/SPECS/xmltooling.spec
@@ -1,17 +1,17 @@
%define compname xmltooling
-%define libname lib%{compname}10
+%define libname lib%{compname}11
%define develname lib%{compname}-devel
%define schemaname %{compname}-schemas
Name: %{libname}
-Version: 3.2.4
-Release: 2%{?dist}
+Version: 3.3.0
+Release: 1%{?dist}
Summary: OpenSAML XML Processing library
Group: Development/Libraries/C and C++
Vendor: Shibboleth Consortium
License: Apache-2.0
URL: http://www.opensaml.org/
-Source0: https://shibboleth.net/downloads/c++-opensaml/3.2.1/%{compname}-%{version}.tar.bz2
+Source0: https://shibboleth.net/downloads/c++-opensaml/3.3.0/%{compname}-%{version}.tar.bz2
Provides: %{compname} = %{version}-%{release}
Obsoletes: %{compname} < %{version}-%{release}
BuildRequires: libxerces-c-devel >= 3.2
@@ -104,7 +104,7 @@ This package includes XML schemas and related files.
%build
%if 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?amzn} == 1 || 0%{?amzn} == 2
-%configure %{?xmltooling_options} %{!?_without_xmlsec: --with-xmlsec} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig
+%configure %{?xmltooling_options} %{!?_without_xmlsec: --with-xmlsec} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig CXXFLAGS="-std=c++11"
%else
%configure %{?xmltooling_options} %{!?_without_xmlsec: --with-xmlsec}
%endif
@@ -144,6 +144,10 @@ This package includes XML schemas and related files.
%doc %{pkgdocdir}
%changelog
+* Wed Oct 16 2024 Scott Cantor <cantor.2 at osu.edu> - 3.3.0-1
+- Bump version and libname
+- Add conditional C++11 CXXFLAGS for older Linux
+
* Sat Jun 17 2023 John W. O'Brien <john at saltant.com> - 3.2.4-2
- Normalize SPEC file whitespace
- Delete obsolete BuildRoot macro
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list