1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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.
This commit is contained in:
John Marino 2016-06-20 16:57:28 +00:00
parent 76048d915f
commit c6f85bb00c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417168
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= synth
PORTVERSION= 1.40
PORTVERSION= 1.41
DISTVERSIONPREFIX= v
CATEGORIES= ports-mgmt

View File

@ -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