rpms/libgcrypt/devel libgcrypt-1.4.4-use-fipscheck.patch, 1.1, 1.2 libgcrypt.spec, 1.35, 1.36

Tomáš Mráz tmraz at fedoraproject.org
Thu Mar 5 10:25:20 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/libgcrypt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28651

Modified Files:
	libgcrypt-1.4.4-use-fipscheck.patch libgcrypt.spec 
Log Message:
* Thu Mar  5 2009 Tomas Mraz <tmraz at redhat.com> 1.4.4-4
- with the integrity verification check the library needs to link to libdl
  (#488702)


libgcrypt-1.4.4-use-fipscheck.patch:

Index: libgcrypt-1.4.4-use-fipscheck.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/libgcrypt-1.4.4-use-fipscheck.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgcrypt-1.4.4-use-fipscheck.patch	3 Mar 2009 20:32:37 -0000	1.1
+++ libgcrypt-1.4.4-use-fipscheck.patch	5 Mar 2009 10:25:19 -0000	1.2
@@ -1,6 +1,6 @@
 diff -up libgcrypt-1.4.4/src/fips.c.use-fipscheck libgcrypt-1.4.4/src/fips.c
---- libgcrypt-1.4.4/src/fips.c.use-fipscheck	2009-03-03 18:10:49.000000000 +0100
-+++ libgcrypt-1.4.4/src/fips.c	2009-03-03 18:51:31.000000000 +0100
+--- libgcrypt-1.4.4/src/fips.c.use-fipscheck	2009-03-03 21:09:27.000000000 +0100
++++ libgcrypt-1.4.4/src/fips.c	2009-03-05 11:20:48.000000000 +0100
 @@ -570,23 +570,48 @@ run_random_selftests (void)
    return !!err;
  }
@@ -72,3 +72,15 @@
                p = strrchr (fname, '/');
                if (p)
                  p++;
+diff -up libgcrypt-1.4.4/src/Makefile.use-fipscheck libgcrypt-1.4.4/src/Makefile
+--- libgcrypt-1.4.4/src/Makefile.use-fipscheck	2009-03-03 21:09:41.000000000 +0100
++++ libgcrypt-1.4.4/src/Makefile	2009-03-05 11:20:40.000000000 +0100
+@@ -337,7 +337,7 @@ libgcrypt_la_LIBADD = \
+ 	../cipher/libcipher.la \
+ 	../random/librandom.la \
+ 	../mpi/libmpi.la \
+-	 -lgpg-error
++	 -lgpg-error -ldl
+ 
+ dumpsexp_SOURCES = dumpsexp.c
+ dumpsexp_LDADD = 


Index: libgcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/libgcrypt.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- libgcrypt.spec	3 Mar 2009 20:32:37 -0000	1.35
+++ libgcrypt.spec	5 Mar 2009 10:25:19 -0000	1.36
@@ -1,6 +1,6 @@
 Name: libgcrypt
 Version: 1.4.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: libgcrypt-%{version}-hobbled.tar.bz2
 # The original libgcrypt sources now contain potentially patented ECC
 # cipher support. We have to remove it in the tarball we ship with
@@ -145,6 +145,10 @@
 %{_infodir}/gcrypt.info*
 
 %changelog
+* Thu Mar  5 2009 Tomas Mraz <tmraz at redhat.com> 1.4.4-4
+- with the integrity verification check the library needs to link to libdl
+  (#488702)
+
 * Tue Mar  3 2009 Tomas Mraz <tmraz at redhat.com> 1.4.4-3
 - add hmac FIPS integrity verification check
 




More information about the fedora-extras-commits mailing list