svn commit: r417168 - head/ports-mgmt/synth
John Marino
marino at FreeBSD.org
Mon Jun 20 16:57:29 UTC 2016
Author: marino
Date: Mon Jun 20 16:57:28 2016
New Revision: 417168
URL: https://svnweb.freebsd.org/changeset/ports/417168
Log:
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.
Modified:
head/ports-mgmt/synth/Makefile
head/ports-mgmt/synth/distinfo
Modified: head/ports-mgmt/synth/Makefile
==============================================================================
--- head/ports-mgmt/synth/Makefile Mon Jun 20 16:25:51 2016 (r417167)
+++ head/ports-mgmt/synth/Makefile Mon Jun 20 16:57:28 2016 (r417168)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= synth
-PORTVERSION= 1.40
+PORTVERSION= 1.41
DISTVERSIONPREFIX= v
CATEGORIES= ports-mgmt
Modified: head/ports-mgmt/synth/distinfo
==============================================================================
--- head/ports-mgmt/synth/distinfo Mon Jun 20 16:25:51 2016 (r417167)
+++ head/ports-mgmt/synth/distinfo Mon Jun 20 16:57:28 2016 (r417168)
@@ -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
More information about the svn-ports-all
mailing list