]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Merge branch 'seventeen-geoip' into next-geoip
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 15 Mar 2015 10:38:45 +0000 (11:38 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 15 Mar 2015 10:38:45 +0000 (11:38 +0100)
1  2 
config/firewall/rules.pl
config/rootfiles/common/stage2
html/cgi-bin/firewall.cgi
html/cgi-bin/fwhosts.cgi
langs/en/cgi-bin/en.pl
make.sh

index 8abc675f7f6f8d5693598ade0523748a5b20f20d,a12ab56670f92342527cc4748349fc0301cbde2e..fa7edee1bec2fb36645c144dc1bc77fd054ed937
mode 100755,100644..100644
@@@ -102,13 -95,11 +103,16 @@@ sub main 
        # Load P2P block rules.
        &p2pblock();
  
+       # Load GeoIP block rules.
+       &geoipblock();
        # Reload firewall policy.
        run("/usr/sbin/firewall-policy");
 +
 +      #Reload firewall.local if present
 +      if ( -f '/etc/sysconfig/firewall.local'){
 +              run("/etc/sysconfig/firewall.local reload");
 +      }
  }
  
  sub run {
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc make.sh
index 7d41b591c27ed551fbbd9ccd5dcea31345014005,9f77df59bebf7fe9846fbe56bfdfb2473e2b6006..395c21f2d7a524e76c43640b4ca6cb10657b51ac
+++ b/make.sh
@@@ -810,8 -815,8 +816,9 @@@ buildipfire() 
    ipfiremake squid-accounting
    ipfiremake pigz
    ipfiremake tmux
+   ipfiremake perl-Text-CSV_XS
    ipfiremake swconfig
 +  ipfiremake haproxy
  }
  
  buildinstaller() {