Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2020 23:44:33 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544532 - head/sysutils/py-salt
Message-ID:  <202008082344.078NiXbt010322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers (src committer)
Date: Sat Aug  8 23:44:32 2020
New Revision: 544532
URL: https://svnweb.freebsd.org/changeset/ports/544532

Log:
  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

Modified:
  head/sysutils/py-salt/Makefile
  head/sysutils/py-salt/distinfo

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Sat Aug  8 23:14:11 2020	(r544531)
+++ head/sysutils/py-salt/Makefile	Sat Aug  8 23:44:32 2020	(r544532)
@@ -3,10 +3,16 @@
 
 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

Modified: head/sysutils/py-salt/distinfo
==============================================================================
--- head/sysutils/py-salt/distinfo	Sat Aug  8 23:14:11 2020	(r544531)
+++ head/sysutils/py-salt/distinfo	Sat Aug  8 23:44:32 2020	(r544532)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008082344.078NiXbt010322>