This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via c3c2e81c6fd50e102b10891c980e515d1bb072a0 (commit) via 261121f1dff82f158289368bafedc9a1c89e9261 (commit) from 3847730c176a3ff5a710ec5400d13c35f8d16fd1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c3c2e81c6fd50e102b10891c980e515d1bb072a0 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 18 15:51:37 2015 +0100
openssh: Update to version 6.8p1
commit 261121f1dff82f158289368bafedc9a1c89e9261 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 18 15:18:14 2015 +0100
Remove some left-over files
-----------------------------------------------------------------------
Summary of changes: config/backup/includes/esniper | 5 ----- config/httpd/vhosts.d/esniper.conf | 22 ---------------------- config/httpd/vhosts.d/phpaj.conf | 16 ---------------- lfs/openssh | 4 ++-- 4 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 config/backup/includes/esniper delete mode 100644 config/httpd/vhosts.d/esniper.conf delete mode 100644 config/httpd/vhosts.d/phpaj.conf
Difference in files: diff --git a/config/backup/includes/esniper b/config/backup/includes/esniper deleted file mode 100644 index 14434aa..0000000 --- a/config/backup/includes/esniper +++ /dev/null @@ -1,5 +0,0 @@ -/srv/web/esniper/.htaccess -/srv/web/esniper/.config.php -/srv/web/esniper/.config.state.php -/srv/web/esniper/local/ -/srv/web/esniper/.run/ diff --git a/config/httpd/vhosts.d/esniper.conf b/config/httpd/vhosts.d/esniper.conf deleted file mode 100644 index e1c4dd4..0000000 --- a/config/httpd/vhosts.d/esniper.conf +++ /dev/null @@ -1,22 +0,0 @@ -Listen 1006 - -<VirtualHost *:1006> - - SSLEngine on - SSLProtocol all -SSLv2 - SSLCipherSuite ALL:!ADH:!EXPORT56:!eNULL:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP - SSLCertificateFile /etc/httpd/server.crt - SSLCertificateKeyFile /etc/httpd/server.key - - DocumentRoot /srv/web/esniper - - Include /etc/httpd/conf/conf.d/php*.conf - - <Directory /srv/web/esniper> - Options None - AllowOverride None - Order allow,deny - Allow from all - </Directory> - -</VirtualHost> diff --git a/config/httpd/vhosts.d/phpaj.conf b/config/httpd/vhosts.d/phpaj.conf deleted file mode 100644 index a6b764e..0000000 --- a/config/httpd/vhosts.d/phpaj.conf +++ /dev/null @@ -1,16 +0,0 @@ -Listen 1002 - -<VirtualHost *:1002> - - DocumentRoot /srv/web/phpaj - - Include /etc/httpd/conf/conf.d/php*.conf - - <Directory /srv/web/phpaj> - Options None - AllowOverride None - Order allow,deny - Allow from all - </Directory> - -</VirtualHost> diff --git a/lfs/openssh b/lfs/openssh index bc6fa3c..d8f337b 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@
include Config
-VER = 6.6p1 +VER = 6.8p1
THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 3e9800e6bca1fbac0eea4d41baa7f239 +$(DL_FILE)_MD5 = 08f72de6751acfbd0892b5f003922701
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree