Changeset 1004f84 for postlfs/security


Ignore:
Timestamp:
08/10/2014 06:18:14 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a32ce16
Parents:
aa7c9cd
Message:

Update to stunnel-5.03.
Wrong syntax in iptables masquerading example.
libassuan-2.1.1: Problem building documentation.
Update to libtirpc-0.2.5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13874 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/firewalling.xml

    raa7c9cd r1004f84  
    358358# Allow forwarding if the initiated on the intranet
    359359iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
    360 iptables -A FORWARD  -i ! ppp+ -m conntrack --ctstate NEW      -j ACCEPT
     360iptables -A FORWARD ! -i ppp+ -m conntrack --ctstate NEW       -j ACCEPT
    361361
    362362# Do masquerading
  • postlfs/security/stunnel.xml

    raa7c9cd r1004f84  
    77  <!ENTITY stunnel-download-http "http://mirrors.zerg.biz/stunnel/stunnel-&stunnel-version;.tar.gz">
    88  <!ENTITY stunnel-download-ftp  "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz">
    9   <!ENTITY stunnel-md5sum        "bb48b1c18cfc0a42708ef996b1a26926">
     9  <!ENTITY stunnel-md5sum        "ee43ef72038e0437400f712837cefee4">
    1010  <!ENTITY stunnel-size          "580 KB">
    1111  <!ENTITY stunnel-buildsize     "5.7 MB">
Note: See TracChangeset for help on using the changeset viewer.