• Bug#1106802: libcap2: 1:2.66-4

    From Aurelien Jarno@21:1/5 to All on Thu May 29 23:00:02 2025
    UGFja2FnZTogbGliY2FwMgpWZXJzaW9uOiAxOjIuNzUtNgpTZXZlcml0eTogc2VyaW91cwpKdXN0 aWZpY2F0aW9uOiBQb2xpY3kgNy44CgpEZWFyIG1haW50YWluZXIsCgpUaGUgbGliY2FwMiBwYWNr YWdlIHByb3ZpZGVzIHRoZSBmb2xsb3dpbmcgZmlsZXMgd2hpY2ggYXJlIHN0YXRpY2FsbHkKbGlu a2VkIGFnYWluc3QgZ2xpYmM6CgovdXNyL2xpYi94ODZfNjQtbGludXgtZ251L2xpYmNhcDIvdGVz dHMvdGVzdF9wYW1fY2FwCi91c3IvbGliL3g4Nl82NC1saW51eC1nbnUvbGliY2FwMi90ZXN0cy90 Y2Fwc2gtc3RhdGljCi91c3IvbGliL3g4Nl82NC1saW51eC1nbnUvbGliY2FwMi90ZXN0cy9ub29w CgpnbGliYyBpcyBtb3N0bHkgaXMgbW9zdGx5IGxpY2Vuc2VkIHVuZGVyIHRoZSBMR1BMLCB3aGlj aCByZXF1aXJlcyB0aGF0CnRoZSBmdWxsIHNvdXJjZSBjb2RlIG9mIHRoZSBpbmNvcnBvcmF0aW5n IGJpbmFyeSBwYWNrYWdlIGJlIG1hZGUKYXZhaWxhYmxlLiBBY2NvcmRpbmcgdG8gRGViaWFuIFBv bGljeSDCpzcuOCBbMV0gc3VjaCBhIGJpbmFyeSBwYWNrYWdlCk1VU1QgbGlzdCB0aGUgZ2xpYmMg c291cmNlIHBhY2thZ2UgKGFuZCBwb3NzaWJseSBvdGhlcnMpIGluIHRoZQpCdWlsdC1Vc2luZzog ZmllbGQuCgpSZWdhcmRzCkF1cmVsaWVuCgpbMV0gaHR0cHM6Ly93d3cuZGViaWFuLm9yZy9kb2Mv ZGViaWFuLXBvbGljeS9jaC1yZWxhdGlvbnNoaXBzLmh0bWwjYWRkaXRpb25hbC1zb3VyY2UtcGFj a2FnZXMtdXNlZC10by1idWlsZC10aGUtYmluYXJ5LWJ1aWx0LXVzaW5nCg==

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Thu May 29 23:00:03 2025
    Processing control commands:

    retitle -1 libcap2: statically linked against glibc without a Built-Using: field
    Bug #1106802 [libcap2] libcap2: 1:2.66-4
    Changed Bug title to 'libcap2: statically linked against glibc without a Built-Using: field' from 'libcap2: 1:2.66-4'.

    --
    1106802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106802
    Debian Bug Tracking System
    Contact [email protected] with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Fri May 30 12:10:01 2025
    Processing control commands:

    tag -1 + patch
    Bug #1106802 [libcap2] libcap2: statically linked against glibc without a Built-Using: field
    Added tag(s) patch.

    --
    1106802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106802
    Debian Bug Tracking System
    Contact [email protected] with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Aurelien Jarno@21:1/5 to Aurelien Jarno on Fri May 30 12:10:02 2025
    control: tag -1 + patch

    Hi,

    On 2025-05-29 22:53, Aurelien Jarno wrote:
    Package: libcap2
    Version: 1:2.75-6
    Severity: serious
    Justification: Policy 7.8

    Dear maintainer,

    The libcap2 package provides the following files which are statically
    linked against glibc:

    /usr/lib/x86_64-linux-gnu/libcap2/tests/test_pam_cap /usr/lib/x86_64-linux-gnu/libcap2/tests/tcapsh-static /usr/lib/x86_64-linux-gnu/libcap2/tests/noop

    glibc is mostly is mostly licensed under the LGPL, which requires that
    the full source code of the incorporating binary package be made
    available. According to Debian Policy ยง7.8 [1] such a binary package
    MUST list the glibc source package (and possibly others) in the
    Built-Using: field.

    Please find attached a patch to fix that.

    Regards
    Aurelien

    --
    Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://aurel32.net

    --- libcap2-2.75/debian/control
    +++ libcap2-2.75/debian/control
    @@ -48,6 +48,7 @@
    Section: libdevel
    Architecture: linux-any
    Multi-Arch: same
    +Built-Using: ${misc:Built-Using}
    Depends: libcap2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
    Suggests: manpages-dev
    Provides: libcap2-dev
    --- libcap2-2.75/debian/rules
    +++ libcap2-2.75/debian/rules
    @@ -120,3 +120,6 @@

    execute_after_dh_auto_build-indep:
    dh_auto_build -B_build -O--buildsystem=golang
    +
    +override_dh_gencontrol:
    + dh_gencontrol -- -Vmisc:Built-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version})' -W libc-dev-bin)"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Fri May 30 13:00:01 2025
    Processing control commands:

    tag -1 + pending
    Bug #1106802 [libcap2] libcap2: statically linked against glibc without a Built-Using: field
    Added tag(s) pending.

    --
    1106802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106802
    Debian Bug Tracking System
    Contact [email protected] with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Mon Jun 2 21:40:02 2025
    This is a multi-part message in MIME format...

    Your message dated Mon, 02 Jun 2025 19:34:01 +0000
    with message-id <[email protected]>
    and subject line Bug#1106802: fixed in libcap2 1:2.75-8
    has caused the Debian Bug report #1106802,
    regarding libcap2: statically linked against glibc without a Built-Using: field to be marked as done.

    This means that you claim that the problem has been dealt with.
    If this is not the case it is now your responsibility to reopen the
    Bug report if necessary, and/or fix the problem forthwith.

    (NB: If you are a system administrator and have no idea what this
    message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected]
    immediately.)


    --
    1106802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106802
    Debian Bug Tracking System
    Contact [email protected] with problems

    Received: (at submit) by bugs.debian.org; 29 May 2025 20:53:37 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
    (2024-03-25) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-123.0 required=4.0 tests=BAYES_00,
    BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
    DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,HAS_PACKAGE,
    SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
    XMAILER_REPORTBUG autolearn=ham autolearn_force=no
    version=4.0.1-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 13; hammy, 150; neutral, 42; spammy,
    0. spammytokens:
    hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
    0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
    0.000-+--H*RT:311, 0.000-+--H*RT:108
    Return-path: <[email protected]>
    Received: from stravinsky.debia
  • From Debian Bug Tracking System@21:1/5 to All on Wed Jun 25 22:40:01 2025
    This is a multi-part message in MIME format...

    Your message dated Wed, 25 Jun 2025 20:35:08 +0000
    with message-id <[email protected]>
    and subject line Bug#1106802: fixed in libcap2 1:2.75-9
    has caused the Debian Bug report #1106802,
    regarding libcap2: statically linked against glibc without a Built-Using: field to be marked as done.

    This means that you claim that the problem has been dealt with.
    If this is not the case it is now your responsibility to reopen the
    Bug report if necessary, and/or fix the problem forthwith.

    (NB: If you are a system administrator and have no idea what this
    message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected]
    immediately.)


    --
    1106802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106802
    Debian Bug Tracking System
    Contact [email protected] with problems

    Received: (at submit) by bugs.debian.org; 29 May 2025 20:53:37 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
    (2024-03-25) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-123.0 required=4.0 tests=BAYES_00,
    BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
    DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,HAS_PACKAGE,
    SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
    XMAILER_REPORTBUG autolearn=ham autolearn_force=no
    version=4.0.1-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 13; hammy, 150; neutral, 42; spammy,
    0. spammytokens:
    hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
    0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
    0.000-+--H*RT:311, 0.000-+--H*RT:108
    Return-path: <[email protected]>
    Received: from stravinsky.debia
  • From Debian Bug Tracking System@21:1/5 to All on Thu Jun 26 18:40:02 2025
    This is a multi-part message in MIME format...

    Your message dated Thu, 26 Jun 2025 16:32:08 +0000
    with message-id <[email protected]>
    and subject line Bug#1106802: fixed in libcap2 1:2.66-4+deb12u2
    has caused the Debian Bug report #1106802,
    regarding libcap2: statically linked against glibc without a Built-Using: field to be marked as done.

    This means that you claim that the problem has been dealt with.
    If this is not the case it is now your responsibility to reopen the
    Bug report if necessary, and/or fix the problem forthwith.

    (NB: If you are a system administrator and have no idea what this
    message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected]
    immediately.)


    --
    1106802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106802
    Debian Bug Tracking System
    Contact [email protected] with problems

    Received: (at submit) by bugs.debian.org; 29 May 2025 20:53:37 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
    (2024-03-25) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-123.0 required=4.0 tests=BAYES_00,
    BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
    DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,HAS_PACKAGE,
    SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
    XMAILER_REPORTBUG autolearn=ham autolearn_force=no
    version=4.0.1-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 13; hammy, 150; neutral, 42; spammy,
    0. spammytokens:
    hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
    0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
    0.000-+--H*RT:311, 0.000-+--H*RT:108
    Return-path: <[email protected]>
    Received: from stravinsky.debia