Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libgcrypt: version bumped to 1.6.5. #1110

Merged
merged 1 commit into from Feb 11, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 4 additions & 11 deletions crypto/libgcrypt/BUILD
@@ -1,12 +1,5 @@
(
OPTS+=" --sysconfdir=/etc \
--disable-static \
--disable-padlock-support" &&

./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
$OPTS &&

make &&
prepare_install &&
make install

) > $C_FIFO 2>&1
default_build
2 changes: 1 addition & 1 deletion crypto/libgcrypt/DEPENDS
@@ -1 +1 @@
depends libgpg-error
depends libgpg-error
6 changes: 3 additions & 3 deletions crypto/libgcrypt/DETAILS
@@ -1,11 +1,11 @@
MODULE=libgcrypt
VERSION=1.6.4
VERSION=1.6.5
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=ftp://ftp.gnupg.org/gcrypt/libgcrypt
SOURCE_VFY=sha256:c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026
SOURCE_VFY=sha256:f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924
WEB_SITE=http://www.gnu.org/directory/security/libgcrypt.html
ENTERED=20020212
UPDATED=20151207
UPDATED=20160210
SHORT="General purpose crypto library"

cat << EOF
Expand Down