From owner-svn-ports-all@freebsd.org Tue Dec 3 19:10:57 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DDE751BA0A0; Tue, 3 Dec 2019 19:10:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47SBQn5Z0pz3L4Z; Tue, 3 Dec 2019 19:10:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qt1-f175.google.com with SMTP id 5so2407222qtz.1; Tue, 03 Dec 2019 11:10:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qyPN3XuypvxSGcNDqCIxDyYUqtnOpRmT7As4GwTB30M=; b=KB86/fyMdB9TXHphkLMMsKG9ILQUu1tqMbQtpgkvaE/iFz0TzFI3QIAjRGJ8y/fbRM jbcNOqmv7D/Mwdx20oNLUStxNgIWO/9bA+ZQlNP5RM42fO3TcTO5zTOZTWAxao7rzPAR rEn82TDN6H+5HJpRoGTVCDUIfE30hPDUodaC6UJXi7KwsWEV86XSW1KFh4btIipfSZSs yOW9fmvfIzf/16aaX7KZKibQUJjHNFkPBRgO9c+KzVqD52nOSOEhqD6JYMR+YNLiulMh j52WwrK2K/Omr5B5qc9zrdKZEjihaDNfzRfeSfBWcUxiN0FqmZZvudBMl6XRXagoNFhr oCmA== X-Gm-Message-State: APjAAAU36kNfubW6ThJFlidahHyx590MQjONr5mn0IoqSGiB58osjB+/ ov39FKl+xBX6jrFguU6W4rVRDFg3Uw+k9f6NrQhx4A== X-Google-Smtp-Source: APXvYqzSw875PeeUmzph3znTWUiskboRS0eJrIPTEVFjh9N78HPA0ogIflQPLbCcneJMo/gBybMdajIEfjJnxvRg9e0= X-Received: by 2002:ac8:45d4:: with SMTP id e20mr6658826qto.369.1575400256175; Tue, 03 Dec 2019 11:10:56 -0800 (PST) MIME-Version: 1.0 References: <201912031757.xB3HvWom031446@repo.freebsd.org> In-Reply-To: <201912031757.xB3HvWom031446@repo.freebsd.org> From: Antoine Brodin Date: Tue, 3 Dec 2019 20:10:44 +0100 Message-ID: Subject: Re: svn commit: r518955 - head/dns/knot2-lib To: Kurt Jaeger Cc: ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 47SBQn5Z0pz3L4Z X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.995,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2019 19:10:57 -0000 On Tue, Dec 3, 2019 at 6:57 PM Kurt Jaeger wrote: > > Author: pi > Date: Tue Dec 3 17:57:31 2019 > New Revision: 518955 > URL: https://svnweb.freebsd.org/changeset/ports/518955 > > Log: > dns/knot2-lib: upgrade 2.8.3 -> 2.9.1 Hi, I think that this broke dns/knot-resolver. Antoine