Changeset 579c512


Ignore:
Timestamp:
01/15/2023 05:20:42 PM (16 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
f08bf6a
Parents:
5b6873f
Message:

Make ssh-askpass using gtk3 (prev. gtk2)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5b6873f r579c512  
    4040    -->
    4141    <listitem>
     42      <para>January 15th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[thomas] - Build ssh-askpass using gtk3 instead of gtk2.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4251      <para>January 14th, 2023</para>
    4352      <itemizedlist>
  • postlfs/security/ssh-askpass.xml

    r5b6873f r579c512  
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="gtk2"/>,
     78      <xref linkend="gtk3"/>,
    7979      <xref role="runtime" linkend="sudo"/> (runtime),
    8080      <xref linkend="xorg7-lib"/>, and
     
    9696
    9797<screen><userinput>cd contrib &amp;&amp;
    98 make gnome-ssh-askpass2</userinput></screen>
     98make gnome-ssh-askpass3</userinput></screen>
    9999
    100100    <para>
     
    103103
    104104<screen role="root"><userinput>install -v -d -m755                    /usr/libexec/openssh/contrib  &amp;&amp;
    105 install -v -m755    gnome-ssh-askpass2 /usr/libexec/openssh/contrib  &amp;&amp;
    106 ln -sv -f contrib/gnome-ssh-askpass2   /usr/libexec/openssh/ssh-askpass</userinput></screen>
     105install -v -m755    gnome-ssh-askpass3 /usr/libexec/openssh/contrib  &amp;&amp;
     106ln -sv -f contrib/gnome-ssh-askpass3   /usr/libexec/openssh/ssh-askpass</userinput></screen>
    107107
    108108    <para>
     
    153153      <seglistitem>
    154154        <seg>
    155           None
     155          gnome-ssh-askpass3, ssh-askpass (symlink to
     156          <filename>gnome-ssh-askpass3</filename>)
    156157        </seg>
    157158        <seg>
Note: See TracChangeset for help on using the changeset viewer.