aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-06-21 00:57:28 +0800
committermarino <marino@FreeBSD.org>2016-06-21 00:57:28 +0800
commit40e94fac337c2c8fdf6fcc14c0399c49beec4456 (patch)
treeef5a13f00951731c145f391b1c657d3cfb2526b7 /ports-mgmt
parentab8c1a909bac05c47c2d15e9dba8d93ba88ddef2 (diff)
downloadfreebsd-ports-gnome-40e94fac337c2c8fdf6fcc14c0399c49beec4456.tar.gz
freebsd-ports-gnome-40e94fac337c2c8fdf6fcc14c0399c49beec4456.tar.zst
freebsd-ports-gnome-40e94fac337c2c8fdf6fcc14c0399c49beec4456.zip
ports-mgmt/synth: Upgrade version 1.40 => 1.41
This release adds detection and handling of circular dependencies. Two users that tried replacing OpenSSL with LibreSSL found out that ftp/curl depends on itself when its built with GNUTLS. That's because Synth goes into an infinity dependency loop, runs out of stack space, and crashes. Now Synth can detect a circular dependency and abort gracefully and informatively, e.g. > synth status ftp/curl ftp/curl scan aborted because a circular dependency on ftp/curl was detected. ... backtrace devel/cmake ... backtrace emulators/tpm-emulator ... backtrace security/trousers ... backtrace security/gnutls ... backtrace ftp/curl While here, build synth with stack-checking on so out-of-stack situations result in an exception and not an illegal instruction crash.
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/synth/Makefile2
-rw-r--r--ports-mgmt/synth/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile
index c9a024093d84..b28b95842ebb 100644
--- a/ports-mgmt/synth/Makefile
+++ b/ports-mgmt/synth/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= synth
-PORTVERSION= 1.40
+PORTVERSION= 1.41
DISTVERSIONPREFIX= v
CATEGORIES= ports-mgmt
diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo
index 42352fa9d12e..2bd459618b47 100644
--- a/ports-mgmt/synth/distinfo
+++ b/ports-mgmt/synth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465723186
-SHA256 (jrmarino-synth-v1.40_GH0.tar.gz) = bd7ab4b5d82d80508f68a8f525bc8351cee723aa9c3f3c2c0042d81a78605656
-SIZE (jrmarino-synth-v1.40_GH0.tar.gz) = 101245
+TIMESTAMP = 1466440794
+SHA256 (jrmarino-synth-v1.41_GH0.tar.gz) = 2a94fa4caf0e54214257dcff3c50e8174a1a33182d869b04c893bdf4b7635c31
+SIZE (jrmarino-synth-v1.41_GH0.tar.gz) = 101507