aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/java.scm')
0 files changed, 0 insertions, 0 deletions
enssl-1.1: Fix shared build for the Hurd....* gnu/packages/tls.scm (openssl-1.1)[arguments]: When building for the Hurd, add phase 'patch-configure'. (openssl)[arguments]: And delete it again. Janneke Nieuwenhuizen 2023-07-20gnu: openssl: Build fix for the Hurd....* gnu/packages/tls.scm (openssl-3.0)[arguments]: When building on the Hurd, add "hurd-x86" to #:configure-flags. Janneke Nieuwenhuizen 2023-06-25gnu: aws-lc: Fix tests....* gnu/packages/tls.scm (aws-lc)[native-inputs]: Add libfaketime. [arguments]<#:phases>: Replace and wrap 'check with faketime due to certificate expiration. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan 2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused. Janneke Nieuwenhuizen 2023-05-11gnu: guile-gnutls: Fix cross-compilation....The patch was inadvertently removed in 5e1e67442188ccca8db8c1dd092efbc6fc2c33dc. * gnu/packages/tls.scm (guile-gnutls)[source]: Re-add 'gnutls-cross.patch'. Ludovic Courtès 2023-05-10gnu: guile-gnutls: Update to 3.7.12....* gnu/packages/tls.scm (guile-gnutls): Update to 3.7.12. [source]: Switch to a tarball, to avoid a circular dependency if guile-gnutls is used in git-download. [arguments]: Remove phase changes for building from Git. [native-inputs]: Remove autoconf and automake as they're now unnecessary. Signed-off-by: Christopher Baines <mail@cbaines.net> Christopher Baines 2023-04-25gnu: gnutls: Don't embed a phase inside another phase....* gnu/packages/tls.scm (gnutls)[arguments]: Adjust powerpc-linux phase 'increase-test-timeout to not be embedded inside another phase. Efraim Flashner 2023-04-25gnu: perl-crypt-openssl-rsa: Update to 0.33....* gnu/packages/tls.scm (perl-crypt-openssl-rsa): Update to 0.33. Efraim Flashner 2023-04-19gnu: gnutls: Extend test timeout on powerpc-linux....* gnu/packages/tls.scm (gnutls)[arguments]: When building for powerpc-linux add a phase to extend the test timeout. Efraim Flashner 2023-04-18gnu: openssl: Update cross-configure target for riscv64-linux ....* gnu/packages/tls.scm (target->openssl-target): When building for riscv64-linux use architecture specific configurations. Efraim Flashner 2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge 2023-03-17gnu: guile-gnutls: Do not expect gnulib shebangs to work....* gnu/packages/tls.scm (guile-gnutls) [phase patch-more-shebangs]: Fix how autogen.sh invokes gnulib-tool, and how configure.ac invokes git-version-gen, so as not to rely on shebangs. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus 2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...Conflicts: gnu/local.mk gnu/packages/autotools.scm gnu/packages/cmake.scm gnu/packages/gnuzilla.scm gnu/packages/haskell.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/samba.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/wxwidgets.scm Christopher Baines 2023-02-26gnu: openssl-1.1: Specify TESTS Make variable via #:make-flags....* gnu/packages/tls.scm (openssl-1.1) [make-flags]: New field. [phases] {check}: Remove phase override. Maxim Cournoyer 2023-02-26gnu: openssl-1.1: Clean-up definition....* gnu/packages/tls.scm (openssl-1.1): Do not quasiquote arguments. Remove extraneous let-bound variables and use more gexp variables. Maxim Cournoyer 2023-02-26gnu: gnutls: Deprecate 'gnutls-latest'....* gnu/packages/tls.scm (gnutls-latest): Define as a deprecated alias for 'gnutls'. (guile-gnutls)[inputs, native-inputs]: Replace 'gnutls-latest' with 'gnutls'. Ludovic Courtès 2023-02-26gnu: gnutls: Remove Guile dependency....* gnu/packages/tls.scm (gnutls)[arguments]: Remove --with-guile-* configure flags. [native-inputs]: Remove GUILE-3.0. [inputs]: Likewise, and add LIBUNISTRING. (gnutls-latest)[inputs, native-inputs]: Remove. (guile2.2-gnutls): Rewrite as a variant of GUILE-GNUTLS. Ludovic Courtès 2023-03-02gnu: python-acme, certbot: Update to 2.3.0....* gnu/packages/tls.scm (python-acme): Update to 2.3.0. (certbot)[source]: Update hash. [propagated-inputs]: Remove python-zope-interface and python-zope-component. Signed-off-by: Leo Famulari <leo@famulari.name> Jack Hill 2023-02-17gnu: p11-kit-next: Switch to meson-build-system....README.md says to use meson to build. * gnu/packages/tls.scm (p11-kit-next)[build-system]: Use meson-build-system. [arguments]: Adjust accordingly. Signed-off-by: Christopher Baines <mail@cbaines.net> Vivien Kraus 2023-02-11gnu: OpenSSL 3: Update to 3.0.8 [security fixes]....Fixes CVE-2023-0215, CVE-2023-0216, CVE-2023-0217, CVE-2023-0286, CVE-2023-0401, CVE-2022-4203, CVE-2022-4304, and CVE-2022-4450. https://www.openssl.org/news/secadv/20230207.txt gnu/packages/tls.scm (openssl-3.0): Update to 3.0.8. Leo Famulari 2023-02-11gnu: OpenSSL: Update to 1.1.1t [security fixes]....Fixes CVE-2023-0215, CVE-2023-0286, CVE-2022-4304, CVE-2022-4450. https://www.openssl.org/news/secadv/20230207.txt * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1t. Leo Famulari