[csw-devel] SF.net SVN: gar:[2814] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Jan 13 18:18:12 CET 2009
Revision: 2814
http://gar.svn.sourceforge.net/gar/?rev=2814&view=rev
Author: dmichelsen
Date: 2009-01-13 17:18:11 +0000 (Tue, 13 Jan 2009)
Log Message:
-----------
libgcrypt: Initial commit
Added Paths:
-----------
csw/mgar/pkg/libgcrypt/
csw/mgar/pkg/libgcrypt/branches/
csw/mgar/pkg/libgcrypt/tags/
csw/mgar/pkg/libgcrypt/trunk/
csw/mgar/pkg/libgcrypt/trunk/Makefile
csw/mgar/pkg/libgcrypt/trunk/checksums
csw/mgar/pkg/libgcrypt/trunk/files/
csw/mgar/pkg/libgcrypt/trunk/files/CSWgcrypt.gspec
csw/mgar/pkg/libgcrypt/trunk/files/patch-random.diff
Property changes on: csw/mgar/pkg/libgcrypt/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/libgcrypt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgcrypt/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libgcrypt/trunk/Makefile 2009-01-13 17:18:11 UTC (rev 2814)
@@ -0,0 +1,28 @@
+GARNAME = libgcrypt
+GARVERSION = 1.4.3
+CATEGORIES = lib
+
+DESCRIPTION = GNU libgcrypt
+define BLURB
+ Libgcrypt is GNU's basic cryptographic library.
+endef
+
+MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/libgcrypt/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTFILES += $(call admfiles,CSWgcrypt,)
+
+PATCHFILES = patch-random.diff
+
+SPKG_SOURCEURL = http://www.gnupg.org/download/
+
+REQUIRED_PKGS = CSWgpgerr
+
+BUILD64 = 1
+NO_ISAEXEC = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --disable-asm
+
+TEST_TARGET = check
+
+include gar/category.mk
Added: csw/mgar/pkg/libgcrypt/trunk/checksums
===================================================================
--- csw/mgar/pkg/libgcrypt/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libgcrypt/trunk/checksums 2009-01-13 17:18:11 UTC (rev 2814)
@@ -0,0 +1,3 @@
+46e50e811ed51f1e0e8dd677dded967d download/libgcrypt-1.4.3.tar.bz2
+94730391b2ab2e9b63227d133dc2547b download/CSWgcrypt.gspec
+fec326b0bfff6b1c6ff978c33c7bcd8f download/patch-random.diff
Added: csw/mgar/pkg/libgcrypt/trunk/files/CSWgcrypt.gspec
===================================================================
--- csw/mgar/pkg/libgcrypt/trunk/files/CSWgcrypt.gspec (rev 0)
+++ csw/mgar/pkg/libgcrypt/trunk/files/CSWgcrypt.gspec 2009-01-13 17:18:11 UTC (rev 2814)
@@ -0,0 +1,4 @@
+%var bitname libgcrypt
+%var pkgname CSWgcrypt
+%include url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING
Added: csw/mgar/pkg/libgcrypt/trunk/files/patch-random.diff
===================================================================
--- csw/mgar/pkg/libgcrypt/trunk/files/patch-random.diff (rev 0)
+++ csw/mgar/pkg/libgcrypt/trunk/files/patch-random.diff 2009-01-13 17:18:11 UTC (rev 2814)
@@ -0,0 +1,10 @@
+diff -Naur libgcrypt-1.4.3.orig/random/random.c libgcrypt-1.4.3.patched/random/random.c
+--- libgcrypt-1.4.3.orig/random/random.c 2008-09-16 20:35:22.000000000 +0200
++++ libgcrypt-1.4.3.patched/random/random.c 2009-01-13 09:24:12.598730103 +0100
+@@ -319,5 +319,5 @@
+ _gcry_random_deinit_external_test (void *context)
+ {
+ if (fips_mode ())
+- return _gcry_rngfips_deinit_external_test (context);
++ _gcry_rngfips_deinit_external_test (context);
+ }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list