aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
koszkoAllow unauthorized `guix pull`W. Kosior6 weeks
koszko-scriptsAdd `koszko-vpn' branch.W. Kosior4 months
 
ddc41ca214 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ian Eure 2024-09-24gnu: nss-rapid: Update to 3.104....* gnu/packages/nss.scm (nss-rapid): Update to 3.104. Change-Id: I97545e2d106bc7e9694ee11bd76371fa170cc42e Signed-off-by: Andrew Tropin <andrew@trop.in> Ian Eure 2024-08-31gnu: nss: Use ‘datefudge’ to run tests on 32-bit platforms....Fixes <https://issues.guix.gnu.org/72239>. * gnu/packages/nss.scm (nss)[arguments]: In ‘check’ phase, on 32-bit platforms, modify ‘SOURCE_DIR’ in ‘gtests.sh’ and use ‘datefudge’ rather than ‘faketime’. [native-inputs]: On 32-bit platforms, use ‘datefudge’ rather than ‘libfaketime’. Change-Id: I6b35f4d979897dd2215e189c4375aa0d792530d0 Ludovic Courtès 2024-08-31gnu: nss: Ungraft update to 3.99....* gnu/packages/nss.scm (nss): Ungraft and update to 3.99. (nss/fixed): Remove variable. Change-Id: I57d4426deb3b96e88d83ba1a7a529a94c9e7815f Josselin Poiret 2024-08-31gnu: nss: Set CCC unconditionally....* gnu/packages/nss.scm (nss)[arguments]: Set CCC unconditionally in the 'configure phase. Efraim Flashner 2024-08-19gnu: Add nss-rapid....* gnu/packages/nss.scm (nss-rapid): New variable. Change-Id: I2bdd2119fb0c857feae9eb2e47a28909b8228cd7 Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Ian Eure 2024-07-19gnu: nsncd: Remove duplicate definition....* gnu/packages/rust-apps.scm (nsncd): Remove variable. * gnu/packages/nss.scm (nsncd)[arguments]: Don't install the sources. Change-Id: I6e95f1b38cdf541a1b341ac9e55bf33ee4bbf098 Efraim Flashner 2024-07-19gnu: rust-slog-async-2: Update to 2.8.0....* gnu/packages/crates-io.scm (rust-slog-async-2): Update to 2.8.0. Absorb rust-slog-async-2-8. [arguments]: Don't skip the build. [description]: Expand. * gnu/packages/nss.scm (nsncd)[cargo-inputs]: Replace rust-slog-async-2-8 with rust-slog-async-2. Change-Id: I0320137cbc482d2679d2ebb6bdca6d091d2197a0 Efraim Flashner 2024-06-02gnu: Add nsncd....* gnu/packages/nss.scm (nsncd): New variable. Introducing Nsncd, a non-caching alternative of Glibc Nscd. Change-Id: I18ba7ffbb6fb59c4928829bb98a8da4e6963e587 Co-authored-by: Ludovic Courtès <ludo@gnu.org> Picnoir 2024-05-29gnu: nss/fixed: Hasten test suite....This causes the test suite to run in about in nearly a third of the original time (from 145 min to 52 minutes on a particular machine). * gnu/packages/nss.scm (nss/fixed) [phases] {check}: Set NSS_CYCLES environment variable to 'standard'. Change-Id: I5dab1ed16b302af2276b0f075a790f6193edbe95 Maxim Cournoyer 2024-05-13gnu: nss/fixed: Tweak performance test....As I'm seeing this test fail with results of 5 to 7 seconds. * gnu/packages/nss.scm (nss/fixed)[arguments]: Tweak a test to have a higher time threshold. Change-Id: Icb0551cd986acf67b2ba17dc8772a67b9747d31a Christopher Baines 2024-04-28gnu: nss/fixed: Update to 3.99....* gnu/packages/nss.scm (nss/fixed): Update to 3.99. Change-Id: I5a2b461c0a13212a45c81304f0ea2c2f4bb777c1 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ian Eure 2024-04-26gnu: nss: Graft with version 3.98 [security fixes]....This fixes CVE-2023-5388, CVE-2023-6135 and CVE-2024-0743. * gnu/packages/nss.scm (nss) [replacement]: New field. (nss-3.98): Rename variable to... (nss/fixed): ... this. Make it a hidden package. * gnu/packages/librewolf.scm (librewolf) [inputs]: Replace nss-3.98 with nss/fixed. Change-Id: I8cc667c53a270dfe00738bf731923f1342036624 Maxim Cournoyer 2024-04-26gnu: nss-3.98: Streamline source origin via inheritance....* gnu/packages/nss.scm (nss-3.98): Simplify source via inheritance. Change-Id: I6c1df497a7ff538162afa128eca676997d76e28f Maxim Cournoyer 2024-04-24gnu: nss: Fix cross-compilation....* gnu/packages/nss.scm (nss)[arguments]<#:make-flags>: When cross-compilation, Add CROSS_COMPILE=1. <#:phases>: When cross-compilation, Set env NATIVE_CC to gcc. Change-Id: I5c9559a4b8cecf2cfc6c47d136d69c01a335faaf Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Zheng Junjie 2024-04-24gnu: nspr: Fix cross-compilation....* gnu/packages/nss.scm (nspr)[arguments]<#:configure-flags>: When cross-compilation, Add HOST_CC=gcc. Change-Id: I337f217f153f8cc3a713906643d6fab9115056e9 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Zheng Junjie 2024-04-12gnu: Add nss-3.98....* gnu/packages/nss.scm (nss-3.98): New variable. Change-Id: If54ba20d296da2f4edd444c7cfa223a2d5a9ecb8 Signed-off-by: Andrew Tropin <andrew@trop.in> Ian Eure