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, master has been updated via 95d2e1da15dbc99c79fbd34921929fa4ad88c4fe (commit) via 1c5719bf847f818e972ea7e47547ac5dfbcf774d (commit) via 99fcb81b45545073b1a8dea005bc8852fffb18ce (commit) from 3d2477d7c76e2f0d798440ac1007c1cab10a1fc0 (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 95d2e1da15dbc99c79fbd34921929fa4ad88c4fe Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 16 22:45:36 2010 +0100
Finished core42.
commit 1c5719bf847f818e972ea7e47547ac5dfbcf774d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 16 22:44:22 2010 +0100
Add changes to core43 updater.
commit 99fcb81b45545073b1a8dea005bc8852fffb18ce Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 16 22:42:59 2010 +0100
Updated openssh (5.6p1).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/42/filelists/files | 2 ++ config/rootfiles/core/{38 => 42}/filelists/openssh | 0 config/rootfiles/core/{38 => 42}/filelists/openssl | 0 lfs/openssh | 4 ++-- make.sh | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) copy config/rootfiles/core/{38 => 42}/filelists/openssh (100%) copy config/rootfiles/core/{38 => 42}/filelists/openssl (100%)
Difference in files: diff --git a/config/rootfiles/core/42/filelists/files b/config/rootfiles/core/42/filelists/files index 0037af1..ef6c2e7 100644 --- a/config/rootfiles/core/42/filelists/files +++ b/config/rootfiles/core/42/filelists/files @@ -1 +1,3 @@ etc/system-release +srv/web/ipfire/html/images/urlfilter/copy.gif +srv/web/ipfire/cgi-bin/ids.cgi diff --git a/config/rootfiles/core/42/filelists/openssh b/config/rootfiles/core/42/filelists/openssh new file mode 120000 index 0000000..d8c77fd --- /dev/null +++ b/config/rootfiles/core/42/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/42/filelists/openssl b/config/rootfiles/core/42/filelists/openssl new file mode 120000 index 0000000..e011a92 --- /dev/null +++ b/config/rootfiles/core/42/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/lfs/openssh b/lfs/openssh index ffcf476..c9ce714 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@
include Config
-VER = 5.4p1 +VER = 5.6p1
THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = da10af8a789fa2e83e3635f3a1b76f5e +$(DL_FILE)_MD5 = e6ee52e47c768bf0ec42a232b5d18fb0
install : $(TARGET)
diff --git a/make.sh b/make.sh index 03cf937..b8035b6 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.7" # Version number CORE="42" # Core Level (Filename) -PAKFIRE_CORE="41" # Core Level (PAKFIRE) +PAKFIRE_CORE="42" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir
hooks/post-receive -- IPFire 2.x development tree