]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Start Core Update 196
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 May 2025 14:30:06 +0000 (14:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 May 2025 14:30:06 +0000 (14:30 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
31 files changed:
config/rootfiles/core/196/exclude [moved from config/rootfiles/core/195/exclude with 100% similarity]
config/rootfiles/core/196/filelists/core-files [moved from config/rootfiles/core/195/filelists/core-files with 100% similarity]
config/rootfiles/core/196/filelists/files [moved from config/rootfiles/core/195/filelists/files with 100% similarity]
config/rootfiles/core/196/update.sh [new file with mode: 0644]
config/rootfiles/oldcore/195/exclude [new file with mode: 0644]
config/rootfiles/oldcore/195/filelists/btrfs-progs [moved from config/rootfiles/core/195/filelists/btrfs-progs with 100% similarity]
config/rootfiles/oldcore/195/filelists/core-files [new file with mode: 0644]
config/rootfiles/oldcore/195/filelists/coreutils [moved from config/rootfiles/core/195/filelists/coreutils with 100% similarity]
config/rootfiles/oldcore/195/filelists/diffutils [moved from config/rootfiles/core/195/filelists/diffutils with 100% similarity]
config/rootfiles/oldcore/195/filelists/files [new file with mode: 0644]
config/rootfiles/oldcore/195/filelists/fontconfig [moved from config/rootfiles/core/195/filelists/fontconfig with 100% similarity]
config/rootfiles/oldcore/195/filelists/gawk [moved from config/rootfiles/core/195/filelists/gawk with 100% similarity]
config/rootfiles/oldcore/195/filelists/grep [moved from config/rootfiles/core/195/filelists/grep with 100% similarity]
config/rootfiles/oldcore/195/filelists/gzip [moved from config/rootfiles/core/195/filelists/gzip with 100% similarity]
config/rootfiles/oldcore/195/filelists/harfbuzz [moved from config/rootfiles/core/195/filelists/harfbuzz with 100% similarity]
config/rootfiles/oldcore/195/filelists/hwdata [moved from config/rootfiles/core/195/filelists/hwdata with 100% similarity]
config/rootfiles/oldcore/195/filelists/libcap [moved from config/rootfiles/core/195/filelists/libcap with 100% similarity]
config/rootfiles/oldcore/195/filelists/libffi [moved from config/rootfiles/core/195/filelists/libffi with 100% similarity]
config/rootfiles/oldcore/195/filelists/libgpg-error [moved from config/rootfiles/core/195/filelists/libgpg-error with 100% similarity]
config/rootfiles/oldcore/195/filelists/openssh [moved from config/rootfiles/core/195/filelists/openssh with 100% similarity]
config/rootfiles/oldcore/195/filelists/openssl [moved from config/rootfiles/core/195/filelists/openssl with 100% similarity]
config/rootfiles/oldcore/195/filelists/patch [moved from config/rootfiles/core/195/filelists/patch with 100% similarity]
config/rootfiles/oldcore/195/filelists/protobuf [moved from config/rootfiles/core/195/filelists/protobuf with 100% similarity]
config/rootfiles/oldcore/195/filelists/protobuf-c [moved from config/rootfiles/core/195/filelists/protobuf-c with 100% similarity]
config/rootfiles/oldcore/195/filelists/smartmontools [moved from config/rootfiles/core/195/filelists/smartmontools with 100% similarity]
config/rootfiles/oldcore/195/filelists/sqlite [moved from config/rootfiles/core/195/filelists/sqlite with 100% similarity]
config/rootfiles/oldcore/195/filelists/unbound [moved from config/rootfiles/core/195/filelists/unbound with 100% similarity]
config/rootfiles/oldcore/195/filelists/wireguard-tools [moved from config/rootfiles/core/195/filelists/wireguard-tools with 100% similarity]
config/rootfiles/oldcore/195/filelists/xfsprogs [moved from config/rootfiles/core/195/filelists/xfsprogs with 100% similarity]
config/rootfiles/oldcore/195/update.sh [moved from config/rootfiles/core/195/update.sh with 100% similarity]
make.sh

diff --git a/config/rootfiles/core/196/update.sh b/config/rootfiles/core/196/update.sh
new file mode 100644 (file)
index 0000000..3688bee
--- /dev/null
@@ -0,0 +1,70 @@
+#!/bin/bash
+############################################################################
+#                                                                          #
+# This file is part of the IPFire Firewall.                                #
+#                                                                          #
+# IPFire is free software; you can redistribute it and/or modify           #
+# it under the terms of the GNU General Public License as published by     #
+# the Free Software Foundation; either version 3 of the License, or        #
+# (at your option) any later version.                                      #
+#                                                                          #
+# IPFire is distributed in the hope that it will be useful,                #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of           #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            #
+# GNU General Public License for more details.                             #
+#                                                                          #
+# You should have received a copy of the GNU General Public License        #
+# along with IPFire; if not, write to the Free Software                    #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
+#                                                                          #
+# Copyright (C) 2025 IPFire-Team <info@ipfire.org>.                        #
+#                                                                          #
+############################################################################
+#
+. /opt/pakfire/lib/functions.sh
+/usr/local/bin/backupctrl exclude >/dev/null 2>&1
+
+core=196
+
+# Remove old core updates from pakfire cache to save space...
+for (( i=1; i<=$core; i++ )); do
+       rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire
+done
+
+# Stop services
+
+# Remove files
+
+# Extract files
+extract_files
+
+# update linker config
+ldconfig
+
+# Update Language cache
+/usr/local/bin/update-lang-cache
+
+# Filesytem cleanup
+/usr/local/bin/filesystem-cleanup
+
+# Apply SSH configuration
+#/usr/local/bin/sshctrl
+
+# Start services
+
+# This update needs a reboot...
+#touch /var/run/need_reboot
+
+# Finish
+/etc/init.d/fireinfo start
+sendprofile
+
+# Update grub config to display new core version
+if [ -e /boot/grub/grub.cfg ]; then
+       grub-mkconfig -o /boot/grub/grub.cfg
+fi
+
+sync
+
+# Don't report the exitcode last command
+exit 0
diff --git a/config/rootfiles/oldcore/195/exclude b/config/rootfiles/oldcore/195/exclude
new file mode 100644 (file)
index 0000000..8ee1c3c
--- /dev/null
@@ -0,0 +1,35 @@
+boot/config.txt
+boot/grub/grub.cfg
+boot/grub/grubenv
+boot/uEnv.txt
+etc/alternatives
+etc/collectd.custom
+etc/default/grub
+etc/ipsec.conf
+etc/ipsec.secrets
+etc/ipsec.user.conf
+etc/ipsec.user.secrets
+etc/localtime
+etc/shadow
+etc/snort/snort.conf
+etc/ssl/openssl.cnf
+etc/sudoers
+etc/sysconfig/firewall.local
+etc/sysconfig/rc.local
+etc/udev/rules.d/30-persistent-network.rules
+srv/web/ipfire/html/proxy.pac
+var/ipfire/dma
+var/ipfire/time
+var/ipfire/firewall/locationblock
+var/ipfire/fwhosts/customlocationgrp
+var/ipfire/ovpn
+var/ipfire/urlfilter/blacklist
+var/ipfire/urlfilter/settings
+var/lib/alternatives
+var/lib/location/database.db
+var/lib/location/ipset
+var/log/cache
+var/log/dhcpcd.log
+var/log/messages
+var/state/dhcp/dhcpd.leases
+var/updatecache
diff --git a/config/rootfiles/oldcore/195/filelists/core-files b/config/rootfiles/oldcore/195/filelists/core-files
new file mode 100644 (file)
index 0000000..0dec37e
--- /dev/null
@@ -0,0 +1,5 @@
+etc/system-release
+etc/issue
+etc/os-release
+srv/web/ipfire/cgi-bin/credits.cgi
+var/ipfire/langs
diff --git a/config/rootfiles/oldcore/195/filelists/files b/config/rootfiles/oldcore/195/filelists/files
new file mode 100644 (file)
index 0000000..c5bbfb8
--- /dev/null
@@ -0,0 +1,31 @@
+etc/fcron.cyclic/wg-dynamic
+etc/iproute2/rt_tables
+etc/rc.d/init.d/firewall
+etc/rc.d/init.d/networking/functions.network
+etc/rc.d/init.d/wireguard
+lib/udev/network-aqm
+opt/pakfire/lib/functions.pl
+srv/web/ipfire/cgi-bin/ddns.cgi
+srv/web/ipfire/cgi-bin/firewall.cgi
+srv/web/ipfire/cgi-bin/fwhosts.cgi
+srv/web/ipfire/cgi-bin/ids.cgi
+srv/web/ipfire/cgi-bin/pakfire.cgi
+srv/web/ipfire/cgi-bin/services.cgi
+srv/web/ipfire/cgi-bin/vpnmain.cgi
+srv/web/ipfire/cgi-bin/wireguard.cgi
+srv/web/ipfire/cgi-bin/chpasswd.cgi
+srv/web/ipfire/cgi-bin/proxy.cgi
+srv/web/ipfire/html/themes/ipfire/include/css/style.css
+usr/lib/firewall/firewall-lib.pl
+usr/local/bin/wireguardctrl
+usr/sbin/firewall-policy
+usr/sbin/setup
+var/ipfire/backup/bin/backup.pl
+var/ipfire/general-functions.pl
+var/ipfire/header.pl
+var/ipfire/http-client-functions.pl
+var/ipfire/ids-functions.pl
+var/ipfire/ipblocklist/sources
+var/ipfire/menu.d/40-services.menu
+var/ipfire/network-functions.pl
+var/ipfire/wireguard-functions.pl
diff --git a/make.sh b/make.sh
index 61921fee62ea95d04e2f9254aa65092a1df74b9b..2352bfca5318fc150ef78558f45f767406f694b1 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -23,7 +23,7 @@ NAME="IPFire"                                                 # Software name
 SNAME="ipfire"                                                 # Short name
 # If you update the version don't forget to update backupiso and add it to core update
 VERSION="2.29"                                                 # Version number
-CORE="195"                                                     # Core Level (Filename)
+CORE="196"                                                     # Core Level (Filename)
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir