Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0AF8B782D8B for <~alpine/devel@lists.alpinelinux.org>; Fri, 24 Jan 2020 19:40:28 +0000 (UTC) Received: by mail-lj1-f195.google.com with SMTP id w1so3854944ljh.5 for <~alpine/devel@lists.alpinelinux.org>; Fri, 24 Jan 2020 11:40:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ji8KYmZ/SyAvLUMD/PiUa6EdfuW7UArKU+3WDvqZpu8=; b=onndGL2O46smcBquTI/hmjC6255lLP94OGGrTcAvtkXZ7LgIQ+gjgD5hGs5AErovRJ ZgujkxYadhb8SztalAjXsIFJPBme4JgH6Z75eSylJsGKLOACU73AbtBFC5xeEn6aWmYQ yrY/Z9uMl9fzpFkwVRxreNvmxPxnIRgUad8Vygty7MV59C6e6E/jcFkR53PdyUG/Luzl vN41fOgDgzuQeCmI/c5chPYdB8AeL8iw42eTE7LWz9swRbY895U5WpRIj3XCguJkcGJy W9RAOX08LvTHRAokFZvHAg1NlHYnvxL6L0KnelHAVRrUzHMDiitamzcOm/yzROQ9omg3 LRfg== X-Gm-Message-State: APjAAAWlI4czhFA5UfaXJrHR2egWEcPGP3+KRju3jJfPWkygEqChIWJc DflfmFndxZJocwj7LhJT3B+pXCti X-Google-Smtp-Source: APXvYqy+WOmlCFOJRQ92BjxZtUmaU21OYPB5o86FGlF0RI+F25xmkRlWjpSrWK0rSTqVxxeQm12rtg== X-Received: by 2002:a2e:b0f5:: with SMTP id h21mr3271039ljl.9.1579894828277; Fri, 24 Jan 2020 11:40:28 -0800 (PST) Received: from vostro (87-100-234-203.bb.dnainternet.fi. [87.100.234.203]) by smtp.gmail.com with ESMTPSA id u7sm3283713lfn.31.2020.01.24.11.40.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Jan 2020 11:40:27 -0800 (PST) Date: Fri, 24 Jan 2020 21:40:24 +0200 From: Timo Teras To: Wolf Cc: Bart Ribbers , ~alpine/devel@lists.alpinelinux.org Subject: Re: Where are musl-utils developed? Message-ID: <20200124214018.162585a0@vostro> In-Reply-To: <20200124171220.lfr223knwdbdzpts@wolfsden.cz> References: <20200124165114.cbz5i7xdaup2emjc@wolfsden.cz> <9b2c838c-b992-4803-b99e-df012273205b@localhost> <20200124171220.lfr223knwdbdzpts@wolfsden.cz> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 24 Jan 2020 18:12:20 +0100 Wolf wrote: > On 2020-01-24 16:56:44 +0000, Bart Ribbers wrote: > > musl-utils is part of the regular Musl package in Alpine (as in, > > it's a subpackage), which means the source is developed with musl > > upstream. > > Thank you for the answer. Follow up question, would you happen to know > where the upstream for iconv utility lives on the musl's side? I'm not > able to find it in git://git.musl-libc.org/musl and the Alpine's repo > has just copy of source code, it does not download it from anywere > during the build. > > If you do not know, I'll just ask over on musl's mailing list :) I believe the original source is: http://git.etalabs.net/cgit/noxcuse/tree/src/iconv.c Timo