]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Started core update24
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 10 Nov 2008 09:57:16 +0000 (10:57 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 10 Nov 2008 09:57:16 +0000 (10:57 +0100)
Started core update18
Add sshd update to core18

config/rootfiles/core/18/files [new file with mode: 0644]
config/rootfiles/core/18/meta [new file with mode: 0644]
config/rootfiles/core/18/update.sh [new file with mode: 0644]
config/rootfiles/core/24/files [new file with mode: 0644]
config/rootfiles/core/24/meta [new file with mode: 0644]
config/rootfiles/core/24/update.sh [new file with mode: 0644]
config/rootfiles/updater/filelists/core18 [changed from file to symlink]

diff --git a/config/rootfiles/core/18/files b/config/rootfiles/core/18/files
new file mode 100644 (file)
index 0000000..42a72d2
--- /dev/null
@@ -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 (file)
index 0000000..d547fa8
--- /dev/null
@@ -0,0 +1 @@
+DEPS=""
diff --git a/config/rootfiles/core/18/update.sh b/config/rootfiles/core/18/update.sh
new file mode 100644 (file)
index 0000000..e91c6c1
--- /dev/null
@@ -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 (file)
index 0000000..b2a3b13
--- /dev/null
@@ -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 (file)
index 0000000..d547fa8
--- /dev/null
@@ -0,0 +1 @@
+DEPS=""
diff --git a/config/rootfiles/core/24/update.sh b/config/rootfiles/core/24/update.sh
new file mode 100644 (file)
index 0000000..8a87d9c
--- /dev/null
@@ -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"
deleted file mode 100644 (file)
index 995640ef7053457a4a979b75b52e7460d12228d0..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/python2.4/htmlentitydefs.pyc
-usr/lib/python2.4/markupbase.pyc
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..81a7940946a4e691679fd252e244b8870a8cff80
--- /dev/null
@@ -0,0 +1 @@
+../../core/18/files
\ No newline at end of file