• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión0209a96c3b0f9cb7556f9812f86465d77a041295 (tree)
Tiempo2022-06-09 10:52:16
Autormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Update iptables-1.8.7 and modify.

Cambiar Resumen

Diferencia incremental

--- a/BLFS/iptables.sh
+++ b/BLFS/iptables.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=iptables
6-VER=1.8.4
6+VER=1.8.7
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.bz2
99 TARGETDIR=$TARGET
@@ -26,10 +26,8 @@ cd $TARGETDIR
2626
2727 Configuring
2828 ./configure --prefix=/usr \
29- --sbindir=/sbin \
3029 --disable-nftables \
3130 --enable-libipq \
32- --with-xtlibdir=/lib/xtables \
3331 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
3432
3533 Making
@@ -37,23 +35,9 @@ make \
3735 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
3836
3937 Installing
40-porg -lp $TARGET -E`pwd` "make install" \
38+porg -lp $TARGET -E$PWD "make install" \
4139 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
4240
43-porg -lp+ $TARGET "\
44-ln -sfv ../../sbin/xtables-legacy-multi /usr/bin/iptables-xml" \
45- 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
46-
47-for file in ip4tc ip6tc ipq iptc xtables
48-do
49- porg -lp+ $TARGET "\
50- mv -v /usr/lib/lib${file}.so.* /lib" \
51- 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1 &&
52- porg -lp+ $TARGET "\
53- ln -sfv ../../lib/$(readlink /usr/lib/lib${file}.so) /usr/lib/lib${file}.so" \
54- 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
55-done
56-
5741 install -v -dm755 /etc/systemd/scripts
5842
5943 cat > /etc/systemd/scripts/iptables << "EOF"