OSDN Git Service

iptables: Update original to 1.4.21
[linuxjm/iptables.git] / README.JM
1 = Notes when updating the original =
2
3 Netfilter project
4 http://www.netfilter.org/projects/iptables/index.html
5 http://www.netfilter.org/projects/iptables/downloads.html
6
7 tar xvf iptables-1.4.18.tar.bz2
8 cd iptables-1.4.18/
9 ./configure
10 make
11
12 ls -1 **/*.[1-8]
13 ls -1 **/*.[1-8].in
14
15 @ iptables top directory
16
17 find original -type f | xargs rm
18
19 @ source directory
20
21 cp **/*.1 ../../original/man1/
22 cp **/*.3 ../../original/man3/
23 cp **/*.8 ../../original/man8/
24
25 @ iptables top directory
26
27 grep -r @PACKAGE_VERSION@ original/
28 sed -i -e 's/@PACKAGE_AND_VERSION@/1.4.21/' original/man8/iptables.8
29 patch -p3 < patch.original
30
31 git add -u
32 git add original
33
34 git status . | ../../admin/git2upd > upd.txt
35 sed -i -e 's|0000/00/00|2013/03/03|' upd.txt
36 ../../admin/upd_tl.perl translation_list upd.txt 1.4.18