Update to libgcrypt-1.5.1.
This commit is contained in:
parent
6250791cf2
commit
822c55fa60
@ -1,16 +1,19 @@
|
|||||||
# $OpenBSD: Makefile,v 1.26 2013/03/21 08:48:53 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.27 2013/03/23 13:33:58 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= crypto library based on code used in GnuPG
|
COMMENT= crypto library based on code used in GnuPG
|
||||||
|
|
||||||
DISTNAME= libgcrypt-1.5.0
|
DISTNAME= libgcrypt-1.5.1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
SHARED_LIBS += gcrypt 18.0 # 18.0
|
|
||||||
|
SHARED_LIBS += gcrypt 18.0 # 19.0
|
||||||
|
|
||||||
HOMEPAGE= http://www.gnupg.org/
|
HOMEPAGE= http://www.gnupg.org/
|
||||||
|
|
||||||
# GPLv2/LGPLv2.1
|
# GPLv2/LGPLv2.1
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
|
||||||
|
WANTLIB += c gpg-error
|
||||||
|
|
||||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
|
||||||
ftp://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ \
|
ftp://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ \
|
||||||
http://ftp.planetmirror.com/pub/gnupg/libgcrypt/ \
|
http://ftp.planetmirror.com/pub/gnupg/libgcrypt/ \
|
||||||
@ -20,9 +23,6 @@ MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
|
|||||||
MODULES= devel/gettext
|
MODULES= devel/gettext
|
||||||
LIB_DEPENDS= security/libgpg-error
|
LIB_DEPENDS= security/libgpg-error
|
||||||
|
|
||||||
WANTLIB= c gpg-error
|
|
||||||
|
|
||||||
|
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||||
--enable-static
|
--enable-static
|
||||||
|
@ -1,5 +1,2 @@
|
|||||||
MD5 (libgcrypt-1.5.0.tar.gz) = ePj4vsRYD3WyWBb3iW0DiQ==
|
SHA256 (libgcrypt-1.5.1.tar.gz) = 1/XLaUKGsk2Rg2xyjfysno7q2AoCxeKseNi4SYMVRFU=
|
||||||
RMD160 (libgcrypt-1.5.0.tar.gz) = KlbBzkpT25S8BgUTsGrMEWdBA8M=
|
SIZE (libgcrypt-1.5.1.tar.gz) = 1782397
|
||||||
SHA1 (libgcrypt-1.5.0.tar.gz) = 5lCDFbdurz0N9FP2c3GxBmVL1P4=
|
|
||||||
SHA256 (libgcrypt-1.5.0.tar.gz) = zJix9kya47AYUJnO9KxsQ2qEkJXt+H80FX8LsQ4YeZA=
|
|
||||||
SIZE (libgcrypt-1.5.0.tar.gz) = 1738282
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/24 22:32:53 sturm Exp $
|
|
||||||
@lib lib/libgcrypt.so.${LIBgcrypt_VERSION}
|
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.6 2008/10/26 10:39:27 landry Exp $
|
@comment $OpenBSD: PLIST,v 1.7 2013/03/23 13:33:58 ajacoutot Exp $
|
||||||
@bin bin/dumpsexp
|
@bin bin/dumpsexp
|
||||||
@bin bin/hmac256
|
@bin bin/hmac256
|
||||||
bin/libgcrypt-config
|
bin/libgcrypt-config
|
||||||
@ -7,5 +7,5 @@ include/gcrypt.h
|
|||||||
@info info/gcrypt.info
|
@info info/gcrypt.info
|
||||||
lib/libgcrypt.a
|
lib/libgcrypt.a
|
||||||
lib/libgcrypt.la
|
lib/libgcrypt.la
|
||||||
|
@lib lib/libgcrypt.so.${LIBgcrypt_VERSION}
|
||||||
share/aclocal/libgcrypt.m4
|
share/aclocal/libgcrypt.m4
|
||||||
%%SHARED%%
|
|
||||||
|
Loading…
Reference in New Issue
Block a user