Changeset 65be5e98


Ignore:
Timestamp:
04/24/2022 11:13:17 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 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/soup3, xry111/xf86-video-removal
Children:
7d66d5d
Parents:
9e1670e1
Message:

Update to proftpd-1.3.7d.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9e1670e1 r65be5e98  
    4444
    4545    <listitem>
    46       <para>April 3rd, 2022</para>
     46      <para>April 24th, 2022</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to proftpd-1.3.7d. Fixes
     50          <ulink url="&blfs-ticket-root;16462">#16462</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
     56      <para>April 23rd, 2022</para>
    4757      <itemizedlist>
    4858        <listitem>
  • multimedia/libdriv/alsa-lib.xml

    r9e1670e1 r65be5e98  
    101101    <para>
    102102      In the Device Drivers &rArr; Sound card support &rArr; Advanced Linux
    103       Sound Architecture section of the kernel configuration, select the settings
    104       and drivers appropriate for your hardware.  Ensure that the deprecated Device
    105       Drivers &rArr; Sound card support &rArr; Open Sound System is
    106       <emphasis>not</emphasis> selected.  If necessary, recompile and install your
    107       new kernel.
     103      Sound Architecture section of the kernel configuration, select the
     104      settings and drivers appropriate for your hardware.  If necessary,
     105      recompile and install your new kernel.
    108106    </para>
    109107
  • packages.ent

    r9e1670e1 r65be5e98  
    680680<!-- Chapter 20 -->
    681681<!ENTITY apache-version               "2.4.53">
    682 <!ENTITY proftpd-version              "1.3.7c">
     682<!ENTITY proftpd-version              "1.3.7d">
    683683<!ENTITY vsftpd-version               "3.0.5">
    684684
  • server/major/proftpd.xml

    r9e1670e1 r65be5e98  
    77  <!ENTITY proftpd-download-http " ">
    88  <!ENTITY proftpd-download-ftp  "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.gz">
    9   <!ENTITY proftpd-md5sum        "bee3df0bc3c945c62657410610fedeb3">
    10   <!ENTITY proftpd-size          "19.4 MB">
    11   <!ENTITY proftpd-buildsize     "76 MB">
     9  <!ENTITY proftpd-md5sum        "f7e1272fc48bbf1b6a50a2e29db6c927">
     10  <!ENTITY proftpd-size          "19 MB">
     11  <!ENTITY proftpd-buildsize     "67 MB">
    1212  <!ENTITY proftpd-time          "0.3 SBU">
    1313]>
     
    113113
    114114install -v -d -m775 -o proftpd -g proftpd /srv/ftp &amp;&amp;
    115 ln -v -s /bin/false /usr/bin/proftpdshell          &amp;&amp;
     115ln -v -s /usr/bin/false /usr/bin/proftpdshell      &amp;&amp;
    116116echo /usr/bin/proftpdshell &gt;&gt; /etc/shells</userinput></screen>
    117117<!--
     
    128128    </para>
    129129
    130 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/run &amp;&amp;
     130<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/run &amp;&amp;
    131131make</userinput></screen>
    132132
     
    154154
    155155    <para>
    156       <command>ln -v -s /bin/false /usr/bin/proftpdshell</command>:
     156      <command>ln -v -s /usr/bin/false /usr/bin/proftpdshell</command>:
    157157      Set the default shell as a link to an invalid shell.
    158158    </para>
Note: See TracChangeset for help on using the changeset viewer.