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 d93a23ae847df6ec122c125ca92e0e9af5d63d45 (commit) via 352fc2e9a51d1563df57551472f812692c7f4ea0 (commit) via d191cd7e76fa390df808352b94235474c134a015 (commit) from ca52b1895f2ff316317b3cf71f2bd6f55520ef74 (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 d93a23ae847df6ec122c125ca92e0e9af5d63d45 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Apr 8 06:57:56 2017 +0200
attr: rootfile update
there must be a problem at log generation. sometimes some manpages are not listed in the log.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 352fc2e9a51d1563df57551472f812692c7f4ea0 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Apr 8 00:04:48 2017 +0200
mpd: disable smbclient
because it has many dependencies and spit allot of error messages.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit d191cd7e76fa390df808352b94235474c134a015 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Apr 7 23:13:09 2017 +0200
core110: fix legacy theme css path
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/attr | 2 ++ config/rootfiles/core/110/filelists/files | 2 +- lfs/mpd | 1 + 3 files changed, 4 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/common/attr b/config/rootfiles/common/attr index 14a9493..6a3ed50 100644 --- a/config/rootfiles/common/attr +++ b/config/rootfiles/common/attr @@ -30,6 +30,8 @@ usr/lib/libattr.so.1.1.0 #usr/share/man/man1/setfattr.1 #usr/share/man/man2/flistxattr.2 #usr/share/man/man2/fremovexattr.2 +#usr/share/man/man2/getxattr.2 +#usr/share/man/man2/setxattr.2 #usr/share/man/man2/llistxattr.2 #usr/share/man/man2/lremovexattr.2 #usr/share/man/man3/attr_get.3 diff --git a/config/rootfiles/core/110/filelists/files b/config/rootfiles/core/110/filelists/files index e8f9d2d..0664e7f 100644 --- a/config/rootfiles/core/110/filelists/files +++ b/config/rootfiles/core/110/filelists/files @@ -13,7 +13,7 @@ srv/web/ipfire/cgi-bin/system.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi srv/web/ipfire/html/themes/darkdos/include/style.css srv/web/ipfire/html/themes/ipfire/include/css/style.css -srv/web/ipfire/html/themes/ipfire-legacy/include/css/style.css +srv/web/ipfire/html/themes/ipfire-legacy/include/style.css srv/web/ipfire/html/themes/maniac/include/style.css usr/lib/firewall/ipsec-block usr/lib/libssp.so.0 diff --git a/lfs/mpd b/lfs/mpd index 094f753..6b057f7 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -82,6 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-ipv6 \ --sysconfdir=/etc \ --disable-sqlite \ + --disable-smbclient \ --enable-id3 \ --enable-vorbis \ --enable-expat \
hooks/post-receive -- IPFire 2.x development tree