Changeset 76dcbfd


Ignore:
Timestamp:
03/21/2024 02:26:03 PM (6 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
94b71bb
Parents:
aa48fcf5
Message:

Update to pinentry-1.3.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/pinentry.xml

    raa48fcf5 r76dcbfd  
    77  <!ENTITY pinentry-download-http "&gnupg-http;/pinentry/pinentry-&pinentry-version;.tar.bz2">
    88  <!ENTITY pinentry-download-ftp  " ">
    9   <!ENTITY pinentry-md5sum        "be9b0d4bb493a139d2ec20e9b6872d37">
    10   <!ENTITY pinentry-size          "536 KB">
    11   <!ENTITY pinentry-buildsize     "5.6 MB">
    12   <!ENTITY pinentry-time          "less than 0.1 SBU">
     9  <!ENTITY pinentry-md5sum        "ccae9619032fda53b234849c7c2253ac">
     10  <!ENTITY pinentry-size          "600 KB">
     11  <!ENTITY pinentry-buildsize     "17 MB">
     12  <!ENTITY pinentry-time          "0.2 SBU">
    1313]>
    1414
     
    9191      <xref linkend="fltk"/>,
    9292      <xref linkend="gcr"/>,
    93       <xref linkend="gtk2"/>,
     93      <!--<xref linkend="gtk 2"/>, We don't wan to reference this any more -->
    9494      <!-- <xref linkend="libcap-pam"/>, This is in LFS already. PAM is not
    9595      necessary. -->
     
    111111    </para>
    112112
    113 <screen><userinput>./configure --prefix=/usr --enable-pinentry-tty &amp;&amp;
     113<screen><userinput>
     114./configure --prefix=/usr          \
     115            --enable-pinentry-tty  \
     116            --disable-pinentry-qt5 \
     117            &amp;&amp;
    114118make</userinput></screen>
    115119
     
    128132  <sect2 role="commands">
    129133    <title>Command Explanations</title>
     134
     135    <para>
     136      <option>--disable-pinentry-qt5</option>: Don't use qt5 even if
     137      it is available.  Qt5 is deprecated.
     138    </para>
    130139
    131140    <para>
  • introduction/welcome/changelog.xml

    raa48fcf5 r76dcbfd  
    4444      <itemizedlist>
    4545        <listitem>
     46          <para>[bdubbs] - Update to pinentry-1.3.0.  Fixes
     47          <ulink url="&blfs-ticket-root;19513">#19513</ulink>.</para>
     48        </listitem>
     49        <listitem>
    4650          <para>[bdubbs] - Update to glad-2.0.6.  Fixes
    4751          <ulink url="&blfs-ticket-root;19512">#19512</ulink>.</para>
  • packages.ent

    raa48fcf5 r76dcbfd  
    259259<!ENTITY lsof-version                 "4.99.0">
    260260<!ENTITY mandoc-version               "1.14.6">
    261 <!ENTITY pinentry-version             "1.2.1">
     261<!ENTITY pinentry-version             "1.3.0">
    262262<!ENTITY rep-gtk-version              "0.90.8.3">
    263263<!ENTITY screen-version               "4.9.1">
Note: See TracChangeset for help on using the changeset viewer.