mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
sysutils/py-salt: revert upstream PR 55719
Salt PR 55719 changed the signature of Linux's sysctl.persist function, without changing it for any other OS. Widespread breakage is the result. Revert that PR until upstream fixes it. PR: 247627 Reported by: ari@ish.com.au Approved by: 0mp (ports) Approved by: christer.edwards@gmail.com (maintainer timeout) MFH: 2020Q3 Sponsored by: Axcient
This commit is contained in:
parent
0f6c2a8f44
commit
176c6a7c8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544532
@ -3,11 +3,17 @@
|
||||
|
||||
PORTNAME= salt
|
||||
PORTVERSION= 3001
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
# Unbreak the sysctl state.
|
||||
# https://github.com/saltstack/salt/issues/57826
|
||||
# https://github.com/saltstack/salt/pull/57839
|
||||
PATCH_SITES= https://github.com/saltstack/salt/commit/
|
||||
PATCHFILES+= 0dda2fdbdc577b092c5fc894951e8a750b275c56.patch:-p1
|
||||
|
||||
MAINTAINER= christer.edwards@gmail.com
|
||||
COMMENT= Distributed remote execution and configuration management system
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1592464695
|
||||
TIMESTAMP = 1596928973
|
||||
SHA256 (salt-3001.tar.gz) = 5ca60d1b2cc8e63db50995bd8b117914eeaf57c48ce2b3a3731ee57163adf154
|
||||
SIZE (salt-3001.tar.gz) = 14448043
|
||||
SHA256 (0dda2fdbdc577b092c5fc894951e8a750b275c56.patch) = 1d29b67d1f251ea54a91a54006cc9e51eae9b96bfb1fbb3c6ba23d9b876313a7
|
||||
SIZE (0dda2fdbdc577b092c5fc894951e8a750b275c56.patch) = 9297
|
||||
|
Loading…
Reference in New Issue
Block a user