]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Merge remote-tracking branch 'origin/master' into next
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 19 Jan 2019 18:58:48 +0000 (19:58 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 19 Jan 2019 18:58:48 +0000 (19:58 +0100)
1  2 
config/rootfiles/oldcore/127/filelists/aarch64/files-aarch64
config/rootfiles/oldcore/127/filelists/armv5tel/files-armvtel
config/rootfiles/oldcore/127/filelists/bind
config/rootfiles/oldcore/127/filelists/files
config/rootfiles/oldcore/127/update.sh

index 0000000000000000000000000000000000000000,6a00446f4d9aa67f81ee96edcf4d51c6e17cd3b4..6a00446f4d9aa67f81ee96edcf4d51c6e17cd3b4
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,2 +1,2 @@@
+ boot/boot.cmd
+ boot/boot.scr
index 0000000000000000000000000000000000000000,48a0ebaefd276a9a3db91e9aacf4d7f571b79333..48a0ebaefd276a9a3db91e9aacf4d7f571b79333
mode 000000,120000..120000
--- /dev/null
@@@ -1,0 -1,1 +1,1 @@@
+ ../../../common/bind
index 4b001af63a6fb4952d1e292fdd9e7d52dcbe2b5a,e28d4200615b7e9e4057d406c50070f9e5d054a2..e28d4200615b7e9e4057d406c50070f9e5d054a2
@@@ -16,5 -16,7 +16,7 @@@ srv/web/ipfire/cgi-bin/ovpnmain.cg
  srv/web/ipfire/cgi-bin/proxy.cgi
  srv/web/ipfire/cgi-bin/vpnmain.cgi
  usr/lib/firewall/firewall-lib.pl
+ usr/local/bin/xt_geoip_update
  var/ipfire/backup/include
+ var/ipfire/general-functions.pl
  var/ipfire/geoip-functions.pl
index 4fe045ec99938d3a15128eba18576ac0aa2142ff,e276e7e684d0498221b635e411605359b989267d..e276e7e684d0498221b635e411605359b989267d
@@@ -17,7 -17,7 +17,7 @@@
  # along with IPFire; if not, write to the Free Software                    #
  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
  #                                                                          #
- # Copyright (C) 2018 IPFire-Team <info@ipfire.org>.                        #
+ # Copyright (C) 2019 IPFire-Team <info@ipfire.org>.                        #
  #                                                                          #
  ############################################################################
  #
@@@ -48,6 -48,14 +48,14 @@@ ldconfi
  # Regenerate squid configuration file
  sudo -u nobody /srv/web/ipfire/cgi-bin/proxy.cgi
  
+ # If not exist create ovpn ca index.txt(.attr) and fix rights
+ touch /var/ipfire/ovpn/ca/index.txt.attr
+ chmod 644 /var/ipfire/ovpn/ca/index.txt.attr
+ chown nobody:nobody /var/ipfire/ovpn/ca/index.txt.attr
+ touch /var/ipfire/ovpn/ca/index.txt
+ chmod 644 /var/ipfire/ovpn/ca/index.txt
+ chown nobody:nobody /var/ipfire/ovpn/ca/index.txt
  # Start services
  /etc/init.d/unbound restart
  /etc/init.d/squid start
@@@ -58,6 -66,12 +66,12 @@@ sysctl -
  # Re-run depmod
  depmod -a
  
+ # Update xt_geoip
+ /usr/local/bin/xt_geoip_update
+ # This update needs a reboot...
+ touch /var/run/need_reboot
  # Finish
  /etc/init.d/fireinfo start
  sendprofile