MFH: r560702 r564693
Update to 2.3.10 PR: 251897 Submitted by: nc Differential Revision: https://reviews.freebsd.org/D27996 Fix a runtime issue causing Nix to die when it builds packages Related upstream PR: https://github.com/NixOS/nix/pull/4530 PR: 253322 Submitted by: hi@alyssa.is
This commit is contained in:
parent
f79d43ab5d
commit
78537a124b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=564730
@ -2,8 +2,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nix
|
||||
DISTVERSION= 2.3.7
|
||||
DISTVERSION= 2.3.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
PATCH_SITES= https://github.com/NixOS/nix/commit/
|
||||
PATCHFILES= 7c112351d9e941567e64063638396259546d9a48.patch:-p1 # libutil: EPERM from kill(-1, ...) is fine #4530
|
||||
|
||||
MAINTAINER= 0mp@FreeBSD.org
|
||||
COMMENT= Purely functional package manager
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1600718771
|
||||
SHA256 (NixOS-nix-2.3.7_GH0.tar.gz) = d5ea34196922c5f0d962649929be2a489b8cd29effcf1481c63aca154c65e739
|
||||
SIZE (NixOS-nix-2.3.7_GH0.tar.gz) = 900906
|
||||
TIMESTAMP = 1612780772
|
||||
SHA256 (NixOS-nix-2.3.10_GH0.tar.gz) = 04e1c7c625b753df35bf0e0a952d1a886fd6c6b582190832d57a7269241b4b50
|
||||
SIZE (NixOS-nix-2.3.10_GH0.tar.gz) = 903852
|
||||
SHA256 (7c112351d9e941567e64063638396259546d9a48.patch) = 22d513a2337a61d5cebf7ed1542b9d72d6cbc57f99bcd10f3e311870e71d9e3a
|
||||
SIZE (7c112351d9e941567e64063638396259546d9a48.patch) = 2050
|
||||
|
Loading…
Reference in New Issue
Block a user