Started core update24

Started core update18
Add sshd update to core18
This commit is contained in:
Arne Fitzenreiter
2008-11-10 10:57:16 +01:00
parent 75f43e991d
commit 08aea18042
7 changed files with 34 additions and 2 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
DEPS=""

View File

@@ -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

View File

@@ -0,0 +1 @@
srv/web/ipfire/cgi-bin/proxy.cgi

View File

@@ -0,0 +1 @@
DEPS=""

View File

@@ -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"

View File

@@ -1,2 +0,0 @@
usr/lib/python2.4/htmlentitydefs.pyc
usr/lib/python2.4/markupbase.pyc

View File

@@ -0,0 +1 @@
../../core/18/files