diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-11-02 14:07:39 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:31 +0100 |
| commit | b4df8b64f29d3f46be4cbe74fc4dd5c66b1bfb85 (patch) | |
| tree | ecb2c9e35c51df1c1e6781591b20481dbac7f045 /gnu | |
| parent | 43edd273531e11170c00af395550f57f4815a95a (diff) | |
gnu: libressl: Update to 4.2.1.
* gnu/packages/tls.scm (libressl): Update to 4.2.1.
Closes guix/guix#4009
Change-Id: I5e7f2746e98dcf19416abcf1eeab948750c732fc
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -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 2411819b8a8..43423ef8ed8 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm | |||
| @@ -675,14 +675,14 @@ kilobytes of RAM.") | |||
| 675 | (define-public libressl | 675 | (define-public libressl |
| 676 | (package | 676 | (package |
| 677 | (name "libressl") | 677 | (name "libressl") |
| 678 | (version "4.2.0") | 678 | (version "4.2.1") |
| 679 | (source (origin | 679 | (source (origin |
| 680 | (method url-fetch) | 680 | (method url-fetch) |
| 681 | (uri (string-append "mirror://openbsd/LibreSSL/" | 681 | (uri (string-append "mirror://openbsd/LibreSSL/" |
| 682 | "libressl-" version ".tar.gz")) | 682 | "libressl-" version ".tar.gz")) |
| 683 | (sha256 | 683 | (sha256 |
| 684 | (base32 | 684 | (base32 |
| 685 | "1ch8hkpgmb1gp8d5ync902715g2laaaz3yrc7zazi3fbsx2blz8g")))) | 685 | "02ypmfsixjh6l24gfnsaapx0vl3i8004b1jc3xwym21mb1c2yp3d")))) |
| 686 | (outputs (list "out" "debug")) | 686 | (outputs (list "out" "debug")) |
| 687 | (build-system gnu-build-system) | 687 | (build-system gnu-build-system) |
| 688 | (arguments | 688 | (arguments |
