Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4F8C9781A0C for <~alpine/users@lists.alpinelinux.org>; Fri, 27 Mar 2020 13:48:56 +0000 (UTC) Received: by mail-il1-f176.google.com with SMTP id p13so8772651ilp.3 for <~alpine/users@lists.alpinelinux.org>; Fri, 27 Mar 2020 06:48:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=omnimodular-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=jDplxSaUktgo0T0HmFAKD3B0EgI+95iG+FLglD+IRY4=; b=LPme3S9nKezIAJh43QJnFSmJ5ug1DKCOj0/tEbF14G7bVqF2+m871L3Aq+gPFkmeLV m52i8iQKnaewRhofjYwwIa12xVN3zJ685Nv9ohSDW+fYXQB3QARLTrTeam6sTJ+7F/CN +qPNr+jO7Dct6VL3JJCk4p2hcIU4Jj+j5+TJbxcNccB1xqjewDKkf81DsedHYLLVSrg6 BYjMHuwcvKfE3fUzdO60FlhM1TeX/ReIUi3wyYspgeiwp4s/+ogYTsLrKBaTi3mqxYKU TnauAdXt8jHRfg9HrO/2wyBco4+tCpaHVRrR1Opg9rjtcFjuI4lxFZGB5rFGqH7t3NkF lbZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=jDplxSaUktgo0T0HmFAKD3B0EgI+95iG+FLglD+IRY4=; b=bwl7SUVcqIG4vJA0w7OfNGEYCSj6amS3JHcZwxb6eUxa0SANnenWctcFLogZS4q4M9 Roil3qUmDK14EF6lCkfpI5fN0kBOVxDSJTEPfM+onkl0tcwQRxgZ0azRaZ2urigg0MB3 4xX9CsLR4PxEk7hYbcku5rsWR28sR2oC/XZXwcKv6z8udzhOTJ93DuO1lUyB6agsB2G7 hFo8zN4acydW6zGsH4bDCbnQXDlrtJv+t9X1Rb9vN38LfDjFbsxF8i+LcOZMdk2w6vA5 L3SaiFWY704+oHbC04vXzsd13et01GnmUa97FDmFHRFOJF5J/Ao/qy/qj74Qun5hDUSY C7rw== X-Gm-Message-State: ANhLgQ1UJgKFU4L7eN/4Ze5lgylAq7/eac6uAqmtZSiOXwW9KfxZG2Wq GopmECCtiPKBmoMtJXjtOjqBFvhlurn3Bf7C3O+6/HCJSsNTpA== X-Google-Smtp-Source: ADFU+vvpM7qDZ5LI8dWe4OAOrVYXB/c2kkbEIIz8QofrkxsONx9gJSEe7rzBzZuCFb1ved4v8QOCChm2kmw1aifrpJE= X-Received: by 2002:a92:15c6:: with SMTP id 67mr14141962ilv.261.1585316934709; Fri, 27 Mar 2020 06:48:54 -0700 (PDT) MIME-Version: 1.0 From: Henrik Holst Date: Fri, 27 Mar 2020 14:48:44 +0100 Message-ID: Subject: tini-static dynamically linked To: ~alpine/users@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Hi, I installed the tini-static package and I was surprised that file report it as a dynamically linked binary? /opt/certbot # file /sbin/tini-static /sbin/tini-static: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, stripped Is this a bug? Seems to me it would be a bug that a static package is dynamically linked even if just formally. Thanks Henrik Holst