Changeset 3df0b486 for postlfs


Ignore:
Timestamp:
08/11/2014 04:11:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
946a2368
Parents:
28324dbe
Message:

Merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13879 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/firewalling-systemd.xml

    r28324dbe r3df0b486  
    349349# Allow forwarding if the initiated on the intranet
    350350iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
    351 iptables -A FORWARD  -i ! ppp+ -m conntrack --ctstate NEW      -j ACCEPT
     351iptables -A FORWARD ! -i ppp+ -m conntrack --ctstate NEW       -j ACCEPT
    352352
    353353# Do masquerading
  • postlfs/security/stunnel-systemd.xml

    r28324dbe r3df0b486  
    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.