From 5f37186661f688346997788b81f8b222225de975 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Feb 12 2014 16:39:20 +0000 Subject: import libXdmcp-1.1.1-6.1.el7.src.rpm --- diff --git a/SOURCES/fips-docs.patch b/SOURCES/fips-docs.patch new file mode 100644 index 0000000..c529261 --- /dev/null +++ b/SOURCES/fips-docs.patch @@ -0,0 +1,12 @@ +diff -up libXdmcp-1.1.1/README~ libXdmcp-1.1.1/README +--- libXdmcp-1.1.1/README~ 2012-03-07 22:46:35.000000000 -0500 ++++ libXdmcp-1.1.1/README 2013-12-17 12:59:45.680345588 -0500 +@@ -1,3 +1,8 @@ ++-=-=-=- ++Please note that DMCP authentications with this library use the DES ++and are therefore not FIPS compliant. ++-=-=-=- ++ + libXdmcp - X Display Manager Control Protocol library + + All questions regarding this software should be directed at the diff --git a/SPECS/libXdmcp.spec b/SPECS/libXdmcp.spec index 8f0215a..b41b70e 100644 --- a/SPECS/libXdmcp.spec +++ b/SPECS/libXdmcp.spec @@ -1,7 +1,7 @@ Summary: X Display Manager Control Protocol library Name: libXdmcp Version: 1.1.1 -Release: 4%{?dist} +Release: 6.1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -13,6 +13,8 @@ BuildRequires: autoconf automake libtool BuildRequires: xorg-x11-proto-devel BuildRequires: xmlto +Patch0: fips-docs.patch + %description X Display Manager Control Protocol library. @@ -27,6 +29,8 @@ libXdmcp development package. %prep %setup -q +%patch0 -p1 -b .fips-docs + %build autoreconf -v --install --force %configure --disable-static @@ -63,6 +67,17 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/xdmcp.pc %changelog +* Wed Feb 12 2014 Adam Jackson 1.1.1-6.1 +- Mass rebuild + +* Fri Dec 27 2013 Daniel Mach - 1.1.1-6 +- Mass rebuild 2013-12-27 + +* Tue Dec 17 2013 Soren Sandmann - 1.1.4-5 +- Add note to README about the lack of FIPS compliance for DMCP + authentications. + Bug 994193 + * Thu Mar 07 2013 Peter Hutterer - 1.1.1-4 - autoreconf for aarch64