diff options
| author | Leo Famulari <leo@famulari.name> | 2016-08-02 12:21:07 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2016-08-02 12:22:59 -0400 |
| commit | deb6482ec628edee79a3364554d331cbec03b2d7 (patch) | |
| tree | d8efd755fad51db695707c40788fb23f7f2c02dc | |
| parent | ab3a64507a792e4da0527b423fbc28f8768e736a (diff) | |
gnu: libressl: Update to 2.4.2.
* gnu/packages/tls.scm (libressl): Update to 2.4.2.
| -rw-r--r-- | gnu/packages/tls.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 9abaabad893..92564ba24d2 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm | |||
| @@ -326,7 +326,7 @@ required structures.") | |||
| 326 | (define-public libressl | 326 | (define-public libressl |
| 327 | (package | 327 | (package |
| 328 | (name "libressl") | 328 | (name "libressl") |
| 329 | (version "2.3.6") | 329 | (version "2.4.2") |
| 330 | (source | 330 | (source |
| 331 | (origin | 331 | (origin |
| 332 | (method url-fetch) | 332 | (method url-fetch) |
| @@ -335,7 +335,7 @@ required structures.") | |||
| 335 | version ".tar.gz")) | 335 | version ".tar.gz")) |
| 336 | (sha256 | 336 | (sha256 |
| 337 | (base32 | 337 | (base32 |
| 338 | "1yipsp1ici207nbminbf1knh252kzvqg036v0xpx0fw1wrwlg2im")))) | 338 | "1qyrcyzrrn6r9cqvm66ib72qyr65q4hrdyiq1vb24a6nwmwdg1sz")))) |
| 339 | (build-system gnu-build-system) | 339 | (build-system gnu-build-system) |
| 340 | (native-search-paths | 340 | (native-search-paths |
| 341 | ;; FIXME: These two variables must designate a single file or directory | 341 | ;; FIXME: These two variables must designate a single file or directory |
