X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 0F958DC697A for ; Sun, 8 Nov 2015 22:53:13 +0000 (UTC) Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id CE902DC09AB for ; Sun, 8 Nov 2015 22:53:12 +0000 (UTC) Received: by pacdm15 with SMTP id dm15so153815678pac.3 for ; Sun, 08 Nov 2015 14:53:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Pb2tb8IGv2QE53EVIsQspgUXVvjsS7eqIo9pdeI7mFM=; b=W7/0y84PrbI4WIOoNZTLPkmZq7WKK8W35K3Pl2stnEeC10CPVOTSdgRrK9U4idZWFf R9GJCGZmed6PnJNrjxw6m7Wi9KsWUBmkrjsWbRWQSTBTxTS6Id4++tDB08SjRBrkG2hf 9i5RzRi50r1o4ApDU16CH3fj7O1XiQZ8e+RvnlhA1WvW9kBm/iEiz2qWUfljMyR45yGw rzUlrjp+BD8xiFsHjZBRZHbFistO98lm4NAGtqHpF0HH06bsaFlQqC9eYgpramkkorqd kqUdaj4uicVe59LOiRYLX3t6ag0XI+J3yP70JGHoeoHa80AMYaSfGOyDYhUOTQcv06Je DSpg== X-Received: by 10.69.1.9 with SMTP id bc9mr35063936pbd.152.1447023191623; Sun, 08 Nov 2015 14:53:11 -0800 (PST) Received: from newbook ([50.0.225.136]) by smtp.gmail.com with ESMTPSA id ja4sm12428323pbb.19.2015.11.08.14.53.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Nov 2015 14:53:11 -0800 (PST) Date: Sun, 8 Nov 2015 14:53:08 -0800 From: Isaac Dunham To: IT Developer Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] Broken packages Message-ID: <20151108225307.GA13542@newbook> References: <563F8E76.6070007@it-offshore.co.uk> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <563F8E76.6070007@it-offshore.co.uk> User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On Sun, Nov 08, 2015 at 06:03:34PM +0000, IT Developer wrote: > On 08/11/15 17:27, Valery Kartel wrote: > > Current version libsodium library is so.17 > > There is a list of broken packages, that linked against old version of > > libsodium.so.13 > > testing/dnscrypt-prosy > > testing/fastd > > testing/quicktun > > testing/tinyssh > > I use tinyssh / dnscrypt-proxy - they still work for me but will be > broken for new installs. > > As I see, tinyssh needs 'tcpserver' from testing/ucspi-tcp to start > > service. But the package testing/ucspi-tcp is not compiled and exists > > only in git. And tinnyssh's APKBUILD have no ucspi-tcp in depends. > > > ucspi-tcp (for tinyssh) is still installable. apk search only shows ucspi-tcp6. However, I'd like to comment that anything that can be run via ucspi-tcp *can* be run via inetd (or with the correct invocation of a suitable 'netcat' version). > Do I need to manually request rebuilds of dependent packages when I > update libsodium or should rebuilds occur automatically ? Rebuilds are not automatic; a library that changes ABI should be followed by a patch series to rebuild each dependency. HTH, Isaac Dunham --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---