Skip to content

Commit b9d54f8

Browse files
author
Arnon Yaari
committed
bump versions of libgcrypt and libgpg-error
see pull request #13
1 parent 67e283c commit b9d54f8

7 files changed

+4
-65
lines changed

buildout-build-osx-xcode-5.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ CFLAGS = ${environment:CFLAGS} -std=gnu89 -fheinous-gnu-extensions
1111

1212
[libgcrypt]
1313
configure-options = ${options:configure-options} --with-gpg-error-prefix=${:prefix} --disable-asm --enable-static
14-
version = 1.5.3
1514
name = libgcrypt
1615
url = ${urls:source}/${:name}-${:version}.tar.bz2
1716
environment-section = environment-libgcrypt

buildout-build-osx-xcode-8.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ extends = buildout-build-osx-xcode-7.cfg
44
[libtasn1]
55
version = 4.8
66

7-
[libgcrypt]
8-
version = 1.7.3
9-
10-
[libgpg-error]
11-
version = 1.24
12-
137
[libgnutls]
148
version = 3.4.15
159
configure-options = --prefix=${options:prefix} --disable-rpath --disable-silent-rules -without-p11-kit

buildout-build-ubuntu-16.04.cfg

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ extends = buildout-build-ubuntu.cfg
33

44
[ncurses]
55
patches = ${:patches-dir}/${:name}-${:version}-ncurses-base-MKlib_gen.sh.patch
6-
7-
[libgpg-error]
8-
version = 1.22
9-
10-
[libgcrypt]
11-
patches = ${:patches-dir}/${:name}-${:version}-mpi-mpi-internal.h.patch
12-
${:patches-dir}/${:name}-${:version}-mpi-mpi-inline.h.patch

buildout-build.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ configure-options = ${options:configure-options} --disable-slapd --disable-backe
128128
<= options
129129
recipe = hexagonit.recipe.cmmi
130130
configure-options = --prefix=${options:prefix} --enable-static
131-
version = 1.10
131+
version = 1.24
132132
name = libgpg-error
133133
url = ${urls:source}/${:name}-${:version}.tar.bz2
134134

135135
[libgcrypt]
136136
<= options
137137
recipe = hexagonit.recipe.cmmi
138138
configure-options = ${options:configure-options} --with-gpg-error-prefix=${:prefix} --enable-static
139-
version = 1.5.0
139+
version = 1.7.3
140140
name = libgcrypt
141141
url = ${urls:source}/${:name}-${:version}.tar.bz2
142142

sources

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ libev-4.15.tar.gz http://dist.schmorp.de/libev/libev-4.15.
1414
libevent-1.4.13-stable.tar.gz https://github.com/downloads/libevent/libevent/libevent-1.4.13-stable.tar.gz
1515
libevent-2.0.17-stable.tar.gz https://github.com/downloads/libevent/libevent/libevent-2.0.17-stable.tar.gz
1616
libffi-3.2.1.tar.gz ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz
17-
libgcrypt-1.5.0.tar.bz2 ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2
18-
libgcrypt-1.5.3.tar.bz2 ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.3.tar.bz2
19-
libgpg-error-1.10.tar.bz2 http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.10.tar.bz2
17+
libgcrypt-1.7.3.tar.bz2 ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.7.3.tar.bz2
18+
libgpg-error-1.24.tar.bz2 http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.24.tar.bz2
2019
libiconv-1.11.1.tar.gz http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.11.1.tar.gz
2120
libiconv-1.13.1.tar.gz http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz
2221
libiconv-1.9.1.tar.gz http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.9.1.tar.gz

src/patches/libgcrypt-1.5.0-mpi-mpi-inline.h.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/patches/libgcrypt-1.5.0-mpi-mpi-internal.h.patch

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)