From 08aea18042a148ca5fe299fbbbcf8b0a04b27147 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 10 Nov 2008 10:57:16 +0100 Subject: [PATCH] Started core update24 Started core update18 Add sshd update to core18 --- config/rootfiles/core/18/files | 17 +++++++++++++++++ config/rootfiles/core/18/meta | 1 + config/rootfiles/core/18/update.sh | 8 ++++++++ config/rootfiles/core/24/files | 1 + config/rootfiles/core/24/meta | 1 + config/rootfiles/core/24/update.sh | 5 +++++ config/rootfiles/updater/filelists/core18 | 3 +-- 7 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 config/rootfiles/core/18/files create mode 100644 config/rootfiles/core/18/meta create mode 100644 config/rootfiles/core/18/update.sh create mode 100644 config/rootfiles/core/24/files create mode 100644 config/rootfiles/core/24/meta create mode 100644 config/rootfiles/core/24/update.sh mode change 100644 => 120000 config/rootfiles/updater/filelists/core18 diff --git a/config/rootfiles/core/18/files b/config/rootfiles/core/18/files new file mode 100644 index 0000000000..42a72d2a23 --- /dev/null +++ b/config/rootfiles/core/18/files @@ -0,0 +1,17 @@ +usr/lib/python2.4/htmlentitydefs.pyc +usr/lib/python2.4/markupbase.pyc +etc/ssh/moduli +etc/ssh/ssh_config +etc/ssh/sshd_config +etc/rc.d/init.d/sshd +usr/bin/scp +usr/bin/sftp +usr/bin/slogin +usr/bin/ssh +usr/bin/ssh-add +usr/bin/ssh-agent +usr/bin/ssh-keygen +usr/bin/ssh-keyscan +usr/lib/openssh/sftp-server +usr/lib/openssh/ssh-keysign +usr/sbin/sshd diff --git a/config/rootfiles/core/18/meta b/config/rootfiles/core/18/meta new file mode 100644 index 0000000000..d547fa86fa --- /dev/null +++ b/config/rootfiles/core/18/meta @@ -0,0 +1 @@ +DEPS="" diff --git a/config/rootfiles/core/18/update.sh b/config/rootfiles/core/18/update.sh new file mode 100644 index 0000000000..e91c6c1812 --- /dev/null +++ b/config/rootfiles/core/18/update.sh @@ -0,0 +1,8 @@ +#!/bin/bash +. /opt/pakfire/lib/functions.sh +/usr/local/bin/backupctrl exclude >/dev/null 2>&1 +extract_files +#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" +rm -f /etc/ssh/ssh_host_rsa_key* && ssh-keygen -qf /etc/ssh/ssh_host_rsa_key -N '' +rm -f /etc/ssh/ssh_host_key* && ssh-keygen -qf /etc/ssh/ssh_host_key -N '' -t rsa1 +rm -f /etc/ssh/ssh_host_dsa_key* && ssh-keygen -qf /etc/ssh/ssh_host_dsa_key -N '' -t dsa diff --git a/config/rootfiles/core/24/files b/config/rootfiles/core/24/files new file mode 100644 index 0000000000..b2a3b13e5f --- /dev/null +++ b/config/rootfiles/core/24/files @@ -0,0 +1 @@ +srv/web/ipfire/cgi-bin/proxy.cgi diff --git a/config/rootfiles/core/24/meta b/config/rootfiles/core/24/meta new file mode 100644 index 0000000000..d547fa86fa --- /dev/null +++ b/config/rootfiles/core/24/meta @@ -0,0 +1 @@ +DEPS="" diff --git a/config/rootfiles/core/24/update.sh b/config/rootfiles/core/24/update.sh new file mode 100644 index 0000000000..8a87d9ca53 --- /dev/null +++ b/config/rootfiles/core/24/update.sh @@ -0,0 +1,5 @@ +#!/bin/bash +. /opt/pakfire/lib/functions.sh +/usr/local/bin/backupctrl exclude >/dev/null 2>&1 +extract_files +#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" diff --git a/config/rootfiles/updater/filelists/core18 b/config/rootfiles/updater/filelists/core18 deleted file mode 100644 index 995640ef70..0000000000 --- a/config/rootfiles/updater/filelists/core18 +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/python2.4/htmlentitydefs.pyc -usr/lib/python2.4/markupbase.pyc diff --git a/config/rootfiles/updater/filelists/core18 b/config/rootfiles/updater/filelists/core18 new file mode 120000 index 0000000000..81a7940946 --- /dev/null +++ b/config/rootfiles/updater/filelists/core18 @@ -0,0 +1 @@ +../../core/18/files \ No newline at end of file -- 2.39.2